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)"
+}

Reply via email to