[arch-commits] Commit in xorg-server-utils/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Nov 16 22:56:35 UTC 2008
Date: Sunday, November 16, 2008 @ 17:56:35
Author: jgc
Revision: 19182
upgpkg: xorg-server-utils 7.4-2
Fix manpath, add md5sums
Modified:
xorg-server-utils/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-16 02:12:16 UTC (rev 19181)
+++ PKGBUILD 2008-11-16 22:56:35 UTC (rev 19182)
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-server-utils
pkgver=7.4
-pkgrel=1
+pkgrel=2
pkgdesc="X.Org utilities required by xorg-server"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -23,6 +23,20 @@
${url}/releases/individual/app/xset-1.0.4.tar.bz2
${url}/releases/individual/app/xsetmode-1.0.0.tar.bz2
${url}/releases/individual/app/xsetroot-1.0.2.tar.bz2)
+md5sums=('7ab8b64edf0212a9d9a3c8129901a450'
+ '44ea16cc3104de6401bc74035f642357'
+ '839e968d7197b9563f0fd8a5a3aac2e3'
+ '8579d5f50ba7f0c4a5bf16b9670fea01'
+ '51b4a1c0ae2b3bd77417306fd78a3e94'
+ 'f13ddedaa63a608d3b025d326f4f5b5d'
+ 'f746aba36f075ae4cae313d849a94f4e'
+ '626731003ec22a74ecf9e44ed098bbdf'
+ '41a9d0cc073fa6165a31fbf9e85f68a6'
+ '9c30b8e1709d5367beb7706146640c07'
+ '1228f890f86148e4e6ae22aa73118cbb'
+ '2f41fd983ba4d89419204854936025e2'
+ 'd074e79d380b031d2f60e4cd56538c93'
+ '9af7db9f3052aef0b11636720b3101dd')
build() {
cd ${startdir}/src
@@ -31,10 +45,10 @@
pushd "${i}"
case "${i}" in
xrdb*)
- ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp\ - at old || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man --with-cpp=/usr/bin/mcpp\ - at old || return 1
;;
*)
- ./configure --prefix=/usr || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man || return 1
;;
esac
make || return 1
More information about the arch-commits
mailing list