From 56ba309868c9e9b3ebf4772a4c1995fbc082d06f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 2 Apr 2017 10:21:44 +0200 Subject: [PATCH] Marble: use a safe source. The version we were using was not even a git tag in KDE git repo. I tried to find a close enough (slightly more recent) tag, and pull it from a github archive. Change the version number to match the tag naming (1.9.2 used in the old recipe is what it says in the About box, but that doesn't seem to change as often as the tags). Issue #1103 --- kde-base/marble/{marble-1.9.2.recipe => marble-4.14.3.recipe} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename kde-base/marble/{marble-1.9.2.recipe => marble-4.14.3.recipe} (91%) diff --git a/kde-base/marble/marble-1.9.2.recipe b/kde-base/marble/marble-4.14.3.recipe similarity index 91% rename from kde-base/marble/marble-1.9.2.recipe rename to kde-base/marble/marble-4.14.3.recipe index 11d342523..95b3fa392 100644 --- a/kde-base/marble/marble-1.9.2.recipe +++ b/kde-base/marble/marble-4.14.3.recipe @@ -11,7 +11,8 @@ HOMEPAGE="http://marble.kde.org" COPYRIGHT="2007-2014 by the authors of Marble Virtual Globe" LICENSE="GNU LGPL v2.1" REVISION="1" -SOURCE_URI="git://anongit.kde.org/marble#9e116170" +SOURCE_URI="https://github.com/KDE/marble/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="c4f511865f18cecda7eaa349a2eafb0c2d8b6dac526f59af9a60e9e0199d5a04" PATCHES="marble_x86-1.9.2.patchset" ARCHITECTURES="!x86_gcc2 x86 ?x86_64"