arc-gtk-theme: 2016-05-14 -> 2016-06-02
This commit is contained in:
parent
ab9acc27f9
commit
3f80f0149f
@ -1,29 +1,29 @@
|
|||||||
{ stdenv, autoconf, automake, fetchFromGitHub, gnome3, gtk, gtk-engine-murrine, pkgconfig}:
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gnome3, gtk, gtk-engine-murrine }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2016-05-14";
|
version = "2016-06-02";
|
||||||
name = "arc-gtk-theme-git-${version}";
|
name = "arc-gtk-theme-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "horst3180";
|
owner = "horst3180";
|
||||||
repo = "arc-theme";
|
repo = "arc-theme";
|
||||||
rev = "fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27";
|
rev = "226098a06b646981022f0e260fd4d3ca64ff5616";
|
||||||
sha256 = "1q844i7bkf75jv9fvf15n47vwvzzbkvhv5ssxl98q8x66dgjwx35";
|
sha256 = "1lg2iig1rws2h0p7qy1pavphyzdcchmfdlv126696jczz21d67qm";
|
||||||
};
|
};
|
||||||
|
|
||||||
preferLocalBuild = true;
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake pkgconfig ];
|
|
||||||
|
|
||||||
buildInputs = [ gtk-engine-murrine ];
|
buildInputs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
configureScript = "./autogen.sh";
|
preferLocalBuild = true;
|
||||||
|
|
||||||
configureFlags = "--with-gnome=${gnome3.version}";
|
configureFlags = "--with-gnome=${gnome3.version}";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell";
|
description = "A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell";
|
||||||
homepage = "https://github.com/horst3180/Arc-theme";
|
homepage = "https://github.com/horst3180/Arc-theme";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.simonvandel ];
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ simonvandel romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user