libX11: remove unused rundep, bump api_depends.

This commit is contained in:
Juan RP 2012-02-13 14:00:41 +01:00
parent 60a8fa9877
commit dea669773e
3 changed files with 10 additions and 23 deletions

View File

@ -1,2 +1,2 @@
abi_depends=">=1.2"
api_depends="${abi_depends}"
api_depends=">=1.4.4_1" # fixed rundeps in -devel subpkg.

View File

@ -1,32 +1,20 @@
# Template file for 'libX11-devel'.
#
revision=1
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run pkg-config
Add_dependency run xproto
Add_dependency run xextproto
Add_dependency run xtrans
Add_dependency run xcmiscproto
Add_dependency run kbproto
Add_dependency run bigreqsproto
Add_dependency run inputproto
Add_dependency run xf86bigfontproto
Add_dependency run libxcb-devel
Add_dependency run libXcursor-devel
Add_dependency run libX11
do_install()
{
install -d ${DESTDIR}/usr/{lib,share}
install -d ${DESTDIR}/usr/lib/X11/locale/common
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/lib/X11/locale/common/*.a \
${DESTDIR}/usr/lib/X11/locale/common
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/man usr/share
vmove "usr/lib/X11/locale/common/*.a" usr/lib/X11/locale/common
}

View File

@ -5,7 +5,7 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--disable-secure-rpc --enable-loadable-i18n"
revision=1
revision=2
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
@ -29,7 +29,6 @@ Add_dependency build inputproto
Add_dependency build xf86bigfontproto
Add_dependency build libxcb-devel
post_install()
{
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}