Package Details: organicmaps 2025.12.16_16-1

Git Clone URL: https://aur.archlinux.org/organicmaps.git (read-only, click to copy)
Package Base: organicmaps
Description: Organic Maps: Offline Hike, Bike, Trails and Navigation
Upstream URL: https://organicmaps.app
Keywords: map navigation offline
Licenses: Apache-2.0
Conflicts: organicmaps-bin, organicmaps-git
Submitter: None
Maintainer: Aleksej
Last Packager: Aleksej
Votes: 3
Popularity: 0.75
First Submitted: 2025-05-03 06:20 (UTC)
Last Updated: 2025-12-18 12:25 (UTC)

Latest Comments

1 2 Next › Last »

doppelhelix commented on 2025-11-28 21:07 (UTC)

Maybe I'm stupid but does organicmaps have root access to the filesystem?

It creates binary map data files (.mwm) inside of /usr/share/organicmaps/data at runtime which are untracked by pacman. I moved reluctantly to the flatpak version which keeps its files in my home directory.

guglovich commented on 2025-11-03 15:23 (UTC)

==> ERROR: The source files have not passed the integrity check!

DeepChirp commented on 2025-10-29 09:23 (UTC) (edited on 2025-11-13 14:50 (UTC) by DeepChirp)

@Aleksej Thank you for the fix! Actually, an updated version has already been released upstream. Also, there seems to be some issue with the Simplified Chinese comments in organicmaps.desktop; perhaps you could refer to the version on Arch Linux CN?

Aleksej commented on 2025-10-29 08:30 (UTC)

Thanks for feedback @DeepChirp, I added fixes in last build. Will update actual app on their next update.

DeepChirp commented on 2025-10-19 14:48 (UTC)

Also, perhaps you could add Chinese descriptions to organicmaps.desktop? Thanks!

Comment[zh_CN]=详细的世界离线地图 

DeepChirp commented on 2025-10-19 14:43 (UTC) (edited on 2025-10-24 09:11 (UTC) by DeepChirp)

I'd like to release this package to the Arch Linux CN community, but when I try to compile it on their build machine, I get the following error:

CMake Error at 3party/glfw/src/CMakeLists.txt:187 (message): Xinerama headers not found; install libxinerama development package 
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:227 (message):   Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 

Perhaps we need to explicitly add libxinerama and python to makedepends? I'm not sure if there are other missing dependencies.

I used namcap to scan the packaged software, which showed the following prompts:

organicmaps E: Apache is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom. organicmaps E: Dependency python detected and not included (python modules ['json', 'os.listdir'] needed in files ['usr/share/organicmaps/data/conf/isolines/add_missing_countries.py']) organicmaps E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy) 

Aleksej commented on 2025-10-11 09:05 (UTC)

@DeepChirp thanks for info. use-ld can't be used to specify GNU linker so I went with mold instead, it's faster too. 2025.10.07_1-2 has both CMake and mold stuff, let's see if complaints start rolling in.

DeepChirp commented on 2025-10-09 03:00 (UTC)

I added CFLAGS="-fuse-ld=lld" CXXFLAGS="-fuse-ld=lld" to build() and it seems to compile fine without uninstalling lld. I also used CMake 4 instead of 3 and that didn't seem to cause any issues either. But there may actually be problems that I haven't discovered.

Aleksej commented on 2025-09-20 10:21 (UTC)

@koyuawsmbrtn I forgot what the workaround was at this point and don't have a lot of time to research. If you can work it out let me know here please. In the meantime I hope uninstalling lld is not too much trouble.

Aleksej commented on 2025-09-01 10:38 (UTC)

@koyuawsmbrtn thanks for your report, I didn't get notified. I'll check it out.