Search Criteria
Package Details: organicmaps-git 2024.06.19_3-1
Package Actions
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.32 |
First Submitted: | 2022-12-03 21:01 (UTC) |
Last Updated: | 2024-06-29 08:30 (UTC) |
Dependencies (20)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- cmake (cmake-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- icu (icu-gitAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR)
- libglvnd (libglvnd-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- python3 (python)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-positioning
- qt6-svg
- sqlite (sqlite-fossilAUR)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- ccache (ccache-gitAUR) (optional) – faster compilation
- qt6-wayland (optional) – for Wayland users
Latest Comments
« First ‹ Previous 1 2 3 4
nesk_aur commented on 2023-07-05 07:16 (UTC)
Great, now it works, thank you.
qt6-svg
is a hard dependency. Andqt6-wayland
is optional (for Wayland users).ahmetlii commented on 2023-07-02 18:37 (UTC)
@nesk_aur unfortunately it doesn't seem relevant to prepare() commands itself. It may have been caused by the git repo. Just in case, I have bumped the version number to the newest one.
nesk_aur commented on 2023-06-28 17:14 (UTC)
Failing to build:
Popolon commented on 2022-12-29 23:53 (UTC)
add "jq" as makedepends
change prepare() to this
and to have the correct date dir use:
lukerb52 commented on 2022-12-20 04:24 (UTC)
When building...
I suppose you can't have the
-
in the package version.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:
and need to add libxml2 to makedepends:
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:
« First ‹ Previous 1 2 3 4