[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37121] [PATCH 14/40] gnu: xfce4-panel: Update to 4.14.0.
From: |
L p R n d n |
Subject: |
[bug#37121] [PATCH 14/40] gnu: xfce4-panel: Update to 4.14.0. |
Date: |
Tue, 20 Aug 2019 23:50:17 +0200 |
* gnu/packages/xfce.scm (xcfe4-panel): Update to 4.14.0
[arguments] Remove #:configure-flags
[native-inputs] Add glib:bin.
[inputs] Add gtk+-2, libwnck and xfconf. Remove libwnck-2.
[propagated-inputs] Add gtk+-3.
---
gnu/packages/xfce.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 1a3f08eb93..56477adc0b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -300,7 +300,7 @@ management D-Bus specification.")
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.12.2")
+ (version "4.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -308,20 +308,22 @@ management D-Bus specification.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1s8cvsrgmkmmm84g6mghpj2k4777gm22g5lrsf8pdy5qh6xql1a2"))
+ "1x3flv86jh9vqah7mr5mmfx2991mc6icsqjygsc3j88lgsyz7y6m"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
- (arguments
- '(#:configure-flags '("--enable-gtk3")))
(native-inputs
`(("pkg-config" ,pkg-config)
- ("intltool" ,intltool)))
+ ("intltool" ,intltool)
+ ("glib:bin" ,glib "bin")))
(propagated-inputs
- `(("libxfce4util" ,libxfce4util))) ; required by libxfce4panel-1.0.pc
+ `(("gtk+-3" ,gtk+) ; required by libxfce4panel-2.0.pc
+ ("libxfce4util" ,libxfce4util))) ; required by libxfce4panel-2.0.pc
(inputs
`(("exo" ,exo)
+ ("gtk+-2" ,gtk+-2)
+ ("xfconf" ,xfconf)
("garcon" ,garcon)
- ("libwnck" ,libwnck-2)
+ ("libwnck" ,libwnck)
("libxfce4ui" ,libxfce4ui)))
(native-search-paths
(list (search-path-specification
--
2.22.0
- [bug#37121] [PATCH 04/40] gnu: xfconf: Add support for gobject-introspection., (continued)
- [bug#37121] [PATCH 04/40] gnu: xfconf: Add support for gobject-introspection., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 03/40] gnu: xfconf: Update to 4.14.1., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 06/40] gnu: libxfce4ui: Update to 4.14.1., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 05/40] gnu: xfconf: Add vala support., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 02/40] gnu: libxfce4util: Add gobject-introspection support., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 07/40] gnu: libxfce4ui: Add gobject-introspection support., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 08/40] gnu: libxfce4ui: Add vendor., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 11/40] gnu: tumbler: Update to 0.2.7., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 09/40] gnu: exo: Update to 0.12.8., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 13/40] gnu: tumbler: Remove unused gstreamer., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 14/40] gnu: xfce4-panel: Update to 4.14.0.,
L p R n d n <=
- [bug#37121] [PATCH 12/40] gnu: tumbler: Fix pdf thumbnailer., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 10/40] gnu: garcon: Update to 0.6.4., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 15/40] gnu: xfce4-panel: Fix tzdata path., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 26/40] gnu: mousepad: Update to 0.4.2., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 34/40] gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 28/40] gnu: xfce4-terminal: Update to 0.8.8., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 16/40] gnu: xfce4-appfinder: Update to 4.14.0., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 40/40] gnu: Add copyright header., L p R n d n, 2019/08/20
- [bug#37121] [PATCH 32/40] gnu: libxklavier: Update to 5.4., L p R n d n, 2019/08/20