[arch-commits] Commit in anjuta-extras/trunk (PKGBUILD anjuta-extras.install)

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


    Date: Wednesday, June 8, 2016 @ 13:30:35
  Author: jgc
Revision: 269134

upgpkg: anjuta-extras 3.10.0-4

Use hooks. Fix overlinking

Modified:
  anjuta-extras/trunk/PKGBUILD
Deleted:
  anjuta-extras/trunk/anjuta-extras.install

-----------------------+
 PKGBUILD              |    4 ++--
 anjuta-extras.install |   11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-08 09:59:45 UTC (rev 269133)
+++ PKGBUILD	2016-06-08 11:30:35 UTC (rev 269134)
@@ -4,13 +4,12 @@
 
 pkgname=anjuta-extras
 pkgver=3.10.0
-pkgrel=3
+pkgrel=4
 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=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 options=('!emptydirs')
@@ -19,6 +18,7 @@
 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
 }
 

Deleted: anjuta-extras.install
===================================================================
--- anjuta-extras.install	2016-06-08 09:59:45 UTC (rev 269133)
+++ anjuta-extras.install	2016-06-08 11:30:35 UTC (rev 269134)
@@ -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