x11-themes/kvantum: added missing dependency Package-Manager: Portage-2.3.62, Repoman...
authorChrisOboe <chris@oboe.email>
Sat, 6 Apr 2019 22:12:03 +0000 (00:12 +0200)
committerIan Whyman <thev00d00@gentoo.org>
Sun, 7 Apr 2019 10:33:07 +0000 (11:33 +0100)
Signed-off-by: Chris Oboe <chris@oboe.email>
Closes: https://github.com/gentoo/gentoo/pull/11614
Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
x11-themes/kvantum/kvantum-0.11.0-r1.ebuild [new file with mode: 0644]

diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
new file mode 100644 (file)
index 0000000..36fcd2c
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="Kvantum"
+
+DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
+HOMEPAGE="https://github.com/tsujan/Kvantum"
+SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       dev-qt/qtgui:5
+       dev-qt/qtsvg:5
+       dev-qt/qtx11extras:5
+       kde-frameworks/kwindowsystem
+       x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"