libraries/gtk-sharp: Updated for version 2.12.10.

This commit is contained in:
crocket 2011-06-21 00:05:19 -03:00 committed by Niels Horn
parent 78a04e1022
commit 81c257897c
3 changed files with 12 additions and 13 deletions

View file

@ -2,19 +2,17 @@
# Slackware build script for gtk-sharp
# Written by (crocket) (crockabiscuit@yahoo.com)
# Written by (crocket) (crockabiscuit@gmail.com)
PRGNAM=gtk-sharp
VERSION=${VERSION:-2.12.9}
VERSION=${VERSION:-2.12.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -52,6 +50,7 @@ find . \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
chmod 644 HACKING
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -60,8 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-static=no \
--enable-shared=yes \
--disable-static \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
@ -75,7 +73,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog NEWS README \
AUTHORS COPYING ChangeLog HACKING NEWS README* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@ -84,3 +82,4 @@ 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,10 +1,10 @@
PRGNAM="gtk-sharp"
VERSION="2.12.9"
VERSION="2.12.10"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.9.tar.gz"
MD5SUM="d2133a80264c4622b033db944087789f"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.10.tar.gz"
MD5SUM="4da921affb952fc5d4044251706beacb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com"
APPROVED="rworkman"
EMAIL="crockabiscuit@gmail.com"
APPROVED="Niels Horn"

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: The website of Gtk# is http://www.mono-project.com/GtkSharp
gtk-sharp: Website: http://www.mono-project.com/GtkSharp
gtk-sharp:
gtk-sharp:
gtk-sharp: