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