[arch-commits] Commit in libx11/repos (3 files)

Jan de Groot jgc at archlinux.org
Wed May 14 17:38:51 UTC 2008


    Date: Wednesday, May 14, 2008 @ 13:38:51
  Author: jgc
Revision: 1664

Merged revisions 2-1663 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/libx11/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r573 | alexander | 2008-04-21 09:48:43 +0000 (Mon, 21 Apr 2008) | 2 lines
  
  upgpkg: libx11 1.1.4
........
  r1663 | jgc | 2008-05-14 17:38:32 +0000 (Wed, 14 May 2008) | 2 lines
  
  upgpkg: libx11 1.1.4-2
      Rebuild with latest proto and xtrans
........

Modified:
  libx11/repos/extra-x86_64/	(properties)
  libx11/repos/extra-x86_64/PKGBUILD
Deleted:
  libx11/repos/extra-x86_64/libX11-1.1.2-fix-XGetMotionEvents.patch

-----------------------------------------+
 PKGBUILD                                |   13 ++++++-------
 libX11-1.1.2-fix-XGetMotionEvents.patch |   15 ---------------
 2 files changed, 6 insertions(+), 22 deletions(-)


Property changes on: libx11/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /libx11/trunk:1
   + /libx11/trunk:1-1663

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-14 17:38:32 UTC (rev 1663)
+++ extra-x86_64/PKGBUILD	2008-05-14 17:38:51 UTC (rev 1664)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor Jan de Groot <jgc at archlinux.org>
 pkgname=libx11
-pkgver=1.1.3
-pkgrel=6
+pkgver=1.1.4
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -20,12 +20,11 @@
   cd ${startdir}/src/libX11-${pkgver}
   patch -Np1 -i ${startdir}/src/012_ru_RU_UTF-8_XLC_LOCALE.diff || return 1
 
-  aclocal
-  autoconf
-  automake
 
+  libtoolize --force --copy
+  autoreconf -fv
+
   ./configure --prefix=/usr \
-              --build=${CHOST} --host=${CHOST} \
               --with-xcb
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
@@ -37,6 +36,6 @@
   install -m644 -D ${startdir}/src/libX11-${pkgver}/COPYING \
                    ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
-md5sums=('4d43d3e472c552d2f191ecdd4e75112c'
+md5sums=('1469a5a8aa8d288dce6f4c45d2f68dc3'
          'c7e38a68b932ed557bc71979eed2a8a1'
          'ea3f14c529072c8be061493763479800')

Deleted: extra-x86_64/libX11-1.1.2-fix-XGetMotionEvents.patch
===================================================================
--- extra-x86_64/libX11-1.1.2-fix-XGetMotionEvents.patch	2008-05-14 17:38:32 UTC (rev 1663)
+++ extra-x86_64/libX11-1.1.2-fix-XGetMotionEvents.patch	2008-05-14 17:38:51 UTC (rev 1664)
@@ -1,15 +0,0 @@
-diff --git a/src/GetMoEv.c b/src/GetMoEv.c
-index 2aa6c1a..dac1bfc 100644
---- a/src/GetMoEv.c
-+++ b/src/GetMoEv.c
-@@ -33,9 +33,9 @@ in this Software without prior written authorization from The Open Group.
- 
- XTimeCoord *XGetMotionEvents(
-     register Display *dpy,
-+    Window w,
-     Time start, 
-     Time stop,
--    Window w,
-     int *nEvents)  /* RETURN */
- {       
-     xGetMotionEventsReply rep;





More information about the arch-commits mailing list