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

commit:     e00e3a2277b48fb82d581af43d0d1b3c6dee468f
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Aug  8 23:00:15 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Tue Aug  8 23:00:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e00e3a22

gui-apps/nwg-shell: new package, add 0.5.7

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

 gui-apps/nwg-shell/Manifest               |  1 +
 gui-apps/nwg-shell/metadata.xml           | 16 +++++++++++++++
 gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild | 34 +++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
new file mode 100644
index 0000000000..2c3345dfd9
--- /dev/null
+++ b/gui-apps/nwg-shell/Manifest
@@ -0,0 +1 @@
+DIST nwg-shell-0.5.7.tar.gz 289852 BLAKE2B d75ec6d01ee7c507fc8227ee0968fbd5f21e4bc94be9dcada342c320b6b62637d8d2112eabe442c880c9c38cb38fb175304d34c1911d6cf9adcb1141445c4624 SHA512 c1f2c098576ab52ac96d150f5d8648f9ff70ddafb8eea1793ded328d03233b7f650ace1fc92713748ca91c207bb69c1251a235bc75a6def0512e580010fe7730

diff --git a/gui-apps/nwg-shell/metadata.xml b/gui-apps/nwg-shell/metadata.xml
new file mode 100644
index 0000000000..b47972b7d6
--- /dev/null
+++ b/gui-apps/nwg-shell/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+        <maintainer>
+            <name>Piotr Miller</name>
+            <email>nwg.piotr@gmail.com</email>
+        </maintainer>
+        <bugs-to>https://github.com/nwg-piotr/nwg-shell/issues</bugs-to>
+        <remote-id type="github">nwg-piotr/nwg-shell</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
new file mode 100644
index 0000000000..e8d3062bd8
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	app-misc/nwg-look
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2023-08-10 20:53 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2023-08-10 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0b88fbf7c0ae702f8c93f52db6a86647cb353a4b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Aug 10 20:52:38 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Aug 10 20:52:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b88fbf7

gui-apps/nwg-shell: added azote and gopsuinfo deps

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

 gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild | 36 ++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild
new file mode 100644
index 0000000000..db16d95c38
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     cfe7c46e52b236a7624b71fd99e58402b4f4e690
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Oct 18 09:54:10 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Oct 18 09:54:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfe7c46e

gui-apps/nwg-shell: add 0.5.16

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 2c3345dfd9..01976bce15 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1 +1,2 @@
+DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
 DIST nwg-shell-0.5.7.tar.gz 289852 BLAKE2B d75ec6d01ee7c507fc8227ee0968fbd5f21e4bc94be9dcada342c320b6b62637d8d2112eabe442c880c9c38cb38fb175304d34c1911d6cf9adcb1141445c4624 SHA512 c1f2c098576ab52ac96d150f5d8648f9ff70ddafb8eea1793ded328d03233b7f650ace1fc92713748ca91c207bb69c1251a235bc75a6def0512e580010fe7730

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild
new file mode 100644
index 0000000000..b531d0d56b
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     7ed059b678c4ec4c4ee9d11bc7be53e56c9983b8
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov  4 19:59:16 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov  4 19:59:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ed059b6

gui-apps/nwg-shell: add 0.5.18

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 01976bce15..4efa604cb2 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
+DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
 DIST nwg-shell-0.5.7.tar.gz 289852 BLAKE2B d75ec6d01ee7c507fc8227ee0968fbd5f21e4bc94be9dcada342c320b6b62637d8d2112eabe442c880c9c38cb38fb175304d34c1911d6cf9adcb1141445c4624 SHA512 c1f2c098576ab52ac96d150f5d8648f9ff70ddafb8eea1793ded328d03233b7f650ace1fc92713748ca91c207bb69c1251a235bc75a6def0512e580010fe7730

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild
new file mode 100644
index 0000000000..b531d0d56b
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     54f9ac5d15b2bb26dc8fbf715baa21783fc403ee
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov  4 20:02:10 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov  4 20:02:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54f9ac5d

gui-apps/nwg-shell: drop 0.5.7-r1

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

 gui-apps/nwg-shell/Manifest                  |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild | 36 ----------------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 4efa604cb2..2f84052754 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
 DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
 DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
-DIST nwg-shell-0.5.7.tar.gz 289852 BLAKE2B d75ec6d01ee7c507fc8227ee0968fbd5f21e4bc94be9dcada342c320b6b62637d8d2112eabe442c880c9c38cb38fb175304d34c1911d6cf9adcb1141445c4624 SHA512 c1f2c098576ab52ac96d150f5d8648f9ff70ddafb8eea1793ded328d03233b7f650ace1fc92713748ca91c207bb69c1251a235bc75a6def0512e580010fe7730

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild
deleted file mode 100644
index db16d95c38..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.7-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

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

commit:     f12701d619d0f14a0ae2d9f043fa258700d35381
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov  4 20:01:54 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov  4 20:01:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12701d6

gui-apps/nwg-shell: drop 0.5.7

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

 gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild | 34 -------------------------------
 1 file changed, 34 deletions(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
deleted file mode 100644
index e8d3062bd8..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	app-misc/nwg-look
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

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

commit:     b0885c7d11474ccb149d6acaf234d3caadf0e918
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov  4 20:06:15 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov  4 20:06:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0885c7d

gui-apps/nwg-shell: add 0.5.19

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 2f84052754..546d53c911 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
 DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
+DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild
new file mode 100644
index 0000000000..b531d0d56b
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     6acadecaa6308986ebd352736eef173b9f9b768a
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:51:22 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 18 08:51:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6acadeca

gui-apps/nwg-shell: add 0.5.22

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 546d53c911..3fdb1970fe 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
 DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
 DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec
+DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild
new file mode 100644
index 0000000000..b531d0d56b
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     8e1a71c3be0dbee05beec15db50fbf3801f45586
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 08:51:51 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 18 08:51:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e1a71c3

gui-apps/nwg-shell: drop 0.5.16

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 3fdb1970fe..4480c9775d 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-0.5.16.tar.gz 2180688 BLAKE2B 174a281557bf292ba333d85ed55ad4cce893a151b8d9247e51e6e7e6d0cc207f419d48708df1ac6fcebc300c7d2ac97b3e3d8a168d11da729d80c35e1fe6fb6a SHA512 6f1d625e361bdc6abeab37b53e0518a146786b9ab21fb171c4e830fd0a9bf8e772a512d474db14d61d83d9421d08543694fca4dd9638e00db27394bdaeb9246d
 DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
 DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild
deleted file mode 100644
index b531d0d56b..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.16.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

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

commit:     be874ce096ac78ea42957973a604a94cc8457e6b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 21:20:24 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 18 21:20:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be874ce0

gui-apps/nwg-shell: revbump, install scripts

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

 gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 41 +++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
new file mode 100644
index 0000000000..b86ccbc904
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="meta-package for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	app-misc/gopsuinfo
+	app-misc/nwg-look
+	gui-apps/azote
+	gui-apps/nwg-bar
+	gui-apps/nwg-displays
+	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
+	gui-apps/nwg-drawer
+	gui-apps/nwg-menu
+	gui-apps/nwg-panel
+	gui-apps/nwg-shell-config
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     871f9917b4ce8aecb80b981dc3812d5991dcec8b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Nov 18 21:30:45 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Nov 18 21:30:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=871f9917

gui-apps/nwg-shell: fixed faulty installation for 0.5.22-r1

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

 gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
index b86ccbc904..655a724ee3 100644
--- a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_install() {
+python_install_all() {
 	default
 	dobin scripts/*
 }


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

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

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

gui-apps/nwg-shell: fix dependencies

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

 gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
index 655a724ee3..af19a1f4b3 100644
--- a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
@@ -10,22 +10,15 @@ inherit distutils-r1
 SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="~amd64"
 
-DESCRIPTION="meta-package for the nwg-shell project"
+DESCRIPTION="libraries an common functions for the nwg-shell project"
 HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
 LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
 "
 DEPEND="${RDEPEND}"
 


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

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

commit:     99665e086728867f6b0db8088bf8600a45695833
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec  3 18:49:38 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Dec  3 18:49:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99665e08

gui-apps/nwg-shell: add 0.5.23

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 4480c9775d..dab5e95c0c 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
 DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
+DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild
new file mode 100644
index 0000000000..af19a1f4b3
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

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

commit:     b4455b2fd2465cddea9894ffb3655be2c95393fb
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec  3 18:50:18 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Dec  3 18:50:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4455b2f

gui-apps/nwg-shell: drop 0.5.19

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index d077299468..0606b1bfca 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
 DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild
deleted file mode 100644
index b531d0d56b..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

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

commit:     cb122a1f49fc5e5b500de89306409fcc4fd2e7bf
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec  3 18:50:00 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Dec  3 18:50:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb122a1f

gui-apps/nwg-shell: drop 0.5.18

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index dab5e95c0c..d077299468 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-0.5.18.tar.gz 2180700 BLAKE2B fc5aa5f6fa1218ea19081f64b40325832f4bf5997ce3f9764147fa8c7102c8df1e6704d171a213143cfd001b036e44640567559692d8acc1a294b72b10d996ef SHA512 6da84b30b32fa70cdf77e6506b843b06c86c5a0ef8481fb2af4bc5f07699362c52285d516a5b2975553aa3aab14466cfd271a1ee809daa873fc5417e70623deb
 DIST nwg-shell-0.5.19.tar.gz 2180709 BLAKE2B b1881508f148b4af103143804f78d8a0de5fc580ea1b9cdf4df3d006d6199d9bc51939f6be6a4d6525f3e7c5d4075e069b62a823f163a417130b3c6d00eb9ac5 SHA512 42670b7520bff46f700417f1d84a1dc861d7b956e012a2b57a379f9a9b67047ce28de960ccc6519d1eda05bc8c6f83b8e97c7eea00fc35304359647246bfb4ec
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
 DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild
deleted file mode 100644
index b531d0d56b..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

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

commit:     360a796b440722693cb06ccb0d351e53bb994ba3
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Dec  3 18:50:29 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Dec  3 18:50:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=360a796b

gui-apps/nwg-shell: drop 0.5.22

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

 gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild | 36 ------------------------------
 1 file changed, 36 deletions(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild
deleted file mode 100644
index b531d0d56b..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.22.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="meta-package for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	app-misc/gopsuinfo
-	app-misc/nwg-look
-	gui-apps/azote
-	gui-apps/nwg-bar
-	gui-apps/nwg-displays
-	|| ( gui-apps/nwg-dock gui-apps/nwg-dock-hyprland )
-	gui-apps/nwg-drawer
-	gui-apps/nwg-menu
-	gui-apps/nwg-panel
-	gui-apps/nwg-shell-config
-"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2023-12-30  8:46 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2023-12-30  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     5c3102ed4ca583ba58d154fdfe7cba18973acef0
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Dec 30 08:45:51 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat Dec 30 08:46:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c3102ed

gui-apps/nwg-shell: add 0.5.24

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 0606b1bfca..a731afaa80 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
 DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b
+DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild
new file mode 100644
index 0000000000..af19a1f4b3
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-05 19:26 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-05 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb73150ceef792a427a7ff5a78f6509d42ef164
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jan  5 19:24:50 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jan  5 19:24:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbb73150

gui-apps/nwg-shell: drop 0.5.22-r1

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

 gui-apps/nwg-shell/Manifest                   |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 34 ---------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index f330f45711..3ddfbcb1e0 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
 DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b
 DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b
 DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
deleted file mode 100644
index af19a1f4b3..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-05 19:26 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-05 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     65b4a7711e436497fa78c19f9d35217d12abfe80
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jan  5 19:24:59 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jan  5 19:24:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65b4a771

gui-apps/nwg-shell: drop 0.5.23

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 3ddfbcb1e0..31d07d4c13 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b
 DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b
 DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild
deleted file mode 100644
index af19a1f4b3..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.23.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-05 19:26 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-05 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f84aed7b750954783cc3d664679fbab4cd5325
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jan  5 19:24:31 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jan  5 19:24:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0f84aed

gui-apps/nwg-shell: add 0.5.25

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index a731afaa80..f330f45711 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-0.5.22.tar.gz 2180797 BLAKE2B fad648cec9ded6aded6ae4b5d90a403faf8d5b45ad9aa889cadf0f404f10d5d41e8f65e40e71242a734f362d5fc485cae3b04958e8df475580bd7b79e7318004 SHA512 3352b120c415b1fd4e25c2e0eb34aafde7e17c34e67add5032c35f1f048f24c79de2c2d7ad0bb9d58b568064b668279e5ec1bfb8b1ca4e0a5d412799524265c5
 DIST nwg-shell-0.5.23.tar.gz 2180832 BLAKE2B 988170962b79196229965eb175d936a12eb862b5b36cb33fdcf52048718a618d5fd79352d7b086529b3ba04e7d76985011229db72d86b1132bfe01ebed20514b SHA512 b6716e795370c9fa498042ac938b0632b5062ffc4ef2a805044a48f324977f78944dc811406bb44c20055fe4d370654e4d418c6f05f6289abc3fbba8d995147b
 DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b
+DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-10 11:43 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-10 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a03d780fc0c6faf43cf21c821638b7641547f74c
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 10 11:42:56 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan 10 11:42:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a03d780f

gui-apps/nwg-shell: drop 0.5.24

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index f36c8988e2..aa1297d2d2 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b
 DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild
deleted file mode 100644
index af19a1f4b3..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.24.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-10 11:43 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-10 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     22cc706dc76259c2ef8ad732b60e2efbb712e809
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 10 11:42:41 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan 10 11:42:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22cc706d

gui-apps/nwg-shell: add 0.5.26

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 31d07d4c13..f36c8988e2 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.24.tar.gz 2180850 BLAKE2B 083f0c92f4bd40bda289f7809ffe92e087aeaf4569cd7c0d1af0af90e348b84bee2270a7eb0a171782bc04fb2e1db253c5f03a6066d7a2e4ca31a39b4979ace0 SHA512 14cd07b7b884c9dbf5be772b1386002b5aac707259d9a859d6c0d1bfb226affb9a0e09b4a517bfb7dd9358918c67aaedb25947ed42bb1e18533826df86b5199b
 DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6
+DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-12 12:21 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-12 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f083716f3568017c1330289184b32835e8e88768
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jan 12 12:20:14 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jan 12 12:21:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f083716f

gui-apps/nwg-shell: add 0.5.28

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index aa1297d2d2..0f6a852d63 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
+DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-12 12:21 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-12 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0f0872f7afff167c325b2730889a85e06e1e3e4f
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jan 12 12:20:25 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jan 12 12:21:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f0872f7

gui-apps/nwg-shell: drop 0.5.25

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 0f6a852d63..00c953001d 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.25.tar.gz 2180844 BLAKE2B defb10b29dbded91603772c91523455028e25241248d7897cdab831504fa4a2fbf176bce38a0d068db8419001bfe91c1f451e5354a7ff9b491265184680b605b SHA512 e5dc2cb919bd29f5b62d01d34b036b3c4efd89c01d07c4012cdb5e7e1b5c4cc1e890444d398093728f4b2c76f55bae6164334da707c5ac623b0a2952599534c6
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.25.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-28 19:13 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-28 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     122e129e3cfe42ae1ff464ebaaeda04fded33ba3
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 28 18:56:30 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Jan 28 18:56:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=122e129e

gui-apps/nwg-shell: drop 0.5.26

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 478d52e4d6..f48931114f 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-28 19:13 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-28 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     caf4749f910b19736542c664f1f4d8e35d0c5556
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 28 18:56:17 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun Jan 28 18:56:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=caf4749f

gui-apps/nwg-shell: add 0.5.29

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 00c953001d..478d52e4d6 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.26.tar.gz 2180999 BLAKE2B 1008e34e663875754302c7631573d0d0a5b82a786204739a77744640d5bd2b3dc880b144f39c39b2a90686c6b19b91dcfc072825e5b29bd4c8e631aba486af7d SHA512 aaf9acc0082aa9bb33f92d860c42eb0ce0d78aa3405bfc8bae1180ea0890926f0f348b4a4d6fcfb01812fe947d21deac65a2d2bec7eddf5e895a4b4535bf20ba
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
+DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-31 16:35 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-31 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f7c7152b670adaf78fe2fce3fc57abcdfb76a396
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 31 16:25:40 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan 31 16:25:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c7152b

gui-apps/nwg-shell: drop 0.5.28

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 3df77ddc78..9c11f8f31b 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
 DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.28.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-31 16:35 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-31 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4887fe214bb133a093937f901a428fab9e9b9d4b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 31 16:25:30 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan 31 16:25:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4887fe21

gui-apps/nwg-shell: add 0.5.30

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index f48931114f..3df77ddc78 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.28.tar.gz 2180994 BLAKE2B c54e1568846d8bdf44391be0195393ca8d58a2191a0b572d9da2b4f766e91dcf04efd49916afd57df25b9457709a03e1b44d67183faa82d5b3f27a58241784a2 SHA512 4833e0adf43e86e763a44583e09574cf591dee67145f43e96aba833d35dde371387183b8468090aa4521e1f968ab1e9950381ac43a38463d7bb6b609fd8cf308
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
+DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-01-31 16:35 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-01-31 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8ce9840c7e092379ba226a389a2816a4fa9ed6ee
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Jan 31 16:33:39 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Jan 31 16:33:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ce9840c

gui-apps/nwg-shell: add 0.5.31

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 9c11f8f31b..c3ca124700 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
 DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb
+DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-02-07 14:05 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-02-07 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ef51811141a0ae5069d8308bda8d339e24e7c61e
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:35:54 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Feb  7 14:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef518111

gui-apps/nwg-shell: add 0.5.32

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index c3ca124700..3a4c2f7bae 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
 DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb
 DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
+DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
new file mode 100644
index 0000000000..1beb080d16
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-02-07 14:05 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-02-07 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     eb59085ccb34b4952201033886f02357a7916682
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:36:13 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Feb  7 14:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb59085c

gui-apps/nwg-shell: drop 0.5.29

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 3a4c2f7bae..49bd703047 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,4 +1,3 @@
-DIST nwg-shell-0.5.29.tar.gz 2181442 BLAKE2B 176ed212e4f049e1486012fcb23f62a23106f2551544e89e99016a94c72543f44d4650a0d3c817226bb89c55d17e79ba3fb8613ddb19c81ebdb21b2e574adb91 SHA512 dc29091b41e19fc816a1bc2052600ce05b8280addb5ea7530c0e4e3c105b727ac4132dc08313b33b8cca8bef3b4269c1e3e78276240d5c08698cc64dfda2981d
 DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb
 DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
 DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.29.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-02-07 14:05 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-02-07 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d35f5fef6b8af5211b11ed55669e07e2baadf280
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Feb  7 13:36:24 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Feb  7 14:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d35f5fef

gui-apps/nwg-shell: drop 0.5.30

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 49bd703047..6786361f78 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.30.tar.gz 2181453 BLAKE2B 098aa29678fa9db408de330843e3674c8c0c32b42e426388be090d3e2d4d6e5c8928479242f8b05e783b40dccf51ce3e88262837fb50dc42bde668bb38cc94d1 SHA512 a3a9bac12df18d7eff600825e9dd6188101e23a442f5d3f4ea0bcaf3a80bdbb6ca6521e66a352ec14c45916e7d87dcf5fbdfd2cd0b8c7a311977a495382e51eb
 DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
 DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.30.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-03-06 13:12 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-03-06 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     084dbf9bce5b5f62f649e14ef275fb3b50259abf
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Mar  6 13:09:35 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Mar  6 13:12:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=084dbf9b

gui-apps/nwg-shell: add 0.5.33

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 6786361f78..0cdc8664f6 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
 DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
+DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593 SHA512 ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
new file mode 100644
index 0000000000..e533477e86
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-04-25 18:38 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-04-25 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2b9960e3b45adea1c012e0959554f1f21c6194bb
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:31:38 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b9960e3

gui-apps/nwg-shell: add 0.5.34

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

 gui-apps/nwg-shell/Manifest                |  2 +-
 gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 0cdc8664f6..ed67adeef5 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,3 @@
-DIST nwg-shell-0.5.31.tar.gz 2181632 BLAKE2B 173fb14aeeae8c0788ee8b4deb614538128e623032231eb427b9dbdafd3b84d4cbaa8f109adf30c7c382796211cc72385f24d955776f0fee511a719aa572fde4 SHA512 1b26f14f14123dc7c7c48839dfa473c45688f17e2274c00b41f9bbcea9959d871606a88ed3517aa1dcfa22d346b4a9b0369b6c58ba27ba4e119269e0031840d2
 DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593 SHA512 ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
+DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
new file mode 100644
index 0000000000..b2a4685570
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-04-25 18:38 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-04-25 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     15c6ae507c26234d94db74a2d0991ebbca0814b3
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:35:08 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15c6ae50

gui-apps/nwg-shell: drop 0.5.32

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index ed67adeef5..9596c33c3e 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.32.tar.gz 2181719 BLAKE2B f2b67a2a41a0f1b7123ba74410a2630ccdcd2a6f7ae5318ff1ffc95ff36d012bc4536c40467ac68a2d40bb2556cb47c157b6f1f7987efb69307f3f5bbd19dde5 SHA512 52402569d36d96ab119dbae12a615bbab55e7c025ac08f1a0fbd220703c94ce6628684c304efd5e2810258f75fcdb0fde93f0f074f21846c52962232173452f1
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593 SHA512 ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.32.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-04-25 18:38 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-04-25 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1b80e6cf713dbef82495983e019526eaea32fb74
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Apr 25 18:34:54 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Apr 25 18:37:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b80e6cf

gui-apps/nwg-shell: drop 0.5.31

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

 gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
deleted file mode 100644
index 1beb080d16..0000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.31.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-07-05 18:55 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-07-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     826f50284d0324c1bbb0f7051e3131aed62a13ac
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:55:06 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jul  5 18:55:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=826f5028

gui-apps/nwg-shell: drop 0.5.34

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild | 33 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 5a0175314..1e66a2b87 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258
 DIST nwg-shell-0.5.35.tar.gz 2181827 BLAKE2B cd2969e0deecee1f43bdf25218203cd86a4ce828c24ad3a931d26d191a003c47093c5e919f3bd27ae85f4899ddea316596b066227c7c1edb978a03aae7076ada SHA512 b9a9dea24d8d0b7d1eb77d69fd33a70868de49113a25d79be45411862375ef0968083738b3081496580661997c9793af66bfa09b622b0fab4b90ac68b6d8c04b
 DIST nwg-shell-0.5.36.tar.gz 2181809 BLAKE2B d540bf948c9a02a3b880738d04ff7a9581e706bb071c618a0f3a86a4d00c607eb9fe32dba7de0f7338f531c8e600e6a89ddb9ffc5ed9e5ae1ffe9561e2165baf SHA512 2eb5745f70048ce02b5c6e3b08848f0d030e5a8ff16fc3b16caa8fd59b09ccf5009796d4550d2f3dec96339625528e5f5d7dbb5198d529ababef8e37569f5071

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
deleted file mode 100644
index b2a468557..000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.34.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-07-05 18:55 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-07-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     627474457fa7a742f4bb40cc225231e36f47c509
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:53:29 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jul  5 18:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62747445

gui-apps/nwg-shell: add 0.5.35

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.35.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 9596c33c3..91803a563 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593 SHA512 ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258
+DIST nwg-shell-0.5.35.tar.gz 2181827 BLAKE2B cd2969e0deecee1f43bdf25218203cd86a4ce828c24ad3a931d26d191a003c47093c5e919f3bd27ae85f4899ddea316596b066227c7c1edb978a03aae7076ada SHA512 b9a9dea24d8d0b7d1eb77d69fd33a70868de49113a25d79be45411862375ef0968083738b3081496580661997c9793af66bfa09b622b0fab4b90ac68b6d8c04b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.35.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.35.ebuild
new file mode 100644
index 000000000..b2a468557
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.35.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-07-05 18:55 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-07-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0da37951a42ab03626dba9179d01092e27d73a6d
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:53:42 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jul  5 18:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0da37951

gui-apps/nwg-shell: drop 0.5.33

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

 gui-apps/nwg-shell/Manifest                |  1 -
 gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 91803a563..1a475b1fa 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,3 +1,2 @@
-DIST nwg-shell-0.5.33.tar.gz 2181780 BLAKE2B 0d675bf7230d254e0accd1805329fad90b85f38e74e468a5cf8fa139d9c9fdc833353aa5514ba9c3b32a47afe25439c8c96fbc7e2af763a4db921b781b68a593 SHA512 ae4091faaee6dfb3f0f5f01ab5697ded6e4c508c15082b83bf024afec93d51e7fd165ad7780ea1fe88e6d630d3c1b9d2a6255f73484ffb1db969a38b6abf1d18
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258
 DIST nwg-shell-0.5.35.tar.gz 2181827 BLAKE2B cd2969e0deecee1f43bdf25218203cd86a4ce828c24ad3a931d26d191a003c47093c5e919f3bd27ae85f4899ddea316596b066227c7c1edb978a03aae7076ada SHA512 b9a9dea24d8d0b7d1eb77d69fd33a70868de49113a25d79be45411862375ef0968083738b3081496580661997c9793af66bfa09b622b0fab4b90ac68b6d8c04b

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
deleted file mode 100644
index 87f576840..000000000
--- a/gui-apps/nwg-shell/nwg-shell-0.5.33.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="libraries an common functions for the nwg-shell project"
-HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
-SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	gui-apps/grim
-	gui-apps/swappy
-	gui-apps/slurp
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-	default
-	dobin scripts/*
-}
-
-pkg_postinst() {
-	elog "To install nwg-shell for the current user, run"
-	elog "nwg-shell-installer -w (for sway) or"
-	elog "nwg-shell-installer -w -hypr (for hyprland)"
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-07-05 18:55 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-07-05 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a01a7426de719d1b36d4dae4caaa0a65f9ade610
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Fri Jul  5 18:54:52 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Fri Jul  5 18:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a01a7426

gui-apps/nwg-shell: add 0.5.36

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.36.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 1a475b1fa..5a0175314 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.34.tar.gz 2181853 BLAKE2B e85f59a871d9b3e485e3f6ecfb84e1c87a00f9e4814386d3b8be83a15c8ce617ab3a09c2948763d8efd4278d9411c59ceae68aee010252113ee53ae8b891b29e SHA512 95face93d593c0a2c2e1e7631b00e67141c8dc2651248778773d3bbf4aa5b207952e5783a496e6a539dcca327d0ce795ca4d778c020000909dd568541cc0f258
 DIST nwg-shell-0.5.35.tar.gz 2181827 BLAKE2B cd2969e0deecee1f43bdf25218203cd86a4ce828c24ad3a931d26d191a003c47093c5e919f3bd27ae85f4899ddea316596b066227c7c1edb978a03aae7076ada SHA512 b9a9dea24d8d0b7d1eb77d69fd33a70868de49113a25d79be45411862375ef0968083738b3081496580661997c9793af66bfa09b622b0fab4b90ac68b6d8c04b
+DIST nwg-shell-0.5.36.tar.gz 2181809 BLAKE2B d540bf948c9a02a3b880738d04ff7a9581e706bb071c618a0f3a86a4d00c607eb9fe32dba7de0f7338f531c8e600e6a89ddb9ffc5ed9e5ae1ffe9561e2165baf SHA512 2eb5745f70048ce02b5c6e3b08848f0d030e5a8ff16fc3b16caa8fd59b09ccf5009796d4550d2f3dec96339625528e5f5d7dbb5198d529ababef8e37569f5071

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.36.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.36.ebuild
new file mode 100644
index 000000000..b2a468557
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.36.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/
@ 2024-08-22 19:33 Pascal Jäger
  0 siblings, 0 replies; 41+ messages in thread
From: Pascal Jäger @ 2024-08-22 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0cc39c7170b89b8434cb684e8612b8153ee0b495
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu Aug 22 19:27:44 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Thu Aug 22 19:27:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc39c71

gui-apps/nwg-shell: add 0.5.38

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

 gui-apps/nwg-shell/Manifest                |  1 +
 gui-apps/nwg-shell/nwg-shell-0.5.38.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/gui-apps/nwg-shell/Manifest b/gui-apps/nwg-shell/Manifest
index 1e66a2b87..f9df4b84a 100644
--- a/gui-apps/nwg-shell/Manifest
+++ b/gui-apps/nwg-shell/Manifest
@@ -1,2 +1,3 @@
 DIST nwg-shell-0.5.35.tar.gz 2181827 BLAKE2B cd2969e0deecee1f43bdf25218203cd86a4ce828c24ad3a931d26d191a003c47093c5e919f3bd27ae85f4899ddea316596b066227c7c1edb978a03aae7076ada SHA512 b9a9dea24d8d0b7d1eb77d69fd33a70868de49113a25d79be45411862375ef0968083738b3081496580661997c9793af66bfa09b622b0fab4b90ac68b6d8c04b
 DIST nwg-shell-0.5.36.tar.gz 2181809 BLAKE2B d540bf948c9a02a3b880738d04ff7a9581e706bb071c618a0f3a86a4d00c607eb9fe32dba7de0f7338f531c8e600e6a89ddb9ffc5ed9e5ae1ffe9561e2165baf SHA512 2eb5745f70048ce02b5c6e3b08848f0d030e5a8ff16fc3b16caa8fd59b09ccf5009796d4550d2f3dec96339625528e5f5d7dbb5198d529ababef8e37569f5071
+DIST nwg-shell-0.5.38.tar.gz 2181241 BLAKE2B 82b6df94cffa324450fb44ab4c9a92dfc3c8bc06d595ff966ee2d6c626215ed87dd1836dc7570af83695aee42a111ddedaa68276b0028c32dccaf9c0becae79c SHA512 b1481c9350cea9c8b51a758e09dff96158eb66e60045866c961b212038ba14f100c1c2547a508df949421b8201ad44c0b4ad2aa4e18d3b751d39a52b561dbe29

diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.38.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.38.ebuild
new file mode 100644
index 000000000..b2a468557
--- /dev/null
+++ b/gui-apps/nwg-shell/nwg-shell-0.5.38.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="libraries an common functions for the nwg-shell project"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell"
+SRC_URI="https://github.com/nwg-piotr/nwg-shell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	gui-apps/grim
+	gui-apps/swappy
+	gui-apps/slurp
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	default
+	dobin scripts/*
+}
+
+pkg_postinst() {
+	elog "To install nwg-shell for the current user, run"
+	elog "nwg-shell-installer -w (for sway) or"
+	elog "nwg-shell-installer -w -hypr (for hyprland)"
+}


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

end of thread, other threads:[~2024-08-22 19:33 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-03 18:51 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell/ Pascal Jäger
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 19:33 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-07-05 18:55 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-04-25 18:38 Pascal Jäger
2024-03-06 13:12 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-02-07 14:05 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-31 16:35 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-28 19:13 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-12 12:21 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-10 11:43 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2024-01-05 19:26 Pascal Jäger
2023-12-30  8:46 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-12-03 18:51 Pascal Jäger
2023-11-19 20:07 Pascal Jäger
2023-11-18 21:31 Pascal Jäger
2023-11-18 21:21 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-18  9:10 Pascal Jäger
2023-11-04 20:06 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-11-04 20:02 Pascal Jäger
2023-10-18  9:54 Pascal Jäger
2023-08-10 20:53 Pascal Jäger
2023-08-08 23:01 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