SHA256
1
0
forked from pool/marble

Accepting request 508101 from home:wolfi323:branches:KDE:Applications

- Add Fix-utm-enum-value.patch and reverse-apply it, this upstream commit causes a crash when adding bookmarks if switched to UTM view angles because the necessary handler functions for the dialog are not implemented yet (boo#1044747, kde#381872)
- Add Fix-plain-map-and-political-map-showing-no-content.patch to fix the plain map and the political map being not displayed at all (kde#379297)

Please forward to 42.3 as well if accepted.

OBS-URL: https://build.opensuse.org/request/show/508101
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/marble?expand=0&rev=137
This commit is contained in:
Luca Beltrame
2017-07-04 16:16:20 +00:00
committed by Git OBS Bridge
parent 2b0d3320e1
commit 63ca14ef58
4 changed files with 165 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ License: LGPL-2.1+
Group: Amusements/Teaching/Other
Url: http://edu.kde.org
Source0: marble-%{version}.tar.xz
# PATCH-FIX-UPSTREAM Fix-utm-enum-value.patch boo#1044747, kde#381872 -- revert this upstream commit, it causes the "Edit Bookmark" dialog to crash if you set the View Angle to UTM
Patch1: Fix-utm-enum-value.patch
# PATCH-FIX-UPSTREAM Fix-plain-map-and-political-map-showing-no-content.patch kde#379297 -- fix display of the plain map and the political map
Patch2: Fix-plain-map-and-political-map-showing-no-content.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: gpsd-devel
@@ -156,6 +160,8 @@ The astronomy library for the satellites plugin.
%prep
%setup -q -n marble-%{version}
%patch1 -Rp1
%patch2 -p1
%build
export SUSE_ASNEEDED=0