libraries/glibmm: Updated for version 2.28.2.

Yeah, I know, not the maintainer, but I wanted to get that
unstable version number out of our repo  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-06-19 00:37:59 -05:00
parent f0dffd083f
commit cdb2cf9a1d
2 changed files with 5 additions and 7 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glibmm
VERSION=2.27.99.2
VERSION=2.28.2
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
@ -62,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+rw,go-w+r .

View file

@ -1,8 +1,8 @@
PRGNAM="glibmm"
VERSION="2.27.99.2"
VERSION="2.28.2"
HOMEPAGE="http://www.gtkmm.org/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.27/glibmm-2.27.99.2.tar.bz2"
MD5SUM="0b0cbed3779e0b85a9bf3fa7c9729741"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.28/glibmm-2.28.2.tar.xz"
MD5SUM="7bbc4ad1c4f79dec0ee79e6daea4bb03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="paul wisehart"