[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v4 45/68] gnu: xfce4-screensaver: Update to 4.18.4.
From: |
iyzsong |
Subject: |
[bug#75146] [PATCH v4 45/68] gnu: xfce4-screensaver: Update to 4.18.4. |
Date: |
Tue, 31 Dec 2024 14:44:15 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.18.4.
[source]: Switch to git-fetch.
[arguments]: Add "--enable-maintainer-mode" to configure-flags.
Move 'fix-dbus-1-path before 'configure.
[native-inputs]: Add xfce4-dev-tools.
Change-Id: Ia37f60a939304505e04874a0cbc3e7341e392d92
---
gnu/packages/xfce.scm | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a5a1c1584a..4fd927268c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1617,22 +1617,22 @@ (define-public xfce4-screenshooter
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
- (version "4.18.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/apps/"
- "xfce4-screensaver/"
- (version-major+minor version)
- "/xfce4-screensaver-"
- version ".tar.bz2"))
- (sha256
- (base32
- "0f9sw703pcgz47689qgc550h2hpqlzvsfgggd7z9s6516rhk2wfi"))))
+ (version "4.18.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://gitlab.xfce.org/apps/" name))
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09wbr3p325w9mcmragxi3rkvlrdapmrmlpgj5wshh9dv52pn8k5y"))))
(build-system gnu-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags '("--enable-maintainer-mode")
+ #:phases
(modify-phases %standard-phases
- (add-after 'unpack 'fix-dbus-1-path
+ (add-before 'configure 'fix-dbus-1-path
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(dbus-dir (string-append out "/share/dbus-1/services")))
@@ -1641,10 +1641,7 @@ (define-public xfce4-screensaver
(string-append "DBUS_SESSION_SERVICE_DIR="
dbus-dir)))))))))
(native-inputs
- (list pkg-config
- intltool
- glib ; glib-compile-schemas
- `(,glib "bin"))) ; glib-compile-schemas
+ (list xfce4-dev-tools))
(inputs
(list dbus-glib
linux-pam
--
2.46.0
- [bug#75146] [PATCH v4 24/68] gnu: thunar-archive-plugin: Update to 0.5.3., (continued)
- [bug#75146] [PATCH v4 24/68] gnu: thunar-archive-plugin: Update to 0.5.3., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 27/68] gnu: thunar-vcs-plugin: Update to 0.3.0., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 28/68] gnu: thunarx-python: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 31/68] gnu: gigolo: Update to 0.5.4., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 36/68] gnu: xfce4-power-manager: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 41/68] gnu: xfce4-notifyd: Enable sound and wayland support., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 33/68] gnu: xfce4-terminal: Update to 1.1.4., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 35/68] gnu: xfdashboard: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 30/68] gnu: xfdesktop: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 32/68] gnu: parole: Update to 4.18.2., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 45/68] gnu: xfce4-screensaver: Update to 4.18.4.,
iyzsong <=
- [bug#75146] [PATCH v4 34/68] gnu: xfce4-dict: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 38/68] gnu: xfce4-taskmanager: Update to 1.5.8., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 39/68] gnu: orage: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 44/68] gnu: xfce4-screenshooter: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 42/68] gnu: xfburn: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 37/68] gnu: ristretto: Update to 0.13.3., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 40/68] gnu: xfce4-notifyd: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 43/68] gnu: mousepad: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 50/68] gnu: xfce4-calculator-plugin: Update to 0.7.3., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 64/68] gnu: xfce4-time-out-plugin: Update to 1.1.4., iyzsong, 2024/12/31