From a2aacf18f59cf7a3e08c74e0ee74ed04594fd7a0 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 12 Feb 2021 04:28:48 +0100 Subject: gnu: xfce4-weather-plugin: Update to 0.11.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.0. Signed-off-by: 宋文武 --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 96a8fc7031..e0e1d60f36 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2091,7 +2091,7 @@ lan interface (signal state, signal quality, network name (SSID)).") (define-public xfce4-weather-plugin (package (name "xfce4-weather-plugin") - (version "0.10.2") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -2100,7 +2100,7 @@ lan interface (signal state, signal quality, network name (SSID)).") "/xfce4-weather-plugin-" version ".tar.bz2")) (sha256 (base32 - "1ik2qvmwylsz5vyz4np2y0mmd37s89xkayxi97490c4mj85pj5wh")))) + "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 79a641a8c553d3632f66db0bb86f72cab6b1a73d Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 14 Feb 2021 21:06:29 +0100 Subject: gnu: xfce4-kbdleds-plugin: Remove package. This package never made the transition to GTK+ 3 and doesn't build since Xfce 4.16. The last upstream release was in 2011. * gnu/packages/xfce.scm (xfce4-kbdleds-plugin): Remove variable. Signed-off-by: Leo Famulari --- gnu/packages/xfce.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e0e1d60f36..bb4b66cd0c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1648,34 +1648,6 @@ The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip.") (license gpl2+))) -(define-public xfce4-kbdleds-plugin - (package - (name "xfce4-kbdleds-plugin") - (version "0.0.6") - (source (origin - (method url-fetch) - (uri (string-append "https://archive.xfce.org/src/panel-plugins/" - "xfce4-kbdleds-plugin/" - (version-major+minor version) - "/xfce4-kbdleds-plugin-" version ".tar.bz2")) - (sha256 - (base32 - "1k810asjjxwix1c7ixl7bqr97zc4j2mw7797gk49rjvv43bhla3d")))) - (build-system gnu-build-system) - (native-inputs - `(("intltool" ,intltool) - ("pkg-config" ,pkg-config))) - (inputs - `(("gtk+-2" ,gtk+-2) - ("libxfce4ui" ,libxfce4ui) - ("xfce4-panel" ,xfce4-panel))) - (home-page - "https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin") - (synopsis "Display keyboard LEDs in the Xfce panel") - (description "This plugin shows the state of your keyboard LEDs: -Caps, Scroll and Num Lock in Xfce panel.") - (license gpl2+))) - (define-public xfce4-mailwatch-plugin (package (name "xfce4-mailwatch-plugin") -- cgit v1.2.3 From 77ce4e22e4d70e9d3e181cc764e46403321d4baf Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 19 Feb 2021 06:06:24 +0100 Subject: gnu: xfce4-cpugraph-plugin: Update to 1.2.2. * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.2. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index bb4b66cd0c..f575926eb4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1357,7 +1357,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.1") + (version "1.2.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1366,7 +1366,7 @@ A plugin for the Xfce panel is also available.") "/xfce4-cpugraph-plugin-" version ".tar.bz2")) (sha256 (base32 - "0jljxyvxq4kmf5wz7wkq6wma4bq1qsnlv3lx6527lhcipnddynk1")))) + "0pnm2lqcc9snzpcd25c2yvzcnikk5chc5bn1jh14r6726vx14z1l")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 412892a280ba9387de2bb50041df3a77831723b8 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 1 Mar 2021 20:41:27 +0100 Subject: gnu: xfce4-cpugraph-plugin: Update to 1.2.3. * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.3. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f575926eb4..83b6a404ad 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1357,7 +1357,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1366,7 +1366,7 @@ A plugin for the Xfce panel is also available.") "/xfce4-cpugraph-plugin-" version ".tar.bz2")) (sha256 (base32 - "0pnm2lqcc9snzpcd25c2yvzcnikk5chc5bn1jh14r6726vx14z1l")))) + "13302psv0fzg2dsgadr8j6mb06k1bsa4zw6hxmb644vqlvcwq37v")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 1196f3f95a8afd2044f2f0514991be76582f862e Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 1 Mar 2021 20:57:34 +0100 Subject: gnu: mousepad: Update to 0.5.3. * gnu/packages/xfce.scm (mousepad): Update to 0.5.3. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 83b6a404ad..efb31c6263 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1206,7 +1206,7 @@ of data to either CD/DVD/BD.") (define-public mousepad (package (name "mousepad") - (version "0.5.2") + (version "0.5.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/mousepad/" @@ -1214,7 +1214,7 @@ of data to either CD/DVD/BD.") version ".tar.bz2")) (sha256 (base32 - "13pvisqhq5rjrkfdw635z600167920fxqzg1ngvismaf39iwbb9h")))) + "1a6a3x4h6aisjm59i0afx1w50035s76zjr4a6p9ja5bax6wqn877")))) (build-system gnu-build-system) (arguments '(#:configure-flags '(;; Use the GSettings keyfile backend rather than -- cgit v1.2.3 From 9d03eb8095033b0613f695a56b41fd5478832830 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 1 Mar 2021 21:06:33 +0100 Subject: gnu: xfce4-time-out-plugin: Update to 1.1.2. * gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.2. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index efb31c6263..d8acbba0c9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1944,7 +1944,7 @@ swap space and the system uptime in the Xfce4 panel.") (define-public xfce4-time-out-plugin (package (name "xfce4-time-out-plugin") - (version "1.1.1") + (version "1.1.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1953,7 +1953,7 @@ swap space and the system uptime in the Xfce4 panel.") "/xfce4-time-out-plugin-" version ".tar.bz2")) (sha256 (base32 - "07d3vddzrl6p6kg3qs4rd8qk57ghf33sk9sh73gsx2hxfnwbwk8r")))) + "1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 29bcfcd8134bf2868117f88106333164a2c7640b Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 1 Mar 2021 21:26:53 +0100 Subject: gnu: xfce4-panel: Update to 4.16.2. * gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.2. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index d8acbba0c9..dc65567835 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -413,7 +413,7 @@ management D-Bus specification.") (define-public xfce4-panel (package (name "xfce4-panel") - (version "4.16.1") + (version "4.16.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -421,7 +421,7 @@ management D-Bus specification.") name "-" version ".tar.bz2")) (sha256 (base32 - "14arjxpvnxdl0a0ajifrmy2py3hv5qy4fykl52wdp4k5pv39n2gs")) + "1kxm905z6m0mvnki7qxwz638kfa93lvy5xv3qfp8sc8ldxp1cd46")) (patches (search-patches "xfce4-panel-plugins.patch")))) (build-system gnu-build-system) (arguments -- cgit v1.2.3