aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-12-31 14:05:21 +0800
committer宋文武 <iyzsong@member.fsf.org>2025-01-01 10:48:34 +0800
commitf159c7f582e3cab168b5dc712e01d5f065c7c0bc (patch)
treef050657e921dc6341a5b2aae0b3367772d655d8a
parent3bfe1e232e5302a497681a2a2b7327c665853322 (diff)
downloadguix-f159c7f582e3cab168b5dc712e01d5f065c7c0bc.tar.gz
guix-f159c7f582e3cab168b5dc712e01d5f065c7c0bc.zip
gnu: xfce4-places-plugin: Update to 1.8.4.
* gnu/packages/xfce.scm (xfce4-places-plugin): Update to 1.8.4. [source]: Switch to git-fetch. [native-inputs]: Add xfce4-dev-tools. [inputs]: Remove gtk+-2. [home-page]: Set to docs.xfce.org. Change-Id: I4ba0a7044ccc01a0fe72feb9f12a57286c33675f
-rw-r--r--gnu/packages/xfce.scm30
1 files changed, 15 insertions, 15 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7347ee3ab0..e713053598 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2028,24 +2028,24 @@ interfaces of your choice in the panel.")
(define-public xfce4-places-plugin
(package
- (name "xfce4-places-plugin")
- (version "1.8.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
- "xfce4-places-plugin/"
- (version-major+minor version)
- "/xfce4-places-plugin-" version ".tar.bz2"))
- (sha256
- (base32
- "0hy7c350x1p1grj517l1x0r8b4asbcv7sl3b5qnb0apj0dnhw7gi"))))
+ (name "xfce4-places-plugin")
+ (version "1.8.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://gitlab.xfce.org/panel-plugins/"
+ name))
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09yqnya7hr4vr6pn4ddzs7vx8582yyf1wrrwd1fmd81f7mdns1w7"))))
(build-system gnu-build-system)
(native-inputs
- (list intltool desktop-file-utils pkg-config))
+ (list desktop-file-utils xfce4-dev-tools))
(inputs
- (list gtk+-2 exo libxfce4ui xfce4-panel))
- (home-page
- "https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin")
+ (list exo libxfce4ui xfce4-panel))
+ (home-page "https://docs.xfce.org/panel-plugins/xfce4-places-plugin/")
(synopsis "Gnome-like Places menu for the Xfce panel")
(description "This plugin provides a menu with quick access to folders,
documents, and removable media. The places plugin brings much of the