Package Details: zombietrackergps-git 0.98.r3.g9812d72-2

Git Clone URL: https://aur.archlinux.org/zombietrackergps-git.git (read-only, click to copy)
Package Base: zombietrackergps-git
Description: GPS track manager for Qt using KDE Marble maps. Currently supports GPX and TCX format import.
Upstream URL: https://gitlab.com/ldutils-projects/zombietrackergps
Licenses: GPLv3
Submitter: alevalv
Maintainer: parkerlreed
Last Packager: alevalv
Votes: 2
Popularity: 0.000000
First Submitted: 2019-10-02 02:52 (UTC)
Last Updated: 2020-04-20 00:22 (UTC)

Latest Comments

« First ‹ Previous 1 2

loopdawg commented on 2020-03-24 02:40 (UTC)

for some reason the first created package is missing those files.

Hi - I'm the author of this package. I'm not an arch user myself (which makes your forum signup bot rejector using pacman an even better Turing test...), but that resource file problem existed independent of distribution. It appeared related to qmake's order of operations.

I checked in a new version of the .pro file in github commit 15c8dd11c3382e2ca591d0a77d488590e890b20b (after one bad attempt, so make sure not to get the prior commit). I hope this will address it, so you won't have to maintain a divergence over time. The fix simply creates empty files the first time, leaving the Qt rcc to create them thereafter. I'm open to a better fix if someone is more of a qmake guru than I am and wants to contribute one.

Since the commit is on ZTGPS ToT, it requires either also updating ldutils, or getting only the *.pro change without the others on ToT.

alevalv commented on 2020-03-23 01:08 (UTC)

@robust_raptor thanks for the fix, I have updated the package with it.

robust_raptor commented on 2020-03-22 12:32 (UTC)

I'm not sure if it's the right place to do this, or the right place to put the files, but adding this line to package() fixes the issue for me :

mv ${srcdir}/build/*.rcc ${pkgdir}/usr/share/zombietrackergps/

alevalv commented on 2020-03-22 02:32 (UTC)

@parkerlreed for some reason the first created package is missing those files. If you delete the created pkg file and run again makefile it will be fixed. I'm not sure what is causing this error.

parkerlreed commented on 2020-03-21 19:26 (UTC)

[parker@wolfcola ~]$ zombietrackergps 
ZombieTrackerGPS: Unable to find local resource file art.rcc

alevalv commented on 2020-03-10 21:57 (UTC)

@dreieck this is due to needing the ldutils library built before generating the makefile for zombietrackergps. Ideally we should have a different package that provides this library, but I wasn't able to make it work.

dreieck commented on 2020-03-10 12:03 (UTC)

Why do you compile in prepare() and not in build()?

==> Starting prepare()...
[...]
g++ -c -pipe -std=c++17 -DNDEBUG -fPIC -Wall -Wextra -D_REENTRANT -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I../ldutils -I. -isystem /usr/include/qt -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cfgdatabase.o ../ldutils/src/core/cfgdatabase.cpp
[...]