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

Jan Steffens heftig at archlinux.org
Sun May 24 05:32:42 UTC 2015


    Date: Sunday, May 24, 2015 @ 07:32:42
  Author: heftig
Revision: 239688

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  anjuta-extras/repos/extra-i686/PKGBUILD
    (from rev 239687, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/extra-i686/anjuta-extras.install
    (from rev 239687, anjuta-extras/trunk/anjuta-extras.install)
  anjuta-extras/repos/extra-x86_64/PKGBUILD
    (from rev 239687, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/extra-x86_64/anjuta-extras.install
    (from rev 239687, anjuta-extras/trunk/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/extra-i686/PKGBUILD
  anjuta-extras/repos/extra-i686/anjuta-extras.install
  anjuta-extras/repos/extra-x86_64/PKGBUILD
  anjuta-extras/repos/extra-x86_64/anjuta-extras.install

------------------------------------+
 /PKGBUILD                          |   56 +++++++++++++++++++++++++++++++++++
 /anjuta-extras.install             |   22 +++++++++++++
 extra-i686/PKGBUILD                |   28 -----------------
 extra-i686/anjuta-extras.install   |   11 ------
 extra-x86_64/PKGBUILD              |   28 -----------------
 extra-x86_64/anjuta-extras.install |   11 ------
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-05-24 05:30:33 UTC (rev 239687)
+++ extra-i686/PKGBUILD	2015-05-24 05:32:42 UTC (rev 239688)
@@ -1,28 +0,0 @@
-# $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=('!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/extra-i686/PKGBUILD (from rev 239687, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-05-24 05:32:42 UTC (rev 239688)
@@ -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=2
+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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!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
+}

Deleted: extra-i686/anjuta-extras.install
===================================================================
--- extra-i686/anjuta-extras.install	2015-05-24 05:30:33 UTC (rev 239687)
+++ extra-i686/anjuta-extras.install	2015-05-24 05:32:42 UTC (rev 239688)
@@ -1,11 +0,0 @@
-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/extra-i686/anjuta-extras.install (from rev 239687, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- extra-i686/anjuta-extras.install	                        (rev 0)
+++ extra-i686/anjuta-extras.install	2015-05-24 05:32:42 UTC (rev 239688)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-05-24 05:30:33 UTC (rev 239687)
+++ extra-x86_64/PKGBUILD	2015-05-24 05:32:42 UTC (rev 239688)
@@ -1,28 +0,0 @@
-# $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=('!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/extra-x86_64/PKGBUILD (from rev 239687, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-05-24 05:32:42 UTC (rev 239688)
@@ -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=2
+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=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!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
+}

Deleted: extra-x86_64/anjuta-extras.install
===================================================================
--- extra-x86_64/anjuta-extras.install	2015-05-24 05:30:33 UTC (rev 239687)
+++ extra-x86_64/anjuta-extras.install	2015-05-24 05:32:42 UTC (rev 239688)
@@ -1,11 +0,0 @@
-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/extra-x86_64/anjuta-extras.install (from rev 239687, anjuta-extras/trunk/anjuta-extras.install)
===================================================================
--- extra-x86_64/anjuta-extras.install	                        (rev 0)
+++ extra-x86_64/anjuta-extras.install	2015-05-24 05:32:42 UTC (rev 239688)
@@ -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