[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: Add nwg-launchers.
From: |
guix-commits |
Subject: |
07/10: gnu: Add nwg-launchers. |
Date: |
Sat, 18 Feb 2023 06:43:09 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 39c50eb49540bbc90b20152520be4fd095d5f979
Author: Sughosha via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Jan 27 16:44:38 2023 +0000
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>
---
gnu/packages/xdisorg.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a92456f9e4..ddb70bd817 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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")
- branch master updated (224bcf4f1d -> 2fb42567eb), guix-commits, 2023/02/18
- 03/10: gnu: Add opentaxsolver., guix-commits, 2023/02/18
- 05/10: gnu: emacs-marginalia: Update to 1.1., guix-commits, 2023/02/18
- 06/10: gnu: emacs-vertico: Update to 1.1., guix-commits, 2023/02/18
- 02/10: gnu: emacs-mew: Improve package style., guix-commits, 2023/02/18
- 09/10: gnu: distrobox: Skip substitution in man pages., guix-commits, 2023/02/18
- 01/10: gnu: emacs-mew: Update to 6.9-1.35772ee., guix-commits, 2023/02/18
- 04/10: gnu: emacs-corfu: Update to 0.35., guix-commits, 2023/02/18
- 08/10: gnu: openttd-engine: Update to 13.0., guix-commits, 2023/02/18
- 10/10: gnu: komikku: Update to 1.11.1., guix-commits, 2023/02/18
- 07/10: gnu: Add nwg-launchers.,
guix-commits <=