[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v1 15/15] gnu: xfce4-pulseaudio-plugin: Update variab
From: |
Ashvith Shetty |
Subject: |
[bug#75146] [PATCH v1 15/15] gnu: xfce4-pulseaudio-plugin: Update variable fields. |
Date: |
Sat, 28 Dec 2024 17:23:05 +0530 |
From: Ashvith Shetty <Ashvith@noreply.codeberg.org>
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin):
[source]: Update to XFCE's GitLab URL.
[home-page]: Set to docs.xfce.org.
[arguments]: Set configure flag "--enable-maintainer-mode".
[native-inputs]: Add autoconf, automake, gtk-doc, libtool and
xfce4-dev-tools.
Remove pavucontrol.
Change-Id: Ib633e09831f195d03e4c1a1ed4c7d6e080595b5e
---
gnu/packages/xfce.scm | 44 ++++++++++++++++++++++++++-----------------
1 file changed, 27 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 541fd8426d..151cdd37d9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -604,25 +604,35 @@ (define-public xfce4-pulseaudio-plugin
(version "0.4.9")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
- "xfce4-pulseaudio-plugin/"
- (version-major+minor version) "/"
- "xfce4-pulseaudio-plugin-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin")
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "16n9vnzwi1j90yxcf4c0lkyqkl969yj6hiby3cvd0j18zcapd050"))))
+ (base32 "1hmajys3g56xlpja9hx0rvap54bw0g6vmirh068zn5004wg7i6kc"))))
(build-system gnu-build-system)
- (native-inputs
- (list intltool pkg-config dbus-glib dbus))
- (inputs
- (list exo
- keybinder
- libnotify
- libxfce4ui
- pavucontrol
- pulseaudio
- xfce4-panel))
- (home-page "https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/")
+ (arguments
+ (list
+ #:configure-flags #~(list "--enable-maintainer-mode")))
+ (native-inputs (list autoconf
+ automake
+ dbus
+ dbus-glib
+ gtk-doc
+ intltool
+ libtool
+ pkg-config
+ xfce4-dev-tools))
+ (inputs (list exo
+ keybinder
+ libnotify
+ libxfce4ui
+ pulseaudio
+ xfce4-panel))
+ (home-page
+ "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/")
(synopsis "PulseAudio panel plugin for Xfce")
(description
"Xfce PulseAudio plugin is a plugin for the Xfce panel which provides a
--
2.46.0
- [bug#75146] [PATCH v1 05/15] gnu: libxfce4ui: Update variable fields., (continued)
- [bug#75146] [PATCH v1 05/15] gnu: libxfce4ui: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 04/15] gnu: xfconf: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 06/15] gnu: libxfce4windowing: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 07/15] gnu: catfish: Update to 4.20.0., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 09/15] gnu: exo: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 10/15] gnu: garcon: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 08/15] gnu: elementary-xfce-icon-theme: Use new style., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 11/15] gnu: tumbler: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 12/15] gnu: xfce4-panel: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 13/15] gnu: xfce4-battery-plugin: Update to 1.1.6., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 15/15] gnu: xfce4-pulseaudio-plugin: Update variable fields.,
Ashvith Shetty <=
- [bug#75146] [PATCH v1 14/15] gnu: xfce4-clipman-plugin: Update to 1.6.7., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to git., 宋文武, 2024/12/29
- [bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to git., Zheng Junjie, 2024/12/30
[bug#75146] [PATCH v3 01/16] gnu: xfce4-dev-tools: Switch to git source., iyzsong, 2024/12/30