libraries/gtk-sharp: Updated for version 2.12.40.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Donald Cooley 2017-02-17 16:11:02 +00:00 committed by David Spencer
parent f5a351f995
commit a72e0be103
3 changed files with 11 additions and 12 deletions

View file

@ -3,12 +3,11 @@
# Slackware build script for gtk-sharp
# Written by (crocket) (crockabiscuit@gmail.com)
# Updated, edited, and maintained by Donald Cooley <dfc@warpmail.net> La Porte, IN USA
# Donald Cooley <chytraeu@sdf.org> Souh Haven, IN USA 2017
# copyright 2017 Donald Cooley South Haven, Indiana USA
PRGNAM=gtk-sharp
VERSION=${VERSION:-2.12.42}
BUILD=${BUILD:-1}
VERSION=${VERSION:-2.12.40}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -65,7 +64,6 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
@ -77,7 +75,9 @@ 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
@ -85,4 +85,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="gtk-sharp"
VERSION="2.12.42"
VERSION="2.12.40"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
DOWNLOAD="https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.42.tar.gz"
MD5SUM="1815bedbfd434c18226e2b36ccafe94c"
DOWNLOAD="http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.40.tar.gz"
MD5SUM="1499fdf960d209da70492bd280a2e22d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mono"

View file

@ -13,7 +13,7 @@ gtk-sharp: project binds the gtk+ toolkit and assorted GNOME libraries, enabling
gtk-sharp: fully native graphical Gnome application development using Mono and
gtk-sharp: .Net development frameworks.
gtk-sharp:
gtk-sharp:
gtk-sharp:
gtk-sharp: Website: http://www.mono-project.com/GtkSharp
gtk-sharp:
gtk-sharp:
gtk-sharp: