Date: Wednesday, April 12, 2017 @ 12:46:18 Author: jgc Revision: 292624
upgpkg: devhelp 3.24.0+7+gefb59e2-1 Modified: devhelp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-12 12:07:30 UTC (rev 292623) +++ PKGBUILD 2017-04-12 12:46:18 UTC (rev 292624) @@ -4,7 +4,7 @@ # Contributor: Link Dupont <[email protected]> pkgname=devhelp -pkgver=3.22.0+2+g0aab69d +pkgver=3.24.0+7+gefb59e2 pkgrel=1 pkgdesc="API documentation browser for GNOME" arch=(i686 x86_64) @@ -11,9 +11,9 @@ license=(GPL) url="https://wiki.gnome.org/Apps/Devhelp" depends=(webkit2gtk) -makedepends=(pkgconfig intltool python gnome-common git) +makedepends=(pkgconfig python gnome-common git appstream-glib autoconf-archive gobject-introspection) groups=(gnome-extra) -_commit=0aab69dce5c508fa532b5d94b260ce1159ad85da # master +_commit=efb59e267e097110f20f6c4f4f66bfa5081a3a99 # gnome-3-24 source=("git://git.gnome.org/devhelp#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static + --localstatedir=/var --disable-static --disable-Werror --disable-maintainer-mode sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
