Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@167357 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
heftig committed Oct 1, 2012
1 parent 30884db commit c89565c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions anjuta/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

pkgbase=anjuta
pkgname=('libanjuta' 'anjuta')
pkgver=3.4.4
pkgver=3.6.0
pkgrel=1
pkgdesc="GNOME Integrated Development Environment (IDE)"
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 'gnome-icon-theme' 'vala' 'dconf' 'gnome-doc-utils' 'intltool' 'gobject-introspection')
makedepends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 'gnome-icon-theme' 'vala' 'dconf' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool')
url="http://www.anjuta.org/"
source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
options=('!libtool' '!emptydirs')
sha256sums=('e97199a6b59bb25f0908018b141b3d6b2dbc23804b84b4be34be669f8556ef7a')
sha256sums=('e810213e2f2847b71e05eb21cdaff6b946e9511cef2105158b428eee47be787a')

build() {
cd "$pkgbase-$pkgver"
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-scrollkeeper
--localstatedir=/var
make
}

Expand Down

0 comments on commit c89565c

Please sign in to comment.