mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/yelp to 3.36.0-1
This commit is contained in:
parent
d541a12775
commit
0eb3f1b949
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
|||
# - configure with --enable-compile-warnings=no
|
||||
|
||||
pkgname=yelp
|
||||
pkgver=3.34.0
|
||||
pkgver=3.36.0
|
||||
pkgrel=1
|
||||
pkgdesc="Get help with GNOME"
|
||||
url="https://wiki.gnome.org/Apps/Yelp"
|
||||
license=(GPL)
|
||||
arch=(x86_64)
|
||||
depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
|
||||
makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
|
||||
makedepends=(gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
|
||||
groups=(gnome)
|
||||
_commit=7740922640e77af3c96e4362db496b90b138cda3 # tags/3.34.0^0
|
||||
_commit=3bf412214bf80a586406d5a75226ada38a877985 # tags/3.36.0^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -35,7 +35,7 @@ build() {
|
|||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
# Documentation generation segfaults without X11
|
||||
xvfb-run -a -n 81 -s "-extension GLX -screen 0 1280x1024x24" make
|
||||
xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue