libraries/libgnomeprintui: Updated for version 2.18.6

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-08-30 21:27:28 -04:00
parent 973c3bcf8c
commit 218fd64ffd
2 changed files with 12 additions and 13 deletions

View file

@ -25,16 +25,14 @@
# Modified by the SlackBuilds.org project
PRGNAM=libgnomeprintui
VERSION=2.18.4
VERSION=2.18.6
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
@ -58,11 +56,13 @@ else
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -80,11 +80,10 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--enable-static=no \
--enable-gtk-doc=yes \
--build=$ARCH-slackware-linux \
|| exit 1
--build=$ARCH-slackware-linux
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING* ChangeLog INSTALL MAINTAINERS NEWS README \

View file

@ -1,10 +1,10 @@
PRGNAM="libgnomeprintui"
VERSION="2.18.4"
VERSION="2.18.6"
HOMEPAGE="http://www.gnome.org"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.4.tar.bz2"
MD5SUM="e76d763f6279b900a63e5fb2909f8810"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.6.tar.bz2"
MD5SUM="cbfab252ec7e9dc25bb1fe1610c3270b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomecanvas libgnomeprint"
MAINTAINER="nobody"
EMAIL="nobody"
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"