GNU bug report logs -
#59999
[PATCH] gnu: Add nwg-launchers
Previous Next
Reported by: florhizome <at> posteo.net
Date: Mon, 12 Dec 2022 10:48:01 UTC
Severity: normal
Tags: patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: florhizome <florhizome <at> 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
This bug report was last modified 1 year and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.