[arch-commits] Commit in anjuta/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Sep 28 20:35:07 UTC 2010


    Date: Tuesday, September 28, 2010 @ 16:35:07
  Author: ibiru
Revision: 92084

update to 2.32

Modified:
  anjuta/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-28 19:50:04 UTC (rev 92083)
+++ PKGBUILD	2010-09-28 20:35:07 UTC (rev 92084)
@@ -3,26 +3,29 @@
 # Contributor: Harley Laue <losinggeneration at yahoo.com>
 
 pkgname=anjuta
-pkgver=2.30.2.1
+pkgver=2.32.0.0
 pkgrel=1
 pkgdesc="Anjuta Integrated Development Environment (IDE)"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libunique>=1.1.6' 'gconf>=2.28.1' 'vte>=0.24.2' 'gdl>=2.30.0' 'autogen>=5.9.9' 'devhelp>=2.30.1' 'gtksourceview2>=2.10.4' 'glade>=3.6.7' 'libgda>=4.0.8' 'subversion>=1.6.9' 'gnome-icon-theme>=2.30.3' 'perl-locale-gettext')
-makedepends=('gnome-doc-utils>=0.20.1' 'intltool')
-conflicts=('gnome-build')
-replaces=('gnome-build')
+depends=('libunique>=1.1.6' 'gconf>=2.32.0' 'vte>=0.26' 'gdl>=2.30.1' 'autogen>=5.9.9' 'devhelp>=2.32.0' 'gtksourceview2>=2.10.5' 'glade>=3.6.7' 'libgda>=4.2.0' 'subversion>=1.6.9' 'gnome-icon-theme>=2.31.0' 'perl-locale-gettext' 'vala' 'graphviz')
+makedepends=('gnome-doc-utils>=0.20.2' 'intltool')
 url="http://anjuta.sourceforge.net/"
 install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-sha256sums=('ea32910ed047300934b6fe27a363b3dd57047222f8b664ff6dcb767a2fcd2726')
+sha256sums=('0d98c6038b277eaea5860cce671c2829e35bbffd8a0db39134438c8ffdab4303')
 
 build() {
   cd "${srcdir}/anjuta-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-scrollkeeper
   make
+}
+
+package(){
+  cd "${srcdir}/anjuta-${pkgver}"
+
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list