Skip to content

Commit

Permalink
x11-themes/kvantum: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ian Whyman <[email protected]>
  • Loading branch information
whyman committed Dec 29, 2019
1 parent 3a77777 commit 01a9bd4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-themes/kvantum/Manifest
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions x11-themes/kvantum/kvantum-0.14.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit 01a9bd4

Please sign in to comment.