[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/45: gnu: Add plasma-pa.
From: |
guix-commits |
Subject: |
29/45: gnu: Add plasma-pa. |
Date: |
Sun, 31 Jan 2021 10:27:26 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit f15b497d2f919a4ed503f0c754763bc9e9246b87
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:42:26 2017 +0200
gnu: Add plasma-pa.
* gnu/packages/kde-plasma.scm (plasma-pa): New variable.
---
gnu/packages/kde-plasma.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 110196a..dc3e439 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1327,6 +1327,45 @@ In order to start using the widget, look for 'Network
Management' in the 'Add
Widgets' dialog of the Plasma workspace you're using.")
(license license:gpl3))) ;; KDE e.V.
+(define-public plasma-pa
+ (package
+ (name "plasma-pa")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/plasma-pa-" version ".tar.xz"))
+ (sha256
+ (base32 "1n4imxjfz4zvhgzmsn10kdmxh7cdx8n54n4gwwx5zlvvgjybj3mh"))))
+ ;; TODO: Still some unknown property types, e.g for key
+ ;; "X-KDE-ParentApp", "X-Plasma-API", "X-DocPath", "X-KDE-Keywords".
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("gconf" ,gconf)
+ ("kcmutils" ,kcmutils) ;; required for property type definitions
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdeclarative" ,kdeclarative)
+ ("kglobalaccel" ,kglobalaccel)
+ ("ki18n" ,ki18n)
+ ("knotifications" ,knotifications)
+ ("kwindowsystem" ,kwindowsystem)
+ ("libcanberra" ,libcanberra)
+ ("perl" ,perl) ; for the kconf_update scripts
+ ("plasma-framework" ,plasma-framework)
+ ("pulseaudio" ,pulseaudio)
+ ("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)))
+ (home-page "https://invent.kde.org/plasma/plasma-pa")
+ (synopsis "Plasma 5 Volume controller")
+ (description "Plasma applet for audio volume management using
+PulseAudio.")
+ (license license:gpl3))) ;; KDE e.V.
+
(define-public plasma-wayland-protocols
(package
(name "plasma-wayland-protocols")
- 26/45: gnu: Add oxygen., (continued)
- 26/45: gnu: Add oxygen., guix-commits, 2021/01/31
- 17/45: gnu: Add breeze-gtk., guix-commits, 2021/01/31
- 19/45: gnu: Add kde-cli-tools., guix-commits, 2021/01/31
- 33/45: gnu: Add polkit-kde-agent-1., guix-commits, 2021/01/31
- 09/45: WIP services: Add KDE Plasme desktop service., guix-commits, 2021/01/31
- 05/45: gnu: Add kwayland-server., guix-commits, 2021/01/31
- 02/45: gnu: Add ksysguard., guix-commits, 2021/01/31
- 12/45: TEMP Add some scripts for maintaining KDE packages., guix-commits, 2021/01/31
- 14/45: TEMP Add custom `startkde` script to be used in the VM., guix-commits, 2021/01/31
- 16/45: gnu: Add bluedevil., guix-commits, 2021/01/31
- 29/45: gnu: Add plasma-pa.,
guix-commits <=
- 03/45: gnu: Add kwayland-integration., guix-commits, 2021/01/31
- 08/45: gnu: Add plasma-desktop., guix-commits, 2021/01/31
- 04/45: gnu: Add plasma-wayland-protocols., guix-commits, 2021/01/31
- 28/45: gnu: Add plasma-nm., guix-commits, 2021/01/31
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit., guix-commits, 2021/01/31
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31