Package Details: cruiser 3.0.41-1

Git Clone URL: https://aur.archlinux.org/cruiser.git (read-only, click to copy)
Package Base: cruiser
Description: Map and navigation application using offline vector maps
Upstream URL: http://wiki.openstreetmap.org/wiki/Cruiser
Licenses: proprietary (free)
Conflicts: atlas-maps
Replaces: atlas-maps, atlas-maps-beta-bin, atlas-maps-bin
Submitter: SammysHP
Maintainer: SammysHP
Last Packager: SammysHP
Votes: 6
Popularity: 0.000000
First Submitted: 2016-05-23 10:08 (UTC)
Last Updated: 2024-03-18 19:04 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

SammysHP commented on 2024-03-06 20:22 (UTC)

@dreieck

Thanks for your suggestions! I'll have a look at them when I have some time. Regarding the package name: A long time ago cruiser was named "atlas maps" and followed the -bin naming scheme and a corresponding provides. When it was renamed to cruiser and it was obvious that it will remain closed source, I decided to omit the -bin suffix.

dreieck commented on 2024-03-05 12:57 (UTC) (edited on 2024-03-05 13:09 (UTC) by dreieck)

Can you also install the icon into /usr/share/pixmaps/cruiser.png and create a .desktop-file and install it?

The following will accomplish this:

cruiser.desktop:

[Desktop Entry]
Name=Cruiser
Comment=Map and navigation application using offline vector maps
Exec=/usr/bin/cruiser %u
Terminal=false
Type=Application
Icon=cruiser
Categories=Application;Maps

Diff to PKGBUILD:

--- PKGBUILD.orig   2024-03-05 14:09:01.053354857 +0100
+++ PKGBUILD    2024-03-05 14:08:54.230021472 +0100
@@ -12,4 +12,10 @@
 replaces=('atlas-maps' 'atlas-maps-bin' 'atlas-maps-beta-bin')
-source=("https://github.com/devemux86/cruiser/releases/download/${pkgver}/cruiser-${pkgver}.zip")
-md5sums=('b356581e486aa857d0e4a55c56d723d0')
+source=(
+  "https://github.com/devemux86/cruiser/releases/download/${pkgver}/cruiser-${pkgver}.zip"
+  "cruiser.desktop"
+)
+md5sums=(
+  'b356581e486aa857d0e4a55c56d723d0'
+  'c84d5978fa2f8928a22fe6f30c893d25'
+)
 noextract=("cruiser-$pkgver.zip")
@@ -38,2 +44,4 @@
     install -Dm755 "cruiser.sh" "$pkgdir/usr/bin/cruiser"
+    install -Dm644 "cruiser.png" "${pkgdir}/usr/share/pixmaps/cruiser.png"
+    install -Dm644 "${srcdir}/cruiser.desktop" "${pkgdir}/usr/share/applications/cruiser.desktop"
 }

Regards and thanks for maintaining!

dreieck commented on 2024-03-02 11:04 (UTC)

You download a precompiled software (not compiling the java source, but using prebuilt java application).

So you should rename the package to cruiser-bin and add provides=("cruiser=${pkgver}"), conflicts=('cruiser').

Regards and thanks for the package!

dreieck commented on 2024-03-02 11:03 (UTC) (edited on 2024-03-05 12:56 (UTC) by dreieck)

Ahoj,

somehow after one successful start (and crash) it now fails to start:

Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

java --version | head -n1: openjdk 21.0.2 2024-01-16.


EDIT: Turns out that when I set the rendering engine to "VTM (OpenGL)" this happens.

Regards!

SammysHP commented on 2023-11-12 14:32 (UTC)

@wakamue

Just tag it as outdated in the future. But I'll also get notifications when upstream releases a new version. This got updated twice yesterday and I wanted to wait if there is another update. Unfortunately it is closed-source so I don't know why there were so many releases.

wakamue commented on 2023-11-12 14:29 (UTC)

New release 3.0.34.1

SammysHP commented on 2022-12-19 17:54 (UTC)

@dreieck Because there is a new release and only the latest one is available on the server. Updated.

dreieck commented on 2022-12-19 17:49 (UTC) (edited on 2022-12-19 17:50 (UTC) by dreieck)

Source download still/ again not working :-(.

SammysHP commented on 2022-11-23 19:39 (UTC)

Cruiser is now hosted at Dropbox… I have to find a elegant way to get the file.

dreieck commented on 2021-07-29 10:46 (UTC) (edited on 2021-07-29 10:47 (UTC) by dreieck)

Source download fails (again):

==> Retrieving sources...
  -> Downloading cruiser-desktop-2.0.1.zip...
--2021-07-29 12:43:46--  http://www.talent.gr/public/cruiser/cruiser-desktop-2.0.1.zip
Resolving www.talent.gr (www.talent.gr)... 5.9.51.189
Connecting to www.talent.gr (www.talent.gr)|5.9.51.189|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://talent.gr/public/cruiser/cruiser-desktop-2.0.1.zip [following]
--2021-07-29 12:43:46--  http://talent.gr/public/cruiser/cruiser-desktop-2.0.1.zip
Resolving talent.gr (talent.gr)... 5.9.51.189
Reusing existing connection to www.talent.gr:80.
HTTP request sent, awaiting response... 404 Not Found
2021-07-29 12:43:47 ERROR 404: Not Found.

==> ERROR: Failure while downloading http://www.talent.gr/public/cruiser/cruiser-desktop-2.0.1.zip

There seems to be only a newer version, 2.0.2, available: http://www.talent.gr/public/cruiser/cruiser-desktop-2.0.2.zip, and version 2.0.1 seems to be deleted.

Thanks for maintaining!