From d01a0a53ad42554d4519d501c48ba738cc88b501 Mon Sep 17 00:00:00 2001 From: rembo10 <801525+rembo10@users.noreply.github.com> Date: Fri, 13 Jul 2018 03:04:19 +0300 Subject: paper-icon-theme: 2017-11-20 -> 2018-06-24 (#43419) --- pkgs/data/icons/paper-icon-theme/default.nix | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'pkgs/data/icons') diff --git a/pkgs/data/icons/paper-icon-theme/default.nix b/pkgs/data/icons/paper-icon-theme/default.nix index f49009e76f3..34c949519ba 100644 --- a/pkgs/data/icons/paper-icon-theme/default.nix +++ b/pkgs/data/icons/paper-icon-theme/default.nix @@ -1,30 +1,29 @@ -{ stdenv, fetchFromGitHub, autoreconfHook, gtk3 }: +{ stdenv, fetchFromGitHub, meson, ninja, gtk3 }: stdenv.mkDerivation rec { name = "${pname}-${version}"; pname = "paper-icon-theme"; - version = "2017-11-20"; + version = "2018-06-24"; src = fetchFromGitHub { owner = "snwh"; repo = pname; - rev = "af0296ecc872ad723fad7dca6e7e89eb85cbb3a8"; - sha256 = "18a9zl9lbw9gc3zas49w329xrps4slvkp4nv815nlnmimz8dj85m"; + rev = "c7cd013fba06dd8fd5cdff9f885520e2923266b8"; + sha256 = "0x45zkjnmbz904df63ph06npbm3phpgck4xwyymx8r8jgrfplk6v"; }; - nativeBuildInputs = [ autoreconfHook gtk3 ]; + nativeBuildInputs = [ meson ninja gtk3 ]; - postFixup = '' - for theme in $out/share/icons/*; do - gtk-update-icon-cache $theme - done + postPatch = '' + patchShebangs meson/post_install.py ''; meta = with stdenv.lib; { description = "Modern icon theme designed around bold colours and simple geometric shapes"; homepage = https://snwh.org/paper; license = with licenses; [ cc-by-sa-40 lgpl3 ]; - platforms = platforms.all; + # darwin cannot deal with file names differing only in case + platforms = platforms.linux; maintainers = with maintainers; [ romildo ]; }; } -- cgit 1.4.1