all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52151@debbugs.gnu.org
Cc: Disseminate Dissent <disseminatedissent@protonmail.com>,
	jgart <jgart@dismail.de>
Subject: [bug#52151] [PATCH] gnu: Add trayer-srg.
Date: Sat, 27 Nov 2021 19:05:45 -0500	[thread overview]
Message-ID: <20211128000545.5413-1-jgart@dismail.de> (raw)

* gnu/packages/wm.scm (trayer-srg): New variable.

Co-authored-by: Disseminate Dissent <disseminatedissent@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@protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@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	other threads:[~2021-11-28  0:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28  0:05 jgart via Guix-patches via [this message]
2021-12-02 14:45 ` bug#52151: [PATCH] gnu: Add trayer-srg Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211128000545.5413-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52151@debbugs.gnu.org \
    --cc=disseminatedissent@protonmail.com \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.