guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: Add pavucontrol-qt.


From: ???
Subject: 09/09: gnu: Add pavucontrol-qt.
Date: Thu, 25 Oct 2018 09:46:53 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 84f6a9907b91a1a2fdb5fe3fc4bab177b8734f95
Author: Meiyo Peng <address@hidden>
Date:   Thu Oct 18 15:20:39 2018 +0800

    gnu: Add pavucontrol-qt.
    
    * gnu/packages/lxqt.scm (pavucontrol-qt): New variable.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/lxqt.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index f1492e0..7d26e39 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -846,6 +846,39 @@ respectively.  As such it enables regular users to launch 
applications with
 permissions of other users including root.")
     (license license:lgpl2.1+)))
 
+(define-public pavucontrol-qt
+  (package
+    (name "pavucontrol-qt")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
+                           version "/" name "-" version ".tar.xz"))
+       (sha256
+        (base32 "0pqvhhgw7d00wqw5v3ghm4l8250zy7bqpvhff6l7y1lw0z2fvcp6"))))
+    (build-system cmake-build-system)
+    (inputs
+     `(("glib" ,glib)
+       ("pcre" ,pcre)
+       ("pulseaudio" ,pulseaudio)
+       ("qtbase" ,qtbase)
+       ("qtx11extras" ,qtx11extras)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("lxqt-build-tools" ,lxqt-build-tools)
+       ("qttools" ,qttools)))
+    (arguments
+     '(#:tests? #f                      ; no tests
+       #:configure-flags
+       ;; TODO: prefetch translations files from 'lxqt-l10n'.
+       '("-DPULL_TRANSLATIONS=NO")))
+    (home-page "https://lxqt.org/";)
+    (synopsis "Pulseaudio mixer in Qt")
+    (description "@code{pavucontrol-qt} is the Qt port of volume control
address@hidden of sound server @code{PulseAudio}.")
+    (license license:lgpl2.1+)))
+
 (define-public pcmanfm-qt
   (package
     (name "pcmanfm-qt")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]