mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Ian Whyman
parent
78ffd0dd3c
commit
74463f8ca1
@@ -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^}"
|
||||
|
||||
Reference in New Issue
Block a user