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

Jan Steffens heftig at archlinux.org
Sun Apr 22 23:48:33 UTC 2012


    Date: Sunday, April 22, 2012 @ 19:48:32
  Author: heftig
Revision: 156690

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

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

--------------------------------------+
 testing-i686/PKGBUILD                |   56 ++++++++++++++++-----------------
 testing-i686/anjuta-extras.install   |   22 ++++++------
 testing-x86_64/PKGBUILD              |   56 ++++++++++++++++-----------------
 testing-x86_64/anjuta-extras.install |   22 ++++++------
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-04-22 23:46:49 UTC (rev 156689)
+++ testing-i686/PKGBUILD	2012-04-22 23:48:32 UTC (rev 156690)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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/testing-i686/PKGBUILD (from rev 156689, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-22 23:48:32 UTC (rev 156690)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=2
+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
+}

Deleted: testing-i686/anjuta-extras.install
===================================================================
--- testing-i686/anjuta-extras.install	2012-04-22 23:46:49 UTC (rev 156689)
+++ testing-i686/anjuta-extras.install	2012-04-22 23:48:32 UTC (rev 156690)
@@ -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
-}

Copied: anjuta-extras/repos/testing-i686/anjuta-extras.install (from rev 156689, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- testing-i686/anjuta-extras.install	                        (rev 0)
+++ testing-i686/anjuta-extras.install	2012-04-22 23:48:32 UTC (rev 156690)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-04-22 23:46:49 UTC (rev 156689)
+++ testing-x86_64/PKGBUILD	2012-04-22 23:48:32 UTC (rev 156690)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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/testing-x86_64/PKGBUILD (from rev 156689, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-22 23:48:32 UTC (rev 156690)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=2
+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
+}

Deleted: testing-x86_64/anjuta-extras.install
===================================================================
--- testing-x86_64/anjuta-extras.install	2012-04-22 23:46:49 UTC (rev 156689)
+++ testing-x86_64/anjuta-extras.install	2012-04-22 23:48:32 UTC (rev 156690)
@@ -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
-}

Copied: anjuta-extras/repos/testing-x86_64/anjuta-extras.install (from rev 156689, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- testing-x86_64/anjuta-extras.install	                        (rev 0)
+++ testing-x86_64/anjuta-extras.install	2012-04-22 23:48:32 UTC (rev 156690)
@@ -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
+}




More information about the arch-commits mailing list