Merge pull request #29593 from romildo/upd.tint2

tint2: 0.14.6 -> 15.1

authored by Joachim F and committed by GitHub 40873444 ac7ab7cc

+6 -9
+6 -9
pkgs/applications/misc/tint2/default.nix
··· 1 1 { stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, cairo, pango, pcre 2 - , glib , imlib2, gtk2, libXinerama , libXrender, libXcomposite, libXdamage 3 - , libX11 , libXrandr, librsvg, libpthreadstubs , libXdmcp 4 - , libstartup_notification , hicolor_icon_theme, wrapGAppsHook 2 + , glib, imlib2, gtk2, libXinerama, libXrender, libXcomposite, libXdamage 3 + , libX11, libXrandr, librsvg, libpthreadstubs, libXdmcp 4 + , libstartup_notification, hicolor_icon_theme, wrapGAppsHook 5 5 }: 6 6 7 7 stdenv.mkDerivation rec { 8 8 name = "tint2-${version}"; 9 - version = "0.14.6"; 9 + version = "15.1"; 10 10 11 11 src = fetchFromGitLab { 12 12 owner = "o9000"; 13 13 repo = "tint2"; 14 14 rev = version; 15 - sha256 = "0v7i8araj85cbl45icinvmsz5741cx2ybjgkx72m3xfcb9fqg69l"; 15 + sha256 = "16mpvknibbqy0vjgkwig7g8i6rivm14ipd7ixvqydgcj7wibn0b7"; 16 16 }; 17 17 18 18 enableParallelBuilding = true; ··· 23 23 libXcomposite libXdamage libX11 libXrandr librsvg libpthreadstubs 24 24 libXdmcp libstartup_notification hicolor_icon_theme ]; 25 25 26 - preConfigure = '' 26 + postPatch = '' 27 27 substituteInPlace CMakeLists.txt --replace /etc $out/etc 28 - ''; 29 - 30 - prePatch = '' 31 28 for f in ./src/launcher/apps-common.c \ 32 29 ./src/launcher/icon-theme-common.c \ 33 30 ./themes/*tint2rc