about summary refs log tree commit diff
path: root/pkgs/data/icons/maia-icon-theme
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-30maia-icon-theme: Don't import kdeApplicationsDoron Behar1-3/+11
Use libsForQt5.callPackage (#101369).
2020-04-19maia-icon-theme: move postFixup actions to postInstallJosé Romildo Malaquias1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-18treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCacheworldofpeace1-1/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-02maia-icon-theme: 2016-09-16 -> 2018-02-24José Romildo Malaquias1-9/+21
- Update to newer revision - Update homepage - Update src - Update license - Add dependency on hicolor-icon-theme - Build GTK icon cache
2018-02-24maia-icon-theme: use CMake (build from source)Yegor Timoshenko1-12/+10
Did not add GTK icon cache due to the following error: gtk-update-icon-cache: The generated cache was invalid.
2016-10-09maia-icon-theme: -> 2016-09-16romildo1-6/+9
Add versioning using the date of revision on the git repository. Also update to the latest revision, which includes a dark version of the icon theme. The cmake scripts install the icons at subdirectories 'maia' and 'maia-dark'. Also use these names. The difference is in the capitalization of the names.
2016-10-09treewide: fix licence -> license occurencesRobin Gloster1-1/+1
2016-08-03maia-icon-theme: init at 23235faMounium1-0/+28