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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Sep 2023 21:48:07 -0700
with message-id <87wmx9nptk.fsf <at> wireframe>
and subject line Re: [bug#59999] [PATCH] gnu: Add nwg-launchers.
has caused the debbugs.gnu.org bug report #59999,
regarding [PATCH] gnu: Add nwg-launchers
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59999: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59999
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
On 2023-01-27, Sughosha wrote:
> +(define-public nwg-launchers
> + (package
> + (name "nwg-launchers")
> + (version "0.7.1.1")
Merged as:
39c50eb49540bbc90b20152520be4fd095d5f979 gnu: Add nwg-launchers.
Marking as done.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
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.