Accepting request 925745 from home:tumic:GPXSee

Version 9.9

OBS-URL: https://build.opensuse.org/request/show/925745
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=176
This commit is contained in:
Martin Tůma 2021-10-16 20:03:51 +00:00 committed by Git OBS Bridge
parent 853df4adb3
commit 88634eba9e
8 changed files with 40 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98d08b4c36cc991e29293c8764a0624394f78bd6f8c5afc19a7ce9840c1684a7
size 4731105

3
GPXSee-9.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0255b46d7fe764341572a155f30679cff728f9e87fecbe04147d44f61ff236eb
size 4837265

View File

@ -1,5 +1,5 @@
pkgname=gpxsee
pkgver=9.7
pkgver=9.9
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ sha256sums=('SKIP')
build() {
cd GPXSee-${pkgver}
lrelease gpxsee.pro
qmake gpxsee.pro
qmake PREFIX=/usr gpxsee.pro
make
}

View File

@ -1,3 +1,17 @@
gpxsee (9.9) stable; urgency=medium
* Fixed scroll wheel zooming on devices with "fine-resolution
wheels".
-- Martin Tuma <tumic@cbox.cz> Sat, 16 Oct 2021 11:07:31 +0200
gpxsee (9.8) stable; urgency=low
* Added support for Waypoint/POI icons.
* Various minor bugfixes.
-- Martin Tuma <tumic@cbox.cz> Wed, 13 Oct 2021 21:11:16 +0200
gpxsee (9.7) stable; urgency=low
* Added Chinese translation.

View File

@ -44,10 +44,12 @@ install: build
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/mime/packages
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols
cp gpxsee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
cp -r pkg/maps /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
cp -r pkg/csv /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
cp lang/*.qm /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations
cp icons/symbols/*.png /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols
cp -r icons/app/hicolor/* /usr/src/packages/BUILD/debian/gpxsee/usr/share/icons/hicolor
cp pkg/gpxsee.desktop /usr/src/packages/BUILD/debian/gpxsee/usr/share/applications
cp pkg/gpxsee.xml /usr/src/packages/BUILD/debian/gpxsee/usr/share/mime/packages

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Oct 16 11:05:33 CEST 2021 - tumic@cbox.cz
- Update to version 9.9
* Fixed scroll wheel zooming on devices with "fine-resolution
wheels".
-------------------------------------------------------------------
Wed Oct 13 21:07:45 CEST 2021 - tumic@cbox.cz
- Update to version 9.8
* Added support for Waypoint/POI icons.
* Various minor bugfixes.
-------------------------------------------------------------------
Sun Sep 26 12:09:32 CEST 2021 - tumic@cbox.cz

View File

@ -1,9 +1,9 @@
Format: 1.0
Source: gpxsee
Version: 9.7-1
Version: 9.9-1
Binary: gpxsee
Maintainer: Martin Tuma <tumic@cbox.cz>
Architecture: any
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
Files:
00000000000000000000000000000000 0 GPXSee-9.7.tar.gz
00000000000000000000000000000000 0 GPXSee-9.9.tar.gz

View File

@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 9.7
Version: 9.9
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
@ -107,10 +107,12 @@ install -d 755 %{buildroot}/%{_datadir}/%{name}
install -d 755 %{buildroot}/%{_datadir}/%{name}/maps
install -d 755 %{buildroot}/%{_datadir}/%{name}/csv
install -d 755 %{buildroot}/%{_datadir}/%{name}/translations
install -d 755 %{buildroot}/%{_datadir}/%{name}/symbols
install -m 755 gpxsee %{buildroot}/%{_bindir}/%{name}
install -m 644 pkg/maps/* %{buildroot}/%{_datadir}/%{name}/maps
install -m 644 pkg/csv/* %{buildroot}/%{_datadir}/%{name}/csv
install -m 644 lang/*.qm %{buildroot}/%{_datadir}/%{name}/translations
install -m 644 icons/symbols/*.png %{buildroot}/%{_datadir}/%{name}/symbols
cp -r icons/app/hicolor/* %{buildroot}/%{_datadir}/icons/hicolor
install -m 644 pkg/gpxsee.desktop %{buildroot}/%{_datadir}/applications/%{name}.desktop
install -m 644 pkg/gpxsee.xml %{buildroot}/%{_datadir}/mime/packages/%{name}.xml