* [bug#59999] [PATCH] gnu: Add nwg-launchers
@ 2022-12-12 10:47 florhizome
2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: florhizome @ 2022-12-12 10:47 UTC (permalink / raw)
To: 59999; +Cc: florhizome
From: florhizome <florhizome@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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#59999] [PATCH v2] gnu: Add nwg-launchers
2022-12-12 10:47 [bug#59999] [PATCH] gnu: Add nwg-launchers florhizome
@ 2022-12-12 21:34 ` florhizome
2022-12-12 21:43 ` ( via Guix-patches via
2023-01-27 16:44 ` [bug#59999] [PATCH] " Sughosha via Guix-patches via
2023-03-14 15:40 ` [bug#59999] " florhizome
2 siblings, 1 reply; 7+ messages in thread
From: florhizome @ 2022-12-12 21:34 UTC (permalink / raw)
To: 59999; +Cc: florhizome
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#59999] [PATCH v2] gnu: Add nwg-launchers
2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
@ 2022-12-12 21:43 ` ( via Guix-patches via
0 siblings, 0 replies; 7+ messages in thread
From: ( via Guix-patches via @ 2022-12-12 21:43 UTC (permalink / raw)
To: florhizome, 59999
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
Heya,
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2020,6 +2022,30 @@ (define-public wdisplays
+ (uri
+ (git-reference
+ (url "https://github.com/nwg-piotr/nwg-launchers")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
+ (synopsis "GTK-based launchers")
(synopsis "Application launchers for wlroots")
+ (description "This package provides application grid, button bar and dmenu
+ applications for sway and other window managers.")
(description
"This package provides an application grid, button bar, and dmenu
applications for Sway and other wlroots-based Wayland compositors.")
-- (
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#59999] [PATCH] gnu: Add nwg-launchers.
2022-12-12 10:47 [bug#59999] [PATCH] gnu: Add nwg-launchers florhizome
2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
@ 2023-01-27 16:44 ` 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
2 siblings, 2 replies; 7+ messages in thread
From: Sughosha via Guix-patches via @ 2023-01-27 16:44 UTC (permalink / raw)
To: 59999@debbugs.gnu.org
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#59999] [PATCH] gnu: Add nwg-launchers.
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
1 sibling, 0 replies; 7+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-03-03 8:45 UTC (permalink / raw)
To: Sughosha, 59999@debbugs.gnu.org
[-- Attachment #1: Type: text/plain, Size: 606 bytes --]
Hi Sughosha,
Sughosha via Guix-patches via <guix-patches@gnu.org> writes:
> 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.
Patch looks good to me (it is in fact GPLv3 and not Expat). I don't
think there's any other module that would be a better home for this
package, although the name itself is unfortunate.
Best,
--
Josselin Poiret
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [bug#59999] [PATCH] gnu: Add nwg-launchers
2022-12-12 10:47 [bug#59999] [PATCH] gnu: Add nwg-launchers florhizome
2022-12-12 21:34 ` [bug#59999] [PATCH v2] " florhizome
2023-01-27 16:44 ` [bug#59999] [PATCH] " Sughosha via Guix-patches via
@ 2023-03-14 15:40 ` florhizome
2 siblings, 0 replies; 7+ messages in thread
From: florhizome @ 2023-03-14 15:40 UTC (permalink / raw)
To: 59999
Hey,
consider this a ping.
I think it would be good to have a module for general desktop utilities
, maybe desktop.scm. Maybe I will propose to open it with a new patch
for another outstanding package.
Cheers.
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#59999: [PATCH] gnu: Add nwg-launchers.
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 ` Vagrant Cascadian
1 sibling, 0 replies; 7+ messages in thread
From: Vagrant Cascadian @ 2023-09-02 4:48 UTC (permalink / raw)
To: Sughosha, 59999-done; +Cc: florhizome
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-02 4:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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
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.