Merge pull request #87764 from romildo/upd.arc-theme
arc-theme: 20200416 -> 20200513
This commit is contained in:
commit
54b7ad9e71
@ -1,15 +1,24 @@
|
|||||||
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3, gnome3
|
{ stdenv
|
||||||
, gtk-engine-murrine, optipng, inkscape }:
|
, fetchFromGitHub
|
||||||
|
, sassc
|
||||||
|
, autoreconfHook
|
||||||
|
, pkgconfig
|
||||||
|
, gtk3
|
||||||
|
, gnome3
|
||||||
|
, gtk-engine-murrine
|
||||||
|
, optipng
|
||||||
|
, inkscape
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "arc-theme";
|
pname = "arc-theme";
|
||||||
version = "20200416";
|
version = "20200513";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jnsh";
|
owner = "jnsh";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "0779e1ca84141d8b443cf3e60b85307a145169b6";
|
rev = version;
|
||||||
sha256 = "1ddyi8g4rkd4mxadjvl66wc0lxpa4qdr98nbbhm5abaqfs2yldd4";
|
sha256 = "1xiaf31v3j040hflhf09kpznc93a5fqs92m5jf79y46w3dgpia0p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -34,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--disable-gnome-shell" # 3.36 not supported
|
"--with-gnome-shell=${gnome3.gnome-shell.version}"
|
||||||
"--disable-cinnamon" # not equipped to test
|
"--disable-cinnamon" # not equipped to test
|
||||||
"--disable-unity"
|
"--disable-unity"
|
||||||
];
|
];
|
||||||
@ -45,9 +54,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
|
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
|
||||||
homepage = "https://github.com/jnsh/arc-theme";
|
homepage = "https://github.com/jnsh/arc-theme";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ simonvandel romildo ];
|
maintainers = with maintainers; [ simonvandel romildo ];
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user