diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-19 13:42:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-25 01:35:15 +0200 |
commit | 604a93b1ac0f207db02ba9c0db76c12ed8bf8d81 (patch) | |
tree | af700e13de6d6262167f1c75e5c8fe17b531ec30 /gui-apps | |
parent | x11-libs/pango: remove unused patch(es) (diff) | |
download | gentoo-604a93b1ac0f207db02ba9c0db76c12ed8bf8d81.tar.gz gentoo-604a93b1ac0f207db02ba9c0db76c12ed8bf8d81.tar.bz2 gentoo-604a93b1ac0f207db02ba9c0db76c12ed8bf8d81.zip |
gui-apps/tuigreet: update SRC_URI, LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/tuigreet/tuigreet-9999.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gui-apps/tuigreet/tuigreet-9999.ebuild b/gui-apps/tuigreet/tuigreet-9999.ebuild index 83aedb1c318c..908c9d12fa8c 100644 --- a/gui-apps/tuigreet/tuigreet-9999.ebuild +++ b/gui-apps/tuigreet/tuigreet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,22 +15,13 @@ if [ ${PV} == "9999" ] ; then EGIT_REPO_URI="https://github.com/apognu/${PN}" else SRC_URI="https://github.com/apognu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" + ${CARGO_CRATE_URIS}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" fi -src_unpack() { - if [[ "${PV}" == *9999* ]]; then - git-r3_src_unpack - cargo_live_src_unpack - else - cargo_src_unpack - fi -} - QA_FLAGS_IGNORED="usr/bin/tuigreet" -LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT" +LICENSE="Apache-2.0 CC0-1.0 GPL-3+ MIT Unicode-3.0 Unicode-DFS-2016" SLOT="0" RDEPEND="acct-group/greetd @@ -38,6 +29,15 @@ RDEPEND="acct-group/greetd gui-libs/greetd" DEPEND="${RDEPEND}" +src_unpack() { + if [[ "${PV}" == *9999* ]]; then + git-r3_src_unpack + cargo_live_src_unpack + else + cargo_src_unpack + fi +} + src_install() { dodir /var/cache/${PN} fowners greetd:greetd /var/cache/${PN} |