[arch-commits] Commit in feh/trunk (PKGBUILD)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:28:57
  Author: giovanni
Revision: 75804

upgpkg: feh 1.4.2-2
Fixed FS18946

Modified:
  feh/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-03 18:31:36 UTC (rev 75803)
+++ PKGBUILD2010-04-04 08:28:57 UTC (rev 75804)
@@ -5,7 +5,7 @@
 
 pkgname=feh
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, lightweight image viewer which uses imlib2"
 arch=('i686' 'x86_64')
 url="https://derf.homelinux.org/~derf/projects/feh/";
@@ -18,12 +18,13 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  sed -i -e "s:/usr/local:/usr:g" config.mk
   make || return 1
 }
 
 package(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR="${pkgdir}" PREFIX=/usr install || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR="${pkgdir}" install || return 1
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" || 
return 1
 }



[arch-commits] Commit in feh/repos (extra-i686)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:29:06
  Author: giovanni
Revision: 75805

archrelease: remove extra-i686

Deleted:
  feh/repos/extra-i686/



[arch-commits] Commit in feh/repos (extra-i686)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:29:24
  Author: giovanni
Revision: 75806

archrelease: copy trunk to extra-i686

Added:
  feh/repos/extra-i686/



[arch-commits] Commit in feh/repos (extra-x86_64)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:29:32
  Author: giovanni
Revision: 75807

archrelease: remove extra-x86_64

Deleted:
  feh/repos/extra-x86_64/



[arch-commits] Commit in feh/repos (extra-x86_64)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:29:50
  Author: giovanni
Revision: 75808

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/



[arch-commits] Commit in kernel26/trunk (PKGBUILD)

2010-04-04 Thread Tobias Powalowski
Date: Sunday, April 4, 2010 @ 04:36:12
  Author: tpowa
Revision: 75809

upgpkg: kernel26 2.6.33.2-1
bump to latest version

Modified:
  kernel26/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 08:29:50 UTC (rev 75808)
+++ PKGBUILD2010-04-04 08:36:12 UTC (rev 75809)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.33
-pkgver=${_basekernel}.1
+pkgver=${_basekernel}.2
 pkgrel=1
 _patchname="patch-${pkgver}-${pkgrel}-ARCH"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('c3883760b18d50e8d78819c54d579b00'
- '315c35dcc2a7edabbf9a7504e7775a70'
+ '702d845eba5c5c50ede848137552048d'
  '2bc6c67ba53b61d0f37cacf519650990'
  '4ace267fc2923eae7245838083752451'
  '25584700a0a679542929c4bed31433b6')



[arch-commits] Commit in ivtv-utils/trunk (PKGBUILD)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:46:35
  Author: giovanni
Revision: 75810

upgpkg: ivtv-utils 1.4.1-1
upstream release

Modified:
  ivtv-utils/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 08:36:12 UTC (rev 75809)
+++ PKGBUILD2010-04-04 08:46:35 UTC (rev 75810)
@@ -3,27 +3,29 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ivtv-utils
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Userspace utilities for Hauppauge PVR cards"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://ivtvdriver.org";
-source=(http://dl.ivtvdriver.org/ivtv/stable/$pkgname-$pkgver.tar.gz
+source=(http://dl.ivtvdriver.org/ivtv/stable/${pkgname}-${pkgver}.tar.gz
 http://dl.ivtvdriver.org/ivtv/firmware/ivtv-firmware.tar.gz)
 depends=('gcc-libs')
-md5sums=('13deb3fe973b175a115285e63f668b95'
+md5sums=('3a4219d698262ca2b28e41f0f547b0a2'
  'b9a871f1c569025be9c48a77b3515faf')
  
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   make || return 1
   make DESTDIR="${pkgdir}" PREFIX=/usr install || return 1
-  cd ${srcdir} || return 1
+
+  cd ${srcdir}
   for file in `ls *.fw` v4l-cx2341x-init.mpg; do
 install -D -m644 $file "${pkgdir}/lib/firmware/$file" || return 1
   done
+
   # FS#15133 - files already provided by the kernel-headers package
   rm -rf ${pkgdir}/usr/include
 }
-



[arch-commits] Commit in ivtv-utils/repos (extra-i686)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:46:44
  Author: giovanni
Revision: 75811

archrelease: remove extra-i686

Deleted:
  ivtv-utils/repos/extra-i686/



[arch-commits] Commit in ivtv-utils/repos (extra-i686)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:47:01
  Author: giovanni
Revision: 75812

archrelease: copy trunk to extra-i686

Added:
  ivtv-utils/repos/extra-i686/



[arch-commits] Commit in ivtv-utils/repos (extra-x86_64)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:47:10
  Author: giovanni
Revision: 75813

archrelease: remove extra-x86_64

Deleted:
  ivtv-utils/repos/extra-x86_64/



[arch-commits] Commit in ivtv-utils/repos (extra-x86_64)

2010-04-04 Thread Giovanni Scafora
Date: Sunday, April 4, 2010 @ 04:47:28
  Author: giovanni
Revision: 75814

archrelease: copy trunk to extra-x86_64

Added:
  ivtv-utils/repos/extra-x86_64/



[arch-commits] Commit in kernel26/repos (testing-x86_64)

2010-04-04 Thread Tobias Powalowski
Date: Sunday, April 4, 2010 @ 04:47:35
  Author: tpowa
Revision: 75815

archrelease: remove testing-x86_64

Deleted:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in kernel26/repos (testing-x86_64)

2010-04-04 Thread Tobias Powalowski
Date: Sunday, April 4, 2010 @ 04:48:16
  Author: tpowa
Revision: 75816

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in grep/repos (core-i686)

2010-04-04 Thread Allan McRae
Date: Sunday, April 4, 2010 @ 05:20:02
  Author: allan
Revision: 75817

db-move: grep removed by allan for move to core

Deleted:
  grep/repos/core-i686/



[arch-commits] Commit in grep/repos (core-i686 testing-i686)

2010-04-04 Thread Allan McRae
Date: Sunday, April 4, 2010 @ 05:20:03
  Author: allan
Revision: 75818

db-move: moved grep from [testing] to [core] (i686)

Added:
  grep/repos/core-i686/
Deleted:
  grep/repos/testing-i686/



[arch-commits] Commit in grep/repos (core-x86_64)

2010-04-04 Thread Allan McRae
Date: Sunday, April 4, 2010 @ 05:20:09
  Author: allan
Revision: 75819

db-move: grep removed by allan for move to core

Deleted:
  grep/repos/core-x86_64/



[arch-commits] Commit in grep/repos (core-x86_64 testing-x86_64)

2010-04-04 Thread Allan McRae
Date: Sunday, April 4, 2010 @ 05:20:10
  Author: allan
Revision: 75820

db-move: moved grep from [testing] to [core] (x86_64)

Added:
  grep/repos/core-x86_64/
Deleted:
  grep/repos/testing-x86_64/



[arch-commits] Commit in firefox-i18n/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 07:01:09
  Author: jgc
Revision: 75821

upgpkg: firefox-i18n 3.6.3-1
Update to 3.6.3

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 09:20:10 UTC (rev 75820)
+++ PKGBUILD2010-04-04 11:01:09 UTC (rev 75821)
@@ -4,7 +4,7 @@
 # Contributor: Michal Hybner 
 
 pkgname=firefox-i18n
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="Language packs for Firefox"
 arch=('any')
@@ -85,6 +85,79 @@
 $_url/vi.xpi
 $_url/zh-CN.xpi
 $_url/zh-TW.xpi)
+md5sums=('9f1e7a8f015fa9c6673e7a5fd74655f5'
+ '5f6e53b5087e24b91d18ba64c4ffe185'
+ 'dfb526adb3247201856e1cbfc55d55b9'
+ '82b3c8566c2266a9f9e41f9bd00a9a9d'
+ '5c2e2ecaaedde6aedcd9238d036b5026'
+ 'd961018ade9bb29edaf6b4d9bf6cc7b6'
+ '00646001d91a81888d349d1526e10607'
+ '7ff08e6bb1019a758bd0b4be5a83a805'
+ 'd977d0011392ab0ad1bc89731c5294e8'
+ 'ed20f0a63e8bb0e4f06efaf3372ef0ac'
+ '7a29d0ca6e1b2aafd43dadb0bdebc7fc'
+ '37d7c2f80c50f7081ae30655b9af8723'
+ '5ae2e84b06c058b1c30742d65ae35cee'
+ '76ba151eb259d36ce8fd5c6cc1a23f51'
+ 'fb8a232ac6334c59b59df247fbacd8dc'
+ 'c1b577ff734865137e51358388e124a8'
+ '542004b1893ee3be31d2aa81eccd1b2d'
+ '95a40275aa67f8eea18d6681a163db61'
+ '7444e7ada0a3bb07ca9a9b97894c7075'
+ '5972b1f8158ba24311042eec32103e98'
+ 'b3393f5c33af179ca8ad86d98c3c38a9'
+ '33ecf5ebaf0959e7bc7ac684c3594298'
+ '166d3ebfcac6c4e86f9f18bf4f2652e4'
+ '47647b52ed1503d6a29bc2a58f7de996'
+ '5fd9beb2b74ea00165cc42aa73f019ac'
+ '03cf568156201821e8ca9f77b7fd2166'
+ '295b524b77e7faeb768025eca9253989'
+ '7aebe5e8b398ab5e0a8fb915bbea'
+ 'c21073d11f5abe89fffd98a4f67449ce'
+ 'c3adf95f031bedbeb1b06a58133b2a1f'
+ 'b45855fd805a81c8d6fff63b3dbddf2e'
+ '20afeceaebcb56cc10089f3054303441'
+ '5d9a0e02c7480400e86c90619517a686'
+ 'd94b56636da5804b4b92103029f7ab6a'
+ '55bf6baa6b00e395c9c899f513fa5fde'
+ '9d4e0d5e0e8396b1c6c60305d4a57ef8'
+ 'b56e5d155b16b450801b069134d54171'
+ 'edf4e7d9f79138c48071c544e367efd7'
+ 'b64aa0463db089f8755ba9e4e477e9ef'
+ '4b623a76f0e2f51884d3a1d4399f0028'
+ '2f097580a7f7680933a5b235946e735a'
+ 'd555eec00dd9c9436974daa2d46cda79'
+ 'b2754566f884f1d615fe1129524ae1ff'
+ '7fe0e89f7e3fb7c75d4ace3ee1f17d79'
+ '750703cb440d417c8fdf2cce332df4e9'
+ '63458b4fdb0fe795059ed7a1f1d7e7ca'
+ 'd62276990caf1add8607bf2a13f80425'
+ '2e28e9d322306d4cd62ad0d6edde384b'
+ '545762e4e6a20cf9137ceffaea2de293'
+ 'db28c06c28760160fa54f55944bf19c0'
+ '86c940e7b554564b559421dd44ee6abd'
+ 'b1f5a0236e87fc9f245a551e217ad13f'
+ '7830e4e59a54dd293cd485cbb5ca034a'
+ 'c208c9d466dc3329be7f213dca022ad2'
+ '6ff5989286f33b06ce689a017d107f41'
+ '212f3cbc2b1d3c7c3d5c1919cb7cdea0'
+ '24e50bb4c20d40f199363262935f7d03'
+ 'e85f86833efffa0ebbb67f66c55853a0'
+ '00ad3e7ff392995e0e578b7210ed0eac'
+ '4a80b1e2c7d0a0c253379d466a5dea32'
+ '82708e7ca784e894531a76e4b760cd63'
+ '7bad1d0dd6022ddecc0c3a9a7e7065dd'
+ '6c53cf2ff925a321b6d6076fe5b40fcf'
+ '210407c722919c59747a4c599e27d0cc'
+ '7c09b11224ac7fbfbc599e102eb3e444'
+ '7f6d205ee070313768588ccb299caff9'
+ '5bb3d9c0a70c8fb1791251578e646adb'
+ '72ac1e0a9f590febc6486b2e507d0b79'
+ 'b0cb9dea29cf0198cb768b661e536331'
+ '328a06b4ce0ef75d19a382d2f95fefb7'
+ 'c6e7fd3a4f289269298f1a447d3c6924'
+ 'e79500e81decbe294de6ad650416e7cd'
+ '1836f39bf72e9d10668c2a9e6668bf18')
 
 build() {
   cd "${srcdir}"
@@ -96,76 +169,3 @@
 install -D -m 644 chrome.manifest 
"${pkgdir}/usr/lib/firefox-3.6/chrome/${lang}.manifest" || return 1
   done
 }
-md5sums=('6098ee3000db24f8630f6d8481ab6738'
- '99621a07d3625d2b48ca8f6ec3e542bb'
- '5144667ac67180ee5a802029afcacb22'
- '3dddf0d91249f7ec753b414168910655'
- 'e3d7230d167d3dfa8ba904158a6d536f'
- '0781de0249e275d3f46d9d57db07d5e8'
- '5292991a5baf49dc238c57555a3e1d23'
- 'f8978814c17699e464a61c99cf279988'
- '2390954d3d3899b31559dec854b692c8'
- '9f41c969931d8e559d056a054b1844d8'
- '45ad66651c5f26aef42f5f9d6a5bd1c7'
- 'b701f8f81573aeb3bfddb63955c0f0b8'
- '1e6915d27a9183bc0070e54332bb5182'
- '01c4dccd21e5b31e8ae2bee4925a0846'
- 'e12a528c72e1e8f13e604f48cc7e1e09'
- '58a325ac2c88c7aeff6d5e5f427e5f8b'
- '1a35436da22ccb593667905dbca847b7'
- '244a5969458464ad37b

[arch-commits] Commit in firefox-i18n/repos (extra-any)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 07:01:25
  Author: jgc
Revision: 75822

archrelease: remove extra-any

Deleted:
  firefox-i18n/repos/extra-any/



[arch-commits] Commit in firefox-i18n/repos (extra-any)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 07:01:31
  Author: jgc
Revision: 75823

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/



[arch-commits] Commit in dbus-python/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:03:46
  Author: jgc
Revision: 75824

upgpkg: dbus-python 0.83.1-1
Update to 0.83.1

Modified:
  dbus-python/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 11:01:31 UTC (rev 75823)
+++ PKGBUILD2010-04-04 12:03:46 UTC (rev 75824)
@@ -2,21 +2,21 @@
 # Contributor: Jan de Groot 
 
 pkgname=dbus-python
-pkgver=0.83.0
-pkgrel=2.1
+pkgver=0.83.1
+pkgrel=1
 pkgdesc="Python bindings for DBUS"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://www.freedesktop.org/wiki/Software/DBusBindings";
-depends=('dbus-glib>=0.76' 'python>=2.6')
+depends=('dbus-glib>=0.82' 'python>=2.6.5')
 makedepends=('pkgconfig' 'docutils')
 options=('!libtool')
 
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('562c78876219bf458d79a041af18293d')
+md5sums=('5fdf3970aa0c00020289de7ba8f3be18')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }



[arch-commits] Commit in dbus-python/repos (extra-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:03:50
  Author: jgc
Revision: 75825

archrelease: remove extra-i686

Deleted:
  dbus-python/repos/extra-i686/



[arch-commits] Commit in dbus-python/repos (extra-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:04:01
  Author: jgc
Revision: 75827

archrelease: remove extra-x86_64

Deleted:
  dbus-python/repos/extra-x86_64/



[arch-commits] Commit in dbus-python/repos (extra-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:03:57
  Author: jgc
Revision: 75826

archrelease: copy trunk to extra-i686

Added:
  dbus-python/repos/extra-i686/



[arch-commits] Commit in dbus-python/repos (extra-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:04:08
  Author: jgc
Revision: 75828

archrelease: copy trunk to extra-x86_64

Added:
  dbus-python/repos/extra-x86_64/



[arch-commits] Commit in xorg-xinit/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:10:18
  Author: jgc
Revision: 75829

upgpkg: xorg-xinit 1.2.1-1
Fix license, this package is not GPL licensed

Modified:
  xorg-xinit/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 12:04:08 UTC (rev 75828)
+++ PKGBUILD2010-04-04 12:10:18 UTC (rev 75829)
@@ -2,11 +2,11 @@
 # Maintainer: Alexander Baldeck 
 # Contributor: Jan de Groot 
 pkgname=xorg-xinit
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="X.Org initialisation program "
 arch=(i686 x86_64)
-license=('GPL')
+license=('custom')
 url="http://xorg.freedesktop.org/";
 depends=('libx11' 'xorg-xauth')
 makedepends=('pkgconfig')
@@ -22,7 +22,7 @@
 xsession
 xserverrc)
 options=(!emptydirs)
-md5sums=('fe1696cab2fbed6fa059d0cd1c53ac13'
+md5sums=('56f2d202b3dc10fcd21931a67bb270f7'
  'abd072ec435ce084cf4e89c58f83d45c'
  'cee2d70748a089fbc7db64a4a6e8fdb1'
  '7873d97db30d6c279ed37e3559e7c59d'
@@ -40,4 +40,6 @@
   install -m644 "${srcdir}/xinitrc" "${pkgdir}/etc/skel/.xinitrc" || return 1
   install -m644 "${srcdir}/xsession" "${pkgdir}/etc/skel/.xsession" || return 1
   install -m644 "${srcdir}/xserverrc" "${pkgdir}/etc/X11/xinit/xserverrc" || 
return 1
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }



[arch-commits] Commit in xorg-xinit/repos (extra-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:10:21
  Author: jgc
Revision: 75830

archrelease: remove extra-i686

Deleted:
  xorg-xinit/repos/extra-i686/



[arch-commits] Commit in xorg-xinit/repos (extra-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:10:28
  Author: jgc
Revision: 75831

archrelease: copy trunk to extra-i686

Added:
  xorg-xinit/repos/extra-i686/



[arch-commits] Commit in xorg-xinit/repos (extra-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:10:32
  Author: jgc
Revision: 75832

archrelease: remove extra-x86_64

Deleted:
  xorg-xinit/repos/extra-x86_64/



[arch-commits] Commit in xorg-xinit/repos (extra-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 08:10:38
  Author: jgc
Revision: 75833

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xinit/repos/extra-x86_64/



[arch-commits] Commit in libdrm/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 09:26:23
  Author: jgc
Revision: 75834

upgpkg: libdrm 2.4.20-1
Update to 2.4.20

Modified:
  libdrm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 12:10:38 UTC (rev 75833)
+++ PKGBUILD2010-04-04 13:26:23 UTC (rev 75834)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.19
+pkgver=2.4.20
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 source=(http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 no-pthread-stubs.patch
 COPYING)
-md5sums=('c2699b5d8ebc9e47fb56da15f460107f'
+md5sums=('3c56e03172b236e14905ef9a68ba2f97'
  '9b5ec3bbebe86921e2057694c42f65b8'
  'ba65e71c481b94ef0fb6c23c7f21ffa1')
  



[arch-commits] Commit in libdrm/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 09:26:31
  Author: jgc
Revision: 75835

archrelease: copy trunk to xorg18-i686

Added:
  libdrm/repos/xorg18-i686/



[arch-commits] Commit in libdrm/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 09:26:39
  Author: jgc
Revision: 75836

archrelease: copy trunk to xorg18-x86_64

Added:
  libdrm/repos/xorg18-x86_64/



[arch-commits] Commit in dri2proto/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 09:31:52
  Author: jgc
Revision: 75837

upgpkg: dri2proto 2.3-1
Update to 2.3

Modified:
  dri2proto/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 13:26:39 UTC (rev 75836)
+++ PKGBUILD2010-04-04 13:31:52 UTC (rev 75837)
@@ -2,14 +2,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=dri2proto
-pkgver=2.1
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="X11 DRI protocol"
 arch=(any)
 license=('custom')
 url="http://xorg.freedesktop.org/";
+makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5cb7987d29db068153bdc8f23c767c43')
+sha1sums=('6c9e2c822e777db435a43616067f8dd21cc00a53')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in dri2proto/repos (xorg18-any)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 09:31:59
  Author: jgc
Revision: 75838

archrelease: copy trunk to xorg18-any

Added:
  dri2proto/repos/xorg18-any/



[arch-commits] Commit in mesa/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 10:43:19
  Author: jgc
Revision: 75839

upgpkg: mesa 7.8-1
Update to 7.8
- Disable EGL
- Remove intel vbl patch, upstream should have fixed the real reason for this 
patch by now
- Disable libdricore for now, Fedora disables it too and it does not apply

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   66 +++--
 1 file changed, 12 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 13:31:59 UTC (rev 75838)
+++ PKGBUILD2010-04-04 14:43:19 UTC (rev 75839)
@@ -1,26 +1,23 @@
-   # $Id$
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgbase="mesa"
-pkgname=('mesa' 'libgl' 'ati-dri' 'intel-dri' 'unichrome-dri' 'mach64-dri' 
'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') # 'nouveau-dri')
-pkgver=7.7.1
+pkgname=('mesa' 'libgl' 'ati-dri' 'intel-dri' 'unichrome-dri' 'mach64-dri' 
'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri')
+pkgver=7.8
 pkgrel=1
 arch=(i686 x86_64)
-makedepends=('glproto>=1.4.11' 'pkgconfig' 'libdrm>=2.4.19' 
'libxxf86vm>=1.1.0' 'libxdamage>=1.1.2' 'expat>=2.0.1' 'libx11>=1.3.3' 
'libxt>=1.0.7' 
-'gcc-libs>=4.4.3' 'dri2proto=2.1' 'python')
+makedepends=('glproto>=1.4.11' 'pkgconfig' 'libdrm>=2.4.20' 
'libxxf86vm>=1.1.0' 'libxdamage>=1.1.2' 'expat>=2.0.1' 'libx11>=1.3.3' 
'libxt>=1.0.8' 'gcc-libs>=4.4.3' 'dri2proto=2.3' 'python')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
 options=(!makeflags)
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
-   
#ftp://ftp.freedesktop.org/pub/mesa/${pkgver/.0.902//}RC/MesaLib-${pkgver/0.902/1-rc2}.tar.bz2
 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaDemos-${pkgver}.tar.bz2
-   
#ftp://ftp.freedesktop.org/pub/mesa/${pkgver/.0.902//}RC/MesaDemos-${pkgver/0.902/1-rc2}.tar.bz2
 ftp://ftp.archlinux.org/other/mesa/gl-manpages-1.0.1.tar.bz2
 mesa-7.1-link-shared.patch
 intel-revert-vbl.patch
 LICENSE)
-md5sums=('46664d99e03f1e3ac078a7fea02af115'
- 'aeb39645d80d656e0adebaa09e5bcd03'
+md5sums=('85cb891eecb89aae4fdd3499cccd934b'
+ '9fe8ec184c7f78691e43c4c0a7f97d56'
  '6ae05158e678f4594343f32c2ca50515'
  '8420bed348e7016ef03cac6545d68389'
  'a111f4dc82e894f8801bc3fa129af7af'
@@ -28,33 +25,17 @@
 
 build() {
   cd "${srcdir}/Mesa-${pkgver}"
-  #cd "${srcdir}/Mesa-${pkgver/0.902/1-rc2}"
-  patch -Np1 -i "${srcdir}/mesa-7.1-link-shared.patch" || return 1
-  patch -Np1 -i "${srcdir}/intel-revert-vbl.patch" || return 1
+  #patch -Np1 -i "${srcdir}/mesa-7.1-link-shared.patch" || return 1
+  #patch -Np1 -i "${srcdir}/intel-revert-vbl.patch" || return 1
   ./configure --prefix=/usr \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
 
--with-dri-drivers=swrast,radeon,r200,r300,r600,i810,i915,i965,unichrome,mach64,mga,r128,savage,sis,tdfx
 \
+--disable-egl \
 --disable-gallium-intel \
 --enable-glx-tls \
 --with-driver=dri \
 --enable-xcb \
 --disable-glut --disable-gallium || return 1
-
-#--with-state-trackers=dri,egl \
-#--enable-gallium-nouveau \
-
-#--with-state-trackers=yes \   # gentoo: glx,dri,egl
-#  --disable-gallium   build gallium [default=enabled]
-#  --disable-gallium-intel build gallium intel [default=enabled]
-#  --enable-gallium-radeon build gallium radeon [default=disabled]
-#  --enable-gallium-nouveau build gallium nouveau [default=disabled]
-
-#ls src/Mesa-7.6/src/mesa/drivers/dri/
-#common  dri.pc.in  fb  ffb  gamma  glcore  i810  i915  i965  intel  mach64  
mga  r128  r200  r300  r600  radeon  s3v  savage  sis  swrast  tdfx  trident  
unichrome
-#ls src/Mesa-7.6/src/gallium/drivers/
-#cell  failover  i915simple  i965simple  identity  llvmpipe  nouveau  nv04  
nv10  nv20  nv30  nv40  nv50  r300  softpipe  trace
-
-
   make || return 1
 
   cd "${srcdir}/gl-manpages-1.0.1"
@@ -63,11 +44,10 @@
 }
 
 package_libgl() {
-  depends=('libdrm>=2.4.17-2' 'libxxf86vm>=1.1.0' 'libxdamage>=1.1.2' 
'expat>=2.0.1')
+  depends=('libdrm>=2.4.20' 'libxxf86vm>=1.1.0' 'libxdamage>=1.1.2' 
'expat>=2.0.1')
   pkgdesc="Mesa 3-D graphics library and DRI software rasterizer"
 
   cd "${srcdir}/Mesa-${pkgver}" || return 1
-#  cd "${srcdir}/Mesa-${pkgver/0.902/1-rc2}" || return 1
   install -m755 -d "${pkgdir}/usr/lib" || return 1
   install -m755 -d "${pkgdir}/usr/lib/xorg/modules/extensions"
 
@@ -75,7 +55,7 @@
 
   cd src/mesa/drivers/dri
   make -C swrast DESTDIR="${pkgdir}" install || return 1
-  install -m755 libdricore.so "${pkgdir}/usr/lib/xorg/modules/dri/" || return 1
+  #install -m755 libdricore.so "${pkgdir}/usr/lib/xorg/modules/dri/" || return 
1
   ln -s libglx.xorg "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" || 
return 1
 
   install -m755 -d "${pkgdir}/usr/share/licenses/libgl"
@@ -83,11 +63,10 @@
 }
 
 package_mesa() {
-  depends=('libgl' 'libx11>=1.3.2' 'libxt>=1.0

[arch-commits] Commit in mesa/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 10:44:02
  Author: jgc
Revision: 75840

archrelease: copy trunk to xorg18-x86_64

Added:
  mesa/repos/xorg18-x86_64/



[arch-commits] Commit in mesa/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 10:51:07
  Author: jgc
Revision: 75841

archrelease: copy trunk to xorg18-i686

Added:
  mesa/repos/xorg18-i686/



[arch-commits] Commit in xorg-server/trunk (10-evdev.conf 10-quirks.conf PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:25:56
  Author: jgc
Revision: 75842

upgpkg: xorg-server 1.8.0-1
Update to 1.8.0:
- depend on libgcrypt instead of OpenSSL
- use config-udev instead of hal for hotplugging
- add default configuration from Fedora, those are more sane
- Remove patches
- Requires rebuild of all drivers.

Added:
  xorg-server/trunk/10-evdev.conf
  xorg-server/trunk/10-quirks.conf
Modified:
  xorg-server/trunk/PKGBUILD

+
 10-evdev.conf  |   39 +++
 10-quirks.conf |   10 ++
 PKGBUILD   |   41 -
 3 files changed, 65 insertions(+), 25 deletions(-)

Added: 10-evdev.conf
===
--- 10-evdev.conf   (rev 0)
+++ 10-evdev.conf   2010-04-04 17:25:56 UTC (rev 75842)
@@ -0,0 +1,39 @@
+# Catchall classes for input devices
+# We don't simply match on any device since that also adds accelerometers
+# and other devices that we don't really want to use. The list below
+# matches everything but joysticks.
+
+Section "InputClass"
+Identifier "evdev pointer catchall"
+MatchIsPointer "on"
+MatchDevicePath "/dev/input/event*"
+Driver "evdev"
+EndSection
+
+Section "InputClass"
+Identifier "evdev keyboard catchall"
+MatchIsKeyboard "on"
+MatchDevicePath "/dev/input/event*"
+Driver "evdev"
+EndSection
+
+Section "InputClass"
+Identifier "evdev touchpad catchall"
+MatchIsTouchpad "on"
+MatchDevicePath "/dev/input/event*"
+Driver "evdev"
+EndSection
+
+Section "InputClass"
+Identifier "evdev tablet catchall"
+MatchIsTablet "on"
+MatchDevicePath "/dev/input/event*"
+Driver "evdev"
+EndSection
+
+Section "InputClass"
+Identifier "evdev touchscreen catchall"
+MatchIsTouchscreen "on"
+MatchDevicePath "/dev/input/event*"
+Driver "evdev"
+EndSection

Added: 10-quirks.conf
===
--- 10-quirks.conf  (rev 0)
+++ 10-quirks.conf  2010-04-04 17:25:56 UTC (rev 75842)
@@ -0,0 +1,10 @@
+# Collection of quirks and blacklist/whitelists for specific devices.
+
+
+# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
+# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
+Section "InputClass"
+Identifier "ThinkPad HDAPS accelerometer blacklist"
+MatchProduct "ThinkPad HDAPS accelerometer data"
+Option "Ignore" "on"
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 14:51:07 UTC (rev 75841)
+++ PKGBUILD2010-04-04 17:25:56 UTC (rev 75842)
@@ -2,33 +2,33 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-server
-pkgver=1.7.6
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="X.Org X servers"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
-depends=('hal>=0.5.14' 'libgl' 'libxfont>=1.4.1' 'openssl>=1.0.0' 
'libpciaccess>=0.10.9' 'libxv>=1.0.5' 'pixman>=0.16.6' 'xcursor-themes>=1.0.2' 
-'xkeyboard-config>=1.8' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 
'diffutils' 'xf86-input-evdev>=2.2.5' 'inputproto>=2.0')
-makedepends=('libx11>=1.3' 'mesa>=7.7.0.901' 'xf86driproto>=2.1.0' 
'xtrans>=1.2.4' 'libxkbfile>=1.0.6' 'randrproto>=1.3.1' 'renderproto>=0.11' 
'xcmiscproto>=1.2.0' 'bigreqsproto>=1.1.0' 'resourceproto>=1.1.0' 
'videoproto>=2.3.0' 'compositeproto>=0.4.1' 'scrnsaverproto>=1.2.0' 
'xf86dgaproto>=2.1' 'libgl>=7.7' 'glproto>=1.4.10' 'xorg-util-macros>=1.3.0' 
'xineramaproto>=1.2' 'recordproto')
+depends=('libgl' 'libxfont>=1.4.1' 'libgcrypt>=1.4.5' 'udev>=151' 
'libpciaccess>=0.10.9' 'libxv>=1.0.5' 'pixman>=0.18.0' 'xcursor-themes>=1.0.2' 
'xkeyboard-config>=1.8' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 
'diffutils' 'xf86-input-evdev>=2.2.5' 'inputproto>=2.0')
+makedepends=('libx11>=1.3.3' 'mesa>=7.8' 'xf86driproto>=2.1.0' 'xtrans>=1.2.5' 
'libxkbfile>=1.0.6' 'randrproto>=1.3.1' 'renderproto>=0.11' 
'xcmiscproto>=1.2.0' 'bigreqsproto>=1.1.0' 'resourceproto>=1.1.0' 
'videoproto>=2.3.0' 'compositeproto>=0.4.1' 'scrnsaverproto>=1.2.0' 
'xf86dgaproto>=2.1' 'libgl>=7.8' 'glproto>=1.4.11' 'xorg-util-macros>=1.6.1' 
'xineramaproto>=1.2' 'recordproto')
 conflicts=('catalyst-utils<=9.2' 'xf86-input-calcomp' 'xf86-input-citron' 
'xf86-input-digitaledge' 'xf86-input-dmc' 'xf86-input-dynapro' 
'xf86-input-elo2300'
'xf86-input-jamstudio' 'xf86-input-magellan' 'xf86-input-magictouch' 
'xf86-input-microtouch' 'xf86-input-palmax' 'xf86-input-spaceorb' 
'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98' 'xf86-video-vga' 
'xf86-video-intel-legacy' 'nvidia-96xx-utils<96.43.14' 
'nvidia-173xx-utils<173.14.21')
 options=('!libtool')
 provides=('x-server')
 groups=('xorg')
 install=xorg-server.install
+backup=('etc/X11/xorg.conf.d/10-evdev.conf'

[arch-commits] Commit in xorg-server/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:26:10
  Author: jgc
Revision: 75843

archrelease: copy trunk to xorg18-i686

Added:
  xorg-server/repos/xorg18-i686/



[arch-commits] Commit in xorg-server/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:26:22
  Author: jgc
Revision: 75844

archrelease: copy trunk to xorg18-x86_64

Added:
  xorg-server/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:36:00
  Author: jgc
Revision: 75845

upgpkg: xf86-video-intel 2.11.0-1
Update to 2.11.0, build with xorg-server 1.8

Modified:
  xf86-video-intel/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 17:26:22 UTC (rev 75844)
+++ PKGBUILD2010-04-04 17:36:00 UTC (rev 75845)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.10.0
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('intel-dri>=7.6' 'libpciaccess>=0.10.9' 'libdrm>=2.4.17-4' 
'libxvmc>=1.0.5' 'libxcb>=1.5' 'xcb-util>=0.3.6')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'xf86driproto>=2.1.0' 
'glproto>=1.4.10' 'mesa>=7.6' 'xineramaproto>=1.2' 'inputproto')
-conflicts=('xorg-server<1.7.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
+depends=('intel-dri>=7.8' 'libpciaccess>=0.10.9' 'libdrm>=2.4.20' 
'libxvmc>=1.0.5' 'libxcb>=1.5' 'xcb-util>=0.3.6')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xf86driproto>=2.1.0' 
'glproto>=1.4.11' 'mesa>=7.8' 'xineramaproto>=1.2' 'inputproto')
+conflicts=('xorg-server<1.8.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
 options=('!libtool')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 LICENSE)
-md5sums=('78309d4f04dd8ae6585d120377042741'
+md5sums=('91a8baa97c4c8c85d35291fea547dd15'
  'b924480931774dec14515e270db4924d')
 
 build() {



[arch-commits] Commit in xf86-video-intel/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:36:10
  Author: jgc
Revision: 75846

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-intel/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-intel/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:38:37
  Author: jgc
Revision: 75847

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-intel/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-intel/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:38:40
  Author: jgc
Revision: 75848

archrelease: remove xorg18-x86_64

Deleted:
  xf86-video-intel/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-intel/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:38:46
  Author: jgc
Revision: 75849

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-intel/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:41:11
  Author: jgc
Revision: 75850

upgpkg: xf86-input-evdev 2.3.2-2
Rebuild for xorg-server-1.8

Modified:
  xf86-input-evdev/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 17:38:46 UTC (rev 75849)
+++ PKGBUILD2010-04-04 17:41:11 UTC (rev 75850)
@@ -3,14 +3,14 @@
 # Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'inputproto>=2.0' 
'randrproto>=1.3.1')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'inputproto>=2.0' 
'randrproto>=1.3.1')
+conflicts=('xorg-server<1.8.0')
 options=('!libtool')
 groups=('xorg-input-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-evdev/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:41:18
  Author: jgc
Revision: 75851

archrelease: copy trunk to xorg18-i686

Added:
  xf86-input-evdev/repos/xorg18-i686/



[arch-commits] Commit in xf86-input-evdev/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:41:25
  Author: jgc
Revision: 75852

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-input-evdev/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-input-synaptics/trunk (10-synaptics.conf PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:46:34
  Author: jgc
Revision: 75853

upgpkg: xf86-input-synaptics 1.2.2-1
Update to 1.2.2, build with xorg-server-1.8

Added:
  xf86-input-synaptics/trunk/10-synaptics.conf
Modified:
  xf86-input-synaptics/trunk/PKGBUILD

---+
 10-synaptics.conf |5 +
 PKGBUILD  |   12 ++--
 2 files changed, 11 insertions(+), 6 deletions(-)

Added: 10-synaptics.conf
===
--- 10-synaptics.conf   (rev 0)
+++ 10-synaptics.conf   2010-04-04 17:46:34 UTC (rev 75853)
@@ -0,0 +1,5 @@
+Section "InputClass"
+Identifier "touchpad catchall"
+Driver "synaptics"
+MatchIsTouchpad "on"
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 17:41:25 UTC (rev 75852)
+++ PKGBUILD2010-04-04 17:46:34 UTC (rev 75853)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Bächler 
 # Contributor: Alexander Baldeck 
 pkgname=xf86-input-synaptics
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="synaptics driver for notebook touchpads"
 arch=(i686 x86_64)
@@ -19,17 +19,17 @@
 groups=('xorg-input-drivers')
 options=(!libtool)
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-11-x11-synaptics.fdi)
-md5sums=('29a6f9da5123149e4abc8ff83880ed5c'
- '3578ce95cf437fa930ede2daaac4bf4a')
+10-synaptics.conf)
+sha1sums=('20ee874ef3dd391dbcfb03285b1b352c0234a00f'
+  '55fae33c190367d1fcd01388da9f657afd96048a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  install -d "${pkgdir}/usr/share/hal/fdi/policy/10osvendor"
-  install -m644 ${srcdir}/11-x11-synaptics.fdi 
"${pkgdir}/usr/share/hal/fdi/policy/10osvendor/" || return 1
+  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+  install -m644 "${srcdir}/10-synaptics.conf" "${pkgdir}/etc/X11/xorg.conf.d/" 
|| return 1
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:46:41
  Author: jgc
Revision: 75854

archrelease: copy trunk to xorg18-i686

Added:
  xf86-input-synaptics/repos/xorg18-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:46:48
  Author: jgc
Revision: 75855

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-input-synaptics/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:48:24
  Author: jgc
Revision: 75856

upgpkg: xf86-input-synaptics 1.2.2-1
Add file to backup array

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 17:46:48 UTC (rev 75855)
+++ PKGBUILD2010-04-04 17:48:24 UTC (rev 75856)
@@ -18,6 +18,7 @@
 conflicts=('synaptics')
 groups=('xorg-input-drivers')
 options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 10-synaptics.conf)
 sha1sums=('20ee874ef3dd391dbcfb03285b1b352c0234a00f'



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:48:27
  Author: jgc
Revision: 75857

archrelease: remove xorg18-i686

Deleted:
  xf86-input-synaptics/repos/xorg18-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:48:33
  Author: jgc
Revision: 75858

archrelease: copy trunk to xorg18-i686

Added:
  xf86-input-synaptics/repos/xorg18-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:48:36
  Author: jgc
Revision: 75859

archrelease: remove xorg18-x86_64

Deleted:
  xf86-input-synaptics/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-input-synaptics/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 13:48:41
  Author: jgc
Revision: 75860

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-input-synaptics/repos/xorg18-x86_64/



[arch-commits] Commit in openoffice-base/repos (testing-i686)

2010-04-04 Thread andyrtr
Date: Sunday, April 4, 2010 @ 14:22:38
  Author: andyrtr
Revision: 75861

archrelease: copy trunk to testing-i686

Added:
  openoffice-base/repos/testing-i686/



[arch-commits] Commit in xf86-video-voodoo/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:37:36
  Author: jgc
Revision: 75862

upgpkg: xf86-video-voodoo 1.2.3-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-voodoo/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:22:38 UTC (rev 75861)
+++ PKGBUILD2010-04-04 18:37:36 UTC (rev 75862)
@@ -3,17 +3,18 @@
 
 pkgname=xf86-video-voodoo
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org 3dfx Voodoo1/Voodoo2 2D video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'xf86dgaproto')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xf86dgaproto')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+LICENSE)
 md5sums=('c164effcc839eca1fc1d43a42f4086db'
  '235f1f4be8fc98400bd84c3c9bd7d2ee')
 



[arch-commits] Commit in xf86-video-voodoo/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:37:42
  Author: jgc
Revision: 75863

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-voodoo/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-voodoo/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:38:47
  Author: jgc
Revision: 75864

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-voodoo/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-voodoo/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:38:49
  Author: jgc
Revision: 75865

archrelease: remove xorg18-x86_64

Deleted:
  xf86-video-voodoo/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-voodoo/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:38:55
  Author: jgc
Revision: 75866

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-voodoo/repos/xorg18-x86_64/



[arch-commits] Commit in openoffice-base/repos (testing-x86_64)

2010-04-04 Thread andyrtr
Date: Sunday, April 4, 2010 @ 14:42:20
  Author: andyrtr
Revision: 75867

archrelease: copy trunk to testing-x86_64

Added:
  openoffice-base/repos/testing-x86_64/



[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:42:20
  Author: jgc
Revision: 75868

upgpkg: xf86-video-vmware 11.0.1-1
Rebuild for xorg-server-1.8

Modified:
  xf86-video-vmware/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:42:20 UTC (rev 75867)
+++ PKGBUILD2010-04-04 18:42:20 UTC (rev 75868)
@@ -2,27 +2,24 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-vmware
-pkgver=10.16.9
+pkgver=11.0.1
 pkgrel=1
 pkgdesc="X.org vmware video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'randrproto' 'renderproto' 
'xextproto' 'xineramaproto' 'videoproto')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'randrproto' 'renderproto' 
'xextproto' 'xineramaproto' 'videoproto')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-abi2.patch
 LICENSE)
-md5sums=('3b3d38abfa1f8be4b1e26dcd236bc94f'
- 'cbc8e0bef13ccec7ceac233cd09233da'
- 'f846374287a2bae21570ae8de883fb4d')
+sha1sums=('cc82cbacaa90c28b42440f6a197f5167595c8417'
+  'f7fad008ca63b6862056f9d1123a81aef053d586')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/abi2.patch" || return 1
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1



[arch-commits] Commit in xf86-video-vmware/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:42:27
  Author: jgc
Revision: 75869

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-vmware/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-vmware/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:42:33
  Author: jgc
Revision: 75870

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-vmware/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-vesa/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:46:26
  Author: jgc
Revision: 75871

upgpkg: xf86-video-vesa 2.3.0-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-vesa/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:42:33 UTC (rev 75870)
+++ PKGBUILD2010-04-04 18:46:26 UTC (rev 75871)
@@ -3,18 +3,18 @@
 
 pkgname=xf86-video-vesa
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org vesa video driver"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xorg.freedesktop.org/";
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg' 'xorg-video-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('07fa32958aff9b463dd3af5481ef6626')
+sha1sums=('4689b7c295d7a8d7326302dafecb812739617134')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in xf86-video-vesa/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:46:33
  Author: jgc
Revision: 75872

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-vesa/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-vesa/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:46:40
  Author: jgc
Revision: 75873

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-vesa/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-v4l/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:49:03
  Author: jgc
Revision: 75874

upgpkg: xf86-video-v4l 0.2.0-5
Rebuild for xorg-server-1.8

Modified:
  xf86-video-v4l/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:46:40 UTC (rev 75873)
+++ PKGBUILD2010-04-04 18:49:03 UTC (rev 75874)
@@ -3,18 +3,19 @@
 
 pkgname=xf86-video-v4l
 pkgver=0.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="X.org v4l video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
-md5sums=('2251ae2a0a905764941cd7b098e85ad1' '7d4d018f6bbff7e42672d1aabc75c5cf')
+md5sums=('2251ae2a0a905764941cd7b098e85ad1'
+ '7d4d018f6bbff7e42672d1aabc75c5cf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in xf86-video-v4l/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:49:10
  Author: jgc
Revision: 75875

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-v4l/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-v4l/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:49:17
  Author: jgc
Revision: 75876

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-v4l/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-tseng/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:53:30
  Author: jgc
Revision: 75877

upgpkg: xf86-video-tseng 1.2.3-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-tseng/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:49:17 UTC (rev 75876)
+++ PKGBUILD2010-04-04 18:53:30 UTC (rev 75877)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-tseng
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org tseng video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)



[arch-commits] Commit in xf86-video-tseng/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:53:37
  Author: jgc
Revision: 75878

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-tseng/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-tseng/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:53:44
  Author: jgc
Revision: 75879

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-tseng/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-trident/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:55:59
  Author: jgc
Revision: 75880

upgpkg: xf86-video-trident 1.3.3-4
Rebuild for xorg-server-1.8

Modified:
  xf86-video-trident/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:53:44 UTC (rev 75879)
+++ PKGBUILD2010-04-04 18:55:59 UTC (rev 75880)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-trident
 pkgver=1.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc="X.org Trident video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'mesa>=7.7' 'xf86driproto' 
'xf86dgaproto' 'glproto')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'mesa>=7.8' 'xf86driproto' 
'xf86dgaproto' 'glproto')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=(!libtool)
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-trident/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:56:06
  Author: jgc
Revision: 75881

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-trident/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-trident/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:56:14
  Author: jgc
Revision: 75882

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-trident/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-tdfx/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:58:53
  Author: jgc
Revision: 75883

upgpkg: xf86-video-tdfx 1.4.3-3
Rebuild for xorg-server-1.8

Modified:
  xf86-video-tdfx/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:56:14 UTC (rev 75882)
+++ PKGBUILD2010-04-04 18:58:53 UTC (rev 75883)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-tdfx
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org tdfx video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('glibc' 'tdfx-dri')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'mesa>=7.6' 'xf86driproto' 
'glproto')
-conflicts=('xorg-server<1.7.0')
+depends=('glibc' 'tdfx-dri>=7.8')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'mesa>=7.8' 'xf86driproto' 
'glproto')
+conflicts=('xorg-server<1.8.0')
 options=(!libtool)
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
@@ -21,7 +21,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
-  --enable-dri || return 1
+  --enable-dri || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 



[arch-commits] Commit in xf86-video-tdfx/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:58:59
  Author: jgc
Revision: 75884

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-tdfx/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-tdfx/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 14:59:06
  Author: jgc
Revision: 75885

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-tdfx/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-sisusb/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:01:25
  Author: jgc
Revision: 75886

upgpkg: xf86-video-sisusb 0.9.3-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-sisusb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 18:59:06 UTC (rev 75885)
+++ PKGBUILD2010-04-04 19:01:25 UTC (rev 75886)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-sisusb
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org SiS USB video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'xineramaproto')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xineramaproto')
+conflicts=('xorg-server<1.8.0')
 groups=('xorg-video-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)



[arch-commits] Commit in xf86-video-sisusb/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:01:41
  Author: jgc
Revision: 75888

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-sisusb/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-sisusb/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:01:33
  Author: jgc
Revision: 75887

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-sisusb/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-sis/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:04:38
  Author: jgc
Revision: 75889

upgpkg: xf86-video-sis 0.10.2-4
Rebuild for xorg-server-1.8

Modified:
  xf86-video-sis/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 19:01:41 UTC (rev 75888)
+++ PKGBUILD2010-04-04 19:04:38 UTC (rev 75889)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-sis
 pkgver=0.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc="X.org SiS video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('glibc' 'sis-dri')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' 'xf86driproto' 'mesa>=7.6' 
'glproto>=1.4.10' 'xf86dgaproto' 'xineramaproto')
-conflicts=('xorg-server<1.7.0')
+depends=('glibc' 'sis-dri>=7.8')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xf86driproto' 'mesa>=7.8' 
'glproto>=1.4.10' 'xf86dgaproto' 'xineramaproto')
+conflicts=('xorg-server<1.8.0')
 options=('!libtool')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-sis/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:04:47
  Author: jgc
Revision: 75890

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-sis/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-sis/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:04:56
  Author: jgc
Revision: 75891

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-sis/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-savage/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:10:23
  Author: jgc
Revision: 75892

upgpkg: xf86-video-savage 2.3.1-3
Rebuild for xorg-server-1.8

Modified:
  xf86-video-savage/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 19:04:56 UTC (rev 75891)
+++ PKGBUILD2010-04-04 19:10:23 UTC (rev 75892)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-savage
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org savage video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('glibc' 'savage-dri')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0' "mesa>=7.6" 'xf86driproto' 
'glproto>=1.4.10')
-conflicts=('xorg-server<1.7.0')
+depends=('glibc' 'savage-dri>=7.8')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' "mesa>=7.8" 'xf86driproto' 
'glproto>=1.4.10')
+conflicts=('xorg-server<1.8.0')
 options=(!libtool !makeflags)
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-savage/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:10:30
  Author: jgc
Revision: 75893

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-savage/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-savage/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:10:38
  Author: jgc
Revision: 75894

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-savage/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-s3virge/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:17:15
  Author: jgc
Revision: 75895

upgpkg: xf86-video-s3virge 1.10.4-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-s3virge/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 19:10:38 UTC (rev 75894)
+++ PKGBUILD2010-04-04 19:17:15 UTC (rev 75895)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
 pkgname=xf86-video-s3virge
 pkgver=1.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org S3 Virge video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.6.0')
-conflicts=('xorg-server<1.6.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 options=(!libtool)
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-s3virge/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:17:23
  Author: jgc
Revision: 75896

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-s3virge/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-s3virge/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:17:32
  Author: jgc
Revision: 75897

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-s3virge/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-s3/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:22:33
  Author: jgc
Revision: 75898

upgpkg: xf86-video-s3 0.6.3-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-s3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 19:17:32 UTC (rev 75897)
+++ PKGBUILD2010-04-04 19:22:33 UTC (rev 75898)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-s3
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org S3 video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 options=('!libtool')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-s3/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:22:42
  Author: jgc
Revision: 75899

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-s3/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-s3/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:22:50
  Author: jgc
Revision: 75900

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-s3/repos/xorg18-x86_64/



[arch-commits] Commit in xf86-video-rendition/trunk (PKGBUILD)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:24:51
  Author: jgc
Revision: 75901

upgpkg: xf86-video-rendition 4.2.3-2
Rebuild for xorg-server-1.8

Modified:
  xf86-video-rendition/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-04 19:22:50 UTC (rev 75900)
+++ PKGBUILD2010-04-04 19:24:51 UTC (rev 75901)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-video-rendition
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Rendition video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server>=1.7.0')
-conflicts=('xorg-server<1.7.0')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0')
+conflicts=('xorg-server<1.8.0')
 options=('!libtool' '!strip')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2



[arch-commits] Commit in xf86-video-rendition/repos (xorg18-i686)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:25:03
  Author: jgc
Revision: 75902

archrelease: copy trunk to xorg18-i686

Added:
  xf86-video-rendition/repos/xorg18-i686/



[arch-commits] Commit in xf86-video-rendition/repos (xorg18-x86_64)

2010-04-04 Thread Jan de Groot
Date: Sunday, April 4, 2010 @ 15:25:14
  Author: jgc
Revision: 75903

archrelease: copy trunk to xorg18-x86_64

Added:
  xf86-video-rendition/repos/xorg18-x86_64/



  1   2   >