[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v4 12/68] gnu: xfce4-battery-plugin: Update to 1.1.6.
From: |
iyzsong |
Subject: |
[bug#75146] [PATCH v4 12/68] gnu: xfce4-battery-plugin: Update to 1.1.6. |
Date: |
Tue, 31 Dec 2024 14:43:42 +0800 |
From: Ashvith Shetty <Ashvith@noreply.codeberg.org>
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.6.
[source]: Switch to git-fetch.
[home-page]: Set to docs.xfce.org.
[arguments]: Add "--enable-maintainer-mode" to configure-flags.
[native-inputs]: Add xfce4-dev-tools.
Change-Id: I9359731b564a225450cf314b762d51564cce370e
---
gnu/packages/xfce.scm | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 28d2a8478c..1e7917917d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -490,20 +490,23 @@ (define-public xfce4-panel
(define-public xfce4-battery-plugin
(package
(name "xfce4-battery-plugin")
- (version "1.1.5")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
- name "/" (version-major+minor version) "/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "04z2bic6c2cgl6wy4qrhfdigb6c2hsxnqraa20k1xvi0nfzk68km"))))
+ (version "1.1.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin")
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1bd912j22pf6rmqvkc80g5axjil88pbzxqa68krw65l11v73icmm"))))
(build-system gnu-build-system)
- (native-inputs (list pkg-config intltool))
+ (arguments
+ (list
+ #:configure-flags #~(list "--enable-maintainer-mode")))
+ (native-inputs (list xfce4-dev-tools))
(inputs (list glib gtk+ libxfce4util libxfce4ui xfce4-panel))
- (home-page
- "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin")
+ (home-page "https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/")
(synopsis "Battery monitor panel plugin for Xfce4")
(description
"A battery monitor panel plugin for Xfce4, compatible with APM and ACPI.")
--
2.46.0
- [bug#75146] [PATCH v4 02/68] gnu: xfce4-dev-tools: Add more propagated inputs., (continued)
- [bug#75146] [PATCH v4 02/68] gnu: xfce4-dev-tools: Add more propagated inputs., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 06/68] gnu: libxfce4ui: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 08/68] gnu: exo: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 15/68] gnu: elementary-xfce-icon-theme: Use new style., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 14/68] gnu: xfce4-pulseaudio-plugin: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 10/68] gnu: tumbler: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 04/68] gnu: libxfce4util: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 17/68] gnu: xfce4-whiskermenu-plugin: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 05/68] gnu: xfconf: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 07/68] gnu: libxfce4windowing: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 12/68] gnu: xfce4-battery-plugin: Update to 1.1.6.,
iyzsong <=
- [bug#75146] [PATCH v4 19/68] gnu: xfce4-appfinder: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 13/68] gnu: xfce4-clipman-plugin: Update to 1.6.7., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 11/68] gnu: xfce4-panel: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 16/68] gnu: catfish: Update to 4.20.0., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 09/68] gnu: garcon: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 18/68] gnu: xfce4-xkb-plugin: Update to 0.8.5., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 23/68] gnu: thunar-volman: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 21/68] gnu: xfce4-settings: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 20/68] gnu: xfce4-session: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 26/68] gnu: thunar-media-tags-plugin: Update to 0.5.0., iyzsong, 2024/12/31