From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 73239@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>,
Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#73239] [PATCH v1 2/2] gnu: xfce: Remove input "xfce4-volumed-pulse"
Date: Sat, 14 Sep 2024 03:29:56 +0530 [thread overview]
Message-ID: <76297635b28eaab58a0ff79ed78747d212495ca0.1726264393.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <cover.1726264393.git.ashvithshetty10@gmail.com>
* gnu/packages/xfce.scm (xfce)[inputs]: Remove input "xfce4-volumed-pulse"
Change-Id: I80a80064c75907b2a1e6e880fab9f1e772921b13
---
gnu/packages/xfce.scm | 89 ++++++++++++++++++++-----------------------
1 file changed, 42 insertions(+), 47 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8277668f2c..5ece50b69b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1207,61 +1207,56 @@ (define-public xfce
(package
(name "xfce")
(version (package-version xfce4-session))
- (source #f)
+ (source
+ #f)
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build union))
- #:builder
- (begin
- (use-modules (ice-9 match)
- (guix build union))
- (match %build-inputs
- (((names . directories) ...)
- (union-build (assoc-ref %outputs "out")
- directories)
- #t)))))
- (inputs
- (list exo
- garcon
- adwaita-icon-theme
- elementary-xfce-icon-theme
- greybird-gtk-theme
- hicolor-icon-theme
- mate-polkit-for-xfce
- mousepad
- ristretto
- shared-mime-info
- thunar
- thunar-volman
- tumbler
- xfce4-appfinder
- xfce4-notifyd ;for pop-up notifications
- xfce4-panel
- xfce4-power-manager
- xfce4-screenshooter
- xfce4-session
- xfce4-settings
- xfce4-taskmanager
- xfce4-terminal
- xfconf
- xfdesktop
- xfwm4
- xfwm4-themes
- xkill
- ;; Panel plugins.
- xfce4-battery-plugin
- xfce4-clipman-plugin
- xfce4-pulseaudio-plugin
- xfce4-volumed-pulse
- xfce4-xkb-plugin))
+ #:builder (begin
+ (use-modules (ice-9 match)
+ (guix build union))
+ (match %build-inputs
+ (((names . directories) ...)
+ (union-build (assoc-ref %outputs "out") directories) #t)))))
+ (inputs (list exo
+ garcon
+ adwaita-icon-theme
+ elementary-xfce-icon-theme
+ greybird-gtk-theme
+ hicolor-icon-theme
+ mate-polkit-for-xfce
+ mousepad
+ ristretto
+ shared-mime-info
+ thunar
+ thunar-volman
+ tumbler
+ xfce4-appfinder
+ xfce4-notifyd ;for pop-up notifications
+ xfce4-panel
+ xfce4-power-manager
+ xfce4-screenshooter
+ xfce4-session
+ xfce4-settings
+ xfce4-taskmanager
+ xfce4-terminal
+ xfconf
+ xfdesktop
+ xfwm4
+ xfwm4-themes
+ xkill
+ ;; Panel plugins.
+ xfce4-battery-plugin
+ xfce4-clipman-plugin
+ xfce4-pulseaudio-plugin
+ xfce4-xkb-plugin))
(propagated-inputs
;; Default font that applications such as IceCat require.
(list font-dejavu))
(native-search-paths
;; For finding panel and thunar plugins.
- (append
- (package-native-search-paths xfce4-panel)
- (package-native-search-paths thunar)))
+ (append (package-native-search-paths xfce4-panel)
+ (package-native-search-paths thunar)))
(home-page "https://www.xfce.org/")
(synopsis "Desktop environment (meta-package)")
(description
--
2.46.0
prev parent reply other threads:[~2024-09-13 22:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-13 21:56 [bug#73239] [PATCH v1 0/2] Fix shortcut key issue with xfce4-pulseaudio-plugin Ashvith Shetty
2024-09-13 21:59 ` [bug#73239] [PATCH v1 1/2] gnu: xfce4-pulseaudio-plugin: Add inputs "keybinder" and "pavucontrol" Ashvith Shetty
2024-09-13 21:59 ` Ashvith Shetty [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76297635b28eaab58a0ff79ed78747d212495ca0.1726264393.git.ashvithshetty10@gmail.com \
--to=ashvithshetty10@gmail.com \
--cc=73239@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).