xfce.xfce4-whiskermenu-plugin: 2.7.3 -> 2.8.0

https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/compare/v2.7.3...v2.8.0

Replaced popup script with executable:
5ea01727ea
This commit is contained in:
Bobby Rong 2023-08-30 21:46:27 +08:00
parent 3efb0f6f40
commit d6a9856b3b
No known key found for this signature in database

View file

@ -1,26 +1,44 @@
{ lib, mkXfceDerivation, gettext, gtk3, glib, cmake, exo, garcon, libxfce4ui, libxfce4util, xfce4-panel, xfconf }: { mkXfceDerivation
, lib
, cmake
, accountsservice
, exo
, garcon
, gettext
, glib
, gtk-layer-shell
, gtk3
, libxfce4ui
, libxfce4util
, xfce4-panel
, xfconf
}:
mkXfceDerivation { mkXfceDerivation {
category = "panel-plugins"; category = "panel-plugins";
pname = "xfce4-whiskermenu-plugin"; pname = "xfce4-whiskermenu-plugin";
version = "2.7.3"; version = "2.8.0";
rev-prefix = "v"; rev-prefix = "v";
odd-unstable = false; odd-unstable = false;
sha256 = "sha256-F2mp3b1HBvI2lvwGzuE9QsqotLWgsP0NRyORrTV9FJs="; sha256 = "sha256-5ojcIOVIa9WKL2e6iZwRgrAINSM8750zciCwpn9vzJU=";
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [
cmake
];
buildInputs = [ gettext exo garcon gtk3 glib libxfce4ui libxfce4util xfce4-panel xfconf ]; buildInputs = [
accountsservice
postPatch = '' exo
substituteInPlace panel-plugin/xfce4-popup-whiskermenu.in \ garcon
--replace gettext ${gettext}/bin/gettext gettext
''; glib
gtk-layer-shell
postInstall = '' gtk3
substituteInPlace $out/bin/xfce4-popup-whiskermenu \ libxfce4ui
--replace $out/bin/xfce4-panel ${xfce4-panel.out}/bin/xfce4-panel libxfce4util
''; xfce4-panel
xfconf
];
meta = with lib; { meta = with lib; {
description = "Alternate application launcher for Xfce"; description = "Alternate application launcher for Xfce";