Package Details: organicmaps-git 2024.06.19_3-1

Git Clone URL: https://aur.archlinux.org/organicmaps-git.git (read-only, click to copy)
Package Base: organicmaps-git
Description: A free offline maps app for travelers, tourists, hikers, and cyclists based on top of crowd-sourced OpenStreetMap data
Upstream URL: https://github.com/organicmaps/organicmaps
Keywords: map openstreetmap routing transportation
Licenses: Apache
Conflicts: organicmaps-bin
Submitter: ahmetlii
Maintainer: ahmetlii
Last Packager: ahmetlii
Votes: 7
Popularity: 0.65
First Submitted: 2022-12-03 21:01 (UTC)
Last Updated: 2024-06-29 08:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

lukerb52 commented on 2022-12-19 03:42 (UTC)

Please add git-lfs as a built dependency.

Popolon commented on 2022-12-10 06:57 (UTC) (edited on 2022-12-10 06:59 (UTC) by Popolon)

Thank you to have reported the change for only keeping useful things, as exchanged, I believe it's possible to change automatically the release number, as it is the case in most git version. This should be done in pkgver() function, and it should be wrote on stdout.

The file organicmaps-git/packaging/app.organicmaps.desktop.metainfo.xml contains release version as this: <release version="2022.11.24-3" date="2022-11-24">

so it can be extracted as:

pkgver() {
 xmllint --xpath "string(//releases/release/@version)"  "${srcdir}/${pkgname}/packaging/app.organicmaps.desktop.metainfo.xml"
}

and need to add libxml2 to makedepends:

makedepends=("git" "gendesk" "libxml2")

Popolon commented on 2022-12-06 13:09 (UTC)

You need to go to the directory of the application, and then type: ./organicmaps

The official make system currently doesn't allow to give the target destination.

Other possibility: edit .desktop file and change datadir and execution dir

tobru commented on 2022-12-04 19:34 (UTC)

The app compiles, but doesn't start:

# /usr/bin/organicmaps/OMaps
LOG TID(1) INFO    8.783e-06 qt/main.cpp:122 main(): Organic Maps 2022.12.04-1-2d2d7a4a-Linux started, detected CPU cores: 4
LOG TID(1) INFO     0.124699 platform/string_storage_base.cpp:26 StringStorageBase(): Settings path: /home/tobru/.config/OMaps/settings.ini
terminate called after throwing an instance of 'FileAbsentException'
  what():  FileAbsentException /home/tobru/.cache/yay/organicmaps-git/src/organicmaps-git/platform/platform.cpp:163, "File copyright.html doesn't exist in the scope wrf 
w:   
r:   
s:  /home/tobru/.config/OMaps/"
zsh: IOT instruction (core dumped)  /usr/bin/organicmaps/OMaps