Search Criteria
Package Details: gpxsee-git 7.34.r3.g2d1e093-1
Git Clone URL: | https://aur.archlinux.org/gpxsee-git.git (read-only, click to copy) |
---|---|
Package Base: | gpxsee-git |
Description: | GPS log file viewer and analyzer |
Upstream URL: | https://www.gpxsee.org/ |
Keywords: | GIS Qt5 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jose1711 |
Maintainer: | sikmir |
Last Packager: | sikmir |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-28 13:07 |
Last Updated: | 2020-10-12 19:48 |
Dependencies (6)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- jq (jq-git) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-imageformats (qt5-imageformats-git) (optional) – Support for GeoTIFF images
- qt5-pbfimageplugin (optional) – Support for PBF vector maps
- qt5-translations (qt5-translations-git) (optional) – for Qt5 dialog translations
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
jose1711 commented on 2018-11-16 23:27
fails in prepare(): rename: *_nb.ts: not accessible
jose1711 commented on 2018-04-12 19:00
@sikmir abandoning, thank you for taking care of it from now on. j
sikmir commented on 2018-02-15 19:33
@jose1711 Please, update the follow ones: depends=('qt5-base') makedepends=('git' 'qt5-tools') optdepends=('qt5-imageformats: Support for TIFF') conflicts=(${_pkgname}) provides=("${_pkgname}=${pkgver}")
remove gpxsee.desktop from source.
pkgver() { cd "${srcdir}/${pkgname}"
RELEASE="$(git describe --tags $(git rev-list --tags --max-count=1))" REVISION="$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" printf "%s.r%s" "${RELEASE}" "${REVISION}" }
sikmir commented on 2018-02-06 09:05
I've added stable version: https://aur.archlinux.org/packages/gpxsee. @jose1711 Please, add Conflicts/Provides fields.
DaarkWel commented on 2018-02-05 10:17
Needs update:
jose1711 commented on 2017-12-09 22:11
@EasyToRemember thank you for finding out, fixed
EasyToRemember commented on 2017-12-09 14:08
the package sections should probably read (different source path, different destination path):
install -Dm644 ${srcdir}/${pkgname}/pkg/maps.txt ${pkgdir}/usr/share/gpxsee/maps.txt
jose1711 commented on 2017-11-23 07:47
tbh i can't really see a case where .desktop or icon can be distro-specific. keeping translations for instance included in desktop separately from upstream when one distribution differs from the other is not really wise i think. and sure, icon could include distribution logo but why would anyone do/want that.
thanks for pointing to spec files. i wasn't sure if/how csv files should be included, will fix it later today.
tumic commented on 2017-11-22 22:22
Well, the original idea behind not including those files to the source tree was that they might be distribution-specific.
Besides of the missing icon file, mime-type file and desktop file, this package is also missing the "ellipsoids.csv" and "datums.csv" files. Without them non-WGS84 maps do not work, so please include them to the package as well.
Generally - see the RPM spec file or DEB rules file for what needs to be part of a proper installation.
jose1711 commented on 2017-11-22 21:30
i stand corrected. why not to include in the source tree as well?