unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: florhizome@posteo.net
To: 59999@debbugs.gnu.org
Cc: florhizome <florhizome@posteo.net>
Subject: [bug#59999] [PATCH v2] gnu: Add nwg-launchers
Date: Mon, 12 Dec 2022 21:34:30 +0000	[thread overview]
Message-ID: <1ae53429318a31f6d38ab9d3f2c489143dd83b52.1670880774.git.florhizome@posteo.net> (raw)
In-Reply-To: <b3796f8b6eb6b332fdbf21407972c78c978f782a.1670841891.git.florhizome@posteo.net>

From: florhizome <florhizome@posteo.net>

forgot to add these module references

---
 gnu/packages/wm.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 0068e3dfb3..5d07930976 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -103,6 +103,7 @@ (define-module (gnu packages wm)
   #:use-module (gnu packages calendar)
   #:use-module (gnu packages check)
   #:use-module (gnu packages c)
+  #:use-module (gnu packages cpp)
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
@@ -152,6 +153,7 @@ (define-module (gnu packages wm)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages time)
   #:use-module (gnu packages video)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
@@ -2020,6 +2022,30 @@ (define-public wdisplays
 -management-unstable-v1 protocol.")
    (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))))
+       (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")

base-commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0
prerequisite-patch-id: 36ae907c0ae2cbc001f774c0514ab217855270c2
prerequisite-patch-id: 2c99b804c1a929fc9d74b4c3d92263cbd296f785
prerequisite-patch-id: 2525aea715c2eb5be5f61e2e14296a36898413ca
prerequisite-patch-id: f7afbf36e2776eced1e69090ec127a40456efca4
prerequisite-patch-id: ba73cf06ab2610e36d03df1f6b6a1c4b8f271cda
prerequisite-patch-id: 9ac4b32603488e776af63831ff13406c649a8686
prerequisite-patch-id: 1cec3e6ed7a13938c53c24f816056d98b2b005c7
prerequisite-patch-id: 011ca6e0eaf4ea7077787d7030f193836c30aa82
prerequisite-patch-id: 4243cf3f6370445e6d583f03231e87921f541cc2
prerequisite-patch-id: 6c88bfec7b2fa53face9523329de4a9102149772
prerequisite-patch-id: d1bed6e8da46c3d6f4017546f7a00c001e814fe1
prerequisite-patch-id: 3096f437730db3ea683ab8eeec93d38e9cfed9e2
prerequisite-patch-id: 709b4522fd225f3c28bb2721e5dd9a20014ce131
prerequisite-patch-id: a02e8c00e53bf941c9049360c58959d2ebcf9608
prerequisite-patch-id: 859d3e5e1d8ef976bb6c4d7b6cce56ac2f138b88
prerequisite-patch-id: fc6e006241c41b19b4020981417823fd7a8cf931
prerequisite-patch-id: 4aa5ec94c128f5b6b6b6709c25baa49fffa571f6
-- 
2.38.1





  reply	other threads:[~2022-12-12 21:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 10:47 [bug#59999] [PATCH] gnu: Add nwg-launchers florhizome
2022-12-12 21:34 ` florhizome [this message]
2022-12-12 21:43   ` [bug#59999] [PATCH v2] " ( 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ae53429318a31f6d38ab9d3f2c489143dd83b52.1670880774.git.florhizome@posteo.net \
    --to=florhizome@posteo.net \
    --cc=59999@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).