From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 31 16:20:33 2023 Received: (at submit) by debbugs.gnu.org; 31 Oct 2023 20:20:33 +0000 Received: from localhost ([127.0.0.1]:49267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxvE0-00076A-IU for submit@debbugs.gnu.org; Tue, 31 Oct 2023 16:20:33 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxvDn-00074e-Nm for submit@debbugs.gnu.org; Tue, 31 Oct 2023 16:20:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxvD9-000869-8C for guix-patches@gnu.org; Tue, 31 Oct 2023 16:19:39 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxvD7-0003SS-BH for guix-patches@gnu.org; Tue, 31 Oct 2023 16:19:39 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3FB1D44EE2; Tue, 31 Oct 2023 21:19:30 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2i4u4Er_sL8Z; Tue, 31 Oct 2023 21:19:29 +0100 (CET) From: Sughosha DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698783569; bh=npmO+3Slyu6C14crMOjPqZ+Giw4KolMHLARWyXokhWs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=hqSQQ8+gjr2RAaPIcNyhpcw1KPCNR2niCvC/ZcwjfzBOGKIeEgkSeH42XdysAaDft NBPJbDCgYhmWvTgqFuNfK/I475C1cTMzfhFtemtPku7cfOid+jUxwyriB3AT9Fh6Aq Wg4sJz2Y+H7yugTXNs54kwjTey7I0mzGJ1zO3z1GSjf+2k5ykQbZKHVhPuGIskdtj1 FoV8mt5Pu+jPROxTr++ljva7QAepj7luwVNNhMEmSDdrol7b/N2+n+itLlAdpnlnZP oNICEuDj1dkXdkR/9tr0sswZoifl/Dl/3aghfFetZXiG5Wa5g9yCQDO3wksytFICQ/ uhaoY5sKr8M/Q== To: guix-patches@gnu.org Subject: [PATCH 6/7] gnu: Add plasma-shell-applet-window-title. Date: Tue, 31 Oct 2023 21:19:00 +0100 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=sughosha@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Sughosha X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/kde-xyz.scm (plasma-shell-applet-window-title): New variable. Change-Id: I1e08861c4c44d8b6e621a30c8cb562f9129f6f08 --- gnu/packages/kde-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm index 42d5046cf2..c9e8308fbf 100644 --- a/gnu/packages/kde-xyz.scm +++ b/gnu/packages/kde-xyz.scm @@ -189,3 +189,32 @@ (define-public plasma-shell-applet-window-buttons (description "This plasmoid shows window buttons in Plasma panels or Latte Dock.") (license license:gpl2+))) + +(define-public plasma-shell-applet-window-title + (package + (name "plasma-shell-applet-window-title") + (version "0.7.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/psifidotos/applet-window-title") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01n663sy638v80gfclhy50xr22wlhg00yhgzwnsiqjvk42if49ib")))) + (build-system copy-build-system) + (arguments + `(#:install-plan + `(("." "/share/plasma/plasmoids/org.kde.windowtitle" + #:include-regexp ("/contents/" "metadata.desktop"))))) + (inputs + (list kdeclarative + kirigami + plasma-workspace)) + (home-page "https://github.com/psifidotos/applet-window-title") + (synopsis "Application title and icon for active window for Plasma shell") + (description + "This plasmoid shows the current window title and icon in Plasma panels or +Latte Dock.") + (license license:gpl2+))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 31 16:39:43 2023 Received: (at control) by debbugs.gnu.org; 31 Oct 2023 20:39:43 +0000 Received: from localhost ([127.0.0.1]:49343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxvWZ-0001m2-IU for submit@debbugs.gnu.org; Tue, 31 Oct 2023 16:39:43 -0400 Received: from layka.disroot.org ([178.21.23.139]:54940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxvWW-0001lr-9Y for control@debbugs.gnu.org; Tue, 31 Oct 2023 16:39:42 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1633B44EA0 for ; Tue, 31 Oct 2023 21:39:05 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dgq8EyLlFHYQ for ; Tue, 31 Oct 2023 21:39:04 +0100 (CET) Date: Tue, 31 Oct 2023 21:39:03 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1698784744; bh=xNBGfLijjmhdmM4PyHvP7HeUOqufC4Iw7KHNniJH5UQ=; h=Date:From:To:Subject; b=f8fBOccjKocpN4AAg5AduYNJKSch8bnWygHA1OJPh78ZRqtHy+otCK+9M2BqSweBr ushy3F6R9w7o+UTU1h/YY607hUimfy/+rTXVVzPg9TDZY38dqQUyY8W1O5bNWNg3fb z0WCAeP++rFgUXpcEztac08D6+YODWQ9q8ds43h34iGv1GG6tbNlC1EUKMkq64sZOl NF1qLWcoXMu0knC9+0T5b21GSsCGNC/RZmqBjZAtsQ7QQtbCwp1evB4u7sfYN4llSj zZm2PFBKVVNw7Qx1DCKsG/wOql9tECitBRp+1jY2ABEoyfDNKQ+1HbVcrA32+N+ARi jEBqFUoSGWXmg== From: Sughosha To: control@debbugs.gnu.org Subject: Message-ID: <06D9CCE6-7AB5-4878-A922-0DE5DD9502AA@disroot.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----CQTKBDDJQY0AQUOO2R2LHCP5NCBCQR Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 66856 66855 66860 66854 66859 66861 66857 66858 quit merge 66856 66855 66860 66854 66859 66861 66857 66858 quit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) ------CQTKBDDJQY0AQUOO2R2LHCP5NCBCQR Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable merge 66856 66855 66860 66854 66859 66861 66857 66858 quit ------CQTKBDDJQY0AQUOO2R2LHCP5NCBCQR Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
merge 66856 66855 66860 66854 = 66859 66861 66857 66858
quit
------CQTKBDDJQY0AQUOO2R2LHCP5NCBCQR--