mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +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"
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user