[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/68: gnu: thunar-volman: Switch to git source.
From: |
guix-commits |
Subject: |
23/68: gnu: thunar-volman: Switch to git source. |
Date: |
Wed, 1 Jan 2025 03:40:05 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit c61bed46ed59a2065cf6385f62f54b00bf6f1320
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Tue Dec 31 11:05:35 2024 +0800
gnu: thunar-volman: Switch to git source.
* gnu/packages/xfce.scm (thunar-volman)[source]: Switch to git-fetch.
[native-inputs]: Add xfce4-dev-tools.
[home-page]: Set to docs.xfce.org.
Change-Id: I1b8e6d828183457ecce1fe76a1a033fe716c4081
---
gnu/packages/xfce.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 98673eddd3..a6ceb0b56a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -830,18 +830,19 @@ fast.")
(version "4.20.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/"
- (version-major+minor version) "/"
- "thunar-volman-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://gitlab.xfce.org/xfce/" name))
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1nmi3q9jfc4p3dznw96m4ryk8h136qp5bvfipy7mnlcvjm9dinmh"))))
+ (base32 "14cs5hscjrgxvmkxr1d5ank76rxwq7ifvm3g844p9jvhykz6r1aw"))))
(build-system gnu-build-system)
(native-inputs
- (list pkg-config intltool))
+ (list xfce4-dev-tools))
(inputs
(list exo libgudev libnotify libxfce4ui))
- (home-page "https://www.xfce.org/")
+ (home-page "https://docs.xfce.org/xfce/thunar-volman/")
(synopsis "Removable media manager for Thunar")
(description
"Thunar-volman is an extension for the Thunar File Manager, which enables
- 12/68: gnu: xfce4-battery-plugin: Update to 1.1.6., (continued)
- 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, 2025/01/01
- 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 <=
- 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
- 50/68: gnu: xfce4-calculator-plugin: Update to 0.7.3., guix-commits, 2025/01/01
- 55/68: gnu: xfce4-mailwatch-plugin: Update to 1.3.2., guix-commits, 2025/01/01
- 32/68: gnu: parole: Update to 4.18.2., guix-commits, 2025/01/01
- 53/68: gnu: xfce4-fsguard-plugin: Update to 1.1.4., guix-commits, 2025/01/01
- 46/68: gnu: xfce4-volumed-pulse: Update to 0.2.5., guix-commits, 2025/01/01
- 54/68: gnu: xfce4-genmon-plugin: Update to 4.2.1., guix-commits, 2025/01/01
- 52/68: gnu: xfce4-diskperf-plugin: Update to 2.7.1., guix-commits, 2025/01/01