diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest index db9dfda130..c3384acb02 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.55.tar.gz 130883 BLAKE2B 868043bc05e65d7221c17d51a0b2b40208f8f57f58663b5a19f20bbd2cbb89ae89218eca497cc94158c5330e1af8d8409eeaf9eb538fc96ef54709bf9d02a8b1 SHA512 32aa391648f3e18162c1040ecf914093a720f256536abe8bce3844c7affcc8b3c52a4eb944d2245ab5aaa0283038321858c047d35d15ba168df6b9430d47da1c DIST nwg-shell-config-0.5.56.tar.gz 131034 BLAKE2B 3e969b51ba76fb1f49e43d0f200b65e87cde362c7c959feb7371e6b34c380ab51ffce25ce533b4f4cba1db1fb20d0201b6941bfe4e8fbfc6d614666ba399d188 SHA512 d4d5b15a41fbdca95d21392b5c63a912ae61e72eebc11ce0d08767723be8fd773287b5bc89f67770fbd64a8fa09aba211db3415600055571341c28dfc0f2690c DIST nwg-shell-config-0.5.58.tar.gz 131041 BLAKE2B 78e4eaf6ae65a001697459ab5182e955cbf3ce53ea483a72f027840b35d5f18f8df84d3665c4285c8a2f9d4e45d2d4d2ae657b8c399f6011b5b4a21c3882ae24 SHA512 2d7cf79ada92447978ccc4354a98cec51b7b3c1f1c6d3d2feccdb56768c3ea8e583432bb76c263733733273c3ea55a477d0cee25d67dfb669b1c08a12986470d +DIST nwg-shell-config-0.5.59.tar.gz 131521 BLAKE2B a3b4a757505a6d8f7bd79291eebfdd12a0a8ddeacb46e77f5b22e9206ba6d49d6c746ee10fed7378bef8d87b2bda05ae181db1e1d95034dd22e3ba7c858c7e83 SHA512 4aa1dde78c8d47bf61d141ca964097532a5753bbb334e95e672a15ee6241aa8e8d6235e5464d2ccf48419cb757c44b4c4472e94d9758a1f6681ff9496c231b75 diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.59.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.59.ebuild new file mode 100644 index 0000000000..52a9620390 --- /dev/null +++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.59.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} ) +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 +}