mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libxkbcommon: remove long_desc.
This commit is contained in:
parent
25f4fa92e9
commit
87852f329c
1 changed files with 5 additions and 12 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'libxkbcommon'.
|
# Template file for 'libxkbcommon'.
|
||||||
pkgname=libxkbcommon
|
pkgname=libxkbcommon
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config flex xkeyboard-config"
|
hostmakedepends="pkg-config flex"
|
||||||
|
makedepends="libfl-devel xkeyboard-config"
|
||||||
depends="xkeyboard-config"
|
depends="xkeyboard-config"
|
||||||
short_desc="Library to handle keyboard descriptions"
|
short_desc="Library to handle keyboard descriptions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -12,21 +13,13 @@ homepage="http://xkbcommon.org/"
|
||||||
license="MIT/X11"
|
license="MIT/X11"
|
||||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
|
checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
|
||||||
long_desc="
|
|
||||||
xkbcommon is a library to handle keyboard descriptions, including loading
|
|
||||||
them from disk, parsing them and handling their state. It's mainly meant
|
|
||||||
for client toolkits, window systems, and other system applications;
|
|
||||||
currently that includes Wayland, kmscon, GTK+, Clutter, and more."
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
makedepends+=" libfl-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libxkbcommon-devel_package() {
|
libxkbcommon-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue