[arch-commits] Commit in anjuta-extras/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 18:55:42 UTC 2011
Date: Saturday, October 1, 2011 @ 14:55:42
Author: ibiru
Revision: 139218
db-move: moved anjuta-extras from [testing] to [extra] (i686)
Added:
anjuta-extras/repos/extra-i686/
anjuta-extras/repos/extra-i686/PKGBUILD
(from rev 139207, anjuta-extras/repos/testing-i686/PKGBUILD)
anjuta-extras/repos/extra-i686/anjuta-extras.install
(from rev 139207, anjuta-extras/repos/testing-i686/anjuta-extras.install)
Deleted:
anjuta-extras/repos/testing-i686/
-----------------------+
PKGBUILD | 27 +++++++++++++++++++++++++++
anjuta-extras.install | 11 +++++++++++
2 files changed, 38 insertions(+)
Copied: anjuta-extras/repos/extra-i686/PKGBUILD (from rev 139207, anjuta-extras/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:55:42 UTC (rev 139218)
@@ -0,0 +1,27 @@
+# $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/anjuta-extras.install (from rev 139207, anjuta-extras/repos/testing-i686/anjuta-extras.install)
===================================================================
--- extra-i686/anjuta-extras.install (rev 0)
+++ extra-i686/anjuta-extras.install 2011-10-01 18:55:42 UTC (rev 139218)
@@ -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