diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 15:54:01 +0100 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2020-01-12 21:16:46 +0000 |
commit | 74463f8ca1d3669b1fbcedbd0e7238de22be59df (patch) | |
tree | 13154ce63604e4aeadbfa1c1d31f7f4fffff12ee /x11-themes | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.209,4.9.209,4.14.1... (diff) | |
download | gentoo-74463f8ca1d3669b1fbcedbd0e7238de22be59df.tar.gz gentoo-74463f8ca1d3669b1fbcedbd0e7238de22be59df.tar.bz2 gentoo-74463f8ca1d3669b1fbcedbd0e7238de22be59df.zip |
x11-themes/kvantum: Switch to cmake.eclass, fix DESCRIPTION
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kvantum/kvantum-0.14.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-themes/kvantum/kvantum-0.14.1.ebuild b/x11-themes/kvantum/kvantum-0.14.1.ebuild index e52409193b01..886e8cf31a5b 100644 --- a/x11-themes/kvantum/kvantum-0.14.1.ebuild +++ b/x11-themes/kvantum/kvantum-0.14.1.ebuild @@ -3,13 +3,11 @@ EAPI=7 -inherit cmake-utils +inherit cmake -MY_PN="Kvantum" - -DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt" +DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt" HOMEPAGE="https://github.com/tsujan/Kvantum" -SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -29,4 +27,4 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="dev-qt/linguist-tools:5" -S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}" +S="${WORKDIR}/${PN^}-${PV}/${PN^}" |