mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
xfce4-whiskermenu-plugin: 1.5.2 -> 1.5.3
This commit is contained in:
parent
518b9abfd5
commit
41b5de4773
@ -4,21 +4,22 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
p_name = "xfce4-whiskermenu-plugin";
|
p_name = "xfce4-whiskermenu-plugin";
|
||||||
ver_maj = "1.5";
|
version = "1.5.3";
|
||||||
ver_min = "2";
|
|
||||||
rev = "d08418c8d55edfacef190ec14e03e1e9a6988101";
|
|
||||||
|
|
||||||
name = "${p_name}-${ver_maj}.${ver_min}";
|
name = "${p_name}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gottcode";
|
owner = "gottcode";
|
||||||
repo = "xfce4-whiskermenu-plugin";
|
repo = "xfce4-whiskermenu-plugin";
|
||||||
inherit rev;
|
rev = "v${version}";
|
||||||
sha256 = "0icphm6bm5p3csh9kwyyvkj2y87shrs12clfifbhv35dm0skb2dx";
|
sha256 = "07gmf9x3pw6xajklj0idahbnv0psnkhiqhb88bmkp344jirsx6ba";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake pkgconfig intltool libxfce4util libxfcegui4 xfce4panel
|
nativeBuildInputs = [ cmake pkgconfig intltool ];
|
||||||
gtk exo garcon ];
|
|
||||||
|
buildInputs = [ libxfce4util libxfcegui4 xfce4panel gtk exo garcon ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
|
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
|
||||||
@ -27,7 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||||
description = "Whisker Menu is an alternate application launcher for Xfce";
|
description = "Alternate application launcher for Xfce";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.pjbarnoy ];
|
maintainers = [ maintainers.pjbarnoy ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user