diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-05-19 09:11:53 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:11:53 -0400 |
commit | 282a3803067cda668423df6b34d2e5721540138a (patch) | |
tree | 6cb97cc99090dd4ccd6dbd701ca0368bb9f0bbbf /development/anjuta | |
parent | 7a401d08e468c515cc3947fe1b00824e6dd69321 (diff) | |
download | slackbuilds-282a3803067cda668423df6b34d2e5721540138a.tar.gz |
development/anjuta: Updated for version 3.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/anjuta')
-rw-r--r-- | development/anjuta/anjuta.SlackBuild | 13 | ||||
-rw-r--r-- | development/anjuta/anjuta.info | 6 | ||||
-rw-r--r-- | development/anjuta/slack-desc | 12 |
3 files changed, 15 insertions, 16 deletions
diff --git a/development/anjuta/anjuta.SlackBuild b/development/anjuta/anjuta.SlackBuild index 0baa7cc1a2..8cd6ee4000 100644 --- a/development/anjuta/anjuta.SlackBuild +++ b/development/anjuta/anjuta.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for anjuta -# Copyright 2012 Willy Sudiarto Raharjo <willysr@slackware-id.org> +# Copyright 2012-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=anjuta -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.8.1} 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 ;; @@ -37,9 +36,9 @@ if [ -z "$ARCH" ]; then fi CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} +OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -55,7 +54,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -82,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -make install DESTDIR=$PKG +make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/development/anjuta/anjuta.info b/development/anjuta/anjuta.info index 3b37c26256..b05e2ea0db 100644 --- a/development/anjuta/anjuta.info +++ b/development/anjuta/anjuta.info @@ -1,8 +1,8 @@ PRGNAM="anjuta" -VERSION="3.6.2" +VERSION="3.8.1" HOMEPAGE="http://anjuta.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/anjuta/3.6/anjuta-3.6.2.tar.xz" -MD5SUM="3cd2e771df0768af6274a0334fb24502" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/anjuta/3.8/anjuta-3.8.1.tar.xz" +MD5SUM="f1345dcb796910f1dc701334b921eb74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="autogen gdl gtksourceview3 itstool libgda vte3" diff --git a/development/anjuta/slack-desc b/development/anjuta/slack-desc index 6b812e341b..a38440658d 100644 --- a/development/anjuta/slack-desc +++ b/development/anjuta/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| anjuta: anjuta (GNOME Integrated Development Environment) anjuta: -anjuta: Advanced programming facilities including project management, -anjuta: application wizard, interactive debugger, source editor, version -anjuta: control, GUI designer, profiler and many more tools. -anjuta: It focuses on providing simple and usable user interface, -anjuta: yet powerful for efficient development. +anjuta: Advanced programming facilities including project management, +anjuta: application wizard, interactive debugger, source editor, version +anjuta: control, GUI designer, profiler and many more tools. +anjuta: It focuses on providing simple and usable user interface, +anjuta: yet powerful for efficient development. anjuta: anjuta: Project Site: http://anjuta.org/ -anjuta: +anjuta: anjuta: |