mate-utils: Upgraded to 1.22.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2019-09-24 00:39:00 +07:00
parent a9aae23ea0
commit d7bdd77092
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 1 additions and 18 deletions

View file

@ -1,13 +0,0 @@
--- mate-utils-1.22.1/configure.ac.old 2019-04-24 03:09:08.151268279 +0700
+++ mate-utils-1.22.1/configure.ac 2019-04-24 03:09:21.538393496 +0700
@@ -34,10 +34,6 @@
if test x$RSVG_CONVERT = x ; then
AC_MSG_ERROR([could not locate rsvg-convert])
fi
-AC_PATH_PROG(INKSCAPE, inkscape)
-if test x$INKSCAPE = x ; then
- AC_MSG_ERROR([could not locate inkscape])
-fi
MATE_COMPILE_WARNINGS([yes])

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-utils
VERSION=${VERSION:-1.22.1}
VERSION=${VERSION:-1.22.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
@ -75,10 +75,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 to not detect inkscape as build dep
patch -p1 < $CWD/inkscape.patch
autoreconf -fiv
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \