gnu: Add nwg-launchers.

* gnu/packages/xdisorg.scm (nwg-launchers): New variable.

Co-authored-by: florhizome <florhizome@posteo.net>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Sughosha via Guix-patches via 2023-01-27 16:44:38 +00:00 committed by Nicolas Goaziou
parent 58cb4e28d3
commit 39c50eb495
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -98,6 +98,7 @@
#:use-module (gnu packages build-tools)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
#:use-module (gnu packages datastructures)
#:use-module (gnu packages documentation)
#:use-module (gnu packages flex)
@ -3099,6 +3100,29 @@ such as sway, similar to @command{rofi}.")
(home-page "https://hg.sr.ht/~scoopta/wofi")
(license license:gpl3+)))
(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))))
(file-name (git-file-name name version))
(sha256
(base32
"0hq2qiqxvrw3g515ywcb676ljc8mdw3pyslgxr3vahizfljah1pv"))))
(build-system meson-build-system)
(native-inputs (list json-modern-cxx pkg-config))
(inputs (list gtk-layer-shell gtkmm-3 librsvg))
(home-page "https://github.com/nwg-piotr/nwg-launchers")
(synopsis "Application launchers for wlroots")
(description
"This package provides an application grid, button bar, and dmenu
applications for Sway and other wlroots-based Wayland compositors.")
(license license:gpl3+)))
(define-public dex
(package
(name "dex")