|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
# Slackware build script for gpsbabel |
|
|
# Slackware build script for gpsbabel |
|
|
|
|
|
|
|
|
# Copyright 2017-2019 Kyle Guinn <elyk03@gmail.com> |
|
|
|
|
|
|
|
|
# Copyright 2017-2021 Kyle Guinn <elyk03@gmail.com> |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
|
# |
|
|
# |
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
# Redistribution and use of this script, with or without modification, is |
|
@ -23,7 +23,7 @@ |
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
|
PRGNAM=gpsbabel |
|
|
PRGNAM=gpsbabel |
|
|
VERSION=${VERSION:-1.6.0} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-1.7.0} |
|
|
SRCVER=${PRGNAM}_$(echo ${VERSION} | tr . _) |
|
|
SRCVER=${PRGNAM}_$(echo ${VERSION} | tr . _) |
|
|
BUILD=${BUILD:-1} |
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
@ -85,8 +85,7 @@ sed -i \ |
|
|
sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = "/usr/share/gpsbabel";|' gui/mainwindow.cc |
|
|
sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = "/usr/share/gpsbabel";|' gui/mainwindow.cc |
|
|
sed -i 's|baseFile = QApplication::applicationDirPath() + "/gmapbase.html";|baseFile = "/usr/share/gpsbabel/gmapbase.html";|' gui/map.cc |
|
|
sed -i 's|baseFile = QApplication::applicationDirPath() + "/gmapbase.html";|baseFile = "/usr/share/gpsbabel/gmapbase.html";|' gui/map.cc |
|
|
|
|
|
|
|
|
# Fix the .desktop file and icon. Thanks to Arch. |
|
|
|
|
|
sed -i 's|gpsbabelfe-bin|gpsbabelfe|' gui/gpsbabel.desktop |
|
|
|
|
|
|
|
|
# Resize the icon from 500x476 to 512x512. Thanks to Arch. |
|
|
convert gui/images/appicon.png +set date:create +set date:modify -background none -gravity center -extent 512x512 gui/images/appicon.png |
|
|
convert gui/images/appicon.png +set date:create +set date:modify -background none -gravity center -extent 512x512 gui/images/appicon.png |
|
|
|
|
|
|
|
|
./configure \ |
|
|
./configure \ |
|
|