[arch-commits] Commit in xorg-server-utils/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Nov 23 07:14:46 UTC 2008
Date: Sunday, November 23, 2008 @ 02:14:45
Author: eric
Revision: 19444
Merged revisions 19182 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xorg-server-utils/trunk
........
r19182 | jgc | 2008-11-16 17:56:35 -0500 (Sun, 16 Nov 2008) | 2 lines
upgpkg: xorg-server-utils 7.4-2
Fix manpath, add md5sums
........
Modified:
xorg-server-utils/repos/extra-x86_64/ (properties)
xorg-server-utils/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
Property changes on: xorg-server-utils/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xorg-server-utils/trunk:1-18722
+ /xorg-server-utils/trunk:1-19443
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-23 07:13:48 UTC (rev 19443)
+++ extra-x86_64/PKGBUILD 2008-11-23 07:14:45 UTC (rev 19444)
@@ -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