Search Criteria
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: | |
Submitter: | alevalv |
Maintainer: | parkerlreed |
Last Packager: | alevalv |
Votes: | 2 |
Popularity: | 0.033002 |
First Submitted: | 2019-10-02 02:52 |
Last Updated: | 2020-04-20 00:22 |
Dependencies (6)
- marble-qt
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- qt5-svg (qt5-svg-git)
- findutils (findutils-git, findutils-selinux) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
guglovich commented on 2021-02-10 08:07
Nathoufresh commented on 2021-01-18 10:47
As per this issue https://gitlab.com/ldutils-projects/zombietrackergps/-/issues/22 I removed the line that apply the patch, changed the line in qt marble headers and I got this issue :
parkerlreed commented on 2021-01-03 08:23
I'll try and get this fixed up. Upstream has had a handful of changes that make the patch not needed anymore. One issue pending https://gitlab.com/ldutils-projects/zombietrackergps/-/issues/22
loopdawg commented on 2020-05-24 17:32
Hmm, this is strange. I just tried to build in an Arch VM, and was able to build without seeing this error.
Are you building outside the main ZombieTrackerGPS tree, and then using "make install" before running the program? I typically build in a shadow directory, like:
cd to build-ZombieTrackerGPS-Desktop-Release, use "qmake ../ZombieTrackerGPS/*.pro", make, and sudo make install.
In any case, I will try to revisit this rcc creation since it is clearly still causing difficulties for some people. In the meantime, you can try to create those files by hand from the build directory. Something like this should work to create the .rcc files.
cmonty14 commented on 2020-05-06 08:23
I built today, but have the same issue: ZombieTrackerGPS: Unable to find local resource file art.rcc
jlaunay commented on 2020-04-27 18:42
I still have the following error: ZombieTrackerGPS: Unable to find local resource file art.rcc
loopdawg commented on 2020-03-25 14:04
@alevalv - ok, glad to hear that fixed it.
alevalv commented on 2020-03-25 01:01
@loopdawg np, I thought that it was some issue due to the packaging. This package "doesn't" needs updating since it is a -git package, it always pull the latest ldutils + zombietrackergps from the git repo. I verified that the issue didn't happen anymore and removed the workaround by @robust_raptor.
loopdawg commented on 2020-03-24 02:40
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
@robust_raptor thanks for the fix, I have updated the package with it.