Date: Tuesday, March 14, 2017 @ 10:00:45 Author: heftig Revision: 290827
3.12.12+111+g3300c6deb-1 Modified: empathy/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-14 09:48:05 UTC (rev 290826) +++ PKGBUILD 2017-03-14 10:00:45 UTC (rev 290827) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=empathy -pkgver=3.12.12+69+g841af5f32 +pkgver=3.12.12+111+g3300c6deb pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework" url="https://wiki.gnome.org/Apps/Empathy" @@ -18,7 +18,7 @@ 'telepathy-rakia: SIP support' 'telepathy-haze: libpurple support') groups=(gnome) -_commit=841af5f329c37fd36fa4104c8a430e4ec03f1448 # master +_commit=3300c6deb7be1209ca38657c03e15ea729df2ae9 # master source=("git+https://git.gnome.org/browse/empathy#commit=$_commit" "git+https://git.gnome.org/browse/telepathy-account-widgets") sha256sums=('SKIP' @@ -45,7 +45,8 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/empathy \ - --disable-static + --disable-static \ + --disable-Werror sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
