[arch-commits] Commit in pam/trunk (PKGBUILD pam-glibc-2.16.patch)

2012-07-12 Thread Tobias Powalowski
Date: Thursday, July 12, 2012 @ 03:52:05
  Author: tpowa
Revision: 163460

add glibc-2.16.patch

Added:
  pam/trunk/pam-glibc-2.16.patch
Modified:
  pam/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 pam-glibc-2.16.patch |   10 ++
 2 files changed, 17 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 01:32:54 UTC (rev 163459)
+++ PKGBUILD2012-07-12 07:52:05 UTC (rev 163460)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.1.5
-pkgrel=4
+pkgrel=5
 pkgdesc=PAM (Pluggable Authentication Modules) library
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,13 +14,15 @@
 
backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
 
source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
 
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
-
ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2)
+ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
+   pam-glibc-2.16.patch)
 options=('!libtool' '!emptydirs')
 md5sums=('927ee5585bdec5256c75117e9348aa47'
  'e2788389a6c59224110a45fcff30e02b')
 
 build() {
   cd $srcdir/Linux-PAM-$pkgver
+  patch -Np1 -i ../pam-glibc-2.16.patch
   ./configure --libdir=/usr/lib
   make
 
@@ -58,3 +60,6 @@
   # set unix_chkpwd uid
   chmod +s $pkgdir/sbin/unix_chkpwd
 }
+md5sums=('927ee5585bdec5256c75117e9348aa47'
+ 'e2788389a6c59224110a45fcff30e02b'
+ '469023948632df30d2cb2015b77aa0fe')

Added: pam-glibc-2.16.patch
===
--- pam-glibc-2.16.patch(rev 0)
+++ pam-glibc-2.16.patch2012-07-12 07:52:05 UTC (rev 163460)
@@ -0,0 +1,10 @@
+--- a/modules/pam_unix/pam_unix_acct.c 2011-06-21 11:04:56.0 +0200
 b/modules/pam_unix/pam_unix_acct.c 2012-07-05 16:04:35.643727485 +0200
+@@ -41,6 +41,7 @@
+ #include string.h
+ #include unistd.h
+ #include sys/types.h
++#include sys/resource.h
+ #include syslog.h
+ #include pwd.h
+ #include shadow.h



[arch-commits] Commit in iputils/trunk (2 files)

2012-07-12 Thread Stéphane Gaudreault
Date: Thursday, July 12, 2012 @ 06:23:52
  Author: stephane
Revision: 163461

upgpkg: iputils 20101006-4

Fix an integer overflow

Added:
  iputils/trunk/iputils-20101006-ping-integer-overflow.patch
Modified:
  iputils/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 iputils-20101006-ping-integer-overflow.patch |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 07:52:05 UTC (rev 163460)
+++ PKGBUILD2012-07-12 10:23:52 UTC (rev 163461)
@@ -5,7 +5,7 @@
 
 pkgname=iputils
 pkgver=20101006
-pkgrel=3
+pkgrel=4
 pkgdesc=IP Configuration Utilities (and Ping)
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,9 +18,11 @@
 replaces=('netkit-base')
 backup=(etc/xinetd.d/tftp)
 install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd)
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
+iputils-20101006-ping-integer-overflow.patch)
 sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
+  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
 
 build() {
   cd ${srcdir}/${pkgname}-s${pkgver}
@@ -28,6 +30,9 @@
   # Use our CFLAGS
   sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
 
+  # FS#28897
+  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
+
   make
 
   cd doc

Added: iputils-20101006-ping-integer-overflow.patch
===
--- iputils-20101006-ping-integer-overflow.patch
(rev 0)
+++ iputils-20101006-ping-integer-overflow.patch2012-07-12 10:23:52 UTC 
(rev 163461)
@@ -0,0 +1,11 @@
+--- iputils-s20101006/ping_common.c2010-10-06 13:59:20.0 +0200
 iputils-s20101006-patched/ping_common.c2012-03-09 16:42:46.878151032 
+0100
+@@ -590,7 +590,7 @@
+ 
+   /* If we are here, recvmsg() is unable to wait for
+* required timeout. */
+-  if (1000*next = 100/(int)HZ) {
++  if (((uint64_t)1000*next) = (uint64_t)100/(int)HZ) 
{
+   /* Very short timeout... So, if we wait for
+* something, we sleep for MININTERVAL.
+* Otherwise, spin! */



[arch-commits] Commit in iputils/repos (10 files)

2012-07-12 Thread Stéphane Gaudreault
Date: Thursday, July 12, 2012 @ 06:24:03
  Author: stephane
Revision: 163462

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 163461, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 163461, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 163461, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 163461, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 163461, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 163461, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 163461, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 163461, iputils/trunk/tftp.xinetd)

-+
 testing-i686/PKGBUILD   |   71 ++
 testing-i686/iputils-20101006-ping-integer-overflow.patch   |   11 +
 testing-i686/iputils.install|   11 +
 testing-i686/tftp.xinetd|   10 +
 testing-x86_64/PKGBUILD |   71 ++
 testing-x86_64/iputils-20101006-ping-integer-overflow.patch |   11 +
 testing-x86_64/iputils.install  |   11 +
 testing-x86_64/tftp.xinetd  |   10 +
 8 files changed, 206 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 163461, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-12 10:24:03 UTC (rev 163462)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20101006
+pkgrel=4
+pkgdesc=IP Configuration Utilities (and Ping)
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.linuxfoundation.org/en/Net:Iputils;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
+iputils-20101006-ping-integer-overflow.patch)
+sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
+  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  # Use our CFLAGS
+  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
+
+  # FS#28897
+  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
+
+  make
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file  $xf || true
+sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
+
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
+${pkgdir}/usr/sbin/
+
+  install -m755 ping{,6} ${pkgdir}/usr/bin/
+   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
+
+   install -dm755 ${pkgdir}/usr/share/man/man8
+   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ ${pkgdir}/usr/share/man/man8/
+
+  cd ${pkgdir}/usr/share/man/man8
+  ln -sf ping.8.gz  ping6.8.gz
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 ${pkgdir}/etc/xinetd.d/
+  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch 
(from rev 163461, iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
===
--- testing-i686/iputils-20101006-ping-integer-overflow.patch   
(rev 0)
+++ testing-i686/iputils-20101006-ping-integer-overflow.patch   2012-07-12 
10:24:03 UTC (rev 163462)
@@ -0,0 +1,11 @@
+--- iputils-s20101006/ping_common.c2010-10-06 13:59:20.0 +0200
 iputils-s20101006-patched/ping_common.c2012-03-09 16:42:46.878151032 
+0100
+@@ -590,7 +590,7 @@
+ 
+   /* If we are here, recvmsg() is unable to wait for
+* required timeout. */
+-  if (1000*next = 100/(int)HZ) {
++  

[arch-commits] Commit in stardict/trunk (5 files)

2012-07-12 Thread Gaetan Bisson
Date: Thursday, July 12, 2012 @ 08:41:37
  Author: bisson
Revision: 163463

fix FS#30654

Added:
  stardict/trunk/crash-empty-dict.patch
(from rev 163462, stardict/trunk/NetDictRequests.patch)
  stardict/trunk/glib2.patch
  stardict/trunk/zlib.patch
Modified:
  stardict/trunk/PKGBUILD
Deleted:
  stardict/trunk/NetDictRequests.patch

+
 NetDictRequests.patch  |   12 
 PKGBUILD   |   24 +++-
 crash-empty-dict.patch |   12 
 glib2.patch|   36 
 zlib.patch |   35 +++
 5 files changed, 98 insertions(+), 21 deletions(-)

Deleted: NetDictRequests.patch
===
--- NetDictRequests.patch   2012-07-12 10:24:03 UTC (rev 163462)
+++ NetDictRequests.patch   2012-07-12 12:41:37 UTC (rev 163463)
@@ -1,12 +0,0 @@
-diff -aur old/dict/src/lib/compositelookup.cpp 
new/dict/src/lib/compositelookup.cpp
 old/dict/src/lib/compositelookup.cpp   2011-07-02 23:58:40.0 
-0700
-+++ new/dict/src/lib/compositelookup.cpp   2011-07-18 07:40:01.795710505 
-0700
-@@ -50,7 +50,7 @@
- void CompositeLookup::send_net_dict_request(const std::string dict_id, const 
std::string key)
- {
-   NetDictRequest request(dict_id, key);
--  g_assert(NetDictRequests.end() == std::find(NetDictRequests.begin(), 
NetDictRequests.end(), request));
-+  std::find(NetDictRequests.begin(), NetDictRequests.end(), request);
-   NetDictRequests.push_back(request);
- }
- 

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 10:24:03 UTC (rev 163462)
+++ PKGBUILD2012-07-12 12:41:37 UTC (rev 163463)
@@ -1,31 +1,37 @@
 # $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
 # Contributor: Neil Lin n...@vip.url.com.tw
 
 pkgname=stardict
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='International dictionary software'
 arch=('i686' 'x86_64')
 url='http://www.stardict.org/'
 license=('GPL')
 depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'libmysqlclient')
+makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 
'libmysqlclient')
 options=('!libtool' '!emptydirs')
 source=(http://stardict-3.googlecode.com/files/stardict-${pkgver}.tar.bz2;
-'NetDictRequests.patch'
-'gcc46.patch')
+'crash-empty-dict.patch'
+'gcc46.patch'
+'glib2.patch'
+'zlib.patch')
 sha1sums=('5043c0918963cd4d40e6d6289353f295766ec74f'
   '97af8fdb73c8f04674234b629c6867254e9bd043'
-  '6605a9cdfc4abc2a0ab4462d1228233d34806f0a')
+  '6605a9cdfc4abc2a0ab4462d1228233d34806f0a'
+  '467880bca5e89aa25cb4a57a9e1caba9a8841822'
+  '024ac5eb75a11c96569e31021a4bd65463b3cf5b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   # ugly hack to avoid crashing with empty dictionaries
-   patch -p1 -i ../NetDictRequests.patch
+   patch -p1 -i ../crash-empty-dict.patch
patch -p1 -i ../gcc46.patch
-   automake
+   patch -p1 -i ../glib2.patch
+   patch -p1 -i ../zlib.patch
+   ./autogen.sh # gnome-autogen.sh requires gnome-common
 
./configure \
PKG_CONFIG=/usr/bin/pkg-config \

Copied: stardict/trunk/crash-empty-dict.patch (from rev 163462, 
stardict/trunk/NetDictRequests.patch)
===
--- crash-empty-dict.patch  (rev 0)
+++ crash-empty-dict.patch  2012-07-12 12:41:37 UTC (rev 163463)
@@ -0,0 +1,12 @@
+diff -aur old/dict/src/lib/compositelookup.cpp 
new/dict/src/lib/compositelookup.cpp
+--- old/dict/src/lib/compositelookup.cpp   2011-07-02 23:58:40.0 
-0700
 new/dict/src/lib/compositelookup.cpp   2011-07-18 07:40:01.795710505 
-0700
+@@ -50,7 +50,7 @@
+ void CompositeLookup::send_net_dict_request(const std::string dict_id, const 
std::string key)
+ {
+   NetDictRequest request(dict_id, key);
+-  g_assert(NetDictRequests.end() == std::find(NetDictRequests.begin(), 
NetDictRequests.end(), request));
++  std::find(NetDictRequests.begin(), NetDictRequests.end(), request);
+   NetDictRequests.push_back(request);
+ }
+ 

Added: glib2.patch
===
--- glib2.patch (rev 0)
+++ glib2.patch 2012-07-12 12:41:37 UTC (rev 163463)
@@ -0,0 +1,36 @@
+diff -Naur old/dict/configure.ac new/dict/configure.ac
+--- old/dict/configure.ac  2011-07-03 16:58:40.0 +1000
 new/dict/configure.ac  2012-07-12 22:31:52.875176842 +1000
+@@ -266,6 +266,9 @@
+ fi
+ AC_SUBST(WIKI_PARSEDATA_PLUGIN_DIR)
+ 
++GMODULE2_LIBS=`pkg-config --libs gmodule-2.0`
++AC_SUBST([GMODULE2_LIBS])
++
+ 

[arch-commits] Commit in stardict/repos (16 files)

2012-07-12 Thread Gaetan Bisson
Date: Thursday, July 12, 2012 @ 08:42:33
  Author: bisson
Revision: 163464

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  stardict/repos/extra-i686/PKGBUILD
(from rev 163463, stardict/trunk/PKGBUILD)
  stardict/repos/extra-i686/crash-empty-dict.patch
(from rev 163463, stardict/trunk/crash-empty-dict.patch)
  stardict/repos/extra-i686/gcc46.patch
(from rev 163463, stardict/trunk/gcc46.patch)
  stardict/repos/extra-i686/glib2.patch
(from rev 163463, stardict/trunk/glib2.patch)
  stardict/repos/extra-i686/zlib.patch
(from rev 163463, stardict/trunk/zlib.patch)
  stardict/repos/extra-x86_64/PKGBUILD
(from rev 163463, stardict/trunk/PKGBUILD)
  stardict/repos/extra-x86_64/crash-empty-dict.patch
(from rev 163463, stardict/trunk/crash-empty-dict.patch)
  stardict/repos/extra-x86_64/gcc46.patch
(from rev 163463, stardict/trunk/gcc46.patch)
  stardict/repos/extra-x86_64/glib2.patch
(from rev 163463, stardict/trunk/glib2.patch)
  stardict/repos/extra-x86_64/zlib.patch
(from rev 163463, stardict/trunk/zlib.patch)
Deleted:
  stardict/repos/extra-i686/NetDictRequests.patch
  stardict/repos/extra-i686/PKGBUILD
  stardict/repos/extra-i686/gcc46.patch
  stardict/repos/extra-x86_64/NetDictRequests.patch
  stardict/repos/extra-x86_64/PKGBUILD
  stardict/repos/extra-x86_64/gcc46.patch

-+
 extra-i686/NetDictRequests.patch|   12 
 extra-i686/PKGBUILD |  102 ++
 extra-i686/crash-empty-dict.patch   |   12 
 extra-i686/gcc46.patch  |   22 +++
 extra-i686/glib2.patch  |   36 
 extra-i686/zlib.patch   |   35 +++
 extra-x86_64/NetDictRequests.patch  |   12 
 extra-x86_64/PKGBUILD   |  102 ++
 extra-x86_64/crash-empty-dict.patch |   12 
 extra-x86_64/gcc46.patch|   22 +++
 extra-x86_64/glib2.patch|   36 
 extra-x86_64/zlib.patch |   35 +++
 12 files changed, 296 insertions(+), 142 deletions(-)

Deleted: extra-i686/NetDictRequests.patch
===
--- extra-i686/NetDictRequests.patch2012-07-12 12:41:37 UTC (rev 163463)
+++ extra-i686/NetDictRequests.patch2012-07-12 12:42:33 UTC (rev 163464)
@@ -1,12 +0,0 @@
-diff -aur old/dict/src/lib/compositelookup.cpp 
new/dict/src/lib/compositelookup.cpp
 old/dict/src/lib/compositelookup.cpp   2011-07-02 23:58:40.0 
-0700
-+++ new/dict/src/lib/compositelookup.cpp   2011-07-18 07:40:01.795710505 
-0700
-@@ -50,7 +50,7 @@
- void CompositeLookup::send_net_dict_request(const std::string dict_id, const 
std::string key)
- {
-   NetDictRequest request(dict_id, key);
--  g_assert(NetDictRequests.end() == std::find(NetDictRequests.begin(), 
NetDictRequests.end(), request));
-+  std::find(NetDictRequests.begin(), NetDictRequests.end(), request);
-   NetDictRequests.push_back(request);
- }
- 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 12:41:37 UTC (rev 163463)
+++ extra-i686/PKGBUILD 2012-07-12 12:42:33 UTC (rev 163464)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Neil Lin n...@vip.url.com.tw
-
-pkgname=stardict
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='International dictionary software'
-arch=('i686' 'x86_64')
-url='http://www.stardict.org/'
-license=('GPL')
-depends=('enchant' 'gtk2' 'libsigc++' 'libsm')
-makedepends=('intltool' 'popt' 'gnome-doc-utils' 'libmysqlclient')
-options=('!libtool' '!emptydirs')
-source=(http://stardict-3.googlecode.com/files/stardict-${pkgver}.tar.bz2;
-'NetDictRequests.patch'
-'gcc46.patch')
-sha1sums=('5043c0918963cd4d40e6d6289353f295766ec74f'
-  '97af8fdb73c8f04674234b629c6867254e9bd043'
-  '6605a9cdfc4abc2a0ab4462d1228233d34806f0a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # ugly hack to avoid crashing with empty dictionaries
-   patch -p1 -i ../NetDictRequests.patch
-   patch -p1 -i ../gcc46.patch
-   automake
-
-   ./configure \
-   PKG_CONFIG=/usr/bin/pkg-config \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --disable-gnome-support \
-   --disable-schemas-install \
-   --disable-espeak \
-   --disable-gucharmap \
-   --disable-festival \
-   --disable-updateinfo \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: stardict/repos/extra-i686/PKGBUILD (from rev 163463, 
stardict/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ 

Re: [arch-commits] Commit in util-linux/trunk (PKGBUILD util-linux.install)

2012-07-12 Thread Dan McGee
On Wed, Jul 11, 2012 at 5:11 PM, Tom Gundersen tome...@archlinux.org wrote:
 Date: Wednesday, July 11, 2012 @ 18:11:46
   Author: tomegun
 Revision: 163378

 upgpkg: util-linux 2.21.2-4

 move adjtime from /var to /etc

 This will allow some cleanup of initscripts, and is assumed by systemd 
 already.

http://mailman.archlinux.org/pipermail/arch-projects/2011-June/000984.html

Sometimes I feel like a broken record...

-Dan


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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 10:36:26
  Author: andyrtr
Revision: 163465

upgpkg: poppler 0.20.2-1

upstream update 0.20.2

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 12:42:33 UTC (rev 163464)
+++ PKGBUILD2012-07-12 14:36:26 UTC (rev 163465)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.20.1
+pkgver=0.20.2
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,7 @@
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('a61e3b844061f5324512a16d6d16984c'
+md5sums=('45dd2c16c8c4d1a39e830e45745c4e25'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 build() {



[arch-commits] Commit in poppler/repos (4 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 10:37:16
  Author: andyrtr
Revision: 163466

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 163465, poppler/trunk/PKGBUILD)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 163465, poppler/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   80 ++
 testing-x86_64/PKGBUILD |   80 ++
 2 files changed, 160 insertions(+)

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 163465, 
poppler/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-12 14:37:16 UTC (rev 163466)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.2
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('45dd2c16c8c4d1a39e830e45745c4e25'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 163465, 
poppler/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-12 14:37:16 UTC (rev 163466)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.2
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('45dd2c16c8c4d1a39e830e45745c4e25'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  

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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 12:40:01
  Author: andyrtr
Revision: 163467

upgpkg: mesa 8.0.4-1

upstream update 8.0.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 14:37:16 UTC (rev 163466)
+++ PKGBUILD2012-07-12 16:40:01 UTC (rev 163467)
@@ -13,9 +13,9 @@
 pkgver=7.10.99.git20110709
 #pkgver=7.11
   else
-pkgver=8.0.3
+pkgver=8.0.4
 fi
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('glproto=1.4.15' 'libdrm=2.4.30' 'libxxf86vm=1.1.1' 
'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.99.1' 'libxt=1.1.1' 
  'gcc-libs=4.6.1' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev=183')
@@ -35,7 +35,7 @@
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
  'c452ed3392468170726c004c2f4e02ca'
- 'cc5ee15e306b8c15da6a478923797171')
+ 'd546f988adfdf986cff45b1efa2d8a46')
 
 build() {
 cd ${srcdir}/?esa-*



[arch-commits] Commit in mesa/repos (12 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 12:40:51
  Author: andyrtr
Revision: 163468

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 163467, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 163467, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch
(from rev 163467, mesa/trunk/mesa-8.0.3-llvm-3.1-fixes.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 163467, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 163467, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch
(from rev 163467, mesa/trunk/mesa-8.0.3-llvm-3.1-fixes.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch

--+
 extra-i686/LICENSE   |  164 +++
 extra-i686/PKGBUILD  |  538 -
 extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch   |   92 ++--
 extra-x86_64/LICENSE |  164 +++
 extra-x86_64/PKGBUILD|  538 -
 extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch |   92 ++--
 6 files changed, 794 insertions(+), 794 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163467:163468 to see the changes.


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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 13:31:23
  Author: andyrtr
Revision: 163469

upgpkg: foomatic 1:4.0.17_20120712-1

upstream update 4.0.17/20120712

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 16:40:51 UTC (rev 163468)
+++ PKGBUILD2012-07-12 17:31:23 UTC (rev 163469)
@@ -4,25 +4,25 @@
 pkgbase=foomatic
 pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120626
-_filtersver=4.0.16
+_snapdate=20120712
+_filtersver=4.0.17
 _enginever=4.0.8
 pkgver=${_filtersver}_${_snapdate}
 pkgrel=1
 epoch=1
 makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
-_url1=http://www.openprinting.org/download/foomatic/ # switch after build
+_url1=http://www.openprinting.org/download/foomatic/
 _url2=ftp://ftp.archlinux.org/other/foomatic/
 source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
 ${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz
-${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
+${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz   
# switch after build url1 - url2
+${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)  
# switch after build url1 - url2
 url=http://www.linuxprinting.org/foomatic.html;
 options=('!emptydirs')
-md5sums=('ec907d9ea17e03bccb91db66e9470586'
+md5sums=('b05f5dcbfe359f198eef3df5b283d896'
  '5283cd5125a96dc0b35d896326512b1a'
- '49e1febcb84708fceb065ddf793a0b72'
- '2ef4b82f74a6ab2bcf6dc45d32ce3dbf')
+ '7ea8ed6c34495e237d8071ab5821e871'
+ 'da4fbbb3556f56d2f5f922af3face539')
 
 package_foomatic-db() {
 



[arch-commits] Commit in foomatic/repos (4 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 13:32:05
  Author: andyrtr
Revision: 163470

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  foomatic/repos/extra-i686/PKGBUILD
(from rev 163469, foomatic/trunk/PKGBUILD)
  foomatic/repos/extra-x86_64/PKGBUILD
(from rev 163469, foomatic/trunk/PKGBUILD)
Deleted:
  foomatic/repos/extra-i686/PKGBUILD
  foomatic/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  180 
 extra-x86_64/PKGBUILD |  180 
 2 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 17:31:23 UTC (rev 163469)
+++ extra-i686/PKGBUILD 2012-07-12 17:32:05 UTC (rev 163470)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
- 
-pkgbase=foomatic
-pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20120626
-_filtersver=4.0.16
-_enginever=4.0.8
-pkgver=${_filtersver}_${_snapdate}
-pkgrel=1
-epoch=1
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
-_url1=http://www.openprinting.org/download/foomatic/ # switch after build
-_url2=ftp://ftp.archlinux.org/other/foomatic/
-source=(${_url1}/$pkgbase-filters-${_filtersver}.tar.gz
-${_url1}/$pkgbase-db-engine-${_enginever}.tar.gz
-${_url2}/$pkgbase-db-4.0-${_snapdate}.tar.gz
-${_url2}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
-url=http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-md5sums=('ec907d9ea17e03bccb91db66e9470586'
- '5283cd5125a96dc0b35d896326512b1a'
- '49e1febcb84708fceb065ddf793a0b72'
- '2ef4b82f74a6ab2bcf6dc45d32ce3dbf')
-
-package_foomatic-db() {
-
- pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
-# arch=('any')
- license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
-
-   cd ${srcdir}/${pkgname}-${_snapdate}
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-filters() {
-
- pkgdesc=Foomatic - Filter scripts used by the printer spoolers to convert 
the incoming PostScript data into the printer's native format.
-# arch=('i686' 'x86_64')
- license=('GPL')
- backup=(etc/foomatic/filter.conf)
- depends=('glibc' 'dbus-core')
- optdepends=('perl:  for the beh Backend End Handler used by cups'
-'net-snmp:  certain (mostly HP) printers need it to work')
-
-   cd ${srcdir}/foomatic-filters-${_filtersver}
-   ./configure --prefix=/usr --sysconfdir=/etc
-   make
-   make DESTDIR=${pkgdir} install
-}
-
-package_foomatic-db-engine() {
-
- pkgdesc=Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs.
-# arch=(i686 x86_64)
- license=('GPL')
- depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
-
-   cd ${srcdir}/foomatic-db-engine-${_enginever}
-./configure --prefix=/usr
-   make
-   eval `perl -V:archname`
-   make DESTDIR=${pkgdir} \
-INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
-   /usr/bin/find ${pkgdir} -name '.packlist' -delete
-   # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc=Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses
-# arch=('any')
- license=('custom')
- depends=('perl' 'libxml2' foomatic-db-engine 'foomatic-db')
-
-   cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic/repos/extra-i686/PKGBUILD (from rev 163469, 
foomatic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-12 17:32:05 UTC (rev 163470)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+ 
+pkgbase=foomatic
+pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
+arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
+_snapdate=20120712
+_filtersver=4.0.17
+_enginever=4.0.8
+pkgver=${_filtersver}_${_snapdate

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

2012-07-12 Thread Ionut Biru
Date: Thursday, July 12, 2012 @ 13:48:19
  Author: ibiru
Revision: 163471

update to 8.0.4

Modified:
  nouveau-dri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 17:32:05 UTC (rev 163470)
+++ PKGBUILD2012-07-12 17:48:19 UTC (rev 163471)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=nouveau-dri
-pkgver=8.0.3
-pkgrel=3
+pkgver=8.0.4
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('glproto=1.4.15' 'libdrm-old' 'libdrm-nouveau1' 
'libxxf86vm=1.1.1' 'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.99.1' 
'libxt=1.1.1' 
  'gcc-libs=4.6.1' 'dri2proto=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev=183')
@@ -16,7 +16,7 @@
 )
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
  'c452ed3392468170726c004c2f4e02ca'
- 'cc5ee15e306b8c15da6a478923797171')
+ 'd546f988adfdf986cff45b1efa2d8a46')
 
 build() {
 cd ${srcdir}/?esa-*



[arch-commits] Commit in nouveau-dri/repos (12 files)

2012-07-12 Thread Ionut Biru
Date: Thursday, July 12, 2012 @ 13:49:23
  Author: ibiru
Revision: 163472

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nouveau-dri/repos/extra-i686/LICENSE
(from rev 163471, nouveau-dri/trunk/LICENSE)
  nouveau-dri/repos/extra-i686/PKGBUILD
(from rev 163471, nouveau-dri/trunk/PKGBUILD)
  nouveau-dri/repos/extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch
(from rev 163471, nouveau-dri/trunk/mesa-8.0.3-llvm-3.1-fixes.patch)
  nouveau-dri/repos/extra-x86_64/LICENSE
(from rev 163471, nouveau-dri/trunk/LICENSE)
  nouveau-dri/repos/extra-x86_64/PKGBUILD
(from rev 163471, nouveau-dri/trunk/PKGBUILD)
  nouveau-dri/repos/extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch
(from rev 163471, nouveau-dri/trunk/mesa-8.0.3-llvm-3.1-fixes.patch)
Deleted:
  nouveau-dri/repos/extra-i686/LICENSE
  nouveau-dri/repos/extra-i686/PKGBUILD
  nouveau-dri/repos/extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch
  nouveau-dri/repos/extra-x86_64/LICENSE
  nouveau-dri/repos/extra-x86_64/PKGBUILD
  nouveau-dri/repos/extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch

--+
 extra-i686/LICENSE   |  164 -
 extra-i686/PKGBUILD  |  112 -
 extra-i686/mesa-8.0.3-llvm-3.1-fixes.patch   |   92 +++---
 extra-x86_64/LICENSE |  164 -
 extra-x86_64/PKGBUILD|  112 -
 extra-x86_64/mesa-8.0.3-llvm-3.1-fixes.patch |   92 +++---
 6 files changed, 368 insertions(+), 368 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-07-12 17:48:19 UTC (rev 163471)
+++ extra-i686/LICENSE  2012-07-12 17:49:23 UTC (rev 163472)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU 

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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:02:22
  Author: andyrtr
Revision: 163473

upgpkg: hyphen 2.8.5-1

upstream update 2.8.5

Modified:
  hyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 17:49:23 UTC (rev 163472)
+++ PKGBUILD2012-07-12 19:02:22 UTC (rev 163473)
@@ -3,16 +3,15 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://hunspell.sf.net;
 license=('GPL' 'LGPL' 'MPL')
-groups=()
 makedepends=('glibc' 'perl')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a2f6010987e1c601274ab5d63b72c944')
+md5sums=('15cf1c2e54869fefcdc4b8f9cca68633')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in hyphen/repos (4 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:03:03
  Author: andyrtr
Revision: 163474

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hyphen/repos/extra-i686/PKGBUILD
(from rev 163473, hyphen/trunk/PKGBUILD)
  hyphen/repos/extra-x86_64/PKGBUILD
(from rev 163473, hyphen/trunk/PKGBUILD)
Deleted:
  hyphen/repos/extra-i686/PKGBUILD
  hyphen/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  121 +++-
 extra-x86_64/PKGBUILD |  121 +++-
 2 files changed, 120 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 19:02:22 UTC (rev 163473)
+++ extra-i686/PKGBUILD 2012-07-12 19:03:03 UTC (rev 163474)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://hunspell.sf.net;
-license=('GPL' 'LGPL' 'MPL')
-groups=()
-makedepends=('glibc' 'perl')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a2f6010987e1c601274ab5d63b72c944')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # libtool fix
-#  autoreconf -vfi
-  
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package_hyphen() {
- pkgdesc=library for high quality hyphenation and justification
- depends=('glibc' 'perl')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
-  make DESTDIR=$pkgdir/ install-binSCRIPTS
-  make DESTDIR=$pkgdir/ install-includeHEADERS
-  
-  # license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_hyphen-en() {
- pkgdesc=English hyphenation rules
- # arch=('any')
- optdepends=('hyphen: offers hyphenation library functions')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir/ install-hyphDATA
-
-  pushd ${pkgdir}/usr/share/hyphen/
-   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
-   for lang in $en_US_aliases; do
-ln -s hyph_en_US.dic hyph_$lang.dic
-   done
-  popd
-  
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-}

Copied: hyphen/repos/extra-i686/PKGBUILD (from rev 163473, 
hyphen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-12 19:03:03 UTC (rev 163474)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=hyphen
+pkgname=('hyphen' 'hyphen-en')
+pkgver=2.8.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://hunspell.sf.net;
+license=('GPL' 'LGPL' 'MPL')
+makedepends=('glibc' 'perl')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+md5sums=('15cf1c2e54869fefcdc4b8f9cca68633')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # libtool fix
+#  autoreconf -vfi
+  
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_hyphen() {
+ pkgdesc=library for high quality hyphenation and justification
+ depends=('glibc' 'perl')
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
+  make DESTDIR=$pkgdir/ install-binSCRIPTS
+  make DESTDIR=$pkgdir/ install-includeHEADERS
+  
+  # license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_hyphen-en() {
+ pkgdesc=English hyphenation rules
+ # arch=('any')
+ optdepends=('hyphen: offers hyphenation library functions')
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-hyphDATA
+
+  pushd ${pkgdir}/usr/share/hyphen/
+   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
+   for lang in $en_US_aliases; do
+ln -s hyph_en_US.dic hyph_$lang.dic
+   done
+  popd
+  
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-12 19:02:22 UTC (rev 163473)
+++ extra-x86_64/PKGBUILD   2012-07-12 19:03:03 UTC (rev 163474)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://hunspell.sf.net;
-license=('GPL' 'LGPL' 'MPL')
-groups=()
-makedepends=('glibc' 'perl')
-options=('!libtool')

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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:05:14
  Author: andyrtr
Revision: 163475

upgpkg: nettle 2.5-1

upstream update 2.5

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 19:03:03 UTC (rev 163474)
+++ PKGBUILD2012-07-12 19:05:14 UTC (rev 163475)
@@ -3,7 +3,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=nettle
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc=A low-level cryptographic library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 install=$pkgname.install
 depends=('gmp')
 source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
-md5sums=(''450be8c4886d46c09f49f568ad6fa013'')
+md5sums=('d66882e6ad31a9f651b73d7a1a93bd4c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in nettle/repos (8 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:05:48
  Author: andyrtr
Revision: 163476

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nettle/repos/extra-i686/PKGBUILD
(from rev 163475, nettle/trunk/PKGBUILD)
  nettle/repos/extra-i686/nettle.install
(from rev 163475, nettle/trunk/nettle.install)
  nettle/repos/extra-x86_64/PKGBUILD
(from rev 163475, nettle/trunk/PKGBUILD)
  nettle/repos/extra-x86_64/nettle.install
(from rev 163475, nettle/trunk/nettle.install)
Deleted:
  nettle/repos/extra-i686/PKGBUILD
  nettle/repos/extra-i686/nettle.install
  nettle/repos/extra-x86_64/PKGBUILD
  nettle/repos/extra-x86_64/nettle.install

-+
 extra-i686/PKGBUILD |   72 +-
 extra-i686/nettle.install   |   40 +++
 extra-x86_64/PKGBUILD   |   72 +-
 extra-x86_64/nettle.install |   40 +++
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 19:05:14 UTC (rev 163475)
+++ extra-i686/PKGBUILD 2012-07-12 19:05:48 UTC (rev 163476)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=nettle
-pkgver=2.4
-pkgrel=1
-pkgdesc=A low-level cryptographic library
-arch=('i686' 'x86_64')
-url=http://www.lysator.liu.se/~nisse/nettle/;
-license=('GPL2')
-install=$pkgname.install
-depends=('gmp')
-source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
-md5sums=(''450be8c4886d46c09f49f568ad6fa013'')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --libdir=/usr/lib \
-   --enable-shared \
-   --disable-static # -- seems not working now
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # remove static libs
-  rm -f ${pkgdir}/usr/lib/{libhogweed,libnettle}.a
-}

Copied: nettle/repos/extra-i686/PKGBUILD (from rev 163475, 
nettle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-12 19:05:48 UTC (rev 163476)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=nettle
+pkgver=2.5
+pkgrel=1
+pkgdesc=A low-level cryptographic library
+arch=('i686' 'x86_64')
+url=http://www.lysator.liu.se/~nisse/nettle/;
+license=('GPL2')
+install=$pkgname.install
+depends=('gmp')
+source=(ftp://ftp.lysator.liu.se/pub/security/lsh/$pkgname-$pkgver.tar.gz)
+md5sums=('d66882e6ad31a9f651b73d7a1a93bd4c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libdir=/usr/lib \
+   --enable-shared \
+   --disable-static # -- seems not working now
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # remove static libs
+  rm -f ${pkgdir}/usr/lib/{libhogweed,libnettle}.a
+}

Deleted: extra-i686/nettle.install
===
--- extra-i686/nettle.install   2012-07-12 19:05:14 UTC (rev 163475)
+++ extra-i686/nettle.install   2012-07-12 19:05:48 UTC (rev 163476)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(nettle.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: nettle/repos/extra-i686/nettle.install (from rev 163475, 
nettle/trunk/nettle.install)
===
--- extra-i686/nettle.install   (rev 0)
+++ extra-i686/nettle.install   2012-07-12 19:05:48 UTC (rev 163476)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nettle.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-12 19:05:14 UTC (rev 163475)
+++ extra-x86_64/PKGBUILD   2012-07-12 19:05:48 UTC (rev 163476)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# 

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

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:08:54
  Author: andyrtr
Revision: 163477

upgpkg: xf86-input-wacom 0.16.0-1

upstream update 0.16.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 19:05:48 UTC (rev 163476)
+++ PKGBUILD2012-07-12 19:08:54 UTC (rev 163477)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 70-wacom.rules)
-sha1sums=('6e8e4fa2ccc2448cae97119c6f2842fe283f9b29'
-  '7cebb94459f9cf49693e65215f3af59cea5e2b73')
+md5sums=('aeee2bd339c825a9b1215df6a2e5e50b'
+ '10db4f8272286690255c1bcc18bfdd92')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-input-wacom/repos (8 files)

2012-07-12 Thread andyrtr
Date: Thursday, July 12, 2012 @ 15:09:28
  Author: andyrtr
Revision: 163478

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
(from rev 163477, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 163477, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
(from rev 163477, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 163477, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/70-wacom.rules   |   24 +++---
 extra-i686/PKGBUILD |   70 +-
 extra-x86_64/70-wacom.rules |   24 +++---
 extra-x86_64/PKGBUILD   |   70 +-
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/70-wacom.rules
===
--- extra-i686/70-wacom.rules   2012-07-12 19:08:54 UTC (rev 163477)
+++ extra-i686/70-wacom.rules   2012-07-12 19:09:28 UTC (rev 163478)
@@ -1,12 +0,0 @@
-ACTION!=add|change, GOTO=wacom_end
-
-# Match all serial wacom tablets with a serial ID starting with WACf
-# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-#We assign the lot to subsystem pnp too because server reads NAME from
-#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
-#will do and the ENV{NAME} can be removed.
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-
-LABEL=wacom_end
-

Copied: xf86-input-wacom/repos/extra-i686/70-wacom.rules (from rev 163477, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- extra-i686/70-wacom.rules   (rev 0)
+++ extra-i686/70-wacom.rules   2012-07-12 19:09:28 UTC (rev 163478)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 19:08:54 UTC (rev 163477)
+++ extra-i686/PKGBUILD 2012-07-12 19:09:28 UTC (rev 163478)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.15.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=('i686' 'x86_64')
-url=http://linuxwacom.sourceforge.net/;
-license=('GPL')
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=('libxi' 'libxrandr' 'libxinerama')
-makedepends=('xorg-server-devel=1.12.0' 'libxext')
-conflicts=('xorg-server1.12.0')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-70-wacom.rules)
-sha1sums=('6e8e4fa2ccc2448cae97119c6f2842fe283f9b29'
-  '7cebb94459f9cf49693e65215f3af59cea5e2b73')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  install -m644 ${srcdir}/70-wacom.rules  ${pkgdir}/usr/lib/udev/rules.d/
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 163477, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-12 19:09:28 UTC (rev 163478)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens 

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

2012-07-12 Thread Ionut Biru
Date: Thursday, July 12, 2012 @ 15:57:39
  Author: ibiru
Revision: 163479

update to 3.4.3

Modified:
  gnome-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 19:09:28 UTC (rev 163478)
+++ PKGBUILD2012-07-12 19:57:39 UTC (rev 163479)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-screensaver
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Screensaver designed to integrate well with the GNOME desktop.
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=gnome-screensaver.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
gnome-screensaver.pam)
-sha256sums=('17e6585e27019200dd059f9f9495427b64aded8efa51c71018fe66f9ba45df6d'
+sha256sums=('76bea2526c6065e5d182e23fda8e75eb2e0afe9d1d40301b019a3cfc39d95a3e'
 'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
 
 build() {



[arch-commits] Commit in gnome-screensaver/repos (12 files)

2012-07-12 Thread Ionut Biru
Date: Thursday, July 12, 2012 @ 15:58:42
  Author: ibiru
Revision: 163480

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-screensaver/repos/extra-i686/PKGBUILD
(from rev 163479, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/extra-i686/gnome-screensaver.install
(from rev 163479, gnome-screensaver/trunk/gnome-screensaver.install)
  gnome-screensaver/repos/extra-i686/gnome-screensaver.pam
(from rev 163479, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/extra-x86_64/PKGBUILD
(from rev 163479, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.install
(from rev 163479, gnome-screensaver/trunk/gnome-screensaver.install)
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.pam
(from rev 163479, gnome-screensaver/trunk/gnome-screensaver.pam)
Deleted:
  gnome-screensaver/repos/extra-i686/PKGBUILD
  gnome-screensaver/repos/extra-i686/gnome-screensaver.install
  gnome-screensaver/repos/extra-i686/gnome-screensaver.pam
  gnome-screensaver/repos/extra-x86_64/PKGBUILD
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.install
  gnome-screensaver/repos/extra-x86_64/gnome-screensaver.pam

+
 extra-i686/PKGBUILD|   74 +++
 extra-i686/gnome-screensaver.install   |   14 ++---
 extra-i686/gnome-screensaver.pam   |6 +-
 extra-x86_64/PKGBUILD  |   74 +++
 extra-x86_64/gnome-screensaver.install |   14 ++---
 extra-x86_64/gnome-screensaver.pam |6 +-
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-12 19:57:39 UTC (rev 163479)
+++ extra-i686/PKGBUILD 2012-07-12 19:58:42 UTC (rev 163480)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-screensaver
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Screensaver designed to integrate well with the GNOME desktop.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://live.gnome.org/GnomeScreensaver;
-backup=(etc/pam.d/gnome-screensaver)
-depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop' 'gsettings-desktop-schemas' 
'libsystemd')
-makedepends=('pkgconfig' 'intltool' 'libxss')
-groups=('gnome')
-options=(!emptydirs)
-install=gnome-screensaver.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   gnome-screensaver.pam)
-sha256sums=('17e6585e27019200dd059f9f9495427b64aded8efa51c71018fe66f9ba45df6d'
-'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-screensaver \
-  --localstatedir=/var \
-  --with-mit-ext --with-systemd
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
-}

Copied: gnome-screensaver/repos/extra-i686/PKGBUILD (from rev 163479, 
gnome-screensaver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-12 19:58:42 UTC (rev 163480)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-screensaver
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=Screensaver designed to integrate well with the GNOME desktop.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GnomeScreensaver;
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop' 'gsettings-desktop-schemas' 
'libsystemd')
+makedepends=('pkgconfig' 'intltool' 'libxss')
+groups=('gnome')
+options=(!emptydirs)
+install=gnome-screensaver.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam)
+sha256sums=('76bea2526c6065e5d182e23fda8e75eb2e0afe9d1d40301b019a3cfc39d95a3e'
+'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-screensaver \
+  --localstatedir=/var \
+  --with-mit-ext --with-systemd
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
+}

Deleted: extra-i686/gnome-screensaver.install
===
--- extra-i686/gnome-screensaver.install2012-07-12 19:57:39 UTC (rev 
163479)
+++ extra-i686/gnome-screensaver.install2012-07-12 19:58:42 UTC (rev 

[arch-commits] Commit in util-linux/trunk (PKGBUILD util-linux.install)

2012-07-12 Thread Tom Gundersen
Date: Thursday, July 12, 2012 @ 22:30:22
  Author: tomegun
Revision: 163481

upgpkg: util-linux 2.21.2-5

don't try to delete directory if it does not exist

Modified:
  util-linux/trunk/PKGBUILD
  util-linux/trunk/util-linux.install

+
 PKGBUILD   |2 +-
 util-linux.install |4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-12 19:58:42 UTC (rev 163480)
+++ PKGBUILD2012-07-13 02:30:22 UTC (rev 163481)
@@ -4,7 +4,7 @@
 
 pkgname=util-linux
 pkgver=2.21.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')

Modified: util-linux.install
===
--- util-linux.install  2012-07-12 19:58:42 UTC (rev 163480)
+++ util-linux.install  2012-07-13 02:30:22 UTC (rev 163481)
@@ -3,6 +3,8 @@
 if [ -f /var/lib/hwclock/adjtime ]; then
   mv /var/lib/hwclock/adjtime /etc/adjtime
 fi
-rmdir /var/lib/hwclock
+if [ -d /var/lib/hwclock ]; then
+  rmdir /var/lib/hwclock
+fi
   fi
 }



[arch-commits] Commit in util-linux/repos (16 files)

2012-07-12 Thread Tom Gundersen
Date: Thursday, July 12, 2012 @ 22:30:58
  Author: tomegun
Revision: 163482

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  util-linux/repos/testing-i686/PKGBUILD
(from rev 163481, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 163481, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 163481, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/util-linux.install
(from rev 163481, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 163481, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 163481, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 163481, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 163481, util-linux/trunk/util-linux.install)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-i686/pam-common
  util-linux/repos/testing-i686/pam-login
  util-linux/repos/testing-i686/util-linux.install
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/util-linux.install

---+
 testing-i686/PKGBUILD |  130 ++--
 testing-i686/pam-common   |   12 +--
 testing-i686/pam-login|   14 +--
 testing-i686/util-linux.install   |   18 ++--
 testing-x86_64/PKGBUILD   |  130 ++--
 testing-x86_64/pam-common |   12 +--
 testing-x86_64/pam-login  |   14 +--
 testing-x86_64/util-linux.install |   18 ++--
 8 files changed, 176 insertions(+), 172 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-13 02:30:22 UTC (rev 163481)
+++ testing-i686/PKGBUILD   2012-07-13 02:30:58 UTC (rev 163482)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=util-linux
-pkgver=2.21.2
-pkgrel=4
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://www.kernel.org/pub/linux/utils/util-linux/;
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('pam')
-conflicts=('util-linux-ng')
-provides=(util-linux-ng=${pkgver})
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz
-pam-login
-pam-common)
-backup=(etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login)
-install=util-linux.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
-  --enable-write \
-  --enable-raw \
-  --disable-wall \
-  --enable-new-mount \
-  --enable-login-utils
-
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  cd ${pkgdir}
-
-  # broken tool, going away in next major release, so just remove it now
-  rm ${pkgdir}/usr/{bin/chkdupexe,share/man/man1/chkdupexe.1}
-
-  # delete stray empty dir, fixed upstream
-  rm -r usr/share/man/ru
-
-  # setuid chfn and chsh
-  chmod 4755 $pkgdir/usr/bin/ch{sh,fn}
-
-  # install PAM files for login-utils
-  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
-  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
-  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
-}
-md5sums=('54ba880f1d66782c2287ee2c898520e9'
- '4368b3f98abd8a32662e094c54e7f9b1'
- 'a31374fef2cba0ca34dfc7078e2969e4')

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 163481, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-13 02:30:58 UTC (rev 163482)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.21.2
+pkgrel=5
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('pam')
+conflicts=('util-linux-ng')
+provides=(util-linux-ng=${pkgver})
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.21/${pkgname}-${pkgver}.tar.xz
+pam-login
+pam-common)
+backup=(etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login)
+install=util-linux.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
+  --enable-write \
+   

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

2012-07-12 Thread Tom Gundersen
Date: Thursday, July 12, 2012 @ 23:13:14
  Author: tomegun
Revision: 163483

upgpkg: hwids 20120711-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-13 02:30:58 UTC (rev 163482)
+++ PKGBUILD2012-07-13 03:13:14 UTC (rev 163483)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120611
+pkgver=20120711
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('e8334c300af417ab3e58f448ee80c2a8')
+md5sums=('f28b77e9793330ed1cd3568a8f715237')



[arch-commits] Commit in hwids/repos (testing-any testing-any/PKGBUILD)

2012-07-12 Thread Tom Gundersen
Date: Thursday, July 12, 2012 @ 23:13:30
  Author: tomegun
Revision: 163484

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 163483, hwids/trunk/PKGBUILD)

--+
 PKGBUILD |   17 +
 1 file changed, 17 insertions(+)

Copied: hwids/repos/testing-any/PKGBUILD (from rev 163483, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-13 03:13:30 UTC (rev 163484)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120711
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('f28b77e9793330ed1cd3568a8f715237')



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

2012-07-12 Thread Thomas Dziedzic
Date: Friday, July 13, 2012 @ 01:33:10
  Author: tdziedzic
Revision: 163485

upgpkg: vim 7.3.600-1

bump to v600

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-13 03:13:30 UTC (rev 163484)
+++ PKGBUILD2012-07-13 05:33:10 UTC (rev 163485)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=547
-__hgrev=6f2497d0c277
+_patchlevel=600
+__hgrev=11d40fc82f11
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-sha1sums=('2c4f78a66b6ad7a759122d1f66c74079b678f39c'
-  '999f527d82a4c7818d017e3b8230e27950e87718'
+sha1sums=('a1c54bde75476ace5d24d4c17f7a81818e80dfda'
+  '14d62fe89d8292a6d2f7c46e8c61bd59bbd01083'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'



[arch-commits] Commit in vim/repos (20 files)

2012-07-12 Thread Thomas Dziedzic
Date: Friday, July 13, 2012 @ 01:33:54
  Author: tdziedzic
Revision: 163486

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 163485, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 163485, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 163485, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 163485, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 163485, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 163485, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 163485, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 163485, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 163485, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 163485, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

+
 extra-i686/PKGBUILD|  432 +--
 extra-i686/archlinux.vim   |   52 ++---
 extra-i686/gvim.desktop|  126 ++--
 extra-i686/gvim.install|   22 +-
 extra-i686/vimrc   |   32 +--
 extra-x86_64/PKGBUILD  |  432 +--
 extra-x86_64/archlinux.vim |   52 ++---
 extra-x86_64/gvim.desktop  |  126 ++--
 extra-x86_64/gvim.install  |   22 +-
 extra-x86_64/vimrc |   32 +--
 10 files changed, 664 insertions(+), 664 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163485:163486 to see the changes.