all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: "59999@debbugs.gnu.org" <59999@debbugs.gnu.org>
Subject: [bug#59999] [PATCH] gnu: Add nwg-launchers.
Date: Fri, 27 Jan 2023 16:44:38 +0000	[thread overview]
Message-ID: <7kzutiqUZPVX5s3r9I5MGOLd1adGzoUH-6kWLJIiBYLsAcccd-nOZwJTZGTYA1DcKqDB_hvf7uQ8QeeQw9GtcujfeIoNq_jifECYEaa8C5I=@proton.me> (raw)
In-Reply-To: <b3796f8b6eb6b332fdbf21407972c78c978f782a.1670841891.git.florhizome@posteo.net>

I cannot merge the v2 patch into my local branch. I had nwg-launchers in my
local branch in xdisorg.scm but had not submitted the patch till now. The reason
for having it in xdisorg.scm is that I found similar packages like wofi and many
other launchers there. Here is the patch that I have.

* gnu/packages/xdisorg.scm (nwg-launchers): New variable.
---
 gnu/packages/xdisorg.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f6f0157..5f7d63d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -97,6 +97,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)
@@ -3061,6 +3062,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 "GTK-based launchers")
+    (description
+     "This package provides application grid, button bar and dmenu applications
+for sway and other window managers.")
+    (license license:gpl3+)))
+
 (define-public dex
   (package
     (name "dex")
--
libgit2 1.4.3





  parent reply	other threads:[~2023-01-27 16:45 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 ` [bug#59999] [PATCH v2] " florhizome
2022-12-12 21:43   ` ( via Guix-patches via
2023-01-27 16:44 ` Sughosha via Guix-patches via [this message]
2023-03-03  8:45   ` [bug#59999] [PATCH] " 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

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

  git send-email \
    --in-reply-to='7kzutiqUZPVX5s3r9I5MGOLd1adGzoUH-6kWLJIiBYLsAcccd-nOZwJTZGTYA1DcKqDB_hvf7uQ8QeeQw9GtcujfeIoNq_jifECYEaa8C5I=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=59999@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.