[arch-commits] Commit in libepoxy/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Nov 25 23:15:13 UTC 2019


    Date: Monday, November 25, 2019 @ 23:15:13
  Author: heftig
Revision: 369780

1.5.4-1

Modified:
  libepoxy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-25 23:14:13 UTC (rev 369779)
+++ PKGBUILD	2019-11-25 23:15:13 UTC (rev 369780)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=libepoxy
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Library handling OpenGL function pointer management"
 url="https://github.com/anholt/libepoxy"
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glibc)
 makedepends=(python mesa-libgl git meson doxygen graphviz)
-_commit=16b1481e00084682d5ae5d38178e3e418976dfae  # tags/1.5.3^0
+_commit=09edbe01d901c0f01e866aa08455c6d9ee6fd0ac  # tags/1.5.4^0
 source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,19 +20,15 @@
 
 prepare() {
   cd $pkgname
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-    HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
 }
 
 build() {
-  arch-meson $pkgname build \
-    -D docs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list