diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-01-18 15:26:55 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-01-18 15:27:05 +0500 |
commit | ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56 (patch) | |
tree | 2796371c731f7f67f97b3c4b4acb67f374dfe510 /x11-themes | |
parent | mpv-plugin/mpv_sponsorblock_minimal: add codeberg upstream metadata (diff) | |
download | guru-ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56.tar.gz guru-ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56.tar.bz2 guru-ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56.zip |
x11-themes/arc-kde: add optfeatures
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/arc-kde/arc-kde-20220908.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-themes/arc-kde/arc-kde-20220908.ebuild b/x11-themes/arc-kde/arc-kde-20220908.ebuild index 5b9b2a09c..c51c77cdf 100644 --- a/x11-themes/arc-kde/arc-kde-20220908.ebuild +++ b/x11-themes/arc-kde/arc-kde-20220908.ebuild @@ -1,23 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit optfeature DESCRIPTION="Port of the popular GTK theme Arc for Plasma 5" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/arc-kde" -SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" pkg_postinst() { - elog "" - elog "This theme optionally supports \"x11-themes/kvantum\"" - elog "See also \"x11-themes/arc-theme\" for gtk support" - elog "" + optfeature "Kvantum theme engine support" x11-themes/kvantum + optfeature "GTK support" x11-themes/arc-theme } |