mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/xdg-utils: modernise, mark no tests
This commit is contained in:
parent
e3a2ad1571
commit
2c5123b65b
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user