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

Jan de Groot jgc at nymeria.archlinux.org
Tue Sep 24 09:55:56 UTC 2013


    Date: Tuesday, September 24, 2013 @ 11:55:56
  Author: jgc
Revision: 194935

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  anjuta-extras/repos/gnome-unstable-i686/
  anjuta-extras/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194934, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install
    (from rev 194934, anjuta-extras/trunk/anjuta-extras.install)
  anjuta-extras/repos/gnome-unstable-x86_64/
  anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194934, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install
    (from rev 194934, anjuta-extras/trunk/anjuta-extras.install)

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

Copied: anjuta-extras/repos/gnome-unstable-i686/PKGBUILD (from rev 194934, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-24 09:55:56 UTC (rev 194935)
@@ -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.10.0
+pkgrel=1
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url="http://www.anjuta.org/"
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+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/gnome-unstable-i686/anjuta-extras.install (from rev 194934, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- gnome-unstable-i686/anjuta-extras.install	                        (rev 0)
+++ gnome-unstable-i686/anjuta-extras.install	2013-09-24 09:55:56 UTC (rev 194935)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 194934, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-24 09:55:56 UTC (rev 194935)
@@ -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.10.0
+pkgrel=1
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+install=anjuta-extras.install
+url="http://www.anjuta.org/"
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+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/gnome-unstable-x86_64/anjuta-extras.install (from rev 194934, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- gnome-unstable-x86_64/anjuta-extras.install	                        (rev 0)
+++ gnome-unstable-x86_64/anjuta-extras.install	2013-09-24 09:55:56 UTC (rev 194935)
@@ -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