Package Details: mobac 2.2.3.2-1

Git Clone URL: https://aur.archlinux.org/mobac.git (read-only, click to copy)
Package Base: mobac
Description: Mobile Atlas Creator (formerly TrekBuddy Atlas Creator) creates offline atlases for GPS handhelds and cell phone applications like TrekBuddy, AndNav and other
Upstream URL: http://mobac.sourceforge.net/
Licenses: GPL
Submitter: biginoz
Maintainer: jose1711
Last Packager: jose1711
Votes: 24
Popularity: 0.000000
First Submitted: 2011-06-24 07:08 (UTC)
Last Updated: 2022-05-18 07:29 (UTC)

Dependencies (1)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

dreieck commented on 2024-02-14 09:46 (UTC) (edited on 2024-02-14 09:49 (UTC) by dreieck)

You download the prebuilt software, not the source.

So you should rename your package to mobac-bin (i.e. with the -bin suffix) and add provides=("mobac=${pkgver}"), conflicts=('mobac').

Thanks for maintaining!,
and by the way:
Version 2.3.3 is out.

zoe commented on 2021-06-10 18:12 (UTC) (edited on 2021-06-10 18:20 (UTC) by zoe)

Thank you @jose1711

A last little thing :

Change the line :

      install -Dm644 $srcdir/README.html $pkgdir/usr/share/mobac/

into :

      install -Dm644 $srcdir/README.html $pkgdir/usr/share/mobac/README.HTM

because when calling help in mobac, it complains about file README.HTM which does not exist.

I think it is a bug of mobac…

Also, you should add this line :

      install -Dm644 $srcdir/world.map $pkgdir/usr/share/mobac/

This file is needed for the map « MapsforgeWorld »

jose1711 commented on 2021-06-08 21:51 (UTC)

@zoe you're totally right. should've done a clean install.. now fixed. thanks for being patient.

zoe commented on 2021-06-08 20:08 (UTC) (edited on 2021-06-08 20:25 (UTC) by zoe)

I think you should remove this line :

      install -Dm644 $srcdir/sqlite-jdbc-3.16.1.jar $pkgdir/usr/share/mobac/

because sqlite-jdbc-3.16.1.jar does no longer exist in source files.

And also, change the line :

      install -Dm644 $srcdir/README.HTM $pkgdir/usr/share/mobac/

into

      install -Dm644 $srcdir/README.html $pkgdir/usr/share/mobac/README.HTM

sambucus commented on 2021-05-16 05:26 (UTC)

'/var/tmp/pamac-build-sambucus/mobac/src/sqlite-jdbc-3.16.1.jar' file or directory not found. (loosely translated)

zoe commented on 2018-05-31 08:01 (UTC)

Could you update towards 2.0.1 ? Thanks a lot. Plus, could you add icon in /usr/share/icons/hicolor/48x48/apps/mobac48.png ? You can extract it from : "https://freefr.dl.sourceforge.net/project/mobac/Mobile Atlas Creator/MOBAC 2.0/Mobile Atlas Creator 2.0.1 src.zip"

bebR commented on 2016-04-13 08:46 (UTC)

2.0.0 beta 1 is out and is the latest stable (weird for beta ...) Could you update the pkgbuild?

jose1711 commented on 2013-09-25 10:22 (UTC)

@ggranga: thank you, updated

ggranga commented on 2013-09-08 10:21 (UTC)

PKGBUILD updated with desktop entry: http://pastebin.com/ytvtd6dp mobac.desktop: http://pastebin.com/CL7L07RB

notizblock commented on 2012-10-25 18:35 (UTC)

please use java-runtime as dependency instead of java-environment. thx