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

Andreas Radke andyrtr at archlinux.org
Tue Feb 6 07:26:20 UTC 2018


    Date: Tuesday, February 6, 2018 @ 07:26:19
  Author: andyrtr
Revision: 315933

upgpkg: xorgproto 2018.1-1

upstream update 2018.1

Modified:
  xorgproto/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 07:08:17 UTC (rev 315932)
+++ PKGBUILD	2018-02-06 07:26:19 UTC (rev 315933)
@@ -8,11 +8,7 @@
 arch=('any')
 url="https://xorg.freedesktop.org/"
 license=('custom')
-#groups=()
-#depends=()
-makedepends=('xorg-util-macros')
-#checkdepends=()
-#optdepends=()
+makedepends=('xorg-util-macros') # 'xmlto' 'libxslt' 'linuxdoc-tools' 'docbook-sgml' 'fop')
 provides=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 'xineramaproto' 'xproto')
 conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 'xineramaproto' 'xproto')
 replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 'xineramaproto' 'xproto')
@@ -23,7 +19,11 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  # do not try to build additional docs, we don't have xorg-sgml-doctools
+  ./configure --prefix=/usr \
+    --without-xmlto \
+    --without-xsltproc \
+    --without-fop
   make
 }
 


Property changes on: xorgproto/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list