Marble: bump version

This commit is contained in:
Gerasim Troeglazov
2020-12-16 11:48:22 +10:00
parent 8a86590b8f
commit 7a9b198f22

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2007-2020 Marble Virtual Globe authors"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://github.com/KDE/marble/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="64601e15e9d85f4d66246914b7389763674c777995788d31fe7184661c63c67d"
CHECKSUM_SHA256="20ea52f071bd255109d723565fc46eb46ee4415acb402f5d45f6c6dbd6b312b7"
SOURCE_FILENAME="marble-$portVersion.tar.gz"
ADDITIONAL_FILES="marble.rdef.in"
@@ -72,7 +72,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.55
extra_cmake_modules$secondaryArchSuffix >= 5.77
devel:libkdeinit5_kded5$secondaryArchSuffix
devel:libkdeinit5_klauncher$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
@@ -130,6 +130,8 @@ BUILD()
{
# disable docs generation
sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt
# disable knsrc file install
sed -e '/install(FILES marble.knsrc/ s/^#*/#/' -i src/apps/marble-kde/CMakeLists.txt
mkdir -p build
cd build