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

2016-06-08 Thread Jan de Groot
Date: Wednesday, June 8, 2016 @ 13:30:44
  Author: jgc
Revision: 269135

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

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

+
 /PKGBUILD  |   56 +++
 extra-i686/PKGBUILD|   28 -
 extra-i686/anjuta-extras.install   |   11 --
 extra-x86_64/PKGBUILD  |   28 -
 extra-x86_64/anjuta-extras.install |   11 --
 5 files changed, 56 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-i686/PKGBUILD 2016-06-08 11:30:44 UTC (rev 269135)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=anjuta-extras
-pkgver=3.10.0
-pkgrel=3
-pkgdesc="Anjuta Integrated Development Environment extra plugins"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('anjuta')
-makedepends=('intltool' 'itstool')
-install=anjuta-extras.install
-url="http://www.anjuta.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!emptydirs')
-sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: anjuta-extras/repos/extra-i686/PKGBUILD (from rev 269134, 
anjuta-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-08 11:30:44 UTC (rev 269135)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=anjuta-extras
+pkgver=3.10.0
+pkgrel=4
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+url="http://www.anjuta.org/;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/anjuta-extras.install
===
--- extra-i686/anjuta-extras.install2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-i686/anjuta-extras.install2016-06-08 11:30:44 UTC (rev 269135)
@@ -1,11 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-x86_64/PKGBUILD   2016-06-08 11:30:44 UTC (rev 269135)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=anjuta-extras
-pkgver=3.10.0
-pkgrel=3
-pkgdesc="Anjuta Integrated Development Environment extra plugins"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('anjuta')
-makedepends=('intltool' 'itstool')
-install=anjuta-extras.install
-url="http://www.anjuta.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!emptydirs')
-sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: anjuta-extras/repos/extra-x86_64/PKGBUILD (from rev 269134, 
anjuta-extras/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-08 11:30:44 UTC (rev 269135)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 

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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 13:54:07
  Author: foutrelis
Revision: 253345

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

Added:
  anjuta-extras/repos/staging-i686/
  anjuta-extras/repos/staging-i686/PKGBUILD
(from rev 253344, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/staging-i686/anjuta-extras.install
(from rev 253344, anjuta-extras/trunk/anjuta-extras.install)
  anjuta-extras/repos/staging-x86_64/
  anjuta-extras/repos/staging-x86_64/PKGBUILD
(from rev 253344, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/staging-x86_64/anjuta-extras.install
(from rev 253344, anjuta-extras/trunk/anjuta-extras.install)

--+
 staging-i686/PKGBUILD|   28 
 staging-i686/anjuta-extras.install   |   11 +++
 staging-x86_64/PKGBUILD  |   28 
 staging-x86_64/anjuta-extras.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: anjuta-extras/repos/staging-i686/PKGBUILD (from rev 253344, 
anjuta-extras/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 12:54:07 UTC (rev 253345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=anjuta-extras
+pkgver=3.10.0
+pkgrel=3
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url="http://www.anjuta.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: anjuta-extras/repos/staging-i686/anjuta-extras.install (from rev 
253344, anjuta-extras/trunk/anjuta-extras.install)
===
--- staging-i686/anjuta-extras.install  (rev 0)
+++ staging-i686/anjuta-extras.install  2015-12-07 12:54:07 UTC (rev 253345)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/staging-x86_64/PKGBUILD (from rev 253344, 
anjuta-extras/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 12:54:07 UTC (rev 253345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=anjuta-extras
+pkgver=3.10.0
+pkgrel=3
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url="http://www.anjuta.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: anjuta-extras/repos/staging-x86_64/anjuta-extras.install (from rev 
253344, anjuta-extras/trunk/anjuta-extras.install)
===
--- staging-x86_64/anjuta-extras.install(rev 0)
+++ staging-x86_64/anjuta-extras.install2015-12-07 12:54:07 UTC (rev 
253345)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 11:55:56
  Author: jgc
Revision: 194935

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

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

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/anjuta-extras.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/anjuta-extras.install |   11 ++
 4 files changed, 78 insertions(+)

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 194934, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 09:55:56 UTC (rev 194935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install (from rev 
194934, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-i686/anjuta-extras.install   (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install   2013-09-24 09:55:56 UTC (rev 
194935)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194934, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-24 09:55:56 UTC (rev 194935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install (from 
rev 194934, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-x86_64/anjuta-extras.install (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install 2013-09-24 09:55:56 UTC (rev 
194935)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 14:16:57
  Author: heftig
Revision: 181096

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

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

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/anjuta-extras.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/anjuta-extras.install |   11 ++
 4 files changed, 78 insertions(+)

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 181095, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-31 12:16:57 UTC (rev 181096)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('115c2f51017aa51edc6bfc7a2d2084e26b29d3df353ed2a92e40f9e3ae28a761')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install (from rev 
181095, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-i686/anjuta-extras.install   (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install   2013-03-31 12:16:57 UTC (rev 
181096)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181095, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-31 12:16:57 UTC (rev 181096)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('115c2f51017aa51edc6bfc7a2d2084e26b29d3df353ed2a92e40f9e3ae28a761')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install (from 
rev 181095, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-x86_64/anjuta-extras.install (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install 2013-03-31 12:16:57 UTC (rev 
181096)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-10-01 Thread Jan Steffens
Date: Monday, October 1, 2012 @ 10:56:44
  Author: heftig
Revision: 167364

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

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

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/anjuta-extras.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/anjuta-extras.install |   11 ++
 4 files changed, 78 insertions(+)

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 167363, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-01 14:56:44 UTC (rev 167364)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('69df64e6e13a6e0683ebaee5a26ee9b9368eda9ed157607d1e6935b52d7f0b9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install (from rev 
167363, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-i686/anjuta-extras.install   (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install   2012-10-01 14:56:44 UTC (rev 
167364)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167363, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-01 14:56:44 UTC (rev 167364)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://www.anjuta.org/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('69df64e6e13a6e0683ebaee5a26ee9b9368eda9ed157607d1e6935b52d7f0b9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install (from 
rev 167363, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-x86_64/anjuta-extras.install (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install 2012-10-01 14:56:44 UTC (rev 
167364)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:19:57
  Author: heftig
Revision: 154749

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

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

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/anjuta-extras.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/anjuta-extras.install |   11 ++
 4 files changed, 78 insertions(+)

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 154748, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 16:19:57 UTC (rev 154749)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e9aa21dfa7e182c85e15eb4c3f1d0db928826572350f0aaeeae8ee9c947440bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install (from rev 
154748, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-i686/anjuta-extras.install   (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install   2012-03-30 16:19:57 UTC (rev 
154749)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154748, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-30 16:19:57 UTC (rev 154749)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e9aa21dfa7e182c85e15eb4c3f1d0db928826572350f0aaeeae8ee9c947440bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install (from 
rev 154748, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-x86_64/anjuta-extras.install (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install 2012-03-30 16:19:57 UTC (rev 
154749)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 15:37:24
  Author: ibiru
Revision: 138749

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

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

-+
 gnome-unstable-i686/PKGBUILD|   27 ++
 gnome-unstable-i686/anjuta-extras.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   27 ++
 gnome-unstable-x86_64/anjuta-extras.install |   11 ++
 4 files changed, 76 insertions(+)

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 138748, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 19:37:24 UTC (rev 138749)
@@ -0,0 +1,27 @@
+# $Id$
+# Mantainer: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('cda9624952d1e9e5b442c1b972256b618b3d3c6aa3f1069bb6ae1796eecf55a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install (from rev 
138748, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-i686/anjuta-extras.install   (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install   2011-09-27 19:37:24 UTC (rev 
138749)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138748, 
anjuta-extras/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-27 19:37:24 UTC (rev 138749)
@@ -0,0 +1,27 @@
+# $Id$
+# Mantainer: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('cda9624952d1e9e5b442c1b972256b618b3d3c6aa3f1069bb6ae1796eecf55a4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install (from 
rev 138748, anjuta-extras/trunk/anjuta-extras.install)
===
--- gnome-unstable-x86_64/anjuta-extras.install (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install 2011-09-27 19:37:24 UTC (rev 
138749)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}