Date: Friday, April 29, 2016 @ 15:39:16 Author: jgc Revision: 266629 upgpkg: libgnomekbd 3.6.0-3
Modified: libgnomekbd/trunk/PKGBUILD Deleted: libgnomekbd/trunk/libgnomekbd.install ---------------------+ PKGBUILD | 4 ++-- libgnomekbd.install | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-29 13:34:12 UTC (rev 266628) +++ PKGBUILD 2016-04-29 13:39:16 UTC (rev 266629) @@ -3,7 +3,7 @@ pkgname=libgnomekbd pkgver=3.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="Gnome keyboard library" url="http://gswitchit.sourceforge.net" arch=('i686' 'x86_64') @@ -11,7 +11,6 @@ depends=('libxklavier' 'gtk3' 'dconf') makedepends=('intltool' 'gobject-introspection') options=('!emptydirs') -install=libgnomekbd.install source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) sha256sums=('c41ea5b0f64da470925ba09f9f1b46b26b82d4e433e594b2c71eab3da8856a09') @@ -19,6 +18,7 @@ cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --disable-schemas-compile --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } Deleted: libgnomekbd.install =================================================================== --- libgnomekbd.install 2016-04-29 13:34:12 UTC (rev 266628) +++ libgnomekbd.install 2016-04-29 13:39:16 UTC (rev 266629) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}
