libXfontcache: removed, retired upstream.
The server side of the FontCache extension was disabled by default in X11R6.8.0 (Sep. 2004) and was removed in xorg-server 1.6 (Feb. 2009).
This commit is contained in:
parent
44da5f932d
commit
bc495e1f11
|
@ -303,7 +303,6 @@ libXcursor.so.1 libXcursor-1.1.9_1
|
|||
libXxf86dga.so.1 libXxf86dga-1.0.2_1
|
||||
libXxf86misc.so.1 libXxf86misc-1.0.1_1
|
||||
libXp.so.6 libXp-1.0.0_1
|
||||
libXfontcache.so.1 libXfontcache-1.0.4_1
|
||||
libXv.so.1 libXv-1.0.4_1
|
||||
libXvMC.so.1 libXvMC-1.0.4_1
|
||||
libXvMCW.so.1 libXvMC-1.0.4_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libXfontcache
|
|
@ -1,29 +0,0 @@
|
|||
# Template build file for 'libXfontcache'.
|
||||
pkgname=libXfontcache
|
||||
version=1.0.5
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorgproto libXext-devel"
|
||||
short_desc="X-TrueType font cache extension client library"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=0d639219549f51fa0e6b4414383f5d13e6c1638e66b3434f4626eb989ffacbce
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libXfontcache-devel_package() {
|
||||
depends="xorgproto ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue