Package Details: routeconverter 2.32-1

Git Clone URL: https://aur.archlinux.org/routeconverter.git (read-only, click to copy)
Package Base: routeconverter
Description: A free tool to edit and convert routes, tracks and waypoints
Upstream URL: http://www.routeconverter.de/en
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711 (Strykar)
Last Packager: Strykar
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-02 19:03 (UTC)
Last Updated: 2022-11-25 20:51 (UTC)

Dependencies (6)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

oxidative commented on 2022-03-12 19:08 (UTC)

Version bump to 2.31 is trivial:

diff --git a/PKGBUILD b/PKGBUILD
index 12e6ff9..fd3a050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: willemw

pkgname=routeconverter
-pkgver=2.30
-pkgrel=3
+pkgver=2.31
+pkgrel=1
pkgdesc="A free tool to edit and convert routes, tracks and waypoints"
arch=('i686' 'x86_64')
url="http://www.routeconverter.de/en"
@@ -47,5 +47,5 @@ package()
md5sums=('44b20257184f3b23014ca12b975dc5b0'
        'a9e4b76c2aa26c6a0b7a9474964c9648'
        'fdf570309917df1c1536b7e3c7740b33'
-         '17f7ca5f2867307d698f09f99bb57498'
-         '16ac84548211dec18be7c46cdbfac360')
+         'b58735cb4f42923ca06cf99e9ae36aed'
+         'f04c8cc060dd2bdb3c02c415658a2a72')

jose1711 commented on 2021-09-22 08:36 (UTC)

@bitwave thank you for reporting this, fixed

bitwave commented on 2021-09-22 08:28 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index f2491c7..f5b1b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ package()
        install -m644 "${srcdir}/${_}-${pkgver}.jar" "${pkgdir}/usr/lib/${pkgname}/${_}.jar"
   done
   install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  unzip -p "${srcdir}/RouteConverterLinux.jar" slash/navigation/converter/gui/RouteConverter.png >"${pkgdir}/usr/share/pixmaps/routeconverter.png"
+  unzip -v -p "${srcdir}/RouteConverterLinux-${pkgver}.jar" slash/navigation/converter/gui/RouteConverter.png > "${pkgdir}/usr/share/pixmaps/routeconverter.png"
 }

 md5sums=('44b20257184f3b23014ca12b975dc5b0'

the RouteConverterLinux.jar does not exist

zoe commented on 2020-09-16 13:55 (UTC)

Bad md5sums for RouteConverterCmdLine.jar and RouteConverterLinux.jar.

The right ones are :

                RouteConverterCmdLine.jar : af080a31ea386f0a96cfc126460aefe6
                RouteConverterLinux.jar   : 3bf1e3a14257b97f4e767269b85bf9af

willemw commented on 2018-08-25 06:16 (UTC)

line 29: gendesk: command not found

Makedeps are not available in prepare(). Renaming prepare() to build() solves the error.

jose1711 commented on 2018-08-24 05:25 (UTC)

i don't believe there was any consensus regarding dropping i686 from aur. archlinux 32bit still lives. will take care of the rest.

willemw commented on 2018-08-23 22:04 (UTC) (edited on 2018-08-23 22:06 (UTC) by willemw)

@jose1711: Solved.

Minor comments:

'i686' should be removed. '|| true', 'cd "$srcdir"' and '-o root -g root' can be removed. Double-quote '${srcdir}/...' and '${pkgdir}/...'.

jose1711 commented on 2018-08-23 21:44 (UTC)

@willemw please test now. also read http://www.routeconverter.com/faqs/google-api-keys/de

willemw commented on 2018-08-14 08:32 (UTC)

Build error:

:: resolving dependencies...
:: no results found for libwebkit3 (dependency tree: routeconverter libwebkit3)

jose1711 commented on 2018-02-14 21:46 (UTC)

@sikmir thank you, should be fixed now