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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:11:31 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:11:31
  Author: heftig
Revision: 182447

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

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

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

Copied: anjuta-extras/repos/testing-i686/PKGBUILD (from rev 182430, anjuta-extras/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:11:31 UTC (rev 182447)
@@ -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.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/testing-i686/anjuta-extras.install (from rev 182430, anjuta-extras/repos/staging-i686/anjuta-extras.install)
===================================================================
--- testing-i686/anjuta-extras.install	                        (rev 0)
+++ testing-i686/anjuta-extras.install	2013-04-10 19:11:31 UTC (rev 182447)
@@ -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/testing-x86_64/PKGBUILD (from rev 182430, anjuta-extras/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:11:31 UTC (rev 182447)
@@ -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.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/testing-x86_64/anjuta-extras.install (from rev 182430, anjuta-extras/repos/staging-x86_64/anjuta-extras.install)
===================================================================
--- testing-x86_64/anjuta-extras.install	                        (rev 0)
+++ testing-x86_64/anjuta-extras.install	2013-04-10 19:11:31 UTC (rev 182447)
@@ -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