summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 13:11:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 16:40:58 +0200
commit2803cda900ce9bc932b5d36d20e5289acbcd8732 (patch)
tree463a53a6b2c6e7637e0e4db59bdcf747007505ff
parentkde-misc/kgrubeditor: Fix HOMEPAGE and SRC_URI (diff)
downloadkde-sunset-2803cda9.tar.gz
kde-sunset-2803cda9.tar.bz2
kde-sunset-2803cda9.zip
kde-misc/adjustableclock: Switch SRC_URI to GitHub, fix HOMEPAGE
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/adjustableclock/Manifest2
-rw-r--r--kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/adjustableclock/Manifest b/kde-misc/adjustableclock/Manifest
index 702d8964..9df49bea 100644
--- a/kde-misc/adjustableclock/Manifest
+++ b/kde-misc/adjustableclock/Manifest
@@ -1 +1 @@
-DIST 92825-adjustableclock-4.1.4.tar.bz2 51305 SHA256 dc133853b7fcfecad69a5d758f133e515e0b553c796bde922be3d2d51c134d21 SHA512 1781cb6630a364116ec9c7758ab1f9040d4917c4f32652fcc4b01964c416f36ee842a1047934292570e4bffa5d676a42d8f51d0655d9d4e7a296a28040b53aae WHIRLPOOL 943f1dfa6f8cf139e09631671fc383fb7b288b63743937c8e21e7bc1b22cf842c4b1ad76720c8777a9defbd753f16eb8b9c44a4f4d7e2371d5d168316773797c
+DIST adjustableclock-4.1.4.tar.gz 54315 BLAKE2B ddff885d915342d939db81d19c869281110023765a73eceb7ab8c83087262c5be8730915bd1263f48a4657669224e3fc18f013e6592bf7ba1365177449cf839d SHA512 229845712d01d4dda40c3a1004820c788b1b97006dda89afaf3a00f7d7c8f7fff84a4f9502656fe7a98c7128a4c7e77c95a339deec045fdcd2f52f834cd143ef
diff --git a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
index 0c6f39c3..9dc2870f 100644
--- a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
+++ b/kde-misc/adjustableclock/adjustableclock-4.1.4.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
@@ -9,8 +9,8 @@ WEBKIT_REQUIRED="always"
inherit kde4-base
DESCRIPTION="Plasmoid to show date and time in adjustable format using rich text"
-HOMEPAGE="http://kde-look.org/content/show.php/Adjustable+Clock?content=92825"
-SRC_URI="http://kde-look.org/CONTENT/content-files/92825-${P}.tar.bz2"
+HOMEPAGE="https://store.kde.org/p/999193"
+SRC_URI="https://github.com/Emdek/plasmoid-adjustable-clock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
@@ -30,7 +30,7 @@ src_prepare() {
local lang
for lang in ${KDE_LINGUAS} ; do
if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
- rm ${KDE_LINGUAS_DIR}/${lang}.mo
+ rm ${KDE_LINGUAS_DIR}/${lang}.mo || die
fi
done
}