Package Details: organicmaps 2026.06.29_3-1

Git Clone URL: https://aur.archlinux.org/organicmaps.git (read-only, click to copy)
Package Base: organicmaps
Description: Offline Maps
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.066369
First Submitted: 2025-05-03 06:20 (UTC)
Last Updated: 2026-06-30 06:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Aleksej commented on 2026-01-21 14:52 (UTC) (edited on 2026-01-21 14:52 (UTC) by Aleksej)

@DeepChirp I don't speak/write Chinese, can you look into it and suggest a fix, preferably patch form? "there seems to be some issue with the Simplified Chinese comments in organicmaps.desktop" doesn't tell me anything specific.

Aleksej commented on 2026-01-21 14:50 (UTC) (edited on 2026-01-21 14:50 (UTC) by Aleksej)

@doppelhelix the dirs inside are rwx, your user can write data there. This is so that each user on the system doesn't download their own copy of the maps (I'm pretty sure). OMaps doesn't have root access.

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.