all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59999] [PATCH] gnu: Add nwg-launchers
@ 2022-12-12 10:47 florhizome
  2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: florhizome @ 2022-12-12 10:47 UTC (permalink / raw)
  To: 59999; +Cc: florhizome

From: florhizome <florhizome@posteo.net>

* gnu/packages/wm.scm (nwg-launchers): New variable.
---
 gnu/packages/wm.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d3a7716c23..7f81efff96 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1806,6 +1806,31 @@ (define-public wlr-randr
     (description "wlr-randr is a utility to manage outputs of a Wayland compositor.")
     (license license:expat))) ; MIT license
 
+
+(define-public nwg-launchers
+  (package
+    (name "nwg-launchers")
+    (version "0.7.1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/nwg-piotr/nwg-launchers")
+         (commit (string-append "v" version))))
+       (sha256
+        (base32 "0hq2qiqxvrw3g515ywcb676ljc8mdw3pyslgxr3vahizfljah1pv"))))
+    (build-system meson-build-system)
+    (native-inputs
+     (list git-minimal pkg-config))
+    (inputs
+     (list gtk-layer-shell gtkmm-3 json-modern-cxx librsvg))
+    (synopsis "GTK-based launchers")
+    (description "This package provides application grid, button bar and dmenu
+ applications for sway and other window managers.")
+    (home-page "https://github.com/nwg-piotr/nwg-launchers")
+    (license license:expat)))
+
 (define-public mako
   (package
     (name "mako")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-09-02  4:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 10:47 [bug#59999] [PATCH] gnu: Add nwg-launchers florhizome
2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
2022-12-12 21:43   ` ( via Guix-patches via
2023-01-27 16:44 ` [bug#59999] [PATCH] " Sughosha via Guix-patches via
2023-03-03  8:45   ` Josselin Poiret via Guix-patches via
2023-09-02  4:48   ` bug#59999: " Vagrant Cascadian
2023-03-14 15:40 ` [bug#59999] " florhizome

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.