faba-icon-theme: 2016-09-13 -> 4.3
This commit is contained in:
parent
ce1a58e5ac
commit
fba3a1076c
1 changed files with 6 additions and 8 deletions
|
@ -1,25 +1,23 @@
|
|||
{ stdenv, fetchFromGitHub, autoreconfHook, elementary-icon-theme, gtk3 }:
|
||||
{ stdenv, fetchFromGitHub, meson, ninja, gtk3, elementary-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${package-name}-${version}";
|
||||
package-name = "faba-icon-theme";
|
||||
version = "2016-09-13";
|
||||
version = "4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "moka-project";
|
||||
repo = package-name;
|
||||
rev = "00431894bce5fb1b8caccaee064788996be228a7";
|
||||
sha256 = "0hif030pd4w3s851k0s65w0mf2pik10ha25ycpsv91gpbgarqcns";
|
||||
rev = "v${version}";
|
||||
sha256 = "0xh6ppr73p76z60ym49b4d0liwdc96w41cc5p07d48hxjsa6qd6n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook elementary-icon-theme gtk3 ];
|
||||
nativeBuildInputs = [ meson ninja gtk3 elementary-icon-theme ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
|
||||
patchShebangs meson/post_install.py
|
||||
'';
|
||||
|
||||
postFixup = "gtk-update-icon-cache $out/share/icons/Faba";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A sexy and modern icon theme with Tango influences";
|
||||
homepage = https://snwh.org/moka;
|
||||
|
|
Loading…
Reference in a new issue