From 2fea415a8b6ab9eae92686a182341d8f5fe56d00 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Mar 2022 00:13:55 +0000 Subject: fixed docbook issues --- repo/x11/libx11.xibuild | 2 +- repo/x11/mesa.xibuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'repo/x11') diff --git a/repo/x11/libx11.xibuild b/repo/x11/libx11.xibuild index 41f5471..90b6d57 100644 --- a/repo/x11/libx11.xibuild +++ b/repo/x11/libx11.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make asciidoc xmlto lynx" -DEPS="fontconfig libxcb elogind" +DEPS="fontconfig libxcb elogind xtrans" PKG_VER=1.7.3.1 SOURCE=https://www.x.org/pub/individual/lib/libX11-$PKG_VER.tar.xz diff --git a/repo/x11/mesa.xibuild b/repo/x11/mesa.xibuild index b9592cc..09d34d7 100644 --- a/repo/x11/mesa.xibuild +++ b/repo/x11/mesa.xibuild @@ -38,13 +38,13 @@ build () { unset GALLIUM_DRV DRI_DRIVERS && - ninja + ninja -j$JOBS } package () { DESTDIR=$PKG_DEST ninja install - install -v -dm755 $PKG_DEST/usr/share/doc/mesa-$PKG_VER && - cp -rfv ../docs/* $PKG_DEST/usr/share/doc/mesa-$PKG_VER + install -dm755 $PKG_DEST/usr/share/doc/mesa-$PKG_VER && + cp -rf ../docs/* $PKG_DEST/usr/share/doc/mesa-$PKG_VER } -- cgit v1.2.1