summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/xorg-utils/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-11 18:41:04 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-11 18:41:04 (GMT)
commitbcf5ec3fa5da5bbac9a1eaba782bbcea0278d9b7 (patch)
tree1db739b5689e79de25ff05521ff1ef620478df50 /abs/core-testing/xorg-utils/PKGBUILD
parent22cb9c31cde8a125c3b7d159d8b50941cb5c7714 (diff)
downloadlinhes_pkgbuild-bcf5ec3fa5da5bbac9a1eaba782bbcea0278d9b7.zip
linhes_pkgbuild-bcf5ec3fa5da5bbac9a1eaba782bbcea0278d9b7.tar.gz
linhes_pkgbuild-bcf5ec3fa5da5bbac9a1eaba782bbcea0278d9b7.tar.bz2
Updated various packages.
Diffstat (limited to 'abs/core-testing/xorg-utils/PKGBUILD')
-rw-r--r--abs/core-testing/xorg-utils/PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/abs/core-testing/xorg-utils/PKGBUILD b/abs/core-testing/xorg-utils/PKGBUILD
index 6fe2d0f..61a55ce 100644
--- a/abs/core-testing/xorg-utils/PKGBUILD
+++ b/abs/core-testing/xorg-utils/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 18574 2008-11-07 22:08:19Z jgc $
+# $Id: PKGBUILD 18946 2008-11-12 04:14:33Z eric $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-utils
@@ -8,7 +8,7 @@ pkgdesc="Collection of client utilities used to query the X server"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
depends=('libxxf86dga' 'libxi' 'libxxf86misc' 'libxtst' 'libxinerama' 'libxv'
- 'libdmx' 'libxft' 'libxaw')
+ 'libdmx' 'libxft' 'libxaw>=1.0.5')
makedepends=('pkgconfig' 'mesa')
source=(${url}/releases/individual/app/xdpyinfo-1.0.3.tar.bz2
${url}/releases/individual/app/xdriinfo-1.0.2.tar.bz2
@@ -21,16 +21,11 @@ source=(${url}/releases/individual/app/xdpyinfo-1.0.3.tar.bz2
${url}/releases/individual/app/xprop-1.0.4.tar.bz2
${url}/releases/individual/app/xvinfo-1.0.2.tar.bz2
${url}/releases/individual/app/xwininfo-1.0.4.tar.bz2)
-md5sums=('b7cbab6cbcd12bf7ad65dbc12d86e104'
- 'a5ec51ed9f0a55dc3462d90d52ff899c'
- 'a9532c3d1683c99bb5df1895cb3a60b1'
- 'c72abd90f50ef459bc14b39ec9fcc7f8'
- '288fe4cf8a990e4e602aac16dd9109fb'
- '69adcda848479acc3b82b3928812d191'
- '44473b880d26bfbe8b3d4d72b183cba7'
- '28958248590ff60ecd70e8f590d977b7'
- '48aa8fd78802f477dcbf9ef0dfd9f783'
- 'e1e318436f49e2f0f3764593dadd9ad2'
+md5sums=('b7cbab6cbcd12bf7ad65dbc12d86e104' 'a5ec51ed9f0a55dc3462d90d52ff899c'\
+ 'a9532c3d1683c99bb5df1895cb3a60b1' 'c72abd90f50ef459bc14b39ec9fcc7f8'\
+ '288fe4cf8a990e4e602aac16dd9109fb' '69adcda848479acc3b82b3928812d191'\
+ '44473b880d26bfbe8b3d4d72b183cba7' '28958248590ff60ecd70e8f590d977b7'\
+ '48aa8fd78802f477dcbf9ef0dfd9f783' 'e1e318436f49e2f0f3764593dadd9ad2'\
'e2a9bf5ab7f2a0866700a3b49dd8c6bf')
build() {
@@ -38,7 +33,7 @@ build() {
for i in *; do
if [ -d "${i}" ]; then
pushd "${i}"
- ./configure --prefix=/usr || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
popd