Greybird: 2016-03-11 -> 2016-08-16
This commit is contained in:
parent
da68127737
commit
3a2cff0e32
1 changed files with 6 additions and 14 deletions
|
@ -1,29 +1,21 @@
|
||||||
{ stdenv, fetchFromGitHub, gtk-engine-murrine }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, sass, glib, libxml2, gdk_pixbuf, librsvg, gtk-engine-murrine }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "Greybird";
|
pname = "Greybird";
|
||||||
version = "2016-03-11";
|
version = "2016-08-16";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
owner = "shimmerproject";
|
owner = "shimmerproject";
|
||||||
rev = "77f3cbd94b0c87f502aaeeaa7fd6347283c876cf";
|
rev = "fcaa400df68b1a29bb9dc8eb9c772a241f17c9ea";
|
||||||
sha256 = "1gqq9j61izdw8arly8kzr629wa904rn6mq48cvlaksknimw0hf2h";
|
sha256 = "02f2zlkhi2als39ajq3v91iik708g5a9iyl3cvd65n80gr4jifmr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];
|
||||||
|
|
||||||
buildInputs = [ gtk-engine-murrine ];
|
buildInputs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
dontBuild = true;
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/share/themes/${pname}{," Bright"," Compact"," a11y"}
|
|
||||||
cp -a * $out/share/themes/${pname}/
|
|
||||||
mv $out/share/themes/${pname}/xfce-notify-4.0_bright $out/share/themes/${pname}" Bright"/xfce-notify-4.0
|
|
||||||
mv $out/share/themes/${pname}/xfwm4-compact $out/share/themes/${pname}" Compact"/xfwm4
|
|
||||||
mv $out/share/themes/${pname}/xfwm4-a11y $out/share/themes/${pname}" a11y"/xfwm4
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Grey and blue theme (Gtk, Xfce, Emerald, Metacity, Mutter, Unity)";
|
description = "Grey and blue theme (Gtk, Xfce, Emerald, Metacity, Mutter, Unity)";
|
||||||
homepage = http://shimmerproject.org/our-projects/greybird/;
|
homepage = http://shimmerproject.org/our-projects/greybird/;
|
||||||
|
|
Loading…
Reference in a new issue