blackbird: 2016-04-10 -> 2016-07-04

This commit is contained in:
José Romildo Malaquias 2016-07-15 09:12:23 -03:00
parent c30d4e07c5
commit 99a02d7f5d

View File

@ -1,25 +1,20 @@
{ stdenv, fetchFromGitHub, gtk-engine-murrine }:
{ stdenv, fetchFromGitHub, autoreconfHook, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "Blackbird";
version = "2016-04-10";
version = "2016-07-04";
name = "${pname}-${version}";
src = fetchFromGitHub {
repo = "${pname}";
owner = "shimmerproject";
rev = "e9f780993c957e3349f97b0e2e6fabdc36ccefb0";
sha256 = "00fdd63lnb2gmsn6cbdkanvh3rvz48jg08gmzg372byhj70m63hi";
rev = "ab4a30ee5110c59241b739e7c54956c3244e5b2a";
sha256 = "1qy32n21bqq3zwn9di01fbiqv67cqr9n7jmbpcmn9v8yb5p572w3";
};
buildInputs = [ gtk-engine-murrine ];
dontBuild = true;
nativeBuildInputs = [ autoreconfHook ];
installPhase = ''
mkdir -p $out/share/themes/${pname}
cp -a * $out/share/themes/${pname}/
'';
buildInputs = [ gtk-engine-murrine ];
meta = {
description = "Dark Desktop Suite for Gtk, Xfce and Metacity";