commit:     ad4f6c3e9d3ce13c020d963bd17b48e4e5925940
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun May 11 09:08:21 2025 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun May 11 09:08:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4f6c3e

gui-apps/nwg-hello: add 0.4.0

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

 gui-apps/nwg-hello/Manifest               |  1 +
 gui-apps/nwg-hello/nwg-hello-0.4.0.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/gui-apps/nwg-hello/Manifest b/gui-apps/nwg-hello/Manifest
index d34db35f1..14ad90dc9 100644
--- a/gui-apps/nwg-hello/Manifest
+++ b/gui-apps/nwg-hello/Manifest
@@ -1 +1,2 @@
 DIST nwg-hello-0.3.0.tar.gz 1463865 BLAKE2B 
84f0e13d140a7160022921831037719327e1c2fbd5e1f17cba5290f97db8632333c42ed2bf4691e44da33ebddca95de8808a25f36c7b6dd53ed3045c260b65c5
 SHA512 
350053d566cc9e351bda7f449cbabc51108f2263c04d4f87a17ad06a740c04601b4e8a02e0ec059c6a7061e224cc6d2103f7e80dff04e22f219f416d749a1203
+DIST nwg-hello-0.4.0.tar.gz 1466709 BLAKE2B 
3f581aca89cc4d7a8a4987aca5d0b33cca8e3b46c527ea52254a131b61c004df7cc48fa7e3570f4004171409aba48c04735c98679117083f743a6ef7cc82e349
 SHA512 
98ad10109e3fd7dd59bdde5c741490b304deeadf357f1f3e761d762126db6aa66f28887605fbdd97531fb7e5404aa6c743eb317a77f82afa01bc633f4233f9ee

diff --git a/gui-apps/nwg-hello/nwg-hello-0.4.0.ebuild 
b/gui-apps/nwg-hello/nwg-hello-0.4.0.ebuild
new file mode 100644
index 000000000..efe69af2f
--- /dev/null
+++ b/gui-apps/nwg-hello/nwg-hello-0.4.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 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="GTK3-based greeter for greetd written in python "
+HOMEPAGE="https://github.com/nwg-piotr/nwg-hello";
+SRC_URI="https://github.com/nwg-piotr/nwg-hello/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       x11-libs/gtk+:3
+       gui-libs/gtk-layer-shell[introspection]
+       gui-libs/greetd
+       || ( gui-wm/hyprland gui-wm/sway )
+"
+# gui-wm/swayfx)
+
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+       # dodir /etc/nwg-hello
+       insinto /etc/nwg-hello
+       doins nwg-hello-default.json
+       doins nwg-hello-default.css
+       doins hyprland.conf
+       doins sway-config
+       doins README
+       # dodir /usr/share/nwg-hello
+       insinto /usr/share/nwg-hello
+       doins nwg.jpg
+       doins img/*
+
+       # dodir /var/cache/nwg-hello
+       # insinto /var/cache/nwg-hello
+       # doins cache.json
+
+       dodoc README.md
+
+       distutils-r1_python_install_all
+}

Reply via email to