commit:     24296c3b7b581ea7f09f4b1feec41a3ffc73011b
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat May 18 18:13:01 2024 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sat May 18 18:13:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24296c3b

gui-apps/nwg-displays: add 0.3.19

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

 gui-apps/nwg-displays/.pkgbump-pv                |  1 +
 gui-apps/nwg-displays/Manifest                   |  1 +
 gui-apps/nwg-displays/nwg-displays-0.3.19.ebuild | 35 ++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/gui-apps/nwg-displays/.pkgbump-pv 
b/gui-apps/nwg-displays/.pkgbump-pv
new file mode 100644
index 0000000000..9ec8136c25
--- /dev/null
+++ b/gui-apps/nwg-displays/.pkgbump-pv
@@ -0,0 +1 @@
+0.3.19

diff --git a/gui-apps/nwg-displays/Manifest b/gui-apps/nwg-displays/Manifest
index 3f0c1375a8..19c60eb70b 100644
--- a/gui-apps/nwg-displays/Manifest
+++ b/gui-apps/nwg-displays/Manifest
@@ -1 +1,2 @@
 DIST nwg-displays-0.3.18.tar.gz 24702 BLAKE2B 
7b610ecd73b125a842a49eb0a1ea06a1628408127e619c80e99319133f6853e663f028134f141b69ef5bec948fa1b8de344f4792ee036bb3b02c5500ffa7c887
 SHA512 
74d79ad73b9b344655addcebf552d471c92f4586dd2165794c1fb88fc09a162ba53023550c10f71d02d4068ec2408bfb0685345879b3c36fbecb9fb64e542bcc
+DIST nwg-displays-0.3.19.tar.gz 24697 BLAKE2B 
5734f08637db9124f3e15a91c5f48f429cefeb80e67355c32a7a5aa4b342ddf3a5e08e9d49dd93cae9da55da1854962526b98c628a6c1b12027a3bcdff2491e3
 SHA512 
ead66a856463c0dc03abf40d8ffc6fd0a1bb824318fa627165ca2e97014ace3f83f8fa0b5f187093cc2850dbdfda14c4c22b3e702be009d479709a98fdd9d294

diff --git a/gui-apps/nwg-displays/nwg-displays-0.3.19.ebuild 
b/gui-apps/nwg-displays/nwg-displays-0.3.19.ebuild
new file mode 100644
index 0000000000..1e190ccf18
--- /dev/null
+++ b/gui-apps/nwg-displays/nwg-displays-0.3.19.ebuild
@@ -0,0 +1,35 @@
+# 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 desktop distutils-r1 xdg-utils
+
+DESCRIPTION="Output management utility for sway and Hyprland"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-displays";
+SRC_URI="https://github.com/nwg-piotr/nwg-displays/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       gui-apps/wlr-randr
+       x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+       distutils-r1_python_install_all
+       domenu nwg-displays.desktop
+       doicon nwg-displays.svg
+}
+
+pkg_postinst() {
+       xdg_desktop_database_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+}

Reply via email to