all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sisiutl <sisiutl@egregore.fun>
To: 73554@debbugs.gnu.org
Cc: Sisiutl <sisiutl@egregore.fun>
Subject: [bug#73554] [PATCH] gnu: xpra: Add optional dependencies (tray, audio management, notifications).
Date: Sun, 29 Sep 2024 14:32:16 +0200	[thread overview]
Message-ID: <20240929123215.15435-2-sisiutl@egregore.fun> (raw)

* gnu/packages/xorg.scm (xpra)[inputs]: Add libappindicator, gstreamer, pulseaudio and python-pyinotify.

Change-Id: I76904f57ca52de7f0d456e9e69d9875293951629
---
 gnu/packages/xorg.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0de08a4ad1..318cff886f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6161,8 +6161,8 @@ (define-public xpra
      (origin
        (method git-fetch)
        (uri (git-reference
-           (url "https://github.com/Xpra-org/xpra.git")
-           (commit (string-append "v" version))))
+             (url "https://github.com/Xpra-org/xpra.git")
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32 "0zw1zsv5348bbykg6qaz2bn5ayrz5xgmnpfhi4i8pjlw0k7z8raa"))
@@ -6175,6 +6175,7 @@ (define-public xpra
            libjpeg-turbo
            libwebp
            ffmpeg
+           libappindicator
            libx11
            libxrandr
            libxtst
@@ -6185,9 +6186,12 @@ (define-public xpra
            libxext
            libxres
            lz4
+           gstreamer
            gtk+
+           pulseaudio
            python-pycairo
            python-pygobject
+           python-pyinotify
            xauth
            xorg-server
            xf86-video-dummy
-- 
2.46.0





                 reply	other threads:[~2024-09-29 12:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240929123215.15435-2-sisiutl@egregore.fun \
    --to=sisiutl@egregore.fun \
    --cc=73554@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.