commit: a893f7848175d8602337fb1363e45b08c4e54222
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 10:55:21 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:41:13 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=a893f784
x11-themes/smaragd: 0.0.8 version bump
Replaces 0.0.7 with non-existent tarball.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../smaragd/{smaragd-0.0.7.ebuild => smaragd-0.0.8.ebuild} | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild
b/x11-themes/smaragd/smaragd-0.0.8.ebuild
similarity index 53%
rename from x11-themes/smaragd/smaragd-0.0.7.ebuild
rename to x11-themes/smaragd/smaragd-0.0.8.ebuild
index 9295a0d7..4fee3fbc 100644
--- a/x11-themes/smaragd/smaragd-0.0.7.ebuild
+++ b/x11-themes/smaragd/smaragd-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,20 +6,20 @@ EAPI=5
inherit kde4-base
DESCRIPTION="KWin theme engine that uses Emerald themes"
-HOMEPAGE="http://kde-look.org/content/show.php?content=125162"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/125162-${P}.tar.gz"
+HOMEPAGE="https://invent.kde.org/plasma/smaragd
https://store.kde.org/p/1167274"
+SRC_URI="https://invent.kde.org/plasma/smaragd/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~x86"
SLOT="4"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
kde-plasma/libkworkspace:4
x11-libs/cairo
"
-RDEPEND="
- ${DEPEND}
+RDEPEND="${DEPEND}
kde-plasma/kwin:4
"
+
+S="${WORKDIR}/${PN}-v${PV}"