[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v4 17/68] gnu: xfce4-whiskermenu-plugin: Switch to gi
From: |
iyzsong |
Subject: |
[bug#75146] [PATCH v4 17/68] gnu: xfce4-whiskermenu-plugin: Switch to git source. |
Date: |
Tue, 31 Dec 2024 14:43:47 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Switch to git-fetch.
[native-inputs]: Remove intltool. Add gettext-minimal.
[inputs]: Remove gettext-minimal and gtk.
[home-page]: Set to docs.xfce.org.
Change-Id: I38e2ca59104f243afb698eb80de1b57310040208
---
gnu/packages/xfce.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 73bf34cd80..b7410cbc7b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -583,27 +583,27 @@ (define-public xfce4-whiskermenu-plugin
(version "2.8.3")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
- "xfce4-whiskermenu-plugin/" (version-major+minor
version) "/"
- "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://gitlab.xfce.org/panel-plugins/"
+ name))
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1l4wzirqk754cliwyhl28f460xkqzqi9a9s7jirx164gcn3w4xp7"))))
+ (base32 "025nnf1h361a4nl8l28rk7w37d3jajr8dm359lnfq8xz3f6yy4n5"))))
(build-system cmake-build-system)
(native-inputs
- (list pkg-config intltool))
+ (list gettext-minimal pkg-config))
(inputs
(list accountsservice
xfce4-panel
garcon
- gettext-minimal
exo
- gtk
gtk-layer-shell
libxfce4ui))
(arguments
(list #:tests? #f)) ; no tests
- (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
+ (home-page "https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/")
(synopsis "Application menu panel plugin for Xfce")
(description
"This package provides an alternative to the default application menu
--
2.46.0
- [bug#75146] [PATCH v4 00/68] xfce updates, (continued)
- [bug#75146] [PATCH v4 00/68] xfce updates, iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 01/68] gnu: xfce4-dev-tools: Switch to git source., iyzsong, 2024/12/31
- [bug#75146] [PATCH v4 03/68] gnu: xfce4-dev-tools: Fix XDT_CHECK_PACKAGE_BINARY for non-absolute paths., iyzsong, 2024/12/31
- [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 <=
- [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, 2024/12/31
- [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