diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest index ae00aa24a7eee..657293414299b 100644 --- a/x11-themes/kvantum/Manifest +++ b/x11-themes/kvantum/Manifest @@ -1 +1,2 @@ DIST kvantum-0.13.0.tar.gz 2456050 BLAKE2B e3105819c189864b08efe8db6afedfa06286a92918be3bfb52fb4a57332de09a6882a99f4dc847275946d6c8a701574e64215c008d238976f565ec8b63de4e2e SHA512 4250fd83ec53d24c02601c2b9fb4f23b847b9e3c0796d7bfc78aed329793c5293941f004f17d8e18011cc13cd9fbde066004c33dcec26dd291a1d0d3cc070232 +DIST kvantum-0.14.0.tar.gz 2459841 BLAKE2B adaf6e5e5fa1e01ba4edd95d45850ec6a8cf6499f2b60eac54312917fc65def152080afa23df3e23552f526ee9bc4b6cb7c801b5998c59be0c6c444112758f59 SHA512 166c433e677ecb463464b771fcc573a7add75774d6258ef3c3c619dd3bace86280ee38c5a15a419cdf88355942a86411dd01d1690d6a836593d447da7bb91593 diff --git a/x11-themes/kvantum/kvantum-0.14.0.ebuild b/x11-themes/kvantum/kvantum-0.14.0.ebuild new file mode 100644 index 0000000000000..7b58229644537 --- /dev/null +++ b/x11-themes/kvantum/kvantum-0.14.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +MY_PN="Kvantum" + +DESCRIPTION="SVG-based theme engine for 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/qtcore:5 + dev-qt/qtgui:5= + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + kde-frameworks/kwindowsystem:5 + x11-libs/libX11 + x11-libs/libXext +" +RDEPEND="${DEPEND}" +BDEPEND="dev-qt/linguist-tools:5" + +S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"