mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/xkeyboard-config: fix license, add man page
This commit is contained in:
parent
69e6fc438f
commit
98988f7e36
@ -1,14 +1,14 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xkeyboard-config
|
||||
pkgver=2.26
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X keyboard configuration files"
|
||||
url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
|
||||
arch="noarch"
|
||||
license="custom"
|
||||
license="MIT"
|
||||
depends=
|
||||
subpackages="$pkgname-doc"
|
||||
makedepends="xkbcomp intltool libx11-dev"
|
||||
makedepends="xkbcomp intltool libx11-dev libxslt"
|
||||
source="https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-$pkgver.tar.bz2
|
||||
pt-layout.patch
|
||||
"
|
||||
@ -22,6 +22,7 @@ build() {
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--with-xsltproc \
|
||||
--with-xkb-base=/usr/share/X11/xkb \
|
||||
--with-xkb-rules-symlink=xorg \
|
||||
--enable-compat-rules=yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user