Accepting request 645707 from home:Guillaume_G:branches:Application:Geo
- Enable openCL - Update to 3.4.0 - Remove qgis.desktop source as it is provided by qgis sources now OBS-URL: https://build.opensuse.org/request/show/645707 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=239
This commit is contained in:
parent
78f3c2403f
commit
ac96034de2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c91383185fb20ccdc7c009955aa1855df1d2722d4359bf7f241727c5680ef720
|
||||
size 71991789
|
@ -1 +0,0 @@
|
||||
8168983756e7388288a91026a2dfa135 qgis-3.2.3.tar.bz2
|
3
qgis-3.4.0.tar.bz2
Normal file
3
qgis-3.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63a6ebbd4e4afb2820887b18b0aa41e3c7862f7fbdc8a121d6fcd75f0321e98
|
||||
size 72309170
|
1
qgis-3.4.0.tar.bz2.md5
Normal file
1
qgis-3.4.0.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
||||
5098e07d8426fad256790826ed31b192 qgis-3.4.0.tar.bz2
|
11
qgis.changes
11
qgis.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 13:47:09 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Enable openCL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 13:38:20 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 3.4.0
|
||||
- Remove qgis.desktop source as it is provided by qgis sources now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 19 14:46:55 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
10
qgis.desktop
10
qgis.desktop
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=QGIS 3.2.3 (Bonn)
|
||||
GenericName=Geographic Information System
|
||||
Comment=
|
||||
Exec=qgis
|
||||
Icon=qgis.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;Education;Geoscience;Geography;Science;
|
19
qgis.spec
19
qgis.spec
@ -17,17 +17,16 @@
|
||||
|
||||
|
||||
Name: qgis
|
||||
Version: 3.2.3
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: QGIS is a Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Graphics/Visualization/Other
|
||||
URL: https://qgis.org/
|
||||
Source: https://qgis.org/downloads/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source1: https://qgis.org/downloads/%{name}-%{version}.tar.bz2.md5
|
||||
Source2: %{name}.rpmlintrc
|
||||
Source3: qgis_sample_data.zip
|
||||
Source4: https://qgis.org/downloads/%{name}-%{version}.tar.bz2.md5
|
||||
# Headers in Qt5.11 were cleaned up to no longer include unneeded other headers.
|
||||
Patch0: fix_grass_qt511.patch
|
||||
BuildRequires: -post-build-checks
|
||||
@ -43,6 +42,8 @@ BuildRequires: grass-devel >= 7.2
|
||||
BuildRequires: libqscintilla_qt5-devel
|
||||
BuildRequires: libspatialindex-devel
|
||||
BuildRequires: llvm-clang
|
||||
BuildRequires: ocl-icd-devel
|
||||
BuildRequires: opencl-cpp-headers
|
||||
BuildRequires: otb-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: poppler-tools
|
||||
@ -209,6 +210,7 @@ export PATH=$PATH:$QTDIR/bin
|
||||
-DQWT_INCLUDE_DIR=%{_includedir}/qwt6 \
|
||||
-DQCA_INCLUDE_DIR=%{_includedir}/qt5/Qca-qt5/QtCrypto \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DOpenCL_INCLUDE_DIR=%{_includedir} \
|
||||
-Wno-dev
|
||||
|
||||
export QTDIR=%{_prefix}
|
||||
@ -218,13 +220,12 @@ export PATH=$PATH:$QTDIR/bin
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
cp %{SOURCE1} %{buildroot}%{_datadir}/applications
|
||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||
ln -s ../qgis/images/icons/qgis-icon-512x512.png %{buildroot}/%{_datadir}/pixmaps/qgis.png
|
||||
|
||||
# Do not update .desktop files
|
||||
%suse_update_desktop_file -n %{name}
|
||||
# Rename .desktop file
|
||||
mv %{buildroot}%{_datadir}/applications/org.qgis.qgis.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
|
||||
# Install sample data
|
||||
pushd %{buildroot}%{_datadir}/qgis
|
||||
@ -243,6 +244,10 @@ popd
|
||||
%{_datadir}/qgis/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/qgis.png
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/*/apps/*.svg
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/*.svg
|
||||
%{_datadir}/metainfo/org.qgis.qgis.appdata.xml
|
||||
%dir %{_libdir}/qgis/
|
||||
%{_libdir}/qgis/*
|
||||
|
Loading…
Reference in New Issue
Block a user