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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:03:25 UTC 2012


    Date: Monday, April 23, 2012 @ 05:03:25
  Author: ibiru
Revision: 156700

db-move: moved anjuta-extras from [testing] to [extra] (i686)

Added:
  anjuta-extras/repos/extra-i686/PKGBUILD
    (from rev 156695, anjuta-extras/repos/testing-i686/PKGBUILD)
  anjuta-extras/repos/extra-i686/anjuta-extras.install
    (from rev 156695, anjuta-extras/repos/testing-i686/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/extra-i686/PKGBUILD
  anjuta-extras/repos/extra-i686/anjuta-extras.install
  anjuta-extras/repos/testing-i686/

-----------------------+
 PKGBUILD              |   55 ++++++++++++++++++++++++------------------------
 anjuta-extras.install |   22 +++++++++----------
 2 files changed, 39 insertions(+), 38 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-23 09:03:23 UTC (rev 156699)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:25 UTC (rev 156700)
@@ -1,27 +0,0 @@
-# $Id$
-# Mantainer: Jan de Groot <jgc at 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/extra-i686/PKGBUILD (from rev 156695, anjuta-extras/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-23 09:03:25 UTC (rev 156700)
@@ -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: extra-i686/anjuta-extras.install
===================================================================
--- extra-i686/anjuta-extras.install	2012-04-23 09:03:23 UTC (rev 156699)
+++ extra-i686/anjuta-extras.install	2012-04-23 09:03:25 UTC (rev 156700)
@@ -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/extra-i686/anjuta-extras.install (from rev 156695, anjuta-extras/repos/testing-i686/anjuta-extras.install)
===================================================================
--- extra-i686/anjuta-extras.install	                        (rev 0)
+++ extra-i686/anjuta-extras.install	2012-04-23 09:03:25 UTC (rev 156700)
@@ -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