mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
gui-apps/nwg-shell-config: new package, add 0.5.14
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
1
gui-apps/nwg-shell-config/Manifest
Normal file
1
gui-apps/nwg-shell-config/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nwg-shell-config-0.5.14.tar.gz 104956 BLAKE2B 109e6da5d30b3b96c4b5ee111c43b49febccb5072e1510776a8b5238379055cf5968bd408a1c69961e65b86a36d6adf54e196f4ebbdbf3e2587453d823fdd355 SHA512 9b4f7cf89c984f37d7f3a671cf9b029f0a94a7c41bb7986303e35f9975c1890140815a33c808a284f1c5e616bd3f652d5ac3696ebe16f4dee0f4234f7713d43c
|
||||
16
gui-apps/nwg-shell-config/metadata.xml
Normal file
16
gui-apps/nwg-shell-config/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pascal.jaeger@leimstift.de</email>
|
||||
<name>Pascal Jaeger</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Piotr Miller</name>
|
||||
<email>nwg.piotr@gmail.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/nwg-piotr/nwg-shell-config/issues</bugs-to>
|
||||
<remote-id type="github">nwg-piotr/nwg-shell-config</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
24
gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
Normal file
24
gui-apps/nwg-shell-config/nwg-shell-config-0.5.14.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user