diff options
author | Nicholas Hubbard <nicholashubbard@posteo.net> | 2022-11-24 15:57:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-25 07:16:32 +0700 |
commit | f4da769f8d6e2cc47fc048e6163622e27b913fc4 (patch) | |
tree | a5a59f912520271507ecf5e5d845cdf64229ff14 /office/mu | |
parent | 9d53d2ff0cbd4e9fdac336284360022ca4bf854f (diff) |
office/mu: Updated to version 1.8.11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mu')
-rw-r--r-- | office/mu/mu.SlackBuild | 7 | ||||
-rw-r--r-- | office/mu/mu.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/office/mu/mu.SlackBuild b/office/mu/mu.SlackBuild index 9eb56fd35ab5..40629840724b 100644 --- a/office/mu/mu.SlackBuild +++ b/office/mu/mu.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mu -VERSION=${VERSION:-1.6.10} +VERSION=${VERSION:-1.8.11} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,6 +79,9 @@ 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 {} \; +# AC_CHECK_INCLUDES_DEFAULT is not available in autoreconf version 2.69, +# which is the version included in Slackware 15.0. +sed -i '/^AC_CHECK_INCLUDES_DEFAULT$/d' configure.ac autoreconf -fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -104,7 +107,7 @@ gzip -9 $PKG/usr/info/* find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING HACKING README.org NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING README.org NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/lib*/*.la diff --git a/office/mu/mu.info b/office/mu/mu.info index b6e59c85ace8..6825d2157901 100644 --- a/office/mu/mu.info +++ b/office/mu/mu.info @@ -1,8 +1,8 @@ PRGNAM="mu" -VERSION="1.6.10" +VERSION="1.8.11" HOMEPAGE="http://www.djcbsoftware.nl/code/mu/" -DOWNLOAD="https://github.com/djcb/mu/releases/download/1.6.10/mu-1.6.10.tar.xz" -MD5SUM="2eebaf3aa5a26f333d2dba9a4987e6c4" +DOWNLOAD="https://github.com/djcb/mu/releases/download/v1.8.11/mu-1.8.11.tar.xz" +MD5SUM="357e679b45ccccbb63058eb7cd133ec9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |