gnu: xfce4-whiskermenu-plugin: Update to 2.3.3.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.3.3. [inputs] Add gtk+. Remove gtk+-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
998754ef49
commit
279608653b
|
@ -421,7 +421,7 @@ keys for controlling the audio volume.")
|
||||||
(define-public xfce4-whiskermenu-plugin
|
(define-public xfce4-whiskermenu-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-whiskermenu-plugin")
|
(name "xfce4-whiskermenu-plugin")
|
||||||
(version "2.3.1")
|
(version "2.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -429,7 +429,7 @@ keys for controlling the audio volume.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cnas2x7xi53v6ylq44040narhzd828dc0ysz8yk3qn2mmvp5yr2"))))
|
"0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -438,7 +438,8 @@ keys for controlling the audio volume.")
|
||||||
`(("xfce4-panel" ,xfce4-panel)
|
`(("xfce4-panel" ,xfce4-panel)
|
||||||
("garcon" ,garcon)
|
("garcon" ,garcon)
|
||||||
("exo" ,exo)
|
("exo" ,exo)
|
||||||
("gtk+" ,gtk+-2)))
|
("gtk+" ,gtk+)
|
||||||
|
("libxfce4ui" ,libxfce4ui)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
(home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
|
(home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
|
||||||
|
|
Loading…
Reference in New Issue