[arch-commits] Commit in anjuta (3 files)

Jan de Groot jgc at archlinux.org
Sun Sep 27 13:02:58 UTC 2009


    Date: Sunday, September 27, 2009 @ 09:02:57
  Author: jgc
Revision: 53236

Update to 2.28.0.0
Replace gnome-build, as it has been integrated in anjuta
Remove all dependencies and build them from the start, as many plugins have moved to anjuta-extras
Update icon caches for both GNOME and hicolor themes

Added:
  anjuta/gnome-unstable/
Modified:
  anjuta/gnome-unstable/PKGBUILD
  anjuta/gnome-unstable/anjuta.install

----------------+
 PKGBUILD       |   22 ++++++++--------------
 anjuta.install |    6 ++++++
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-09-27 10:37:42 UTC (rev 53233)
+++ gnome-unstable/PKGBUILD	2009-09-27 13:02:57 UTC (rev 53236)
@@ -3,34 +3,28 @@
 # Contributor: Harley Laue <losinggeneration at yahoo.com>
 
 pkgname=anjuta
-pkgver=2.26.2.2
+pkgver=2.28.0.0
 pkgrel=1
 pkgdesc="Anjuta Integrated Development Environment (IDE)"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('autogen>=5.9.5' 'devhelp>=0.23' 'gnome-build>=2.24.1' 'vte>=0.20.5' 'graphviz>=2.22.2' 'subversion>=1.6.1' 'gtksourceview2>=2.6.2' 'glade>=3.6.7' 'libglade>=2.6.4' 'libxslt>=1.1.24' 'libunique>=1.0.8' 'libgda>=4.0.2' 'gdl>=2.26.2' 'libgnomeui>=2.24.1' 'desktop-file-utils' 'ctags')
-makedepends=('gnome-doc-utils>=0.16.1' 'intltool>=0.40.6' 'valgrind>=3.4.1')
-optdepends=('valgrind: for the valgrind debugger plugin')
+depends=('libunique>=1.1.2' 'gconf>=2.28.0' 'vte>=0.22.1' 'gdl>=2.28.0' 'autogen>=5.9.9' 'devhelp>=2.28.0.1' 'gtksourceview2>=2.8.0' 'glade>=3.6.7' 'libgda>=4.0.2' 'subversion>=1.6.5' 'gnome-icon-theme>=2.28.0' 'perl-locale-gettext')
+makedepends=('gnome-doc-utils>=0.18.0' 'intltool')
+conflicts=('gnome-build')
+replaces=('gnome-build')
 url="http://anjuta.sourceforge.net/"
 install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-md5sums=('8b05a4ee536b8057e38434efeaf468ff')
+sha256sums=('7ac19cee932e2bf773d103f38c92bcdd02105ab6b61c80760a56da95d084077e')
 
 build() {
   cd "${srcdir}/anjuta-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --enable-plugin-subversion --enable-plugin-glade \
-    --enable-plugin-valgrind \
-    --enable-plugin-sourceview --disable-gtk-doc \
-    --enable-debug --disable-scrollkeeper || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-scrollkeeper || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
    
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain anjuta ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-  #exists already in gnome-build
-  rm -f "${pkgdir}/usr/bin/gbf-am-parse"
-  rm -f "${pkgdir}/usr/bin/gbf-mkfile-parse"
 }

Modified: gnome-unstable/anjuta.install
===================================================================
--- trunk/anjuta.install	2009-09-27 10:37:42 UTC (rev 53233)
+++ gnome-unstable/anjuta.install	2009-09-27 13:02:57 UTC (rev 53236)
@@ -2,6 +2,9 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  update-mime-database usr/share/mime > /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
   update-desktop-database -q
 }
 
@@ -18,5 +21,8 @@
 }
 
 post_remove() {
+  update-mime-database usr/share/mime > /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
   update-desktop-database -q
 }




More information about the arch-commits mailing list