summaryrefslogtreecommitdiff
path: root/libraries/gtk-sharp/gtk-sharp.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-28 21:49:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-10 07:01:50 +0700
commit91170bca9f85ce99e07af4ff3d5cdef23189331b (patch)
tree14c9e3a6bbaf64b52af8cdecaf057a247f754eec /libraries/gtk-sharp/gtk-sharp.SlackBuild
parent50232d04b9640fa4987482f8602aa419d1ffe4ff (diff)
downloadslackbuilds-91170bca9f85ce99e07af4ff3d5cdef23189331b.tar.gz
libraries/gtk-sharp: Updated for version 2.12.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtk-sharp/gtk-sharp.SlackBuild')
-rw-r--r--libraries/gtk-sharp/gtk-sharp.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/gtk-sharp/gtk-sharp.SlackBuild b/libraries/gtk-sharp/gtk-sharp.SlackBuild
index 7b7f2bafe7..a42248753f 100644
--- a/libraries/gtk-sharp/gtk-sharp.SlackBuild
+++ b/libraries/gtk-sharp/gtk-sharp.SlackBuild
@@ -6,8 +6,8 @@
# copyright 2017 Donald Cooley South Haven, Indiana USA
PRGNAM=gtk-sharp
-VERSION=${VERSION:-2.12.40}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-2.12.43}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,9 +74,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog HACKING NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog HACKING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install