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

2016-04-29 Thread Jan de Groot
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
===
--- PKGBUILD2016-04-29 13:05:36 UTC (rev 266626)
+++ PKGBUILD2016-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.install2016-04-29 13:05:36 UTC (rev 266626)
+++ libgnome.install2016-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}
-}


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

2013-02-18 Thread Jan de Groot
Date: Monday, February 18, 2013 @ 15:05:45
  Author: jgc
Revision: 178220

upgpkg: libgnome 2.32.1-4

Fix pre_remove call to gconfpkg

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 11:54:31 UTC (rev 178219)
+++ PKGBUILD2013-02-18 14:05:45 UTC (rev 178220)
@@ -4,10 +4,10 @@
 pkgbase=libgnome
 pkgname=('libgnome' 'libgnome-data')
 pkgver=2.32.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('intltool' 'gnome-vfs=2.24.4' 'libbonobo=2.32.1' 
'gconf=2.32.3' 'gvfs=1.8.1' 'libcanberra=0.28')
+makedepends=('intltool' 'gnome-vfs' 'libbonobo' 'gconf' 'gvfs' 'libcanberra')
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2)
@@ -23,7 +23,7 @@
 
 package_libgnome() {
 pkgdesc=Common libraries for GNOME
-depends=(libgnome-data=${pkgver} 'gnome-vfs=2.24.4' 'libbonobo=2.32.1' 
'gconf=2.32.3' 'gvfs=1.8.1' 'libcanberra=0.28')
+depends=(libgnome-data=${pkgver} 'gnome-vfs' 'libbonobo' 'gconf' 'gvfs' 
'libcanberra')
 
 cd ${srcdir}/${pkgbase}-${pkgver}
 

Modified: libgnome.install
===
--- libgnome.install2013-02-18 11:54:31 UTC (rev 178219)
+++ libgnome.install2013-02-18 14:05:45 UTC (rev 178220)
@@ -13,5 +13,5 @@
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 }