main/xdg-utils: modernise, mark no tests

This commit is contained in:
A. Wilcox 2018-02-10 15:48:38 -06:00 committed by William Pitcock
parent e3a2ad1571
commit 2c5123b65b

View File

@ -6,6 +6,7 @@ pkgrel=0
pkgdesc="Basic desktop integration functions"
url="https://portland.freedesktop.org/wiki/"
arch="noarch"
options="!check" # No test suite.
license="MIT"
depends="xset xprop"
makedepends="libxml2-utils libxslt xmlto lynx"
@ -23,9 +24,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
|| return 1
make || return 1
--infodir=/usr/share/info
make
}
package() {