Date: Saturday, May 28, 2016 @ 01:36:19 Author: faidoc Revision: 177336
upgpkg: cinnamon-session 3.0.1-1 Modified: cinnamon-session/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-27 23:32:54 UTC (rev 177335) +++ PKGBUILD 2016-05-27 23:36:19 UTC (rev 177336) @@ -3,8 +3,8 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=cinnamon-session -pkgver=3.0.0 -pkgrel=2 +pkgver=3.0.1 +pkgrel=1 pkgdesc="The Cinnamon Session Handler" arch=(i686 x86_64) license=(GPL LGPL) @@ -14,7 +14,7 @@ url="https://github.com/linuxmint/cinnamon-session" source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz timeout.patch) -sha256sums=('0ddf1cf2555c97dd6cf2e2b1bd11abbe6e3c21f9d417268110e5860ae7e4af2e' +sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89' 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a') prepare() { @@ -29,9 +29,15 @@ build() { cd $pkgname-$pkgver - ./autogen.sh --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \ - --disable-schemas-compile --disable-gconf + + CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/cinnamon-session \ + --disable-schemas-compile \ + --disable-gconf + make }
