From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id U1PMCJ9OaWHbRAAAgWs5BA (envelope-from ) for ; Fri, 15 Oct 2021 11:49:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cGzFA59OaWGYPAAAbx9fmQ (envelope-from ) for ; Fri, 15 Oct 2021 09:49:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D23EE334E5 for ; Fri, 15 Oct 2021 11:49:18 +0200 (CEST) Received: from localhost ([::1]:56728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbJq1-0003Mg-TY for larch@yhetil.org; Fri, 15 Oct 2021 05:49:17 -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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1634291358; h=from:from:sender:sender: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:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=FXdgToXEnZaQWzV1dEBhY/f2Y0NkJOEiuHgE4tBaL9w=; b=P63EI68RUM/zcFQne2zZDFPgUOCd7JDnR7KHLU/34qSULLZY5h9HER6/1Myzv9LRh2DrPB 0wk2m7YcAOBOMEEvdJdMw6+Y/3CWSnYnzSFQDxh2T1zI/MGwu8Qu97ubijmHJUFICtOOfD AIA5F2ElCXdc1Ln4vrIzI3rH3DrelIGX5CIYmO/RkwsU2CkJGtVEObGyNITaRN+1HVUEo4 P9RuT+H6ZlYV33l5pHXgb5iWe++eMWe1RJMLCxBy9NaI518Le3UW2V8RAWm9EWy452a09t OqhhUYcbgddogHgVJp6KWIZRJFj0KB6KADlzwPWblen0JKqjPKzo/SH4brgF1w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1634291358; a=rsa-sha256; cv=none; b=pX9eZi2Ysvs/jmEpHbPP02A7Rj+05VDtxNbFVIzlOY8UNXsIOktJXw6+pgnshxtfK46XPA JbIhDNyVAt+7vRxmlHbSXZ6ErwjPzA+pYJweBHAQ3hGEBWw/ZxyjsG8S7O3gy8xDfifiRD CIECxRnIux4ianiL2d8vdz6RK7KluAO/+eE19AwBt618hzeZvFTV4f8JXRun7PsVGr9JoP GrslSeI/80N3I63SzqvCkodvwey4FPF8Sbv3ggWZvHzBuNEByva5gVX+GX7/r1esfM6R11 DOziBPGzLfk3Hqqbn/UGAR1ahNNxjLO3geKGSQA4kPEH7f1JTu+tiIEX57d2cA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=MBJHnEG4; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -0.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=MBJHnEG4; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: D23EE334E5 X-Spam-Score: -0.92 X-Migadu-Scanner: scn1.migadu.com X-TUID: EEPTemihS80h * 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") -- 2.33.0