Merge pull request #26642 from romildo/upd.tint2

tint2: 0.14.5 -> 0.14.6
This commit is contained in:
Frederik Rietdijk 2017-06-16 14:43:25 +02:00 committed by GitHub
commit c94491f959

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "tint2-${version}"; name = "tint2-${version}";
version = "0.14.5"; version = "0.14.6";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "o9000"; owner = "o9000";
repo = "tint2"; repo = "tint2";
rev = version; rev = version;
sha256 = "1nfvcw95wggih7pxh53cx4nlamny73nh88ggfh6a0ajjhafrd2j2"; sha256 = "0v7i8araj85cbl45icinvmsz5741cx2ybjgkx72m3xfcb9fqg69l";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
@ -28,8 +28,7 @@ stdenv.mkDerivation rec {
''; '';
prePatch = '' prePatch = ''
for f in ./src/tint2conf/properties.c \ for f in ./src/launcher/apps-common.c \
./src/launcher/apps-common.c \
./src/launcher/icon-theme-common.c \ ./src/launcher/icon-theme-common.c \
./themes/*tint2rc ./themes/*tint2rc
do do