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
This commit is contained in:
Adrien Destugues
2017-04-02 10:21:44 +02:00
parent 3f1df3e8ad
commit 56ba309868

View File

@@ -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"