mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libxkbfile: use xorgproto.
This commit is contained in:
parent
68ac92d974
commit
73c13996ab
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template build for 'libxkbfile'.
|
# Template build for 'libxkbfile'.
|
||||||
pkgname=libxkbfile
|
pkgname=libxkbfile
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xproto xextproto libX11-devel"
|
makedepends="xorgproto libX11-devel"
|
||||||
short_desc="The xkbfile Library from X.org"
|
short_desc="The xkbfile Library from X.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="${XORG_SITE}"
|
homepage="${XORG_SITE}"
|
||||||
|
@ -16,7 +16,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libxkbfile-devel_package() {
|
libxkbfile-devel_package() {
|
||||||
depends="kbproto libX11-devel ${sourcepkg}>=${version}_${revision}"
|
depends="xorgproto libX11-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue