[arch-commits] Commit in anjuta/repos (8 files)

2015-11-07 Thread Jan Steffens
Date: Sunday, November 8, 2015 @ 00:23:30
  Author: heftig
Revision: 250204

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 250203, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 250203, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 250203, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 250203, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 /PKGBUILD   |  100 ++
 /anjuta.install |   28 +++
 extra-i686/PKGBUILD |   50 -
 extra-i686/anjuta.install   |   14 -
 extra-x86_64/PKGBUILD   |   50 -
 extra-x86_64/anjuta.install |   14 -
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 23:22:48 UTC (rev 250203)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:30 UTC (rev 250204)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs)
-url="http://www.anjuta.org/";
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6a3fec0963f04bc62a9dfb951e577a3276d39c3414083ef73163c3fea8e741ba')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
-  PYTHON=/usr/bin/python2
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
-  groups=('gnome-extra')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 250203, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:30 UTC (rev 250204)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('be864f2f1807e1b870697f646294e997d221d5984a135245543b719e501cef8e')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2015-11-07 23:22:48 UTC (rev 250203)
+++ extra-i686/anjuta.install   2015-11-07 23:23:30 UTC (rev 250204)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-i686/anjuta.install (fr

[arch-commits] Commit in anjuta/repos (8 files)

2015-04-17 Thread Andreas Radke
Date: Friday, April 17, 2015 @ 20:15:34
  Author: andyrtr
Revision: 237315

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  anjuta/repos/staging-i686/
  anjuta/repos/staging-i686/PKGBUILD
(from rev 237314, anjuta/trunk/PKGBUILD)
  anjuta/repos/staging-i686/anjuta.install
(from rev 237314, anjuta/trunk/anjuta.install)
  anjuta/repos/staging-i686/vala-0.28.patch
(from rev 237314, anjuta/trunk/vala-0.28.patch)
  anjuta/repos/staging-x86_64/
  anjuta/repos/staging-x86_64/PKGBUILD
(from rev 237314, anjuta/trunk/PKGBUILD)
  anjuta/repos/staging-x86_64/anjuta.install
(from rev 237314, anjuta/trunk/anjuta.install)
  anjuta/repos/staging-x86_64/vala-0.28.patch
(from rev 237314, anjuta/trunk/vala-0.28.patch)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/anjuta.install|   14 ++
 staging-i686/vala-0.28.patch   |   23 +
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/anjuta.install  |   14 ++
 staging-x86_64/vala-0.28.patch |   23 +
 6 files changed, 176 insertions(+)

Copied: anjuta/repos/staging-i686/PKGBUILD (from rev 237314, 
anjuta/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-17 18:15:34 UTC (rev 237315)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.16.0
+pkgrel=2
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Copied: anjuta/repos/staging-i686/anjuta.install (from rev 237314, 
anjuta/trunk/anjuta.install)
===
--- staging-i686/anjuta.install (rev 0)
+++ staging-i686/anjuta.install 2015-04-17 18:15:34 UTC (rev 237315)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/staging-i686/vala-0.28.patch (from rev 237314, 
anjuta/trunk/vala-0.28.patch)
===
--- staging-i686/vala-0.28.patch(rev 0)
+++ staging-i686/vala-0.28.patch2015-04-17 18:15:34 UTC (rev 237315)
@@ -0,0 +1,23 @@
+From 8c337455533e9a57102bd590dc5bfee10241 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger 
+Date: Thu, 5 Feb 2015 13:50:55 +0100
+Subject: build: detect vala 0.28 branch
+
+https://bugzilla.gnome.org/show_bug.cgi?id=744041
+
+diff --git a/configure.ac b/configure.ac
+index d109e47..ec62cf6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
+ else
+ AC_MSG_RESULT(no)
+   AC_MSG_CHECKING(if libvala is available)
+-  m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26]],
++  m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]],
+   [PKG_CHECK_EXISTS([ libvala-VERSION ],
+[ valaver="-VERSION" ])
+])
+-- 
+cgit v0.10.2
+

Copied: anjuta/repos/staging-x86_64/PKGBUILD (from rev 237314, 
anjuta/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-17 18:15:34 UTC (rev 237315)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Ra

[arch-commits] Commit in anjuta/repos (8 files)

2015-03-19 Thread Jan de Groot
Date: Thursday, March 19, 2015 @ 16:04:17
  Author: jgc
Revision: 234168

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 234167, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 234167, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-i686/vala-0.28.patch
(from rev 234167, anjuta/trunk/vala-0.28.patch)
  anjuta/repos/gnome-unstable-x86_64/
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234167, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 234167, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/vala-0.28.patch
(from rev 234167, anjuta/trunk/vala-0.28.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   59 
 gnome-unstable-i686/anjuta.install|   14 +++
 gnome-unstable-i686/vala-0.28.patch   |   23 
 gnome-unstable-x86_64/PKGBUILD|   59 
 gnome-unstable-x86_64/anjuta.install  |   14 +++
 gnome-unstable-x86_64/vala-0.28.patch |   23 
 6 files changed, 192 insertions(+)

Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 234167, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-19 15:04:17 UTC (rev 234168)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.15.90
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
+vala-0.28.patch)
+sha256sums=('d7de0bd391a7e9706f7eaa7b07686ae77fd88a3045eec30b0bc55fa52a0824cb'
+'75a28a8ee7eb793fddc35b111a12dba22f3cf4ff9bd06a3132a14c9f2bcdc510')
+
+prepare() {
+  cd anjuta-$pkgver
+  patch -Np1 -i ../vala-0.28.patch
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Copied: anjuta/repos/gnome-unstable-i686/anjuta.install (from rev 234167, 
anjuta/trunk/anjuta.install)
===
--- gnome-unstable-i686/anjuta.install  (rev 0)
+++ gnome-unstable-i686/anjuta.install  2015-03-19 15:04:17 UTC (rev 234168)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/gnome-unstable-i686/vala-0.28.patch (from rev 234167, 
anjuta/trunk/vala-0.28.patch)
===
--- gnome-unstable-i686/vala-0.28.patch (rev 0)
+++ gnome-unstable-i686/vala-0.28.patch 2015-03-19 15:04:17 UTC (rev 234168)
@@ -0,0 +1,23 @@
+From 8c337455533e9a57102bd590dc5bfee10241 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger 
+Date: Thu, 5 Feb 2015 13:50:55 +0100
+Subject: build: detect vala 0.28 branch
+
+https://bugzilla.gnome.org/show_bug.cgi?id=744041
+
+diff --git a/configure.ac b/configure.ac
+index d109e47..ec62cf6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then
+ else
+ AC_MSG_RESULT(no)
+   AC_MSG_CHECKING(if libvala is available)
+-  m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26]],
++  m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]],
+   [PKG_CHECK_EXISTS([ libvala-VERSION ],
+[ valaver="-VERSION" ])
+])
+-- 
+cgit v0.10.2
+

[arch-commits] Commit in anjuta/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:20
  Author: jgc
Revision: 223074

db-move: moved anjuta from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-i686/anjuta.install)
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/anjuta.install   |   14 ++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/anjuta.install |   14 ++
 4 files changed, 130 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 223030, 
anjuta/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs python2)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 223030, 
anjuta/repos/gnome-unstable-i686/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 223030, 
anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs python2)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subv

[arch-commits] Commit in anjuta/repos (8 files)

2014-09-10 Thread Jan de Groot
Date: Wednesday, September 10, 2014 @ 12:15:00
  Author: jgc
Revision: 221375

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 221374, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 221374, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-i686/devhelp-webkit2gtk.patch
(from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)
  anjuta/repos/gnome-unstable-x86_64/
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221374, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 221374, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/devhelp-webkit2gtk.patch
(from rev 221374, anjuta/trunk/devhelp-webkit2gtk.patch)

+
 gnome-unstable-i686/PKGBUILD   |   58 +++
 gnome-unstable-i686/anjuta.install |   14 +
 gnome-unstable-i686/devhelp-webkit2gtk.patch   |   27 ++
 gnome-unstable-x86_64/PKGBUILD |   58 +++
 gnome-unstable-x86_64/anjuta.install   |   14 +
 gnome-unstable-x86_64/devhelp-webkit2gtk.patch |   27 ++
 6 files changed, 198 insertions(+)

Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 221374, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.13.90
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs python2)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
 
+devhelp-webkit2gtk.patch)
+sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
+'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../devhelp-webkit2gtk.patch
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Copied: anjuta/repos/gnome-unstable-i686/anjuta.install (from rev 221374, 
anjuta/trunk/anjuta.install)
===
--- gnome-unstable-i686/anjuta.install  (rev 0)
+++ gnome-unstable-i686/anjuta.install  2014-09-10 10:15:00 UTC (rev 221375)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/gnome-unstable-i686/devhelp-webkit2gtk.patch (from rev 
221374, anjuta/trunk/devhelp-webkit2gtk.patch)
===
--- gnome-unstable-i686/devhelp-webkit2gtk.patch
(rev 0)
+++ gnome-unstable-i686/devhelp-webkit2gtk.patch2014-09-10 10:15:00 UTC 
(rev 221375)
@@ -0,0 +1,27 @@
+From 052856923116439092565cc2953f61003c0eedc5 Mon Sep 17 00:00:00 2001
+From: Kalev Lember 
+Date: Fri, 22 Aug 2014 23:10:59 +0200
+Subject: devhelp plugin: Support webkit2gtk-4.0
+
+API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
+can support both, depending on which one devhelp is built with.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735251
+
+diff --git a/configure.ac b/configure.ac
+index 619f126..ec0a0fa 100644
+--- a/configure.ac
 b/configure.ac
+@@ -237,6 +237,9 @@ if test "x$devhelp_enabled" = "xyes"; then
+   *webkit2gtk-3.0*)
+   AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if de

[arch-commits] Commit in anjuta/repos (8 files)

2014-01-07 Thread Jan Steffens
Date: Tuesday, January 7, 2014 @ 10:24:12
  Author: heftig
Revision: 203276

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 203275, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 203275, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 203275, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 203275, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 /PKGBUILD   |  104 ++
 /anjuta.install |   30 
 extra-i686/PKGBUILD |   51 
 extra-i686/anjuta.install   |   15 --
 extra-x86_64/PKGBUILD   |   51 
 extra-x86_64/anjuta.install |   15 --
 6 files changed, 134 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-07 09:23:46 UTC (rev 203275)
+++ extra-i686/PKGBUILD 2014-01-07 09:24:12 UTC (rev 203276)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.10.2
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf
- gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
- python)
-url="http://www.anjuta.org/";
-options=('!emptydirs')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf)
-  groups=('gnome-extra')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 203275, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-07 09:24:12 UTC (rev 203276)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.10.2
+pkgrel=2
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
+ python2)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2014-01-07 09:23:46 UTC (rev 203275)
+++ extra-i686/anjuta.install   2014-01-07 09:24:12 UTC (rev 203276)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-data

[arch-commits] Commit in anjuta/repos (8 files)

2013-11-15 Thread Jan Steffens
Date: Friday, November 15, 2013 @ 19:34:29
  Author: heftig
Revision: 199757

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 199756, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 199756, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 199756, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 199756, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 /PKGBUILD   |  102 ++
 /anjuta.install |   30 
 extra-i686/PKGBUILD |   51 -
 extra-i686/anjuta.install   |   15 --
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/anjuta.install |   15 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-15 18:31:54 UTC (rev 199756)
+++ extra-i686/PKGBUILD 2013-11-15 18:34:29 UTC (rev 199757)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf
- gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
- python)
-url="http://www.anjuta.org/";
-options=('!emptydirs')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('72c8569fcd629f3ed1f248cfd452e1f0b473e890421679bd5bb4d6ab2ce3fedb')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf)
-  groups=('gnome-extra')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 199756, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-15 18:34:29 UTC (rev 199757)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
+ python)
+url="http://www.anjuta.org/";
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('ff16c646dbf0234f7056c697b2546125c89d43f8c1f5138a21409053c016d3bc')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon 
gnome-icon-theme vala dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2013-11-15 18:31:54 UTC (rev 199756)
+++ extra-i686/anjuta.install   2013-11-15 18:34:29 UTC (rev 199757)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/nul

[arch-commits] Commit in anjuta/repos (8 files)

2013-06-17 Thread Jan de Groot
Date: Monday, June 17, 2013 @ 11:36:56
  Author: jgc
Revision: 188637

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 188636, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 188636, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 188636, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 188636, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 /PKGBUILD   |  102 ++
 /anjuta.install |   30 
 extra-i686/PKGBUILD |   51 -
 extra-i686/anjuta.install   |   15 --
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/anjuta.install |   15 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-17 09:36:50 UTC (rev 188636)
+++ extra-i686/PKGBUILD 2013-06-17 09:36:56 UTC (rev 188637)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme 
vala dconf
- gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
- python)
-url="http://www.anjuta.org/";
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('06afea1de911067419b774eda2548a729668f93c5463726b353f5db686493f95')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion 
gnome-icon-theme vala dconf)
-  groups=('gnome-extra')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 188636, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-17 09:36:56 UTC (rev 188637)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme 
vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs
+ python)
+url="http://www.anjuta.org/";
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('eea77ef71dd156a2296cbaf02a343f3b9099aec245ee7d1495f002ff2f81fa17')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion 
gnome-icon-theme vala dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2013-06-17 09:36:50 UTC (rev 188636)
+++ extra-i686/anjuta.install   2013-06-17 09:36:56 UTC (rev 188637)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/null
-}
-

[arch-commits] Commit in anjuta/repos (8 files)

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 14:15:49
  Author: heftig
Revision: 181095

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 181094, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 181094, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-i686/fix-compile-error.patch
(from rev 181094, anjuta/trunk/fix-compile-error.patch)
  anjuta/repos/gnome-unstable-x86_64/
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181094, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 181094, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/fix-compile-error.patch
(from rev 181094, anjuta/trunk/fix-compile-error.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   59 
 gnome-unstable-i686/anjuta.install|   15 ++
 gnome-unstable-i686/fix-compile-error.patch   |   24 +
 gnome-unstable-x86_64/PKGBUILD|   59 
 gnome-unstable-x86_64/anjuta.install  |   15 ++
 gnome-unstable-x86_64/fix-compile-error.patch |   24 +
 6 files changed, 196 insertions(+)

Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 181094, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-31 12:15:49 UTC (rev 181095)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme 
vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs)
+url="http://www.anjuta.org/";
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+fix-compile-error.patch)
+sha256sums=('c95caac9ad56a26457b76c49ec27b38e67de05df5f6656e0fbdac0508d59f117'
+'d072af4c1c52ce65f84026b83baa642a9bcfa06b10913b356b5cd99d98931b1d')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  patch -Np1 -i ../fix-compile-error.patch
+
+  # Bump vala version
+  sed -i '/vala/s/-0\.18/-0.20/' configure.ac
+
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion 
gnome-icon-theme vala dconf)
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+  
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Copied: anjuta/repos/gnome-unstable-i686/anjuta.install (from rev 181094, 
anjuta/trunk/anjuta.install)
===
--- gnome-unstable-i686/anjuta.install  (rev 0)
+++ gnome-unstable-i686/anjuta.install  2013-03-31 12:15:49 UTC (rev 181095)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/gnome-unstable-i686/fix-compile-error.patch (from rev 
181094, anjuta/trunk/fix-compile-error.patch)
===
--- gnome-unstable-i686/fix-compile-error.patch (rev 0)
+++ gnome-unstable-i686/fix-compile-error.patch 2013-03-31 12:15:49 UTC (rev 
181095)
@@ -0,0 +1,24 @@
+diff -u -r anjuta-3.8.0/libanjuta/anjuta-token.c 
anjuta-3.8.0-fix/libanjuta/anjuta-token.c
+--- anjuta-3.8.0/libanjuta/anjuta-token.c  2013-01-14 22:45:09.0 
+0100
 anjuta-3.8.0-fix/libanjuta/anjuta-token.c  2013-03-31 13:56:11.722332230 
+0200
+@@ -329,7 +329,7 @@
+   if (string == NULL)
+   {
+   /* Value doesn't contain a newline */
+-  fprintf (stderr, "(%lu)", length);
++  fprintf (stderr, "(%lu)", (long unsigned)length);
+   }
+   else
+   {
+diff -u -r an

[arch-commits] Commit in anjuta/repos (8 files)

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 17:30:17
  Author: heftig
Revision: 170895

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 170894, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 170894, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 170894, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 170894, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 extra-i686/PKGBUILD |  100 +-
 extra-i686/anjuta.install   |   30 ++--
 extra-x86_64/PKGBUILD   |  100 +-
 extra-x86_64/anjuta.install |   30 ++--
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-12 22:27:46 UTC (rev 170894)
+++ extra-i686/PKGBUILD 2012-11-12 22:30:17 UTC (rev 170895)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.6.1
-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' 'itstool')
-url="http://www.anjuta.org/";
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('fd1e380f26bfdcf49661d6b8b2ab25eb3af44bca56aaa5f08c4d9af72cd9d98b')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=('gdl')
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-  
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 170894, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-12 22:30:17 UTC (rev 170895)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.6.2
+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' 'itstool')
+url="http://www.anjuta.org/";
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('2cf44120dcf22c4f4f25bbc65d3641c206e627776ab0f3a37ff0059844d581a2')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=('gdl')
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+  
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2012-11-12 22:27:46 UTC (rev 170894)
+++ extra-i686/anjuta.install   2012-11-12 22:30:17 UTC (rev 170895)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/s

[arch-commits] Commit in anjuta/repos (8 files)

2012-10-18 Thread Jan Steffens
Date: Thursday, October 18, 2012 @ 19:51:08
  Author: heftig
Revision: 169303

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  anjuta/repos/testing-i686/PKGBUILD
(from rev 169302, anjuta/trunk/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 169302, anjuta/trunk/anjuta.install)
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 169302, anjuta/trunk/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 169302, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/testing-i686/PKGBUILD
  anjuta/repos/testing-i686/anjuta.install
  anjuta/repos/testing-x86_64/PKGBUILD
  anjuta/repos/testing-x86_64/anjuta.install

---+
 testing-i686/PKGBUILD |  100 
 testing-i686/anjuta.install   |   30 ++--
 testing-x86_64/PKGBUILD   |  100 
 testing-x86_64/anjuta.install |   30 ++--
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-18 23:48:16 UTC (rev 169302)
+++ testing-i686/PKGBUILD   2012-10-18 23:51:08 UTC (rev 169303)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-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' 'itstool')
-url="http://www.anjuta.org/";
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('e810213e2f2847b71e05eb21cdaff6b946e9511cef2105158b428eee47be787a')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=('gdl')
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-  
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 169302, 
anjuta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 23:51:08 UTC (rev 169303)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.6.1
+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' 'itstool')
+url="http://www.anjuta.org/";
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('fd1e380f26bfdcf49661d6b8b2ab25eb3af44bca56aaa5f08c4d9af72cd9d98b')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=('gdl')
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+  
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: testing-i686/anjuta.install
===
--- testing-i686/anjuta.install 2012-10-18 23:48:16 UTC (rev 169302)
+++ testing-i686/anjuta.install 2012-10-18 23:51:08 UTC (rev 169303)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cac

[arch-commits] Commit in anjuta/repos (8 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:24:03
  Author: jgc
Revision: 169185

db-move: moved anjuta from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
(from rev 169138, anjuta/repos/gnome-unstable-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 169138, anjuta/repos/gnome-unstable-i686/anjuta.install)
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 169138, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 169138, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   50 
 testing-i686/anjuta.install   |   15 
 testing-x86_64/PKGBUILD   |   50 
 testing-x86_64/anjuta.install |   15 
 4 files changed, 130 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 169138, 
anjuta/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:24:03 UTC (rev 169185)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+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' 'itstool')
+url="http://www.anjuta.org/";
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e810213e2f2847b71e05eb21cdaff6b946e9511cef2105158b428eee47be787a')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=('gdl')
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+  
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 169138, 
anjuta/repos/gnome-unstable-i686/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2012-10-18 19:24:03 UTC (rev 169185)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 169138, 
anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:24:03 UTC (rev 169185)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+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' 'itstool')
+url="http://www.anjuta.org/";
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e810213e2f2847b71e05eb21cdaff6b946e9511cef2105158b428eee47be787a')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=('gdl')
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (ID

[arch-commits] Commit in anjuta/repos (8 files)

2012-08-01 Thread Jan de Groot
Date: Wednesday, August 1, 2012 @ 07:18:32
  Author: jgc
Revision: 164512

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 164511, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 164511, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 164511, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 164511, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 extra-i686/PKGBUILD |   84 +-
 extra-i686/anjuta.install   |   30 +++
 extra-x86_64/PKGBUILD   |   84 +-
 extra-x86_64/anjuta.install |   30 +++
 4 files changed, 130 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-01 11:18:06 UTC (rev 164511)
+++ extra-i686/PKGBUILD 2012-08-01 11:18:32 UTC (rev 164512)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('92edd96d7b7df178405cd229ff72d284c5499ad4496702f4efac7178e2d84369')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 164511, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-01 11:18:32 UTC (rev 164512)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.4.4
+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')
+url="http://www.anjuta.org/";
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e97199a6b59bb25f0908018b141b3d6b2dbc23804b84b4be34be669f8556ef7a')
+
+build() {
+  cd "$pkgbase-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=('gdl')
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=('libanjuta' 'vte3' 'autogen' 'devhelp' 'glade' 'libgda' 
'subversion' 'gnome-icon-theme' 'vala' 'dconf')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+  
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2012-08-01 11:18:06 UTC (rev 164511)
+++ extra-i686/anjuta.install   2012-08-01 11:18:32 UTC (rev 164512)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-i686/anjuta.install (from rev 164511, 
anjuta/trunk/anjuta.install)
===
--- extra-i686/anjuta.install   (rev 0)
+++ extra-i686/anjuta.install   2012-08-01 11:18:32 UTC (rev 164512)
@@ -0,0 +1,15 @@
+post_i

[arch-commits] Commit in anjuta/repos (8 files)

2012-04-30 Thread Ionut Biru
Date: Monday, April 30, 2012 @ 18:55:59
  Author: ibiru
Revision: 158006

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 158005, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 158005, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 158005, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 158005, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 extra-i686/PKGBUILD |   68 +-
 extra-i686/anjuta.install   |   36 +-
 extra-x86_64/PKGBUILD   |   68 +-
 extra-x86_64/anjuta.install |   36 +-
 4 files changed, 98 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-30 22:54:13 UTC (rev 158005)
+++ extra-i686/PKGBUILD 2012-04-30 22:55:59 UTC (rev 158006)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.4.0
-pkgrel=3
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 158005, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-30 22:55:59 UTC (rev 158006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgname=anjuta
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/";
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('92edd96d7b7df178405cd229ff72d284c5499ad4496702f4efac7178e2d84369')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2012-04-30 22:54:13 UTC (rev 158005)
+++ extra-i686/anjuta.install   2012-04-30 22:55:59 UTC (rev 158006)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-i686/anjuta.install (from rev 158005, 
anjuta/trunk/anjuta.install)
===
--- extra-i686/anjuta.install   (rev 0)
+++ extra-i686/anjuta.install   2012-04-30 22:55:59 UTC (rev 158006)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post

[arch-commits] Commit in anjuta/repos (8 files)

2012-04-22 Thread Jan Steffens
Date: Sunday, April 22, 2012 @ 19:46:10
  Author: heftig
Revision: 156687

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  anjuta/repos/testing-i686/PKGBUILD
(from rev 156686, anjuta/trunk/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 156686, anjuta/trunk/anjuta.install)
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 156686, anjuta/trunk/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 156686, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/testing-i686/PKGBUILD
  anjuta/repos/testing-i686/anjuta.install
  anjuta/repos/testing-x86_64/PKGBUILD
  anjuta/repos/testing-x86_64/anjuta.install

---+
 testing-i686/PKGBUILD |   68 
 testing-i686/anjuta.install   |   42 
 testing-x86_64/PKGBUILD   |   68 
 testing-x86_64/anjuta.install |   42 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-22 23:41:34 UTC (rev 156686)
+++ testing-i686/PKGBUILD   2012-04-22 23:46:10 UTC (rev 156687)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 156686, 
anjuta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-22 23:46:10 UTC (rev 156687)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgname=anjuta
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/";
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: testing-i686/anjuta.install
===
--- testing-i686/anjuta.install 2012-04-22 23:41:34 UTC (rev 156686)
+++ testing-i686/anjuta.install 2012-04-22 23:46:10 UTC (rev 156687)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 156686, 
anjuta/trunk/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2012-04-22 23:46:10 UTC (rev 156687)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mim

[arch-commits] Commit in anjuta/repos (8 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 14:31:04
  Author: heftig
Revision: 154802

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 154801, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 154801, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154801, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 154801, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
  anjuta/repos/gnome-unstable-i686/anjuta.install
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
  anjuta/repos/gnome-unstable-x86_64/anjuta.install

--+
 gnome-unstable-i686/PKGBUILD |   68 -
 gnome-unstable-i686/anjuta.install   |   42 ++--
 gnome-unstable-x86_64/PKGBUILD   |   68 -
 gnome-unstable-x86_64/anjuta.install |   42 ++--
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-30 18:27:31 UTC (rev 154801)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 18:31:04 UTC (rev 154802)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 154801, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 18:31:04 UTC (rev 154802)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgname=anjuta
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/";
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: gnome-unstable-i686/anjuta.install
===
--- gnome-unstable-i686/anjuta.install  2012-03-30 18:27:31 UTC (rev 154801)
+++ gnome-unstable-i686/anjuta.install  2012-03-30 18:31:04 UTC (rev 154802)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/gnome-unstable-i686/anjuta.install (from rev 154801, 
anjuta/trunk/anjuta.install)
===
--- gnome-unstable-i686/anjuta.install  (rev 0)
+++ gnome-unstable-i686/anjuta.install  2012-03-30 18:31:04 UTC (rev 154802)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas /usr/share/g

[arch-commits] Commit in anjuta/repos (8 files)

2011-11-19 Thread Ionut Biru
Date: Saturday, November 19, 2011 @ 05:42:16
  Author: ibiru
Revision: 142974

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta/repos/extra-i686/PKGBUILD
(from rev 142973, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-i686/anjuta.install
(from rev 142973, anjuta/trunk/anjuta.install)
  anjuta/repos/extra-x86_64/PKGBUILD
(from rev 142973, anjuta/trunk/PKGBUILD)
  anjuta/repos/extra-x86_64/anjuta.install
(from rev 142973, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/extra-i686/PKGBUILD
  anjuta/repos/extra-i686/anjuta.install
  anjuta/repos/extra-x86_64/PKGBUILD
  anjuta/repos/extra-x86_64/anjuta.install

-+
 extra-i686/PKGBUILD |   66 +-
 extra-i686/anjuta.install   |   42 +-
 extra-x86_64/PKGBUILD   |   66 +-
 extra-x86_64/anjuta.install |   42 +-
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-19 10:41:19 UTC (rev 142973)
+++ extra-i686/PKGBUILD 2011-11-19 10:42:16 UTC (rev 142974)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2' 'shared-mime-info' 
'desktop-file-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('1e59aed63312e293c55f2934c4766411e9908fa512dd86e1422e3d906fe75613')
-
-build() {
-  cd "${srcdir}/anjuta-${pkgver}"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "${srcdir}/anjuta-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 142973, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-19 10:42:16 UTC (rev 142974)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgname=anjuta
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/";
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('909fee6af9b86192eecac47e417f1de8bd8c759dfd2bf3ee288bb146a575683e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2011-11-19 10:41:19 UTC (rev 142973)
+++ extra-i686/anjuta.install   2011-11-19 10:42:16 UTC (rev 142974)
@@ -1,21 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-mime-database usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/extra-i686/anjuta.install (from rev 142973, 
anjuta/trunk/anjuta.install)
===
--- extra-i686/anjuta.install   (rev 0)
+++ extra-i686/anjuta.install   2011-11-19 10:42:16 UTC (rev 142974)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime > /dev/null
+}
+

[arch-commits] Commit in anjuta/repos (8 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 15:17:02
  Author: ibiru
Revision: 138737

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 138736, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 138736, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138736, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 138736, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
  anjuta/repos/gnome-unstable-i686/anjuta.install
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
  anjuta/repos/gnome-unstable-x86_64/anjuta.install

--+
 gnome-unstable-i686/PKGBUILD |   68 -
 gnome-unstable-i686/anjuta.install   |   42 ++--
 gnome-unstable-x86_64/PKGBUILD   |   68 -
 gnome-unstable-x86_64/anjuta.install |   42 ++--
 4 files changed, 108 insertions(+), 112 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 19:15:49 UTC (rev 138736)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 19:17:02 UTC (rev 138737)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgname=anjuta
-pkgver=3.1.92
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2'
- 'shared-mime-info' 'desktop-file-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url="http://anjuta.sourceforge.net/";
-install=anjuta.install
-source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('b9c2fe1e11f9df449e15cdc1e37590d582360b79b1a970db9518935ea97bec12')
-
-build() {
-  cd "${srcdir}/anjuta-${pkgver}"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package(){
-  cd "${srcdir}/anjuta-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  sed -i "1s|#!/usr/bin/python$|&2|" \
-$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
-}

Copied: anjuta/repos/gnome-unstable-i686/PKGBUILD (from rev 138736, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 19:17:02 UTC (rev 138737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgname=anjuta
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'hicolor-icon-theme' 'vala' 'python2' 'shared-mime-info' 
'desktop-file-utils')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url="http://anjuta.sourceforge.net/";
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('2ff968af17e9202fcdb12c47aadaa9d3cb4b98d78c22db8a0cedcb4bf0a81fb8')
+
+build() {
+  cd "${srcdir}/anjuta-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd "${srcdir}/anjuta-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  sed -i "1s|#!/usr/bin/python$|&2|" \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Deleted: gnome-unstable-i686/anjuta.install
===
--- gnome-unstable-i686/anjuta.install  2011-09-27 19:15:49 UTC (rev 138736)
+++ gnome-unstable-i686/anjuta.install  2011-09-27 19:17:02 UTC (rev 138737)
@@ -1,21 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-  update-mime-database usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-usr/sbin/gconfpkg --uninstall anjuta
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: anjuta/repos/gnome-unstable-i686/anjuta.install (from rev 138736, 
anjuta/trunk/anjuta.install)
===
--- gnome-unstable-i686/anjuta.install  (rev 0)
+++ gnome-unstable-i686/anjuta.inst