commit:     522469615417698cd611b80fbdb72c70f37d4899
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Jun 29 08:03:53 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jun 29 08:03:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52246961

gui-apps/nwg-shell-config: add 0.5.41

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

 gui-apps/nwg-shell-config/Manifest                 |  1 +
 .../nwg-shell-config-0.5.41.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gui-apps/nwg-shell-config/Manifest 
b/gui-apps/nwg-shell-config/Manifest
index bc8bc6268..2eb71e47e 100644
--- a/gui-apps/nwg-shell-config/Manifest
+++ b/gui-apps/nwg-shell-config/Manifest
@@ -1,3 +1,4 @@
 DIST nwg-shell-config-0.5.38.tar.gz 117607 BLAKE2B 
d233971aa62f42b815c72977ba923b6b61624821af0dbf0314ed57078e00e166e5866a8f0a4f87deda1c5dcac63b5694bf63b63529a64593a51f43d3c384abaf
 SHA512 
848bf82306d68075db7f5d3b2bc13920e72b3f9fd027332c34b9a101fd9a9e92749ca9992e16713d929e6f5fb940b53abc27c02bdde8bf8615bfa8aa067c12b3
 DIST nwg-shell-config-0.5.39.tar.gz 117834 BLAKE2B 
f842a865155e4b18260a4c75f27446ee6fcbcf5dca1911f45dfd3f48019a668ae98c7038be9d23972b182044d5fe9b51922139d5c0f9e2eea6e077a30daad88a
 SHA512 
8c5312231ddd85c4ef7ecbf03651acd6095552822c2da3b8cc8061f067ef8e2d1990130768e63598fa5399206944fffbbcd070c69e2cee3f2b7558fdd699ebbd
 DIST nwg-shell-config-0.5.40.tar.gz 117745 BLAKE2B 
c0fe83c86e7ffc4706fbff36a99bacbe010df682f385fdd7e89125a45076a06427844c85b68debded3a78117d4d44848bc377ccf011f8f9419b741462386dcd5
 SHA512 
4e7aaef64669cbe9b67ec7c9d472704db562ed290ffab2aaaf53f4ba198909758359fbe6abca258937099eec50b38f417a8f734efe92bf9879617aef6fac3c2f
+DIST nwg-shell-config-0.5.41.tar.gz 117746 BLAKE2B 
dc7440e8da1ebd3124cf001941339daf2ba333d85f5eb0a07bbcff93c72377a4f82a9f3fed42a68dd7e4bc4e7099cff4c3c1bb11b5e0375ff69811597c78ca37
 SHA512 
6b38054b17ddf8220e105a56e9c10dd0fc58fd395d65eb45237fe7a5f2d4dbbd188e5672bebd0606b4eb59b613a10805b560406a0aa4bfa318ac237c9137bb99

diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild 
b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild
new file mode 100644
index 000000000..18bb5419f
--- /dev/null
+++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.41.ebuild
@@ -0,0 +1,41 @@
+# 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 desktop distutils-r1 xdg-utils
+
+DESCRIPTION="nwg-shell configuration utility"
+HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config";
+SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       gui-apps/nwg-shell
+       sci-geosciences/geopy
+       x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+       distutils-r1_python_install_all
+       domenu nwg-shell-config.desktop
+       doicon nwg-shell-config.svg
+       doicon nwg-shell-update.svg
+       doicon nwg-shell-translate.svg
+       doicon nwg-update-noupdate.svg
+       doicon nwg-update-available.svg
+       doicon nwg-update-checking.svg
+}
+
+pkg_postinst() {
+       xdg_desktop_database_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+}

Reply via email to