Fix build/run deps in some xorg lib pkgs.
--HG-- extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
# Template build file for 'libXt'.
|
||||
pkgname=libXt
|
||||
version=1.0.5
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xt.pc"
|
||||
short_desc="X Toolkit Intrinsics library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7e5ef9e03dc860bf5b64b85a897dd1d2ae1ed0bf
|
||||
checksum=43c472ada59a04428a463225cd4cd42cb81bc43eb687cc1890f2f1c81a3e9cf4
|
||||
long_desc="
|
||||
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
|
||||
of C routines (based on Xlib) used for designing user interfaces with
|
||||
@@ -16,3 +12,8 @@ long_desc="
|
||||
windows, and interpreting resource files.
|
||||
|
||||
This is from the modular X.org project."
|
||||
|
||||
shared_deps="libSM-1.0 libICE-1.0 libX11-1.1 libXau-1.0 libXdmcp-1.0
|
||||
e2fsprogs-1.41"
|
||||
build_depends="pkg-config-0.23 xproto-7.0 kbproto-1.0 ${shared_deps}"
|
||||
run_depends="glibc-2.8 ${shared_deps}"
|
||||
|
||||
Reference in New Issue
Block a user