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

Jan de Groot jgc at archlinux.org
Fri Apr 29 13:34:05 UTC 2016


    Date: Friday, April 29, 2016 @ 15:34:05
  Author: jgc
Revision: 266627

upgpkg: libgnome 2.32.1-6

Modified:
  libgnome/trunk/PKGBUILD
Deleted:
  libgnome/trunk/libgnome.install

------------------+
 PKGBUILD         |    4 ++--
 libgnome.install |   17 -----------------
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-29 13:05:36 UTC (rev 266626)
+++ PKGBUILD	2016-04-29 13:34:05 UTC (rev 266627)
@@ -4,7 +4,7 @@
 pkgbase=libgnome
 pkgname=('libgnome' 'libgnome-data')
 pkgver=2.32.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('intltool' 'gnome-vfs' 'libbonobo' 'gconf' 'gvfs' 'libcanberra')
@@ -25,6 +25,7 @@
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static --disable-esd
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
@@ -41,7 +42,6 @@
 package_libgnome-data() {
    pkgdesc="Common data from libgnome"
    depends=('gconf')
-   install=libgnome.install
 
    cd $pkgbase-$pkgver
 

Deleted: libgnome.install
===================================================================
--- libgnome.install	2016-04-29 13:05:36 UTC (rev 266626)
+++ libgnome.install	2016-04-29 13:34:05 UTC (rev 266627)
@@ -1,17 +0,0 @@
-pkgname=libgnome
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}



More information about the arch-commits mailing list