[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: xfce4-whiskermenu-plugin: Update to 2.3.3.
From: |
guix-commits |
Subject: |
06/12: gnu: xfce4-whiskermenu-plugin: Update to 2.3.3. |
Date: |
Sun, 1 Sep 2019 17:04:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 279608653b3c383b57e45ce39ccf2ddb6736b9d0
Author: L p R n d n <address@hidden>
Date: Mon Aug 19 14:45:47 2019 +0200
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 <address@hidden>
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fcbdbe2..91fec5f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -421,7 +421,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.3.1")
+ (version "2.3.3")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
@@ -429,7 +429,7 @@ keys for controlling the audio volume.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1cnas2x7xi53v6ylq44040narhzd828dc0ysz8yk3qn2mmvp5yr2"))))
+ "0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -438,7 +438,8 @@ keys for controlling the audio volume.")
`(("xfce4-panel" ,xfce4-panel)
("garcon" ,garcon)
("exo" ,exo)
- ("gtk+" ,gtk+-2)))
+ ("gtk+" ,gtk+)
+ ("libxfce4ui" ,libxfce4ui)))
(arguments
`(#:tests? #f)) ; no tests
(home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
- branch master updated (5042f33 -> 83f9448), guix-commits, 2019/09/01
- 02/12: gnu: txr: Update to 224., guix-commits, 2019/09/01
- 01/12: gnu: libxklavier: Update to 5.4., guix-commits, 2019/09/01
- 03/12: gnu: ironclad: Update to 0.46., guix-commits, 2019/09/01
- 05/12: gnu: xfce4-terminal: Update to 0.8.8., guix-commits, 2019/09/01
- 06/12: gnu: xfce4-whiskermenu-plugin: Update to 2.3.3.,
guix-commits <=
- 08/12: gnu: xfce4-pulseaudio-plugin: Update to 0.4.2., guix-commits, 2019/09/01
- 07/12: gnu: xfce4-battery-plugin: Update to 1.1.3., guix-commits, 2019/09/01
- 12/12: gnu: Add stylish-haskell., guix-commits, 2019/09/01
- 09/12: gnu: xfce4-xkb-plugin: Update to 0.8.1., guix-commits, 2019/09/01
- 10/12: gnu: xfce4-notifyd: Update to 0.4.4., guix-commits, 2019/09/01
- 11/12: gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck., guix-commits, 2019/09/01
- 04/12: gnu: Update Xfce base to 4.14.0., guix-commits, 2019/09/01