about summary refs log tree commit diff
path: root/pkgs/data/icons/moka-icon-theme
AgeCommit message (Collapse)AuthorFilesLines
2022-07-06pkgs/data/icons: use stdenvNoCC where possiblekilianar1-2/+2
Most icons themes just copy a bunch of files from the source to the installation directory and therefore work perfectly fine with stdenvNoCC. All themes in pkgs/data/icons that still use stdenv after this change are failing to build with stdenvNoCC.
2021-11-14moka-icon-theme: replace duplicate files with symlinksJosé Romildo1-1/+11
This reduces considerably the space used by the package.
2021-11-14moka-icon-theme: 5.4.0 -> unstable-2019-05-29José Romildo1-5/+5
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-04-19moka-icon-theme: add hook to symlink inherited icon themesJosé Romildo Malaquias1-1/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-18treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCacheworldofpeace1-1/+7
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-09-04moka-icon-theme: add python3 for install scriptJan Tojnar1-2/+2
Meson no longer propagates it so we need to re-add it.
2018-07-02moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linuxJosé Romildo Malaquias1-1/+2
2018-07-02moka-icon-theme: 5.3.6 -> 5.4.0José Romildo Malaquias1-7/+5
- Update to version 5.4.0 - Build with meson - Remove explicitly building of the icon cache, as it is built automatically now
2018-02-24moka-icon-theme: build GTK icon cacheYegor Timoshenko1-7/+7
2017-06-27moka-icon-theme: 2017-02-13 -> 5.3.6romildo1-3/+3
2017-02-24moka-icon-theme: 2016-10-06 -> 2017-02-13romildo1-3/+3
2016-10-14moka-icon-theme: 2016-06-07 -> 2016-10-06romildo1-4/+4
2016-06-13moka-icon-theme: init at 2016-06-07José Romildo Malaquias1-0/+30