mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: xfce4-whiskermenu-plugin: Update to 2.8.3.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.8.3. [inputs]: Add accountsservice and gtk-layer-shell. [arguments]: Remove 'fix-shell-script phase. Change-Id: I87fc277c5e32674a505a532ad129c75d24d854a5
This commit is contained in:
parent
49c6e24355
commit
0297bd9843
1 changed files with 6 additions and 13 deletions
|
@ -525,7 +525,7 @@ (define-public xfce4-pulseaudio-plugin
|
||||||
(define-public xfce4-whiskermenu-plugin
|
(define-public xfce4-whiskermenu-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-whiskermenu-plugin")
|
(name "xfce4-whiskermenu-plugin")
|
||||||
(version "2.7.3")
|
(version "2.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -533,28 +533,21 @@ (define-public xfce4-whiskermenu-plugin
|
||||||
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
|
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
|
||||||
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
|
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
|
(base32 "1l4wzirqk754cliwyhl28f460xkqzqi9a9s7jirx164gcn3w4xp7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
(inputs
|
(inputs
|
||||||
(list xfce4-panel
|
(list accountsservice
|
||||||
|
xfce4-panel
|
||||||
garcon
|
garcon
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
exo
|
exo
|
||||||
gtk
|
gtk
|
||||||
|
gtk-layer-shell
|
||||||
libxfce4ui))
|
libxfce4ui))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
(list #:tests? #f)) ; no tests
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-shell-script
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(substitute* (string-append "panel-plugin/xfce4-popup-whiskermenu.in")
|
|
||||||
(("@CMAKE_INSTALL_FULL_BINDIR@")
|
|
||||||
(string-append (assoc-ref inputs "xfce4-panel") "/bin"))
|
|
||||||
(("gettext") (which "gettext")))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
|
(home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
|
||||||
(synopsis "Application menu panel plugin for Xfce")
|
(synopsis "Application menu panel plugin for Xfce")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue