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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:29:00 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:29:00
  Author: ibiru
Revision: 138840

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 138832, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta-extras/repos/testing-x86_64/anjuta-extras.install
    (from rev 138832, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/gnome-unstable-x86_64/

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

Copied: anjuta-extras/repos/testing-x86_64/PKGBUILD (from rev 138832, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:29:00 UTC (rev 138840)
@@ -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/testing-x86_64/anjuta-extras.install (from rev 138832, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install)
===================================================================
--- testing-x86_64/anjuta-extras.install	                        (rev 0)
+++ testing-x86_64/anjuta-extras.install	2011-09-28 19:29:00 UTC (rev 138840)
@@ -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