Merge pull request #15304 from romildo/upd.tint2
tint2: 0.12.9 -> 0.12.10
This commit is contained in:
commit
3ce3a42409
|
@ -1,18 +1,18 @@
|
||||||
{ stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, pango, cairo, glib
|
{ stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, pango, cairo, glib
|
||||||
, pcre , imlib2, libXinerama , libXrender, libXcomposite, libXdamage, libX11
|
, pcre , imlib2, libXinerama , libXrender, libXcomposite, libXdamage, libX11
|
||||||
, libXrandr, gtk, libpthreadstubs , libXdmcp, librsvg
|
, libXrandr, gtk, libpthreadstubs , libXdmcp, librsvg
|
||||||
, libstartup_notification, wrapGAppsHook
|
, libstartup_notification, hicolor_icon_theme, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tint2-${version}";
|
name = "tint2-${version}";
|
||||||
version = "0.12.9";
|
version = "0.12.10";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "o9000";
|
owner = "o9000";
|
||||||
repo = "tint2";
|
repo = "tint2";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17n3yssqiwxqrwsxypzw8skwzxm2540ikbyx7kfxv2gqlbjx5y6q";
|
sha256 = "0da28ykid84i4pw0cvgaxw0wq2yn03i68g54dzmajgsl1wvkqb0z";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pango cairo glib pcre imlib2 libXinerama libXrender
|
buildInputs = [ pango cairo glib pcre imlib2 libXinerama libXrender
|
||||||
libXcomposite libXdamage libX11 libXrandr gtk libpthreadstubs libXdmcp
|
libXcomposite libXdamage libX11 libXrandr gtk libpthreadstubs libXdmcp
|
||||||
librsvg libstartup_notification ];
|
librsvg libstartup_notification hicolor_icon_theme ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace CMakeLists.txt --replace /etc $out/etc
|
substituteInPlace CMakeLists.txt --replace /etc $out/etc
|
||||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://gitlab.com/o9000/tint2;
|
homepage = https://gitlab.com/o9000/tint2;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
description = "A simple panel/taskbar unintrusive and light (memory / cpu / aestetic)";
|
description = "Simple panel/taskbar unintrusive and light (memory / cpu / aestetic)";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue