From patchwork Fri Oct 15 09:30:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 33891 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 78AF127BBE3; Fri, 15 Oct 2021 10:49:16 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 32A7827BBE1 for ; Fri, 15 Oct 2021 10:49:16 +0100 (BST) Received: from localhost ([::1]:56728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbJpz-0003Mg-AH for patchwork@mira.cbaines.net; Fri, 15 Oct 2021 05:49:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbJZO-0004ST-5g for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54863) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbJZN-0006XL-SC for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mbJZN-0005et-Mu for guix-patches@gnu.org; Fri, 15 Oct 2021 05:32:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50862] [PATCH core-updates-frozen 07/19] gnu: Add layer-shell-qt. Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 15 Oct 2021 09:32:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50862 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50862@debbugs.gnu.org Received: via spool by 50862-submit@debbugs.gnu.org id=B50862.163429030721587 (code B ref 50862); Fri, 15 Oct 2021 09:32:05 +0000 Received: (at 50862) by debbugs.gnu.org; 15 Oct 2021 09:31:47 +0000 Received: from localhost ([127.0.0.1]:38150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbJZ2-0005c3-0H for submit@debbugs.gnu.org; Fri, 15 Oct 2021 05:31:47 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:38742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbJYy-0005bF-86 for 50862@debbugs.gnu.org; Fri, 15 Oct 2021 05:31:40 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4HW1HV1sjxzQjgL for <50862@debbugs.gnu.org>; Fri, 15 Oct 2021 11:31:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1634290292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FXdgToXEnZaQWzV1dEBhY/f2Y0NkJOEiuHgE4tBaL9w=; b=MBJHnEG4e32WnAsd0GznnJbvRRwZ0IIZRGOaY8Rr27cFQtNBLBHSE4sj5NlJrXEvsO1BX2 cYseMMInog2WN0Ko46DLNp8k80FXd6QV7CVp+EAZTLBfhG3WQvb9qGSu3vqa7kbpFDDbB0 uOIn24bHNGaw3efSulNiplo9Z2yjD/AiSw2jPsmBNLxQUbEcLBMXAwG/Z0WPvUJjY7mCUK Ir2IZwK4lvmmLnEyuF1lmRo3UAUkYWE98X4SLxpjJYBOh4jezROin3NytMT38s/p7FzSpv LEkJk2X9zLmDNuKZ9qQojxkMN0pPG+rnZA29THoMD41dNyNsyi+j1MKLxMtcmA== From: Brendan Tildesley Date: Fri, 15 Oct 2021 20:30:03 +1100 Message-Id: <20211015093015.5834-8-mail@brendan.scot> In-Reply-To: <20211015093015.5834-1-mail@brendan.scot> References: <20211015093015.5834-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: CE21B273 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/kde-plasma.scm (layer-shell-qt): New variable. --- 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 96e7ec6907..eb463a498a 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. ;;; @@ -136,6 +137,33 @@ 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.22.5") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/plasma/" version + "/layer-shell-qt-" version ".tar.xz")) + (sha256 + (base32 + "0i9gsckqk9608drxvym6ghcwxqilcf6ilcxq48sbrnpswid71k7z")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("pkg-config" ,pkg-config))) + (inputs + `(("libxkbcommon" ,libxkbcommon) + ("qtbase" ,qtbase-5) + ("qtdeclarative" ,qtdeclarative) + ("qtwayland" ,qtwayland) + ("wayland" ,wayland) + ("wayland-protocols" ,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")