diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/gummi/gummi.SlackBuild | 11 | ||||
-rw-r--r-- | office/gummi/gummi.info | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/office/gummi/gummi.SlackBuild b/office/gummi/gummi.SlackBuild index 287b3e13ae..a188058f69 100644 --- a/office/gummi/gummi.SlackBuild +++ b/office/gummi/gummi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gummi -# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gummi -VERSION=${VERSION:-0.6.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.6.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -76,6 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --disable-dependency-tracking \ + --disable-silent-rules \ --build=$ARCH-slackware-linux make @@ -87,9 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS ChangeLog COPYING README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/office/gummi/gummi.info b/office/gummi/gummi.info index e51e05181e..b1e16c85f6 100644 --- a/office/gummi/gummi.info +++ b/office/gummi/gummi.info @@ -1,8 +1,8 @@ PRGNAM="gummi" -VERSION="0.6.5" +VERSION="0.6.6" HOMEPAGE="http://gummi.midnightcoding.org/" -DOWNLOAD="https://github.com/alexandervdm/gummi/releases/download/0.6.5/gummi-0.6.5.tar.gz" -MD5SUM="da6b8736fd42ab3f5a9703a7a7917a7d" +DOWNLOAD="https://github.com/alexandervdm/gummi/releases/download/0.6.6/gummi-0.6.6.tar.gz" +MD5SUM="bb3ee5bb846400a4fa666535285807a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtksourceview" |