mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #17823 from romildo/upd.greybird
Greybird: 2016-03-11 -> 2016-08-16
This commit is contained in:
commit
5a47d15519
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 {
|
||||
pname = "Greybird";
|
||||
version = "2016-03-11";
|
||||
version = "2016-08-16";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "${pname}";
|
||||
owner = "shimmerproject";
|
||||
rev = "77f3cbd94b0c87f502aaeeaa7fd6347283c876cf";
|
||||
sha256 = "1gqq9j61izdw8arly8kzr629wa904rn6mq48cvlaksknimw0hf2h";
|
||||
rev = "fcaa400df68b1a29bb9dc8eb9c772a241f17c9ea";
|
||||
sha256 = "02f2zlkhi2als39ajq3v91iik708g5a9iyl3cvd65n80gr4jifmr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];
|
||||
|
||||
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 = {
|
||||
description = "Grey and blue theme (Gtk, Xfce, Emerald, Metacity, Mutter, Unity)";
|
||||
homepage = http://shimmerproject.org/our-projects/greybird/;
|
||||
|
|
Loading…
Reference in a new issue