Compare commits
29 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 213dab9bfa | |||
|
|
da8a89afc9 | ||
| 18abdf6bd0 | |||
|
|
13d81bee70 | ||
| 39149e0cc2 | |||
|
|
18dd21e4a7 | ||
| 2fd38b112c | |||
|
|
32409a0894 | ||
| a7890d8da7 | |||
|
|
357cf12852 | ||
|
|
42964c5bfb | ||
| feeb7a2197 | |||
|
|
c7f0b1f098 | ||
| 2b187a5870 | |||
|
|
3bc6db1bfa | ||
| de6d299791 | |||
|
|
53473b8575 | ||
| a093f24d0b | |||
|
|
e9af765902 | ||
| 7138cc5ec9 | |||
|
|
09cf8a81a3 | ||
| 153eb6de05 | |||
|
|
362ecd17e6 | ||
| 8a701d36ff | |||
|
|
36495b047f | ||
| a83473fa82 | |||
|
|
50a4460084 | ||
| 6a0a3b2828 | |||
|
|
ce98fe8f06 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ff815a376042eb5d2db174c897fab2948ce1ba57293a71c50d7f54b7ed96f4b
|
||||
size 5903063
|
||||
3
GPXSee-15.8.tar.gz
Normal file
3
GPXSee-15.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:790ebf83ae352e79ab2e02e3811c730574dcc33be9477afea6a101ac8c379036
|
||||
size 6565101
|
||||
7
PKGBUILD
7
PKGBUILD
@@ -1,14 +1,13 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=13.43
|
||||
pkgver=15.8
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gpxsee.org/"
|
||||
license=('GPL3')
|
||||
depends=('qt6-imageformats' 'qt6-positioning' 'qt6-svg'
|
||||
'qt6-serialport' 'hicolor-icon-theme')
|
||||
depends=('qt6-imageformats' 'qt6-positioning' 'qt6-serialport'
|
||||
'qt6-svg' 'hicolor-icon-theme')
|
||||
makedepends=('qt6-tools')
|
||||
optdepends=('qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files support')
|
||||
provides=("${pkgname}=${pkgver}")
|
||||
source=("GPXSee-${pkgver}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
523
debian.changelog
523
debian.changelog
File diff suppressed because it is too large
Load Diff
@@ -2,13 +2,13 @@ Source: gpxsee
|
||||
Section: Graphics
|
||||
Priority: optional
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev
|
||||
Build-Depends: debhelper (>= 9), qt6-base-dev, qt6-base-private-dev, qt6-positioning-dev, qt6-svg-dev, qt6-serialport-dev, qmake6, qt6-l10n-tools, qt6-tools-dev-tools, zlib1g-dev
|
||||
Homepage: http://www.gpxsee.org
|
||||
|
||||
Package: gpxsee
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins, libqt5svg5, libqt5serialport5
|
||||
Recommends: libqt6sql6-sqlite, libqt6serialport6, qt6-image-formats-plugins,
|
||||
Description: GPS log files visualizing and analyzing tool
|
||||
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA,
|
||||
SLF, LOC, OziExplorer (PLT, RTE, WPT), CUP, Garmin CSV and geotagged JPEG files.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
export QT_SELECT := qt5
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
@@ -12,8 +10,8 @@ build-stamp:
|
||||
dh_testdir
|
||||
|
||||
# Add here commands to compile the package.
|
||||
lrelease gpxsee.pro
|
||||
qmake PREFIX=/usr gpxsee.pro
|
||||
/usr/lib/qt6/bin/lrelease gpxsee.pro
|
||||
qmake6 PREFIX=/usr gpxsee.pro
|
||||
make
|
||||
# --- end custom part for compiling
|
||||
|
||||
@@ -48,6 +46,7 @@ install: build
|
||||
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 data/maps /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||
cp -r data/style /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||
cp -r data/CRS /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
|
||||
|
||||
523
gpxsee.changes
523
gpxsee.changes
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 13.43-1
|
||||
Version: 15.8-1
|
||||
Binary: gpxsee
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Maintainer: Martin Tuma <tumic@gpxsee.org>
|
||||
Architecture: any
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev
|
||||
Build-Depends: debhelper (>= 9), qt6-base-dev, qt6-base-private-dev, qt6-positioning-dev, qt6-svg-dev, qt6-serialport-dev, qmake6, qt6-l10n-tools, qt6-tools-dev-tools, zlib1g-dev
|
||||
Files:
|
||||
00000000000000000000000000000000 0 GPXSee-13.43.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-15.8.tar.gz
|
||||
|
||||
16
gpxsee.spec
16
gpxsee.spec
@@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 13.43
|
||||
Version: 15.8
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@@ -37,15 +37,15 @@ BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qtserialport-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: qt6-linguist
|
||||
Recommends: qt6-qtimageformats
|
||||
Recommends: qt6-qtpbfimageformat
|
||||
%else
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: qt6-core-devel
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: qt6-concurrent-devel
|
||||
BuildRequires: qt6-gui-devel
|
||||
BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: qt6-widgets-devel
|
||||
BuildRequires: qt6-network-devel
|
||||
BuildRequires: qt6-printsupport-devel
|
||||
@@ -54,10 +54,10 @@ BuildRequires: qt6-sql-devel
|
||||
BuildRequires: qt6-svg-devel
|
||||
BuildRequires: qt6-serialport-devel
|
||||
BuildRequires: qt6-positioning-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: qt6-tools-linguist
|
||||
Recommends: qt6-sql-sqlite
|
||||
Recommends: qt6-imageformats
|
||||
Recommends: qt6-qtpbfimageformat
|
||||
%else
|
||||
# Mageia
|
||||
BuildRequires: libqt6core-devel
|
||||
@@ -71,10 +71,14 @@ BuildRequires: libqt6sql-devel
|
||||
BuildRequires: libqt6svg-devel
|
||||
BuildRequires: libqt6positioning-devel
|
||||
BuildRequires: libqt6serialport-devel
|
||||
%ifarch x86_64
|
||||
BuildRequires: lib64zlib-devel
|
||||
%else
|
||||
BuildRequires: libzlib-devel
|
||||
%endif
|
||||
BuildRequires: qttools6
|
||||
Recommends: qtimageformats6
|
||||
Recommends: libqt6-database-plugin-sqlite
|
||||
Recommends: libqt6-qtpbfimageformat
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@@ -104,11 +108,13 @@ install -d 755 %{buildroot}/%{_datadir}/mime/packages
|
||||
install -d 755 %{buildroot}/%{_datadir}/metainfo
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/maps
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/style
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/CRS
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/translations
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/symbols
|
||||
install -m 755 gpxsee %{buildroot}/%{_bindir}/%{name}
|
||||
install -m 644 data/maps/* %{buildroot}/%{_datadir}/%{name}/maps
|
||||
cp -r data/style/* %{buildroot}/%{_datadir}/%{name}/style
|
||||
install -m 644 data/CRS/* %{buildroot}/%{_datadir}/%{name}/CRS
|
||||
install -m 644 lang/*.qm %{buildroot}/%{_datadir}/%{name}/translations
|
||||
install -m 644 icons/symbols/*.png %{buildroot}/%{_datadir}/%{name}/symbols
|
||||
|
||||
Reference in New Issue
Block a user