GNU bug report logs - #52151
[PATCH] gnu: Add trayer-srg.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 28 Nov 2021 00:07:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52151 in the body.
You can then email your comments to 52151 AT debbugs.gnu.org in the normal way.

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#52151; Package guix-patches. (Sun, 28 Nov 2021 00:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 28 Nov 2021 00:07:02 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: Disseminate Dissent <disseminatedissent <at> protonmail.com>,
 jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add trayer-srg.
Date: Sat, 27 Nov 2021 19:05:45 -0500
* gnu/packages/wm.scm (trayer-srg): New variable.

Co-authored-by: Disseminate Dissent <disseminatedissent <at> protonmail.com>
---
 gnu/packages/wm.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4740d26024..5787ac9f36 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -46,6 +46,8 @@
 ;;; Copyright © 2021 qblade <qblade <at> protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne <at> lagunposprasihopre.org>
 ;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
+;;; Copyright © 2021 jgart <jgart <at> dismail.de>
+;;; Copyright © 2021 Disseminate Dissent <disseminatedissent <at> protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2659,6 +2661,47 @@ (define-public devour
 program and unhides it after quitting.")
     (license license:gpl2)))
 
+(define-public trayer-srg
+  (package
+    (name "trayer-srg")
+    (version "1.1.8")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/sargon/trayer-srg")
+               (commit (string-append "trayer-" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "1mvhwaqa9bng9wh3jg3b7y8gl7nprbydmhg963xg0r076jyzv0cg"))))
+    (native-inputs
+      `(("libxmu" ,libxmu)
+        ("pkg-config" ,pkg-config)))
+    (inputs
+      `(("libx11" ,libx11)
+        ("gdk-pixbuf" ,gdk-pixbuf)
+        ("gtk+" ,gtk+-2)))
+    (build-system gnu-build-system)
+    (arguments
+      `(#:tests? #f ; There are no tests.
+        #:make-flags
+       (let ((out (assoc-ref %outputs "out")))
+              (list (string-append "CC=" ,(cc-for-target))
+                    (string-append "PREFIX=" %output)))
+        #:phases
+        (modify-phases %standard-phases
+          (replace 'configure
+            (lambda* (#:key configure-flags #:allow-other-keys)
+              (apply invoke "./configure" configure-flags))))))
+    (home-page "https://github.com/sargon/trayer-srg")
+    (synopsis "Minimal GTK based system tray")
+    (description
+"@command{trayer} is small program designed to provide systray functionality
+present in GNOME/KDE desktop enviroments for window managers which do not
+support it.")
+    (license license:expat)))
+
 (define-public wlogout
   (package
     (name "wlogout")
-- 
2.34.0





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Thu, 02 Dec 2021 14:46:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 02 Dec 2021 14:46:01 GMT) Full text and rfc822 format available.

Message #10 received at 52151-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: Disseminate Dissent <disseminatedissent <at> protonmail.com>,
 52151-done <at> debbugs.gnu.org
Subject: Re: bug#52151: [PATCH] gnu: Add trayer-srg.
Date: Thu, 02 Dec 2021 15:45:28 +0100
> * gnu/packages/wm.scm (trayer-srg): New variable.
>
> Co-authored-by: Disseminate Dissent <disseminatedissent <at> protonmail.com>

Fixed the indentation, wrapped the description line and pushed.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 31 Dec 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 110 days ago.

Previous Next


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