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

Jan de Groot jgc at archlinux.org
Wed Jun 8 11:30:44 UTC 2016


    Date: Wednesday, June 8, 2016 @ 13:30:44
  Author: jgc
Revision: 269135

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

Added:
  anjuta-extras/repos/extra-i686/PKGBUILD
    (from rev 269134, anjuta-extras/trunk/PKGBUILD)
  anjuta-extras/repos/extra-x86_64/PKGBUILD
    (from rev 269134, anjuta-extras/trunk/PKGBUILD)
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 +++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD                |   28 -----------------
 extra-i686/anjuta-extras.install   |   11 ------
 extra-x86_64/PKGBUILD              |   28 -----------------
 extra-x86_64/anjuta-extras.install |   11 ------
 5 files changed, 56 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-i686/PKGBUILD	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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=3
-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
-}

Copied: anjuta-extras/repos/extra-i686/PKGBUILD (from rev 269134, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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=4
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+url="http://www.anjuta.org/"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/anjuta-extras.install
===================================================================
--- extra-i686/anjuta-extras.install	2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-i686/anjuta-extras.install	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-x86_64/PKGBUILD	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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=3
-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
-}

Copied: anjuta-extras/repos/extra-x86_64/PKGBUILD (from rev 269134, anjuta-extras/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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=4
+pkgdesc="Anjuta Integrated Development Environment extra plugins"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'itstool')
+url="http://www.anjuta.org/"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!emptydirs')
+sha256sums=('92f92e3c530f5649edfe4d8645e8cfd3161383cbc486c636ebb24cf2d2642213')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/anjuta-extras.install
===================================================================
--- extra-x86_64/anjuta-extras.install	2016-06-08 11:30:35 UTC (rev 269134)
+++ extra-x86_64/anjuta-extras.install	2016-06-08 11:30:44 UTC (rev 269135)
@@ -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
-}



More information about the arch-commits mailing list