Date: Sunday, April 1, 2012 @ 07:30:33 Author: heftig Revision: 155009
db-move: moved anjuta-extras from [gnome-unstable] to [testing] (x86_64) Added: anjuta-extras/repos/testing-x86_64/ anjuta-extras/repos/testing-x86_64/PKGBUILD (from rev 155005, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD) anjuta-extras/repos/testing-x86_64/anjuta-extras.install (from rev 155005, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install) Deleted: anjuta-extras/repos/gnome-unstable-x86_64/ -----------------------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ anjuta-extras.install | 11 +++++++++++ 2 files changed, 39 insertions(+) Copied: anjuta-extras/repos/testing-x86_64/PKGBUILD (from rev 155005, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-01 11:30:33 UTC (rev 155009) @@ -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/testing-x86_64/anjuta-extras.install (from rev 155005, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install) =================================================================== --- testing-x86_64/anjuta-extras.install (rev 0) +++ testing-x86_64/anjuta-extras.install 2012-04-01 11:30:33 UTC (rev 155009) @@ -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 +}