diff options
Diffstat (limited to 'libraries/geocode-glib/geocode-glib.SlackBuild')
-rw-r--r-- | libraries/geocode-glib/geocode-glib.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/geocode-glib/geocode-glib.SlackBuild b/libraries/geocode-glib/geocode-glib.SlackBuild index a83009b1baf97..5ac40ec8b6ee3 100644 --- a/libraries/geocode-glib/geocode-glib.SlackBuild +++ b/libraries/geocode-glib/geocode-glib.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geocode-glib -VERSION=${VERSION:-3.26.2} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.26.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,9 +99,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patch meson.build so icons goes under hicolor instead of gnome. -patch -p1 < "$CWD"/patches/5604a210e7f1a0d3472d8a334e5cba4844fc177b.diff - mkdir build cd build CFLAGS="$SLKCFLAGS" \ |