Fix build/run deps in some xorg lib pkgs.
--HG-- extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
This commit is contained in:
parent
2ff54fadeb
commit
c397ef5864
7 changed files with 40 additions and 31 deletions
|
@ -1,13 +1,10 @@
|
|||
# Template build file for 'libXmu'.
|
||||
pkgname=libXmu
|
||||
version=1.0.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xmu.pc xmuu.pc"
|
||||
short_desc="X Miscellaneous Utilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d1c1b185842456f65766df89f6a370f0d679ad29
|
||||
checksum=f83c00d6ed8f4c08effa9dcc2d7f1ff6f5a753f2b9fe1babda16618c2afa18f0
|
||||
long_desc="
|
||||
This Xmu library contains miscellaneous utilities and is not part of the
|
||||
Xlib standard. It contains routines which only use public interfaces
|
||||
|
@ -17,3 +14,8 @@ long_desc="
|
|||
This also includes the Mini Xmu library that does not use Xt and Xaw.
|
||||
|
||||
This is from the modular X.org project."
|
||||
|
||||
shared_deps="libXt-1.0 libX11-1.1 libSM-1.0 libICE-1.0 libXext-1.0
|
||||
libXau-1.0 libXdmcp-1.0 e2fsprogs-1.41"
|
||||
build_depends="pkg-config-0.23 xextproto-7.0 xtrans-1.2 ${shared_deps}"
|
||||
run_depends="glibc-2.8 ${shared_deps}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue