From 7f34b65005110fd9ef3b0ca394e1c516f2221e53 Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Sun, 8 May 2016 08:29:56 -0300 Subject: tint2: 0.12.9 -> 0.12.10 --- pkgs/applications/misc/tint2/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/applications/misc/tint2') diff --git a/pkgs/applications/misc/tint2/default.nix b/pkgs/applications/misc/tint2/default.nix index c21c0d32b73..533d2d95366 100644 --- a/pkgs/applications/misc/tint2/default.nix +++ b/pkgs/applications/misc/tint2/default.nix @@ -1,18 +1,18 @@ { stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, pango, cairo, glib , pcre , imlib2, libXinerama , libXrender, libXcomposite, libXdamage, libX11 , libXrandr, gtk, libpthreadstubs , libXdmcp, librsvg -, libstartup_notification, wrapGAppsHook +, libstartup_notification, hicolor_icon_theme, wrapGAppsHook }: stdenv.mkDerivation rec { name = "tint2-${version}"; - version = "0.12.9"; + version = "0.12.10"; src = fetchFromGitLab { owner = "o9000"; repo = "tint2"; rev = version; - sha256 = "17n3yssqiwxqrwsxypzw8skwzxm2540ikbyx7kfxv2gqlbjx5y6q"; + sha256 = "0da28ykid84i4pw0cvgaxw0wq2yn03i68g54dzmajgsl1wvkqb0z"; }; enableParallelBuilding = true; @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { buildInputs = [ pango cairo glib pcre imlib2 libXinerama libXrender libXcomposite libXdamage libX11 libXrandr gtk libpthreadstubs libXdmcp - librsvg libstartup_notification ]; + librsvg libstartup_notification hicolor_icon_theme ]; preConfigure = '' substituteInPlace CMakeLists.txt --replace /etc $out/etc @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { meta = { homepage = https://gitlab.com/o9000/tint2; 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; }; } -- cgit 1.4.1