diff --git a/gui-apps/nwg-shell-config/Manifest b/gui-apps/nwg-shell-config/Manifest new file mode 100644 index 0000000000..276e0bcd99 --- /dev/null +++ b/gui-apps/nwg-shell-config/Manifest @@ -0,0 +1 @@ +DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c diff --git a/gui-apps/nwg-shell-config/metadata.xml b/gui-apps/nwg-shell-config/metadata.xml new file mode 100644 index 0000000000..5fbfb2ce5a --- /dev/null +++ b/gui-apps/nwg-shell-config/metadata.xml @@ -0,0 +1,16 @@ + + + + + pascal.jaeger@leimstift.de + Pascal Jaeger + + + + Piotr Miller + nwg.piotr@gmail.com + + https://github.com/nwg-piotr/nwg-shell-config/issues + nwg-piotr/nwg-shell-config + + diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild new file mode 100644 index 0000000000..b9c8494df0 --- /dev/null +++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +SRC_URI="https://github.com/nwg-piotr/nwg-shell-config/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="nwg-shell configuration utility" +HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config" +LICENSE="MIT" + +SLOT="0" + +RDEPEND=" + gui-apps/nwg-shell + sci-geosciences/geopy + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND}"