public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg/
@ 2023-11-19 20:07 Pascal Jäger
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Jäger @ 2023-11-19 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     18eb19316a84bccf6c84d764aa2eb27695a918ac
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Nov 19 19:54:34 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Nov 19 20:06:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18eb1931

gui-apps/nwg: new meta package for nwg-shell

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg/Manifest     |  1 +
 gui-apps/nwg/metadata.xml | 14 ++++++++++++++
 gui-apps/nwg/nwg-0.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/gui-apps/nwg/Manifest b/gui-apps/nwg/Manifest
new file mode 100644
index 0000000000..31bf55f917
--- /dev/null
+++ b/gui-apps/nwg/Manifest
@@ -0,0 +1 @@
+DIST nwg-shell 256434 BLAKE2B 57cb56c3ac2fc1416fea34888cda4e8d50be349213feb79e28ff902c74f72580a8216b998385b8b18b1b8111594d2f5c85af3574c5833fd047e653502492dcd9 SHA512 5b9c1f0d4215a1b5fb05042ae0f7722866161f3821082807dcd9925a3399a712a61b5c37cd683ba58ef4db7409caffd8720bdd4f6a3258f8b919d3a006dc46e9

diff --git a/gui-apps/nwg/metadata.xml b/gui-apps/nwg/metadata.xml
new file mode 100644
index 0000000000..d017bc5a2d
--- /dev/null
+++ b/gui-apps/nwg/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pascal.jaeger@leimstift.de</email>
+		<name>Pascal Jaeger</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">nwg-piotr/nwg-shell</remote-id>
+	</upstream>
+	<use>
+		<flag name="hyprland">Pull in nwg-dock-hyprland instead of nwg-dock for sway</flag>
+	</use>
+</pkgmetadata>

diff --git a/gui-apps/nwg/nwg-0.ebuild b/gui-apps/nwg/nwg-0.ebuild
new file mode 100644
index 0000000000..656b550402
--- /dev/null
+++ b/gui-apps/nwg/nwg-0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="meta package package for nwg-shell"
+HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hyprland"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	app-misc/nwg-look
+	app-misc/nwg-shell-wallpapers
+	gui-apps/nwg-displays
+	gui-apps/nwg-dock
+	!hyprland? ( gui-apps/nwg-dock )
+	hyprland? ( gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-icon-picker
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell
+	gui-apps/nwg-shell-config
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg/
@ 2023-11-21 18:34 Pascal Jäger
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Jäger @ 2023-11-21 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e4c4b2f76293b05367d3c0c26ef068c843b58461
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Nov 21 18:33:13 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Nov 21 18:34:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4c4b2f7

gui-apps/nwg: fix src_uri

Closes: https://bugs.gentoo.org/917673

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 gui-apps/nwg/Manifest     | 1 -
 gui-apps/nwg/nwg-0.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/gui-apps/nwg/Manifest b/gui-apps/nwg/Manifest
deleted file mode 100644
index 31bf55f917..0000000000
--- a/gui-apps/nwg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nwg-shell 256434 BLAKE2B 57cb56c3ac2fc1416fea34888cda4e8d50be349213feb79e28ff902c74f72580a8216b998385b8b18b1b8111594d2f5c85af3574c5833fd047e653502492dcd9 SHA512 5b9c1f0d4215a1b5fb05042ae0f7722866161f3821082807dcd9925a3399a712a61b5c37cd683ba58ef4db7409caffd8720bdd4f6a3258f8b919d3a006dc46e9

diff --git a/gui-apps/nwg/nwg-0.ebuild b/gui-apps/nwg/nwg-0.ebuild
index 656b550402..4d9d89a1cb 100644
--- a/gui-apps/nwg/nwg-0.ebuild
+++ b/gui-apps/nwg/nwg-0.ebuild
@@ -5,7 +5,6 @@ EAPI=8
 
 DESCRIPTION="meta package package for nwg-shell"
 HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell"
 
 LICENSE="metapackage"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-21 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 18:34 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg/ Pascal Jäger
  -- strict thread matches above, loose matches on Subject: below --
2023-11-19 20:07 Pascal Jäger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox