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

Jan de Groot jgc at archlinux.org
Wed Aug 3 19:45:38 UTC 2016


    Date: Wednesday, August 3, 2016 @ 19:45:37
  Author: jgc
Revision: 272982

upgpkg: gnome-vfs 2.24.4-10

Modified:
  gnome-vfs/trunk/PKGBUILD
Deleted:
  gnome-vfs/trunk/gnome-vfs.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-03 19:07:47 UTC (rev 272981)
+++ PKGBUILD	2016-08-03 19:45:37 UTC (rev 272982)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-vfs
 pkgver=2.24.4
-pkgrel=9
+pkgrel=10
 pkgdesc="The GNOME Virtual File System"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -11,7 +11,6 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gnome-common')
 options=('!emptydirs')
 url="http://www.gnome.org"
-install=gnome-vfs.install
 source=(https://download.gnome.org/sources/${pkgname}/2.24/gnome-vfs-${pkgver}.tar.bz2
         gnutls-config.patch
         gnutls-3.4.0.patch
@@ -49,6 +48,7 @@
       --enable-samba --with-samba-includes=/usr/include/samba-4.0 \
       --disable-hal --enable-avahi --disable-howl \
       --disable-openssl --enable-gnutls
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Deleted: gnome-vfs.install
===================================================================
--- gnome-vfs.install	2016-08-03 19:07:47 UTC (rev 272981)
+++ gnome-vfs.install	2016-08-03 19:45:37 UTC (rev 272982)
@@ -1,17 +0,0 @@
-pkgname=gnome-vfs
-
-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