summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 12:55:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 16:41:13 +0200
commita893f7848175d8602337fb1363e45b08c4e54222 (patch)
tree0d20b988021bd8759778b2f0d65da42355059e88 /x11-themes
parentkde-misc/adjustableclock: Switch SRC_URI to GitHub, fix HOMEPAGE (diff)
downloadkde-sunset-a893f7848175d8602337fb1363e45b08c4e54222.tar.gz
kde-sunset-a893f7848175d8602337fb1363e45b08c4e54222.tar.bz2
kde-sunset-a893f7848175d8602337fb1363e45b08c4e54222.zip
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@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/smaragd/Manifest2
-rw-r--r--x11-themes/smaragd/smaragd-0.0.8.ebuild (renamed from x11-themes/smaragd/smaragd-0.0.7.ebuild)14
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/smaragd/Manifest b/x11-themes/smaragd/Manifest
index 2d956d46..e0591160 100644
--- a/x11-themes/smaragd/Manifest
+++ b/x11-themes/smaragd/Manifest
@@ -1 +1 @@
-DIST 125162-smaragd-0.0.7.tar.gz 66776 SHA256 7f393dc12fcdd80e5033139cef1bf89387b9bbeef817af82cefac1367da0707e SHA512 c6f7cd0ec1ec4d957f4ea0ef64a8011e9667a8747013788ee17777717df8a2d1be064bb0f85b611dc8b8115f546bdeb197c27d529744d986d90a0cb8833bf837 WHIRLPOOL 17afcd46c5da673306ab481dad388b00fedbd288caaaaca36f8ccda851c3938d9f7f087404bb918c7973a25dce58c858094fb67212d654d1aefaa7ce4eb1c963
+DIST smaragd-v0.0.8.tar.bz2 54823 BLAKE2B cf52bef691b7af4124e99b27454cf70e0d4432aa4ec40cc30af8da3baf2f13847528ff7bd31e68f049a0e6896036bbccf33cda3064f4bdd7b3f65400b32039fe SHA512 fdd8ed06e510ec6f0a6e0d7dcf74377b90dd4516883c90d000da9667d59c276cfc9b2b0fcd7db447e09b67d88b4ee9bfe9369cb5ddb5c03a7a61ebd7529dc997
diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild b/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}"