summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-08-01 21:46:05 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commitfe08efd34e1769b07eeb11a7b02c552894810865 (patch)
tree35d17fcca401f611a0bb8862c766c6cf1b879b8a /office
parent63591812a81042b44bb33efad2eaa92233ee9f10 (diff)
downloadslackbuilds-fe08efd34e1769b07eeb11a7b02c552894810865.tar.gz
slackbuilds-fe08efd34e1769b07eeb11a7b02c552894810865.tar.xz
office/gummi: Updated for version 0.6.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office')
-rw-r--r--office/gummi/gummi.SlackBuild11
-rw-r--r--office/gummi/gummi.info6
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"