[arch-commits] Commit in anjuta-extras/repos (8 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:45:48 UTC 2012
Date: Thursday, October 18, 2012 @ 15:45:48
Author: jgc
Revision: 169278
db-move: moved anjuta-extras from [gnome-unstable] to [testing] (i686, x86_64)
Added:
anjuta-extras/repos/testing-i686/
anjuta-extras/repos/testing-i686/PKGBUILD
(from rev 169277, anjuta-extras/repos/gnome-unstable-i686/PKGBUILD)
anjuta-extras/repos/testing-i686/anjuta-extras.install
(from rev 169277, anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install)
anjuta-extras/repos/testing-x86_64/
anjuta-extras/repos/testing-x86_64/PKGBUILD
(from rev 169277, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
anjuta-extras/repos/testing-x86_64/anjuta-extras.install
(from rev 169277, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install)
Deleted:
anjuta-extras/repos/gnome-unstable-i686/
anjuta-extras/repos/gnome-unstable-x86_64/
--------------------------------------+
testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
testing-i686/anjuta-extras.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
testing-x86_64/anjuta-extras.install | 11 +++++++++++
4 files changed, 78 insertions(+)
Copied: anjuta-extras/repos/testing-i686/PKGBUILD (from rev 169277, anjuta-extras/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:45:48 UTC (rev 169278)
@@ -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.6.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://www.anjuta.org/"
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('69df64e6e13a6e0683ebaee5a26ee9b9368eda9ed157607d1e6935b52d7f0b9c')
+
+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 169277, anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install)
===================================================================
--- testing-i686/anjuta-extras.install (rev 0)
+++ testing-i686/anjuta-extras.install 2012-10-18 19:45:48 UTC (rev 169278)
@@ -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/testing-x86_64/PKGBUILD (from rev 169277, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:45:48 UTC (rev 169278)
@@ -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.6.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://www.anjuta.org/"
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('69df64e6e13a6e0683ebaee5a26ee9b9368eda9ed157607d1e6935b52d7f0b9c')
+
+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 169277, 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-10-18 19:45:48 UTC (rev 169278)
@@ -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