development/anjuta: Updated for version 3.12.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-05-01 15:39:50 -05:00
parent 97cbce9b36
commit 4be9d586b6
3 changed files with 13 additions and 11 deletions

View file

@ -5,3 +5,5 @@ GUI designer, profiler and many more tools. It focuses on providing simple
and usable user interface, yet powerful for efficient development.
vala and graphviz are optional dependencies.
vieweing help pages requires yelp

View file

@ -2,7 +2,7 @@
# Slackware build script for anjuta
# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=anjuta
VERSION=${VERSION:-3.10.2}
VERSION=${VERSION:-3.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,8 +64,8 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
@ -78,6 +78,8 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-glade-catalog \
--disable-schemas-compile \
--build=$ARCH-slackware-linux
make
@ -90,10 +92,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
ABOUT-NLS AUTHORS COPYING ChangeLog FUTURE INSTALL MAINTAINERS NEWS README ROADMAP \
THANKS TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a ABOUT-NLS AUTHORS COPYING ChangeLog FUTURE INSTALL MAINTAINERS NEWS README ROADMAP \
THANKS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="anjuta"
VERSION="3.10.2"
VERSION="3.12.0"
HOMEPAGE="http://anjuta.org/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/anjuta/3.10/anjuta-3.10.2.tar.xz"
MD5SUM="b88a472987ab692d5aad3949e348bde9"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/anjuta/3.12/anjuta-3.12.0.tar.xz"
MD5SUM="9ab0b5d6b005e7ad45049e66f6ee5f75"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="autogen gdl gtksourceview3 libgda vte3"