Date: Monday, September 16, 2013 @ 10:37:34 Author: jgc Revision: 194411
upgpkg: gnome-control-center 3.8.5-1 Modified: gnome-control-center/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-16 08:14:01 UTC (rev 194410) +++ PKGBUILD 2013-09-16 08:37:34 UTC (rev 194411) @@ -3,8 +3,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-control-center -pkgver=3.8.4.1 -pkgrel=2 +pkgver=3.8.5 +pkgrel=1 pkgdesc="The Control Center for GNOME" license=(GPL) arch=(i686 x86_64) @@ -24,7 +24,7 @@ options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz no-deprecated-upower.diff) -sha256sums=('3cfc5b93ca12f498c075f5b5356e0af4a0aaee003c0a90a4309bc12876f40c55' +sha256sums=('efb9fb47aaa9a308aed3064efc39356db05d71ddb0374561eeccc57c122212e2' '4182fa082b071c840bc0a6e981dad3c070602cae473229227e81bdaa2b5f8c23') prepare() { @@ -35,8 +35,8 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static + CFLAGS="$CFLAGS -Wall" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/$pkgname --disable-static --disable-silent-rules #https://bugzilla.gnome.org/show_bug.cgi?id=656229 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
