diff options
-rw-r--r-- | gis/gpsbabel/README (renamed from system/gpsbabel/README) | 7 | ||||
-rw-r--r-- | gis/gpsbabel/gpsbabel.SlackBuild (renamed from system/gpsbabel/gpsbabel.SlackBuild) | 2 | ||||
-rw-r--r-- | gis/gpsbabel/gpsbabel.info (renamed from system/gpsbabel/gpsbabel.info) | 8 | ||||
-rw-r--r-- | gis/gpsbabel/slack-desc (renamed from system/gpsbabel/slack-desc) | 0 |
4 files changed, 11 insertions, 6 deletions
diff --git a/system/gpsbabel/README b/gis/gpsbabel/README index 223ad30c13..c463865a2f 100644 --- a/system/gpsbabel/README +++ b/gis/gpsbabel/README @@ -10,4 +10,9 @@ It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools. It does not convert, transfer, send, or manipulate maps. We process data that -may (or may not be) placed on a map, such as waypoints, tracks, and routes. +may (or may not be) placed on a map, such as waypoints, tracks, and routes. + +NOTE: Qt5 is required starting with version 1.5.4. If you would rather not +build and install Qt5, then download the sources for 1.5.3 and execute: + + VERSION=1.5.3 ./gpsbabel.SlackBuild diff --git a/system/gpsbabel/gpsbabel.SlackBuild b/gis/gpsbabel/gpsbabel.SlackBuild index 26475dd6e9..1b08cb69af 100644 --- a/system/gpsbabel/gpsbabel.SlackBuild +++ b/gis/gpsbabel/gpsbabel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gpsbabel -VERSION=${VERSION:-1.5.3} +VERSION=${VERSION:-1.5.4} SRCVER=${PRGNAM}_$(echo ${VERSION} | tr . _) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/gpsbabel/gpsbabel.info b/gis/gpsbabel/gpsbabel.info index 6131410009..d628aae9b1 100644 --- a/system/gpsbabel/gpsbabel.info +++ b/gis/gpsbabel/gpsbabel.info @@ -1,10 +1,10 @@ PRGNAM="gpsbabel" -VERSION="1.5.3" +VERSION="1.5.4" HOMEPAGE="https://www.gpsbabel.org/" -DOWNLOAD="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_3/gpsbabel-gpsbabel_1_5_3.tar.gz" -MD5SUM="dd09e1617b0be2de03f860b7d7e4c537" +DOWNLOAD="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_4/gpsbabel-gpsbabel_1_5_4.tar.gz" +MD5SUM="0f2d422dbae82f939564cf8305a4654c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libminizip" +REQUIRES="libminizip qt5" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" diff --git a/system/gpsbabel/slack-desc b/gis/gpsbabel/slack-desc index 82da398517..82da398517 100644 --- a/system/gpsbabel/slack-desc +++ b/gis/gpsbabel/slack-desc |