From 7fc78b2d34e8914fa98114dd11ae85a47e7e6e89 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Thu, 14 Oct 2021 18:11:57 +1100 Subject: gnu: Add layer-shell-qt. * gnu/packages/kde-plasma.scm (layer-shell-qt): New variable. Signed-off-by: Marius Bakke --- gnu/packages/kde-plasma.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index da6912affe..39716187fd 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2021 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,6 +38,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages qt) + #:use-module (gnu packages xdisorg) #:use-module (gnu packages xorg) #:use-module (gnu packages web)) @@ -157,6 +159,32 @@ directly, you need to tell @code{ssh-add} about it. @code{ssh-add} will then call it if it is not associated to a terminal.") (license license:gpl2+))) +(define-public layer-shell-qt + (package + (name "layer-shell-qt") + (version "5.24.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/plasma/" version + "/layer-shell-qt-" version ".tar.xz")) + (sha256 + (base32 + "1aq089pws39w9ncsiqzgg3qvfg5hc5a74pzra0smdpy5ipfsb6a4")))) + (build-system qt-build-system) + (native-inputs + (list extra-cmake-modules pkg-config)) + (inputs + (list libxkbcommon + qtbase-5 + qtdeclarative-5 + qtwayland + wayland + wayland-protocols)) + (home-page "https://invent.kde.org/plasma/layer-shell-qt") + (synopsis "Qt component for the Wayland ql-layer-shell protocol") + (description "Qt component for the Wayland ql-layer-shell protocol.") + (license license:gpl2+))) + (define-public kscreenlocker (package (name "kscreenlocker") -- cgit v1.2.3 f80f00'>gnu/packages/messaging.scm
AgeCommit message (Expand)Author
2024-02-13gnu: go-golang-org-x-net: Move to golang-build....Sharlatan Hellseher
2024-02-05gnu: tdlib: Update to 1.8.24....Sergey Trofimov
2024-01-02gnu: tdlib: Update to 1.8.23....Sergey Trofimov
2023-11-07gnu: tdlib: Update to 1.8.20....Sergey Trofimov
2023-10-20gnu: weechat-wee-slack: Update to 2.10.1....Arun Isaac
2023-10-12gnu: Add senpai....Nguyễn Gia Phong
2023-10-06gnu: matterbridge: Update to 1.26.0...Denis 'GNUtoo' Carikli
2023-10-05gnu: prosody: Update to 0.12.4....André Batista
2023-10-05gnu: tdlib: Update to 1.8.16-0.4d1d22d....Andrew Tropin
2023-09-27gnu: gajim: Clean up formatting....Parnikkapore
2023-09-27gnu: python-nbxmpp: Clean up formatting....Parnikkapore
2023-09-27gnu: gajim-openpgp: Update to 1.5.0....Parnikkapore
2023-09-27gnu: gajim-omemo: Update to 2.9.0....Parnikkapore
2023-09-27gnu: gajim: Update to 1.7.3....Parnikkapore
2023-09-27gnu: python-nbxmpp: Update to 4.2.2....Parnikkapore
2023-09-05gnu: kaidan: Update to 0.9.0....宋文武
2023-09-05gnu: kaidan: Add missing input....宋文武
2023-08-29gnu: profanity: Update to 0.14.0....Jack Hill
2023-08-29gnu: dino: Update to 0.4.3....Jack Hill
2023-08-15gnu: dino: Build with librsvg-for-system....Efraim Flashner