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: GPL3
Conflicts: gpxsee
Provides: gpxsee
Submitter: jose1711
Maintainer: sikmir
Last Packager: sikmir
Votes: 8
Popularity: 0.005621
First Submitted: 2015-10-28 13:07 (UTC)
Last Updated: 2020-10-12 19:48 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

jose1711 commented on 2021-02-16 21:41 (UTC)

@mederel i see no reason to bump devel packages just to get an issue fixed. with yay all you need to recompile devel packages is: yay --devel -Syu

mederel commented on 2021-02-15 21:21 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 0d1e508..02ba6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _wl_project=${_pkgname,,}
 _wl_hz="https://hosted.weblate.org/healthz/"
 _wl_dl="https://hosted.weblate.org/download/${_wl_project}"
 pkgname=${_pkgname,,}-git
-pkgver=7.34.r3.g2d1e093
+pkgver=8.6.r1.g294d26a
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)

mederel commented on 2021-02-15 21:20 (UTC)

I got a Segmentation fault on the community build, so tried to install the AUR version, but saw it is really late in terms of versions.

Fortunately seems bumping the version in PKGBUILD was enough to get a working executable that do not show the segfault anymore. I strongly suggest to bump the version in this AUR + the community package.

jose1711 commented on 2020-02-25 07:27 (UTC)

@silvio had the same but then i cleared yay's cache and it got built fine

sikmir commented on 2020-02-24 18:42 (UTC)

@silvio I have no such error. There is no gpxsee_pt_PT.ts, only gpxsee_pt_BR.ts.

silvio commented on 2020-02-24 07:53 (UTC)

To build gpxsee I need the following patch. Does nobody get the error message I get?

commit 86e93462cc8cbc3b36a87a97f9788f3ed01b2030 (HEAD -> master)
Author: Silvio Fricke <silvio.fricke@gmail.com>
Date:   Mon Feb 24 08:48:54 2020 +0100

    Fixes problems with pt_PT ts files.

    The current sources do not provide references to the translation files of
    European Portuguese (pt_PT) in the ".pro" file.

    Without this patch the build returns an error:

        Error copying GPXSee-master/lang/gpxsee_pt_PT.qm to gpxsee-git/usr/share/gpxsee/translations/gpxsee_pt_PT.qm: Cannot open GPXSee-master/lang/gpxsee_pt_PT.qm for input

    Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>

diff --git a/PKGBUILD b/PKGBUILD
index c9cca06..da51b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,6 +72,7 @@ build() {

   sed -i "s/\(VERSION = \).*/\1${pkgver}/" gpxsee.pro

+  rm lang/gpxsee_pt_PT.ts
   find lang -name "*.ts" -exec sh -c 'touch ${0//.ts/.qm}' {} \;
   qmake CONFIG+=lrelease LRELEASE_DIR=lang PREFIX=/usr gpxsee.pro
   rm -f lang/*.qm

sikmir commented on 2019-06-06 06:13 (UTC)

@jose1711, thanks, fixed.

jose1711 commented on 2019-06-05 20:17 (UTC)

Info: creating stash file gpxsee-git/src/GPXSee-master/.qmake.stash
lrelease chyba: Unexpected tag <html> at gpxsee-git/src/GPXSee-master/lang/gpxsee_en.ts:9:26

jose1711 commented on 2018-11-17 21:27 (UTC)

@sikmir

sorry, my fault. this was a problem with yay's cache. all is good now.

sikmir commented on 2018-11-16 23:34 (UTC)

@jose1711, that's strange, I can't reproduce this fail.