[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/68: gnu: libxfce4windowing: Switch to git source.
From: |
guix-commits |
Subject: |
07/68: gnu: libxfce4windowing: Switch to git source. |
Date: |
Wed, 1 Jan 2025 03:40:03 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit ac54399fa5c487d79c938ee890422e9e7e19c634
Author: Ashvith Shetty <Ashvith@noreply.codeberg.org>
AuthorDate: Sat Dec 28 17:22:56 2024 +0530
gnu: libxfce4windowing: Switch to git source.
* gnu/packages/xfce.scm (libxfce4windowing)[source]: Switch to git-fetch.
[home-page]: Set to docs.xfce.org.
[arguments]: Add "--enable-gtk-doc" to configure-flags.
[inputs]: Add wlr-protocols.
[native-inputs]: Add xfce4-dev-tools.
Change-Id: I995433864b2de45cabcafd541ef39af4c6aab320
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/xfce.scm | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6705abb273..bd6cc83a19 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -411,23 +411,28 @@ management D-Bus specification.")
(package
(name "libxfce4windowing")
(version "4.20.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/xfce/"
- name "/" (version-major+minor version) "/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "0s4zjf7bwzski7zsmb7i5frd4xr8w7ng8gn8285b0vv0g4frpwjn"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.xfce.org/xfce/libxfce4windowing")
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "158jhw5kq3dzmgmy9wr9fgspwcdq84r6hjfnvbn48wx9d2q9pwdp"))))
(build-system gnu-build-system)
- (native-inputs (list pkg-config xfce4-dev-tools))
- (propagated-inputs (list gtk+)) ; required by libxfce4windowing-0.pc
+ (arguments
+ (list
+ #:configure-flags #~(list "--enable-gtk-doc")))
+ (native-inputs (list xfce4-dev-tools))
+ (propagated-inputs (list gtk+)) ;required by libxfce4windowing-0.pc
(inputs (list libdisplay-info
libwnck
libxrandr
wayland
- wayland-protocols))
- (home-page "https://www.xfce.org/")
+ wayland-protocols
+ wlr-protocols))
+ (home-page "https://docs.xfce.org/xfce/libxfce4windowing/")
(synopsis "Windowing concept abstraction library for X11 and Wayland")
(description
"Libxfce4windowing is an abstraction library that attempts to present
- 65/68: gnu: xfce4-timer-plugin: Update to 1.7.3., (continued)
- 65/68: gnu: xfce4-timer-plugin: Update to 1.7.3., guix-commits, 2025/01/01
- 68/68: gnu: xfce4-weather-plugin: Switch to git source., guix-commits, 2025/01/01
- 67/68: gnu: xfce4-wavelan-plugin: Update to 0.6.4., guix-commits, 2025/01/01
- 59/68: gnu: xfce4-places-plugin: Update to 1.8.4., guix-commits, 2025/01/01
- 20/68: gnu: xfce4-session: Switch to git source., guix-commits, 2025/01/01
- 01/68: gnu: xfce4-dev-tools: Switch to git source., guix-commits, 2025/01/01
- 08/68: gnu: exo: Switch to git source., guix-commits, 2025/01/01
- 12/68: gnu: xfce4-battery-plugin: Update to 1.1.6., guix-commits, 2025/01/01
- 11/68: gnu: xfce4-panel: Switch to git source., guix-commits, 2025/01/01
- 09/68: gnu: garcon: Switch to git source., guix-commits, 2025/01/01
- 07/68: gnu: libxfce4windowing: Switch to git source.,
guix-commits <=
- 06/68: gnu: libxfce4ui: Switch to git source., guix-commits, 2025/01/01
- 29/68: gnu: xfwm4: Switch to git source., guix-commits, 2025/01/01
- 21/68: gnu: xfce4-settings: Switch to git source., guix-commits, 2025/01/01
- 24/68: gnu: thunar-archive-plugin: Update to 0.5.3., guix-commits, 2025/01/01
- 26/68: gnu: thunar-media-tags-plugin: Update to 0.5.0., guix-commits, 2025/01/01
- 43/68: gnu: mousepad: Switch to git source., guix-commits, 2025/01/01
- 23/68: gnu: thunar-volman: Switch to git source., guix-commits, 2025/01/01
- 40/68: gnu: xfce4-notifyd: Switch to git source., guix-commits, 2025/01/01
- 44/68: gnu: xfce4-screenshooter: Switch to git source., guix-commits, 2025/01/01
- 42/68: gnu: xfburn: Switch to git source., guix-commits, 2025/01/01