[arch-commits] Commit in gnome-screensaver/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Sep 28 19:46:54 UTC 2015
Date: Monday, September 28, 2015 @ 21:46:54
Author: heftig
Revision: 142127
gnome 3.18
Modified:
gnome-screensaver/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-28 19:46:36 UTC (rev 142126)
+++ PKGBUILD 2015-09-28 19:46:54 UTC (rev 142127)
@@ -5,7 +5,7 @@
pkgname=gnome-screensaver
pkgver=3.6.1
-pkgrel=12
+pkgrel=13
pkgdesc="Legacy GNOME screensaver"
arch=('i686' 'x86_64')
license=('GPL')
@@ -56,11 +56,13 @@
# Restore the original position after shake
patch -Np1 -i "$srcdir/recenter.patch"
+
+ autoreconf -fi
}
build() {
cd $pkgname-$pkgver
- autoreconf -fi
+ CFLAGS+=" -Wno-error=return-type"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--with-mit-ext
make
More information about the arch-commits
mailing list