mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libXcursor: remove long_desc.
This commit is contained in:
parent
7fee511028
commit
0121bd41c9
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libXcursor'.
|
# Template build file for 'libXcursor'.
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.14
|
version=1.1.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
||||||
|
@ -11,13 +11,9 @@ homepage="http://xorg.freedesktop.org/wiki/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
|
checksum=9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
|
||||||
long_desc="
|
|
||||||
This package, libXcursor, provides the client-side cursor loading
|
|
||||||
library for X. This cursor management library is a simple library
|
|
||||||
designed to help locate and load cursors (from files or memory)."
|
|
||||||
|
|
||||||
libXcursor-devel_package() {
|
libXcursor-devel_package() {
|
||||||
depends="xproto libXfixes-devel libXcursor>=${version}"
|
depends="xproto libXfixes-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