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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:30:32 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:30:32
  Author: heftig
Revision: 155008

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

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

-----------------------+
 PKGBUILD              |   28 ++++++++++++++++++++++++++++
 anjuta-extras.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: anjuta-extras/repos/testing-i686/PKGBUILD (from rev 155005, anjuta-extras/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:30:32 UTC (rev 155008)
@@ -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=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/anjuta-extras.install (from rev 155005, anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install)
===================================================================
--- testing-i686/anjuta-extras.install	                        (rev 0)
+++ testing-i686/anjuta-extras.install	2012-04-01 11:30:32 UTC (rev 155008)
@@ -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