[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/45: gnu: Add plasma-wayland-protocols.
From: |
guix-commits |
Subject: |
04/45: gnu: Add plasma-wayland-protocols. |
Date: |
Sun, 31 Jan 2021 10:27:19 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 4d5888290d38e9b008a4556272df64bfd0fc6b2a
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sat Oct 24 19:46:49 2020 +0200
gnu: Add plasma-wayland-protocols.
* gnu/packages/kde-plasma.scm (plasma-wayland-protocols): New variable.
---
gnu/packages/kde-plasma.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 4cc4b3d..f1250bc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -385,3 +385,25 @@ manage running processes. It obtains this information by
interacting
with a ksysguardd daemon, which may also run on a remote system.")
(license license:gpl3+)))
+(define-public plasma-wayland-protocols
+ (package
+ (name "plasma-wayland-protocols")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/plasma-wayland-protocols/"
+ version "/plasma-wayland-protocols-" version ".tar.xz"))
+ (sha256
+ (base32 "0f0xllv092aliyngyi25hhm66q38jsrj36pa6ls1q5qms61k6jf5"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (arguments
+ `(#:tests? #f)) ;; package has no tests
+ (home-page "https://invent.kde.org/libraries/plasma-wayland-protocols")
+ (synopsis "Plasma-specific protocols for Wayland")
+ (description "This project should be installing only the xml files of the
+non-standard wayland protocols we use in Plasma..")
+ (license license:gpl2+)))
- 33/45: gnu: Add polkit-kde-agent-1., (continued)
- 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, 2021/01/31
- 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 <=
- 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
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31