mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
mate-utils: Upgraded to 1.22.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
a9aae23ea0
commit
d7bdd77092
2 changed files with 1 additions and 18 deletions
|
@ -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])
|
||||
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue