libXxf86misc: removed, upstream retired.
The server side of the XFree86-Misc extension was removed in xorg-server 1.6 (Feb. 2009).
This commit is contained in:
parent
bc495e1f11
commit
53f73ae354
@ -301,7 +301,6 @@ libXaw7.so.7 libXaw-1.0.5_1
|
|||||||
libXft.so.2 libXft-2.1.13_1
|
libXft.so.2 libXft-2.1.13_1
|
||||||
libXcursor.so.1 libXcursor-1.1.9_1
|
libXcursor.so.1 libXcursor-1.1.9_1
|
||||||
libXxf86dga.so.1 libXxf86dga-1.0.2_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
|
libXp.so.6 libXp-1.0.0_1
|
||||||
libXv.so.1 libXv-1.0.4_1
|
libXv.so.1 libXv-1.0.4_1
|
||||||
libXvMC.so.1 libXvMC-1.0.4_1
|
libXvMC.so.1 libXvMC-1.0.4_1
|
||||||
|
@ -1 +0,0 @@
|
|||||||
libXxf86misc
|
|
@ -1,29 +0,0 @@
|
|||||||
# Template file for 'libXxf86misc'
|
|
||||||
pkgname=libXxf86misc
|
|
||||||
version=1.0.4
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--enable-malloc0returnsnull"
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="xorgproto libX11-devel libXext-devel"
|
|
||||||
short_desc="Library for the XFree86-Misc X extension"
|
|
||||||
homepage="http://xorg.freedesktop.org"
|
|
||||||
license="MIT"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
|
||||||
checksum=a89c03e2b0f16239d67a2031b9003f31b5a686106bbdb3c797fb88ae472af380
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
||||||
libXxf86misc-devel_package() {
|
|
||||||
depends="xorgproto libX11-devel ${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…
x
Reference in New Issue
Block a user