GNU bug report logs - #66857
[PATCH 6/7] gnu: Add plasma-shell-applet-window-title.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Tue, 31 Oct 2023 20:21:04 UTC

Severity: normal

Tags: patch

Merged with 66854, 66855, 66856, 66858, 66859, 66860, 66861

To reply to this bug, email your comments to 66857 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66857; Package guix-patches. (Tue, 31 Oct 2023 20:21:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 31 Oct 2023 20:21:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 6/7] gnu: Add plasma-shell-applet-window-title.
Date: Tue, 31 Oct 2023 21:19:00 +0100
* 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





Merged 66854 66855 66856 66857 66858 66859 66860 66861. Request was from Sughosha <sughosha <at> disroot.org> to control <at> debbugs.gnu.org. (Tue, 31 Oct 2023 20:40:01 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.