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: 6
Popularity: 0.31
First Submitted: 2022-12-03 21:01 (UTC)
Last Updated: 2024-06-29 08:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

nesk_aur commented on 2023-08-11 08:39 (UTC) (edited on 2023-08-11 08:40 (UTC) by nesk_aur)

@ahmetlii Version of this package is misleading (gives the impression of a stable version package), please take a look at how it's done for VCS packages

ahmetlii commented on 2023-08-01 22:11 (UTC)

yes, it is intended to be icu - something I missed while pushing commits. it should be solved by now, sorry for inconvenience.

olof commented on 2023-08-01 17:30 (UTC)

The dependency libicu added with the latest commit does not exist - maybe you meant core/icu?

I get the following error:

error: could not find all required packages:
    libicu (wanted by: organicmaps-git)

deimidis commented on 2023-08-01 16:55 (UTC)

It seems there a re a problem with libicu trying to update

ahmetlii commented on 2023-08-01 14:20 (UTC)

thanks for the tip, I've since updated the list of dependencies (and learned about ldd)

nesk_aur commented on 2023-07-30 17:26 (UTC)

Please replace qt5-base dependency with qt6-base - their INSTALL.md mentions only Qt6 and ldd /usr/bin/OMaps shows it's not linked to any qt5 libs.

ahmetlii commented on 2023-07-28 10:12 (UTC)

@dreieck: there doesn't seem to exist any organicmaps packages. And I update this package release-to-release, thus there isn't any necessity for appending git commit code.

dreieck commented on 2023-07-18 21:39 (UTC)

Please add
provides=("organicmaps=${pkgver}") and
conflicts=('organicmaps').

Also, please append to $pkgver something that makes it guaranteed monotoneously increasing, e.g. r<git commit count>.

Thanks for maintaining!

ahmetlii commented on 2023-07-16 12:34 (UTC) (edited on 2023-07-16 12:35 (UTC) by ahmetlii)

@m78: it seems like it is caused by ICU dependency, which is provided by the GitHub repo itself. To help alleviating the issue, I have bumped version number - as links to the libraries may have been changed. If updating did not solve the issue, please try to perform a clean build.

m78 commented on 2023-07-14 12:27 (UTC)

does not start, error: /usr/bin/OMaps: error while loading shared libraries: libicuuc.so.72: cannot open shared object file: No such file or directory

linking to libicuuc.so.73 does not help.

any hint?