diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-07-10 11:16:10 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-07-10 11:18:44 +0200 |
commit | 4a4529787e6632cd23b9b8736bdff18360136a10 (patch) | |
tree | 1f9fbf7fb36defb7f6acd03a058ce43c9ab19b95 /x11-themes/qtcurve | |
parent | x11-themes/qtcurve: Bump to version 1.9.0_rc1 (bug #624402). (diff) | |
download | gentoo-4a4529787e6632cd23b9b8736bdff18360136a10.tar.gz gentoo-4a4529787e6632cd23b9b8736bdff18360136a10.tar.bz2 gentoo-4a4529787e6632cd23b9b8736bdff18360136a10.zip |
x11-themes/qtcurve: Sync live ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index 667418981322..003e5aa51b80 100644 --- a/x11-themes/qtcurve/qtcurve-9999.ebuild +++ b/x11-themes/qtcurve/qtcurve-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,12 @@ SLOT="0" IUSE="+X gtk nls plasma qt4 +qt5 test" KEYWORDS="" +if [[ "${PV}" != 9999 ]] ; then + SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${P/_/-}" +fi + REQUIRED_USE="gtk? ( X ) || ( gtk qt4 qt5 ) plasma? ( qt5 ) |