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

2012-07-24 Thread Andrea Scarpino
Date: Tuesday, July 24, 2012 @ 04:38:04
  Author: andrea
Revision: 164018

upgpkg: python-opengl 3.0.1-4

Remove the tk deps (FS#30491)

Modified:
  python-opengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 02:09:07 UTC (rev 164017)
+++ PKGBUILD2012-07-24 08:38:04 UTC (rev 164018)
@@ -1,17 +1,18 @@
 # $Id$
+# Maintainer:
 # Contributor: Josh Taylor 
 # Contributor: simo 
 # Contributor: Douglas Soares de Andrade 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=python-opengl
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The cross platform Python binding to OpenGL and related APIs"
-url="http://pyopengl.sourceforge.net";
+url="http://pyopengl.sourceforge.net/";
 license=('BSD')
 arch=('any')
-depends=('python2' 'tk' 'freeglut' 'setuptools')
+depends=('python2' 'freeglut' 'python2-distribute')
 provides=('pyopengl' 'python-pyopengl')
 conflicts=('pyopengl' 'python-pyopengl')
 source=("http://downloads.sourceforge.net/pyopengl/PyOpenGL-${pkgver}.tar.gz";
@@ -21,7 +22,7 @@
 
 package() {
cd ${srcdir}/PyOpenGL-${pkgver}
-   python2 setup.py install --root=${pkgdir}
+   python2 setup.py install --root=${pkgdir} --optimize=1
install -Dm644 ${srcdir}/LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in python-opengl/repos/extra-any (4 files)

2012-07-24 Thread Andrea Scarpino
Date: Tuesday, July 24, 2012 @ 04:38:21
  Author: andrea
Revision: 164019

archrelease: copy trunk to extra-any

Added:
  python-opengl/repos/extra-any/LICENSE
(from rev 164018, python-opengl/trunk/LICENSE)
  python-opengl/repos/extra-any/PKGBUILD
(from rev 164018, python-opengl/trunk/PKGBUILD)
Deleted:
  python-opengl/repos/extra-any/LICENSE
  python-opengl/repos/extra-any/PKGBUILD

--+
 LICENSE  |   60 ++--
 PKGBUILD |   55 ---
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-07-24 08:38:04 UTC (rev 164018)
+++ LICENSE 2012-07-24 08:38:21 UTC (rev 164019)
@@ -1,30 +0,0 @@
-# Copyright (c) 2006-2008 Alex Holkner
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions 
-# are met:
-#
-#  * Redistributions of source code must retain the above copyright
-#notice, this list of conditions and the following disclaimer.
-#  * Redistributions in binary form must reproduce the above copyright 
-#notice, this list of conditions and the following disclaimer in
-#the documentation and/or other materials provided with the
-#distribution.
-#  * Neither the name of pyglet nor the names of its
-#contributors may be used to endorse or promote products
-#derived from this software without specific prior written
-#permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.

Copied: python-opengl/repos/extra-any/LICENSE (from rev 164018, 
python-opengl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2012-07-24 08:38:21 UTC (rev 164019)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-24 08:38:04 UTC (rev 164018)
+++ PKGBUILD2012-07-24 08:38:21 UTC (rev 164019)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Josh Taylor 
-# Contributor: simo 
-# Contributor: Douglas Soares de Andrade 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=python-opengl
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="The cross platform Python binding to OpenGL and related APIs"
-url="http://pyopengl.sourceforge.net";
-license=('BSD')
-arch=('any')
-depends=('python2' 'tk' 'freeglut' 'setuptools')
-provides=('pyopengl' 'python-pyopengl')
-conflicts=('pyopengl' 'python-pyopengl')
-source=("http://downloads.sourceforge.net/pyopengl/PyOpenGL-

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

2012-07-24 Thread Tom Gundersen
Date: Tuesday, July 24, 2012 @ 05:45:26
  Author: tomegun
Revision: 164020

rename optdepends

Reported-by: Jelle van der Waa 

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 08:38:21 UTC (rev 164019)
+++ PKGBUILD2012-07-24 09:45:26 UTC (rev 164020)
@@ -14,8 +14,8 @@
 makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
 optdepends=("gstreamer0.10-base: bluetooth GStreamer support"
 "alsa-lib: Audio bluetooth devices support"
-"dbus-python: to run bluez-simple-agent"
-"pygobject: to run bluez-simple-agent"
+"python2-dbus: to run bluez-simple-agent"
+"python2-gobject: to run bluez-simple-agent"
 "libusb-compat: USB adapters support"
 "cups: CUPS backend")
 conflicts=('bluez-libs' 'bluez-utils')



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

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:38:08
  Author: andyrtr
Revision: 164021

upgpkg: xf86-video-openchrome 0.3.0-1

upstream update 0.3.0

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 09:45:26 UTC (rev 164020)
+++ PKGBUILD2012-07-24 15:38:08 UTC (rev 164021)
@@ -3,23 +3,23 @@
 # Maintainer: Juergen Hoetzel 
 
 pkgname=xf86-video-openchrome
-pkgver=0.2.906
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="X.Org Openchrome drivers"
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.openchrome.org";
 depends=('libdrm' 'libxvmc')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa') 
#'glproto' 'libgl')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa')
 replaces=('openchrome' 'xf86-video-via')
 options=('!libtool' '!emptydirs' '!makeflags')
 conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server<1.11.99.902' 'unichrome-dri')
 
source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1c49bf722326442393288db490ff48d437e337f9')
+sha1sums=('6916be0deaff4a07974590dcef1bc37a1a59e5df')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr # --disable-dri
+  ./configure --prefix=/usr
   make
 }
 



[arch-commits] Commit in xf86-video-openchrome/repos (4 files)

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:38:49
  Author: andyrtr
Revision: 164022

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

Added:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
(from rev 164021, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 164021, xf86-video-openchrome/trunk/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 15:38:08 UTC (rev 164021)
+++ extra-i686/PKGBUILD 2012-07-24 15:38:49 UTC (rev 164022)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal 
-# Maintainer: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-pkgver=0.2.906
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(i686 x86_64)
-license=('custom')
-url="http://www.openchrome.org";
-depends=('libdrm' 'libxvmc')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa') 
#'glproto' 'libgl')
-replaces=('openchrome' 'xf86-video-via')
-options=('!libtool' '!emptydirs' '!makeflags')
-conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server<1.11.99.902' 'unichrome-dri')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1c49bf722326442393288db490ff48d437e337f9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr # --disable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-i686/PKGBUILD (from rev 164021, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 15:38:49 UTC (rev 164022)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Paul Mattal 
+# Maintainer: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.openchrome.org";
+depends=('libdrm' 'libxvmc')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa')
+replaces=('openchrome' 'xf86-video-via')
+options=('!libtool' '!emptydirs' '!makeflags')
+conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server<1.11.99.902' 'unichrome-dri')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6916be0deaff4a07974590dcef1bc37a1a59e5df')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-24 15:38:08 UTC (rev 164021)
+++ extra-x86_64/PKGBUILD   2012-07-24 15:38:49 UTC (rev 164022)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal 
-# Maintainer: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-pkgver=0.2.906
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(i686 x86_64)
-license=('custom')
-url="http://www.openchrome.org";
-depends=('libdrm' 'libxvmc')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libx11' 'xf86driproto' 'mesa') 
#'glproto' 'libgl')
-replaces=('openchrome' 'xf86-video-via')
-options=('!libtool' '!emptydirs' '!makeflags')
-conflicts=('xf86-video-via' 'xf86-video-unichrome' 'openchrome' 
'xorg-server<1.11.99.902' 'unichrome-dri')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1c49bf722326442393288db490ff48d437e337f9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr # --disable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-x86_64/PKGBUILD (from rev 164021, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-24 15:38:49 UTC (rev 164022)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Paul Mattal 
+# Maintaine

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

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:40:11
  Author: andyrtr
Revision: 164023

upgpkg: xf86-input-evdev 2.7.1-1

upstream update 2.7.1

Modified:
  xf86-input-evdev/trunk/PKGBUILD
Deleted:
  xf86-input-evdev/trunk/Fix_inverted_horizontal_scroll.diff

-+
 Fix_inverted_horizontal_scroll.diff |   27 ---
 PKGBUILD|   11 ---
 2 files changed, 4 insertions(+), 34 deletions(-)

Deleted: Fix_inverted_horizontal_scroll.diff
===
--- Fix_inverted_horizontal_scroll.diff 2012-07-24 15:38:49 UTC (rev 164022)
+++ Fix_inverted_horizontal_scroll.diff 2012-07-24 15:40:11 UTC (rev 164023)
@@ -1,27 +0,0 @@
-From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Thu, 15 Mar 2012 05:46:32 +
-Subject: Fix inverted horizontal scroll (#46205)
-
-REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL.
-
-X.Org Bug 46205 
-
-Signed-off-by: Peter Hutterer 
-Reviewed-by: Chase Douglas 

-diff --git a/src/evdev.c b/src/evdev.c
-index d540b87..8cf630c 100644
 a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device)
- else if (axis == REL_DIAL)
- SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, 
SCROLL_FLAG_NONE);
- else if (axis == REL_HWHEEL)
--SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, 
SCROLL_FLAG_NONE);
-+SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, 
SCROLL_FLAG_NONE);
- #endif
- }
- 
---
-cgit v0.9.0.2-2-gbebe

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 15:38:49 UTC (rev 164022)
+++ PKGBUILD2012-07-24 15:40:11 UTC (rev 164023)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
@@ -14,14 +14,11 @@
 conflicts=('xorg-server<1.11.99.902')
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-Fix_inverted_horizontal_scroll.diff)
-sha1sums=('f0cb2d8400c33e8e83b538b53512e77ba73367fa'
-  'e959e710d9a0c60a3af967148b9d5e014544993c')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/Fix_inverted_horizontal_scroll.diff
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in xf86-input-evdev/repos (6 files)

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:40:48
  Author: andyrtr
Revision: 164024

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

Added:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
(from rev 164023, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
(from rev 164023, xf86-input-evdev/trunk/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/extra-i686/Fix_inverted_horizontal_scroll.diff
  xf86-input-evdev/repos/extra-i686/PKGBUILD
  xf86-input-evdev/repos/extra-x86_64/Fix_inverted_horizontal_scroll.diff
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/Fix_inverted_horizontal_scroll.diff   |   27 
 extra-i686/PKGBUILD  |   65 ++---
 extra-x86_64/Fix_inverted_horizontal_scroll.diff |   27 
 extra-x86_64/PKGBUILD|   65 ++---
 4 files changed, 62 insertions(+), 122 deletions(-)

Deleted: extra-i686/Fix_inverted_horizontal_scroll.diff
===
--- extra-i686/Fix_inverted_horizontal_scroll.diff  2012-07-24 15:40:11 UTC 
(rev 164023)
+++ extra-i686/Fix_inverted_horizontal_scroll.diff  2012-07-24 15:40:48 UTC 
(rev 164024)
@@ -1,27 +0,0 @@
-From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Thu, 15 Mar 2012 05:46:32 +
-Subject: Fix inverted horizontal scroll (#46205)
-
-REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL.
-
-X.Org Bug 46205 
-
-Signed-off-by: Peter Hutterer 
-Reviewed-by: Chase Douglas 

-diff --git a/src/evdev.c b/src/evdev.c
-index d540b87..8cf630c 100644
 a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device)
- else if (axis == REL_DIAL)
- SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, 
SCROLL_FLAG_NONE);
- else if (axis == REL_HWHEEL)
--SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, 
SCROLL_FLAG_NONE);
-+SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, 
SCROLL_FLAG_NONE);
- #endif
- }
- 
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 15:40:11 UTC (rev 164023)
+++ extra-i686/PKGBUILD 2012-07-24 15:40:48 UTC (rev 164024)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel>=1.11.99.902')
-conflicts=('xorg-server<1.11.99.902')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-Fix_inverted_horizontal_scroll.diff)
-sha1sums=('f0cb2d8400c33e8e83b538b53512e77ba73367fa'
-  'e959e710d9a0c60a3af967148b9d5e014544993c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/Fix_inverted_horizontal_scroll.diff
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 164023, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 15:40:48 UTC (rev 164024)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.99.902')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/Fix_inverted_horizontal_scroll.diff
===
--- extra-x86_64/Fix_inverted_horizontal_scroll.diff2012-07-24 15:40:11 UTC 
(rev 164023)
+++ extra-x86_64/Fix_inverted_horizontal_scroll.diff2012-07-24 15:40:48 UTC 
(rev 164024)
@@ -1,27 +0,0 @@
-From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Thu, 15 Mar 2012 05:46:32 +
-Subject: Fix inverted h

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

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:45:42
  Author: andyrtr
Revision: 164025

upgpkg: xf86-input-keyboard 1.6.2-1

upstream update 1.6.2

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 15:40:48 UTC (rev 164024)
+++ PKGBUILD2012-07-24 15:45:42 UTC (rev 164025)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-input-keyboard
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc="X.Org keyboard input driver"
 arch=(i686 x86_64)
 license=('custom')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef30fecb9e846a5268ae339846401489a785e413')
+sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in xf86-input-keyboard/repos (4 files)

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:46:19
  Author: andyrtr
Revision: 164026

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

Added:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
(from rev 164025, xf86-input-keyboard/trunk/PKGBUILD)
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD
(from rev 164025, xf86-input-keyboard/trunk/PKGBUILD)
Deleted:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 15:45:42 UTC (rev 164025)
+++ extra-i686/PKGBUILD 2012-07-24 15:46:19 UTC (rev 164026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="X.Org keyboard input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel>=1.11.99.902')
-conflicts=('xorg-server<1.11.99.902')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef30fecb9e846a5268ae339846401489a785e413')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-keyboard/repos/extra-i686/PKGBUILD (from rev 164025, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 15:46:19 UTC (rev 164026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="X.Org keyboard input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.99.902')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-24 15:45:42 UTC (rev 164025)
+++ extra-x86_64/PKGBUILD   2012-07-24 15:46:19 UTC (rev 164026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="X.Org keyboard input driver"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('glibc')
-makedepends=('xorg-server-devel>=1.11.99.902')
-conflicts=('xorg-server<1.11.99.902')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef30fecb9e846a5268ae339846401489a785e413')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-keyboard/repos/extra-x86_64/PKGBUILD (from rev 164025, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-24 15:46:19 UTC (rev 164026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-keyboard
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="X.Org keyboard input driver"
+arch=(i686 x86_64)
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.11.99.902')
+conflicts=('xorg-server<1.11.99.902')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  in

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

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:50:47
  Author: andyrtr
Revision: 164027

upgpkg: xf86-video-intel 2.20.1-2

fix some broken apple books backlight management

Added:
  xf86-video-intel/trunk/gmux_backlight.diff
Modified:
  xf86-video-intel/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 gmux_backlight.diff |   10 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 15:46:19 UTC (rev 164026)
+++ PKGBUILD2012-07-24 15:50:47 UTC (rev 164027)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-intel
 pkgver=2.20.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -17,11 +17,15 @@
 conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('de340a527dfa26bba6f79b423c2fe2b1d70657e46fa3fb468613c047443ff424')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+gmux_backlight.diff)
+sha256sums=('de340a527dfa26bba6f79b423c2fe2b1d70657e46fa3fb468613c047443ff424'
+'87383122dae69512f86039e9d72110bd6bf4cf717756a31b34862c200277b31b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  # https://bugs.freedesktop.org/show_bug.cgi?id=52423
+  patch -Np1 -i ${srcdir}/gmux_backlight.diff
   ./configure --prefix=/usr \
 --enable-dri
   make

Added: gmux_backlight.diff
===
--- gmux_backlight.diff (rev 0)
+++ gmux_backlight.diff 2012-07-24 15:50:47 UTC (rev 164027)
@@ -0,0 +1,10 @@
+--- xf86-video-intel-2.20.0.orig/src/intel_display.c   2012-07-15 
21:02:49.0 +1000
 xf86-video-intel-2.20.0/src/intel_display.c2012-07-24 
11:53:42.762165514 +1000
+@@ -127,6 +127,7 @@
+  * List of available kernel interfaces in priority order
+  */
+ static const char *backlight_interfaces[] = {
++  "gmux_backlight",
+   "asus-laptop",
+   "asus-nb-wmi",
+   "eeepc",



[arch-commits] Commit in xf86-video-intel/repos (10 files)

2012-07-24 Thread andyrtr
Date: Tuesday, July 24, 2012 @ 11:51:28
  Author: andyrtr
Revision: 164028

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 164027, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/gmux_backlight.diff
(from rev 164027, xf86-video-intel/trunk/gmux_backlight.diff)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 164027, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 164027, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/gmux_backlight.diff
(from rev 164027, xf86-video-intel/trunk/gmux_backlight.diff)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 164027, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

---+
 extra-i686/PKGBUILD   |   74 
 extra-i686/gmux_backlight.diff|   10 
 extra-i686/xf86-video-intel.install   |   16 +++---
 extra-x86_64/PKGBUILD |   74 
 extra-x86_64/gmux_backlight.diff  |   10 
 extra-x86_64/xf86-video-intel.install |   16 +++---
 6 files changed, 114 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 15:50:47 UTC (rev 164027)
+++ extra-i686/PKGBUILD 2012-07-24 15:51:28 UTC (rev 164028)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.20.1
-pkgrel=1
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.9' 
'libxfixes' 'systemd-tools')
-makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('de340a527dfa26bba6f79b423c2fe2b1d70657e46fa3fb468613c047443ff424')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---enable-dri
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 164027, 
xf86-video-intel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 15:51:28 UTC (rev 164028)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.20.1
+pkgrel=2
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.9' 
'libxfixes' 'systemd-tools')
+makedepends=('xorg-server-devel>=1.12.0' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xorg-server<1.12.0' 
'xf86-video-i810' 'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+gmux_backlight.diff)
+sha256sums=('de340a527dfa26bba6f79b423c2fe2b1d70657e46fa3fb468613c047443ff424'
+'87383122dae69512f86039e9d72110bd6bf4cf717756a31b34862c200277b31b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # https://bugs.freedesktop.org/show_bug.cgi?id=52423
+  patch -Np1 -i ${srcdir}/gmux_backlight.diff
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/extra-i686/gmux_backlight.diff (from rev 164027, 
xf86-video-intel/trunk/gmux_backlight.diff)
==

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

2012-07-24 Thread Ionut Biru
Date: Tuesday, July 24, 2012 @ 12:51:33
  Author: ibiru
Revision: 164029

update to 1.5.12

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 15:51:28 UTC (rev 164028)
+++ PKGBUILD2012-07-24 16:51:33 UTC (rev 164029)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libpng
-pkgver=1.5.11
-_apngver=1.5.11
+pkgver=1.5.12
+_apngver=1.5.12
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz";
 
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";)
-md5sums=('57f838299e701b6db9e8389c5602dc18'
- 'e9ddf7670e78ad93f4cc189c884d4f26')
+md5sums=('0fd51add1da6a0e470e0c726c59171b9'
+ '7f2924b1fe0cca9080e18b8720443716')
 
 build() {
   cd $pkgname-$pkgver



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

2012-07-24 Thread Ionut Biru
Date: Tuesday, July 24, 2012 @ 12:52:28
  Author: ibiru
Revision: 164030

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 16:51:33 UTC (rev 164029)
+++ extra-i686/PKGBUILD 2012-07-24 16:52:28 UTC (rev 164030)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.5.11
-_apngver=1.5.11
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz";
-
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";)
-md5sums=('57f838299e701b6db9e8389c5602dc18'
- 'e9ddf7670e78ad93f4cc189c884d4f26')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ../libpng-$_apngver-apng.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
-  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libpng/repos/extra-i686/PKGBUILD (from rev 164029, 
libpng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 16:52:28 UTC (rev 164030)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.5.12
+_apngver=1.5.12
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html";
+license=('custom')
+depends=('zlib' 'sh')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz";
+
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";)
+md5sums=('0fd51add1da6a0e470e0c726c59171b9'
+ '7f2924b1fe0cca9080e18b8720443716')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ../libpng-$_apngver-apng.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
+  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-24 16:51:33 UTC (rev 164029)
+++ extra-x86_64/PKGBUILD   2012-07-24 16:52:28 UTC (rev 164030)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.5.11
-_apngver=1.5.11
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz";
-
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz";)
-md5sums=('57f838299e701b6db9e8389c5602dc18'
- 'e9ddf7670e78ad93f4cc189c884d4f26')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ../libpng-$_apngver-apng.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
-  install -D -m644 ../../L

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

2012-07-24 Thread Evangelos Foutras
Date: Tuesday, July 24, 2012 @ 14:19:56
  Author: foutrelis
Revision: 164031

upgpkg: chromium 20.0.1132.57-2

gcc 4.7.1-5 rebuild.

Added:
  chromium/trunk/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch
Modified:
  chromium/trunk/PKGBUILD

---+
 PKGBUILD  |9 
 chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch |   22 
 2 files changed, 30 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 16:52:28 UTC (rev 164030)
+++ PKGBUILD2012-07-24 18:19:56 UTC (rev 164031)
@@ -10,7 +10,7 @@
 
 pkgname=chromium
 pkgver=20.0.1132.57
-pkgrel=1
+pkgrel=2
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/";
@@ -33,6 +33,7 @@
 chromium.default
 chromium.sh
 chromium-gcc47.patch
+chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch
 chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
 sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
 sha256sums=('1225c6b6306e89c8892bc0d18e94567d6081d777dee9b8c90efd0da9f6f2641b'
@@ -41,6 +42,7 @@
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
 'f607347ba8477d3c8e60eb3803d26f3c9869f77fd49986c60887c59a6aa7d30d'
+'8d0e0c53562eee3400606365e33aab035c487d7d958063bc25eea550c6fa3793'
 'c1baf14121502efbc2a31b64029dcafa0e28ca5b71ad0e28a3c6342d18198615'
 'a700aa054800d1b21d84eaba27c38a703dfa023e9226d11a942690c2a0630aff')
 
@@ -53,6 +55,11 @@
   # Fix build with glibc 2.16
   patch -Np1 -i "$srcdir/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch"
 
+  # Fix build with bison 2.6 (XXX: hacky; waiting on proper upstream fix)
+  # http://crbug.com/138243 / https://bugs.webkit.org/show_bug.cgi?id=91943
+  patch -Np1 -i \
+"$srcdir/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch"
+
   # http://code.google.com/p/chromium/issues/detail?id=109527
   sed -i 's|glib/gutils.h|glib.h|' ui/base/l10n/l10n_util.cc
 

Added: chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch
===
--- chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch   
(rev 0)
+++ chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch   2012-07-24 
18:19:56 UTC (rev 164031)
@@ -0,0 +1,22 @@
+diff -upr 
chromium-20.0.1132.57.orig/third_party/WebKit/Source/WebCore/WebCore.gyp/scripts/rule_bison.py
 
chromium-20.0.1132.57/third_party/WebKit/Source/WebCore/WebCore.gyp/scripts/rule_bison.py
+--- 
chromium-20.0.1132.57.orig/third_party/WebKit/Source/WebCore/WebCore.gyp/scripts/rule_bison.py
 2012-07-10 10:51:56.0 +0300
 
chromium-20.0.1132.57/third_party/WebKit/Source/WebCore/WebCore.gyp/scripts/rule_bison.py
  2012-07-24 20:20:48.316103484 +0300
+@@ -87,7 +87,7 @@ assert outputHTmp != None
+ 
+ # Read the header file in under the generated name and remove it.
+ outputHFile = open(outputHTmp)
+-outputHContents = outputHFile.read()
++outputHContents = outputHFile.readlines()
+ outputHFile.close()
+ os.unlink(outputHTmp)
+ 
+@@ -97,6 +97,8 @@ outputH = os.path.join(outputDir, inputR
+ outputHFile = open(outputH, 'w')
+ print >>outputHFile, '#ifndef %sH' % inputRoot
+ print >>outputHFile, '#define %sH' % inputRoot
+-print >>outputHFile, outputHContents
++print >>outputHFile, ''.join(filter(
++  lambda line: not line.startswith('int %sparse' % prefix),
++  outputHContents))
+ print >>outputHFile, '#endif'
+ outputHFile.close()



[arch-commits] Commit in chromium/repos (34 files)

2012-07-24 Thread Evangelos Foutras
Date: Tuesday, July 24, 2012 @ 14:21:07
  Author: foutrelis
Revision: 164032

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 164031, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-i686/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch
(from rev 164031, 
chromium/trunk/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 164031, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-i686/chromium-gcc47.patch
(from rev 164031, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 164031, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 164031, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 164031, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 164031, chromium/trunk/chromium.sh)
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 164031, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 164031, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch
(from rev 164031, 
chromium/trunk/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 164031, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-x86_64/chromium-gcc47.patch
(from rev 164031, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 164031, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 164031, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 164031, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 164031, chromium/trunk/chromium.sh)
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 164031, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-i686/chromium-gcc47.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  chromium/repos/extra-x86_64/chromium-gcc47.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch

+
 extra-i686/PKGBUILD|  291 
+-
 extra-i686/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch   |   22 
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   70 
+-
 extra-i686/chromium-gcc47.patch|  106 
+--
 extra-i686/chromium.default|8 
 extra-i686/chromium.desktop|  226 
+++
 extra-i686/chromium.install|   24 
 extra-i686/chromium.sh |   32 -
 extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch  |   52 -
 extra-x86_64/PKGBUILD  |  291 
+-
 extra-x86_64/chromium-20.0.1132.57-bison-2.6-remove-yyparse-decl.patch |   22 
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   70 
+-
 extra-x86_64/chromium-gcc47.patch  |  106 
+--
 extra-x86_64/chromium.default  |8 
 extra-x86_64/chromium.desktop  |  226 
+++
 extra-x86_64/chromium.install  |   24 
 extra-x86_64/chromium.sh   |   32 -
 extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch|   52 -
 18 files changed, 860 insertions(+), 802 deletions(-)

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


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

2012-07-24 Thread Ionut Biru
Date: Tuesday, July 24, 2012 @ 14:35:33
  Author: ibiru
Revision: 164033

update to 2.61

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 18:21:07 UTC (rev 164032)
+++ PKGBUILD2012-07-24 18:35:33 UTC (rev 164033)
@@ -3,7 +3,7 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.60
+pkgver=2.61
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/";
@@ -11,7 +11,7 @@
 makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
 transmissiond transmissiond.conf)
-md5sums=('2aff84c29a3c4b51ac5682a89d96bda5'
+md5sums=('2ed5b7815ebda65223bac6bdb09dec42'
  '08875299e3fbb68fc546c1f350ac1f06'
  'be39806c35b7544856fa4070b00fc960')
 



[arch-commits] Commit in transmission/repos (24 files)

2012-07-24 Thread Ionut Biru
Date: Tuesday, July 24, 2012 @ 14:37:58
  Author: ibiru
Revision: 164034

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

Added:
  transmission/repos/extra-i686/PKGBUILD
(from rev 164033, transmission/trunk/PKGBUILD)
  transmission/repos/extra-i686/transmission-cli.install
(from rev 164033, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-i686/transmission-gtk.install
(from rev 164033, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-i686/transmission-qt.install
(from rev 164033, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-i686/transmissiond
(from rev 164033, transmission/trunk/transmissiond)
  transmission/repos/extra-i686/transmissiond.conf
(from rev 164033, transmission/trunk/transmissiond.conf)
  transmission/repos/extra-x86_64/PKGBUILD
(from rev 164033, transmission/trunk/PKGBUILD)
  transmission/repos/extra-x86_64/transmission-cli.install
(from rev 164033, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-x86_64/transmission-gtk.install
(from rev 164033, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-x86_64/transmission-qt.install
(from rev 164033, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-x86_64/transmissiond
(from rev 164033, transmission/trunk/transmissiond)
  transmission/repos/extra-x86_64/transmissiond.conf
(from rev 164033, transmission/trunk/transmissiond.conf)
Deleted:
  transmission/repos/extra-i686/PKGBUILD
  transmission/repos/extra-i686/transmission-cli.install
  transmission/repos/extra-i686/transmission-gtk.install
  transmission/repos/extra-i686/transmission-qt.install
  transmission/repos/extra-i686/transmissiond
  transmission/repos/extra-i686/transmissiond.conf
  transmission/repos/extra-x86_64/PKGBUILD
  transmission/repos/extra-x86_64/transmission-cli.install
  transmission/repos/extra-x86_64/transmission-gtk.install
  transmission/repos/extra-x86_64/transmission-qt.install
  transmission/repos/extra-x86_64/transmissiond
  transmission/repos/extra-x86_64/transmissiond.conf

---+
 extra-i686/PKGBUILD   |  144 
 extra-i686/transmission-cli.install   |   18 ++--
 extra-i686/transmission-gtk.install   |   24 ++---
 extra-i686/transmission-qt.install|   22 ++--
 extra-i686/transmissiond  |   92 ++--
 extra-i686/transmissiond.conf |   10 +-
 extra-x86_64/PKGBUILD |  144 
 extra-x86_64/transmission-cli.install |   18 ++--
 extra-x86_64/transmission-gtk.install |   24 ++---
 extra-x86_64/transmission-qt.install  |   22 ++--
 extra-x86_64/transmissiond|   92 ++--
 extra-x86_64/transmissiond.conf   |   10 +-
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 18:35:33 UTC (rev 164033)
+++ extra-i686/PKGBUILD 2012-07-24 18:37:58 UTC (rev 164034)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.60
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.transmissionbt.com/";
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
-transmissiond transmissiond.conf)
-md5sums=('2aff84c29a3c4b51ac5682a89d96bda5'
- '08875299e3fbb68fc546c1f350ac1f06'
- 'be39806c35b7544856fa4070b00fc960')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-  pushd qt
-  qmake qtr.pro
-  make
-}
-package_transmission-cli() {
-  pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)"
-  depends=('curl' 'libevent')
-  backup=('etc/conf.d/transmissiond')
-  install=transmission-cli.install
-
-  cd "$pkgbase-$pkgver"
-
-  for dir in daemon cli web utils
-  do
-  make -C "$dir" DESTDIR="$pkgdir" install
-  done
-
-  install -D -m755 "$srcdir/transmissiond" "$pkgdir/etc/rc.d/transmissiond"
-  install -D -m644 "$srcdir/transmissiond.conf" 
"$pkgdir/etc/conf.d/transmissiond"
-  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-cli/COPYING"
-}
-
-package_transmission-gtk() {
-  pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)"
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
- 'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd "$pkgbase-$pkgver"
-
-  make -C gtk DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-gtk/COPYING"
-}
-
-package_transmission-qt() {
-  pkgde

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

2012-07-24 Thread Florian Pritz
Date: Tuesday, July 24, 2012 @ 15:19:10
  Author: bluewind
Revision: 164035

db-move: moved netcfg from [testing] to [core] ( any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 164034, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/core-any/git-fixes.patch
  netcfg/repos/testing-any/

-+
 PKGBUILD|   69 +-
 git-fixes.patch |   24 --
 2 files changed, 33 insertions(+), 60 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-24 18:37:58 UTC (rev 164034)
+++ core-any/PKGBUILD   2012-07-24 19:19:10 UTC (rev 164035)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen 
-
-pkgname=netcfg
-pkgver=2.8.5
-pkgrel=3
-pkgdesc="Network configuration and profile scripts"
-url="http://archlinux.org/netcfg/";
-license=("BSD")
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=("coreutils" "dhcpcd" "iproute2")
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
-arch=(any)
-md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
-
-package() {
-  cd "$srcdir/netcfg-${pkgver}"
-
-  patch -p1 -i "$srcdir/git-fixes.patch"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netcfg"
-  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netcfg"
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 164034, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-24 19:19:10 UTC (rev 164035)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netcfg
+pkgver=2.8.8
+pkgrel=1
+pkgdesc="Network configuration and profile scripts"
+url="http://archlinux.org/netcfg/";
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "dhcpcd" "iproute2")
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('e6a3b2588c84048d878367a2f16167eb')
+
+package() {
+  cd "$srcdir/netcfg-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netcfg"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netcfg"
+}
+

Deleted: core-any/git-fixes.patch
===
--- core-any/git-fixes.patch2012-07-24 18:37:58 UTC (rev 164034)
+++ core-any/git-fixes.patch2012-07-24 19:19:10 UTC (rev 164035)
@@ -1,24 +0,0 @@
-commit 9eb995ef8a34d552077b2af02787574a6534b1e2
-Author: Tasos Latsas 
-Date:   Sat Jun 30 11:07:45 2012 +0300
-
-wifi-menu: fix name of wireless key variable
-
-Dialog returns the wireless key in variable $key. Uppercase
-'KEY' is used later to create the profile.
-
-Signed-off-by: Tasos Latsas 
-
-diff --git a/scripts/wifi-menu b/scripts/wifi-menu
-index e182f25..ba8eb47 100755
 a/scripts/wifi-menu
-+++ b/scripts/wifi-menu
-@@ -115,7 +115,7 @@ create_profile()
- [[ "$OBSCURE" ]] && box="--insecure --passwordbox" || box="--inputbox"
- msg="Enter $security security key for\n'$1'"
- key=$(dialog $box "$msg" 10 40 --stdout) || return $?
--[[ "${#KEY}" -ge 8 && "${#KEY}" -le 63 ]] || return 4
-+[[ "${#key}" -ge 8 && "${#key}" -le 63 ]] || return 4
- if [[ "$OBSCURE" ]]; then
- key=$(w

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

2012-07-24 Thread Pierre Schmitz
Date: Tuesday, July 24, 2012 @ 16:45:27
  Author: pierre
Revision: 164037

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

Added:
  zsh/repos/testing-i686/PKGBUILD
(from rev 164036, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/zprofile
(from rev 164036, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh.install
(from rev 164036, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 164036, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
(from rev 164036, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh.install
(from rev 164036, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/testing-i686/PKGBUILD
  zsh/repos/testing-i686/zprofile
  zsh/repos/testing-i686/zsh.install
  zsh/repos/testing-x86_64/PKGBUILD
  zsh/repos/testing-x86_64/zprofile
  zsh/repos/testing-x86_64/zsh.install

+
 testing-i686/PKGBUILD  |  130 ++-
 testing-i686/zprofile  |2 
 testing-i686/zsh.install   |   22 +++
 testing-x86_64/PKGBUILD|  130 ++-
 testing-x86_64/zprofile|2 
 testing-x86_64/zsh.install |   22 +++
 6 files changed, 158 insertions(+), 150 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-24 20:44:46 UTC (rev 164036)
+++ testing-i686/PKGBUILD   2012-07-24 20:45:27 UTC (rev 164037)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=zsh
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-depends=('pcre' 'libcap' 'gdbm')
-install=zsh.install
-source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
-'zprofile')
-backup=('etc/zsh/zprofile')
-md5sums=('e8484468925cec8d9a84b8b04797e764'
- '24a9335edf77252a7b5f52e079f7aef7')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-
-   # Remove unneeded and conflicting completion scripts
-   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
-   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_osc
-
-   ./configure --prefix=/usr \
-   --bindir=/bin \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   HOME="${srcdir}" make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 164036, zsh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-24 20:45:27 UTC (rev 164037)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zsh
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
+'zprofile')
+backup=('etc/zsh/zprofile')
+md5sums=('e8484468925cec8d9a84b8b04797e764'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
+   # Remove unneeded and conflicti

[arch-commits] Commit in zsh/repos (14 files)

2012-07-24 Thread Pierre Schmitz
Date: Tuesday, July 24, 2012 @ 16:46:25
  Author: pierre
Revision: 164038

db-move: moved zsh from [testing] to [extra] ( i686,  x86_64)

Added:
  zsh/repos/extra-i686/PKGBUILD
(from rev 164037, zsh/repos/testing-i686/PKGBUILD)
  zsh/repos/extra-i686/zprofile
(from rev 164037, zsh/repos/testing-i686/zprofile)
  zsh/repos/extra-i686/zsh.install
(from rev 164037, zsh/repos/testing-i686/zsh.install)
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 164037, zsh/repos/testing-x86_64/PKGBUILD)
  zsh/repos/extra-x86_64/zprofile
(from rev 164037, zsh/repos/testing-x86_64/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 164037, zsh/repos/testing-x86_64/zsh.install)
Deleted:
  zsh/repos/extra-i686/PKGBUILD
  zsh/repos/extra-i686/zprofile
  zsh/repos/extra-i686/zsh.install
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install
  zsh/repos/testing-i686/
  zsh/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  130 +++--
 extra-i686/zprofile  |2 
 extra-i686/zsh.install   |   22 +++
 extra-x86_64/PKGBUILD|  130 +++--
 extra-x86_64/zprofile|2 
 extra-x86_64/zsh.install |   22 +++
 6 files changed, 158 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-24 20:45:27 UTC (rev 164037)
+++ extra-i686/PKGBUILD 2012-07-24 20:46:25 UTC (rev 164038)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=zsh
-pkgver=4.3.17
-pkgrel=2
-pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-depends=('pcre' 'libcap' 'gdbm')
-install=zsh.install
-source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
-'zprofile')
-backup=('etc/zsh/zprofile')
-md5sums=('8258967060b2654f30001a011946ac6a'
- '24a9335edf77252a7b5f52e079f7aef7')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # FS#16360
-   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
-Doc/zsh.texi \
-Completion/Unix/Type/_services \
-Completion/Unix/Command/_init_d
-
-   # Remove unneeded and conflicting completion scripts
-   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
-   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_osc
-
-   ./configure --prefix=/usr \
-   --bindir=/bin \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   HOME="${srcdir}" make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/extra-i686/PKGBUILD (from rev 164037, 
zsh/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-24 20:46:25 UTC (rev 164038)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zsh
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2";
+'zprofile')
+backup=('etc/zsh/zprofile')
+md5sums=('e8484468925cec8d9a84b8b04797e764'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kb

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

2012-07-24 Thread Pierre Schmitz
Date: Tuesday, July 24, 2012 @ 16:44:46
  Author: pierre
Revision: 164036

upgpkg: zsh 5.0.0-2

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 19:19:10 UTC (rev 164035)
+++ PKGBUILD2012-07-24 20:44:46 UTC (rev 164036)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'



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

2012-07-24 Thread Eric Bélanger
Date: Tuesday, July 24, 2012 @ 19:11:49
  Author: eric
Revision: 164039

upgpkg: libwacom 0.6-1

Upstream update, Add license file, Add check function, Change source url

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 20:46:25 UTC (rev 164038)
+++ PKGBUILD2012-07-24 23:11:49 UTC (rev 164039)
@@ -2,16 +2,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.4
+pkgver=0.6
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64' 'i686')
-depends=('glib2' 'udev')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom";
 license=('MIT')
+depends=('glib2' 'systemd-tools')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom";
-sha256sums=('13a7989572126b7f9013f8289b7e59707e23690fbd5eaa7f033b88245fa12367')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7115690698edc87deec482f0b2526567b858475d2135b5f8ccc946e5e76ec01d')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,7 +19,13 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2012-07-24 Thread Eric Bélanger
Date: Tuesday, July 24, 2012 @ 19:12:01
  Author: eric
Revision: 164040

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

Added:
  libwacom/repos/testing-i686/
  libwacom/repos/testing-i686/PKGBUILD
(from rev 164039, libwacom/trunk/PKGBUILD)
  libwacom/repos/testing-x86_64/
  libwacom/repos/testing-x86_64/PKGBUILD
(from rev 164039, libwacom/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libwacom/repos/testing-i686/PKGBUILD (from rev 164039, 
libwacom/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-24 23:12:01 UTC (rev 164040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.6
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom";
+license=('MIT')
+depends=('glib2' 'systemd-tools')
+options=('!libtool')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7115690698edc87deec482f0b2526567b858475d2135b5f8ccc946e5e76ec01d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libwacom/repos/testing-x86_64/PKGBUILD (from rev 164039, 
libwacom/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-24 23:12:01 UTC (rev 164040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.6
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64' 'i686')
+url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom";
+license=('MIT')
+depends=('glib2' 'systemd-tools')
+options=('!libtool')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7115690698edc87deec482f0b2526567b858475d2135b5f8ccc946e5e76ec01d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-07-24 Thread Gaetan Bisson
Date: Tuesday, July 24, 2012 @ 20:28:49
  Author: bisson
Revision: 164041

upstream update

Modified:
  dnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-24 23:12:01 UTC (rev 164040)
+++ PKGBUILD2012-07-25 00:28:49 UTC (rev 164041)
@@ -6,8 +6,8 @@
 pkgname=dnsutils
 
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.9.1.P1
-_pkgver=9.9.1-P1
+pkgver=9.9.1.P2
+_pkgver=9.9.1-P2
 pkgrel=1
 
 pkgdesc='DNS utilities: dig host nslookup'
@@ -18,7 +18,7 @@
 depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
 source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
 'remove-bind.patch')
-sha1sums=('a2263b96ccd8a143ea54b39958142c542bf605a8'
+sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
   'b465ef6160b004838f04de9978fe1be8422af777')
 
 replaces=('bind-tools' 'host')



[arch-commits] Commit in dnsutils/repos (6 files)

2012-07-24 Thread Gaetan Bisson
Date: Tuesday, July 24, 2012 @ 20:29:36
  Author: bisson
Revision: 164042

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

Added:
  dnsutils/repos/testing-i686/
  dnsutils/repos/testing-i686/PKGBUILD
(from rev 164041, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-i686/remove-bind.patch
(from rev 164041, dnsutils/trunk/remove-bind.patch)
  dnsutils/repos/testing-x86_64/
  dnsutils/repos/testing-x86_64/PKGBUILD
(from rev 164041, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-x86_64/remove-bind.patch
(from rev 164041, dnsutils/trunk/remove-bind.patch)

--+
 testing-i686/PKGBUILD|   52 +
 testing-i686/remove-bind.patch   |   25 +
 testing-x86_64/PKGBUILD  |   52 +
 testing-x86_64/remove-bind.patch |   25 +
 4 files changed, 154 insertions(+)

Copied: dnsutils/repos/testing-i686/PKGBUILD (from rev 164041, 
dnsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-25 00:29:36 UTC (rev 164042)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: mario 
+
+pkgname=dnsutils
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.9.1.P2
+_pkgver=9.9.1-P2
+pkgrel=1
+
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+'remove-bind.patch')
+sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/bind-${_pkgver}"
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   cd bin; make DESTDIR="${pkgdir}" install
+}

Copied: dnsutils/repos/testing-i686/remove-bind.patch (from rev 164041, 
dnsutils/trunk/remove-bind.patch)
===
--- testing-i686/remove-bind.patch  (rev 0)
+++ testing-i686/remove-bind.patch  2012-07-25 00:29:36 UTC (rev 164042)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc dns isccfg bind9 lwres
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@

Copied: dnsutils/repos/testing-x86_64/PKGBUILD (from rev 164041, 
dnsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-25 00:29:36 UTC (rev 164042)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: mario 
+
+pkgname=dnsutils
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.9.1.P2
+_pkgver=9.9.1-P2
+pkgrel=1
+
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+'remove-bind.patch')
+sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   patch -p1 -i ../remove-bind.patch
+

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

2012-07-24 Thread Gaetan Bisson
Date: Tuesday, July 24, 2012 @ 20:34:18
  Author: bisson
Revision: 164043

upstream update

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 00:29:36 UTC (rev 164042)
+++ PKGBUILD2012-07-25 00:34:18 UTC (rev 164043)
@@ -6,9 +6,9 @@
 pkgname=bind
 
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.9.1.P1
-_pkgver=9.9.1-P1
-pkgrel=2
+pkgver=9.9.1.P2
+_pkgver=9.9.1-P2
+pkgrel=1
 
 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('a2263b96ccd8a143ea54b39958142c542bf605a8'
+sha1sums=('449b12c32682b5bef64c7b53cd0fc0c6b731c8a7'
   'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
   '18f477f510df31e6c6f547ee2d5fc46e973479bf'
   '46232e9db243c6c05e170a1781d7a7f413be5d03'



[arch-commits] Commit in bind/repos (22 files)

2012-07-24 Thread Gaetan Bisson
Date: Tuesday, July 24, 2012 @ 20:35:41
  Author: bisson
Revision: 164044

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

Added:
  bind/repos/testing-i686/
  bind/repos/testing-i686/127.0.0.zone
(from rev 164043, bind/trunk/127.0.0.zone)
  bind/repos/testing-i686/PKGBUILD
(from rev 164043, bind/trunk/PKGBUILD)
  bind/repos/testing-i686/install
(from rev 164043, bind/trunk/install)
  bind/repos/testing-i686/localhost.zone
(from rev 164043, bind/trunk/localhost.zone)
  bind/repos/testing-i686/named
(from rev 164043, bind/trunk/named)
  bind/repos/testing-i686/named.conf
(from rev 164043, bind/trunk/named.conf)
  bind/repos/testing-i686/named.conf.d
(from rev 164043, bind/trunk/named.conf.d)
  bind/repos/testing-i686/named.logrotate
(from rev 164043, bind/trunk/named.logrotate)
  bind/repos/testing-i686/named.service
(from rev 164043, bind/trunk/named.service)
  bind/repos/testing-i686/remove-tools.patch
(from rev 164043, bind/trunk/remove-tools.patch)
  bind/repos/testing-x86_64/
  bind/repos/testing-x86_64/127.0.0.zone
(from rev 164043, bind/trunk/127.0.0.zone)
  bind/repos/testing-x86_64/PKGBUILD
(from rev 164043, bind/trunk/PKGBUILD)
  bind/repos/testing-x86_64/install
(from rev 164043, bind/trunk/install)
  bind/repos/testing-x86_64/localhost.zone
(from rev 164043, bind/trunk/localhost.zone)
  bind/repos/testing-x86_64/named
(from rev 164043, bind/trunk/named)
  bind/repos/testing-x86_64/named.conf
(from rev 164043, bind/trunk/named.conf)
  bind/repos/testing-x86_64/named.conf.d
(from rev 164043, bind/trunk/named.conf.d)
  bind/repos/testing-x86_64/named.logrotate
(from rev 164043, bind/trunk/named.logrotate)
  bind/repos/testing-x86_64/named.service
(from rev 164043, bind/trunk/named.service)
  bind/repos/testing-x86_64/remove-tools.patch
(from rev 164043, bind/trunk/remove-tools.patch)

---+
 testing-i686/127.0.0.zone |   11 
 testing-i686/PKGBUILD |   86 
 testing-i686/install  |   21 
 testing-i686/localhost.zone   |   10 
 testing-i686/named|   52 +
 testing-i686/named.conf   |   64 ++
 testing-i686/named.conf.d |4 +
 testing-i686/named.logrotate  |6 ++
 testing-i686/named.service|   10 
 testing-i686/remove-tools.patch   |   12 +
 testing-x86_64/127.0.0.zone   |   11 
 testing-x86_64/PKGBUILD   |   86 
 testing-x86_64/install|   21 
 testing-x86_64/localhost.zone |   10 
 testing-x86_64/named  |   52 +
 testing-x86_64/named.conf |   64 ++
 testing-x86_64/named.conf.d   |4 +
 testing-x86_64/named.logrotate|6 ++
 testing-x86_64/named.service  |   10 
 testing-x86_64/remove-tools.patch |   12 +
 20 files changed, 552 insertions(+)

Copied: bind/repos/testing-i686/127.0.0.zone (from rev 164043, 
bind/trunk/127.0.0.zone)
===
--- testing-i686/127.0.0.zone   (rev 0)
+++ testing-i686/127.0.0.zone   2012-07-25 00:35:41 UTC (rev 164044)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  ; expiry
+   1D ); minimum ttl
+
+   1D IN NSlocalhost.
+1  1D IN PTR   localhost.

Copied: bind/repos/testing-i686/PKGBUILD (from rev 164043, bind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-25 00:35:41 UTC (rev 164044)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Mario Vazquez 
+
+pkgname=bind
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.9.1.P2
+_pkgver=9.9.1-P2
+pkgrel=1
+
+pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags' '!libtool')
+depends=('openssl' 'krb5' 'libxml2')
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+'root.hint::http://www.internic.net/zones/named.root'
+'remove-tools.patch'
+'named'
+'named.conf'
+'named.conf.d'
+'named.service'
+'named.logrota

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

2012-07-24 Thread Dave Reisner
Date: Tuesday, July 24, 2012 @ 20:49:20
  Author: dreisner
Revision: 164045

upgpkg: arch-install-scripts 3-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 00:35:41 UTC (rev 164044)
+++ PKGBUILD2012-07-25 00:49:20 UTC (rev 164045)
@@ -2,24 +2,23 @@
 # Maintainer: Dave Reisner 
 
 pkgname=arch-install-scripts
-pkgver=2
+pkgver=3
 pkgrel=1
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
 url="http://github.com/falconindy/$pkgname";
 license=('GPL')
 depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver";)
-md5sums=('6f1b9abd11fdb627761247becc59a441')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('c91c3a5d05d5f12934c466b30962d8c8'
+ '869220e79a96953cb71ee2c3634953f5')
 
 build() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -C "$dirname"
+  make -C "$pkgname-$pkgver"
 }
 
 package() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in arch-install-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-24 Thread Dave Reisner
Date: Tuesday, July 24, 2012 @ 20:49:28
  Author: dreisner
Revision: 164046

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 164045, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   49 -
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-25 00:49:20 UTC (rev 164045)
+++ PKGBUILD2012-07-25 00:49:28 UTC (rev 164046)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=arch-install-scripts
-pkgver=2
-pkgrel=1
-pkgdesc="Scripts to aid in installing Arch Linux"
-arch=('any')
-url="http://github.com/falconindy/$pkgname";
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=("$pkgname-$pkgver.tar.gz::https://www.github.com/falconindy/$pkgname/tarball/v$pkgver";)
-md5sums=('6f1b9abd11fdb627761247becc59a441')
-
-build() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -C "$dirname"
-}
-
-package() {
-  dirname=$(tar tf "$pkgname-$pkgver.tar.gz" | sed 1q)
-  make -C "$dirname" PREFIX=/usr DESTDIR="$pkgdir" all install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 164045, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-25 00:49:28 UTC (rev 164046)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=arch-install-scripts
+pkgver=3
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="http://github.com/falconindy/$pkgname";
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('c91c3a5d05d5f12934c466b30962d8c8'
+ '869220e79a96953cb71ee2c3634953f5')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in texlive-bin/trunk (texlive.install)

2012-07-24 Thread Rémy Oudompheng
Date: Wednesday, July 25, 2012 @ 00:41:33
  Author: remy
Revision: 164047

Add a test for a matching texlive-core version.

Formats will not be generated if the version does not
match.

Modified:
  texlive-bin/trunk/texlive.install

-+
 texlive.install |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: texlive.install
===
--- texlive.install 2012-07-25 00:49:28 UTC (rev 164046)
+++ texlive.install 2012-07-25 04:41:33 UTC (rev 164047)
@@ -16,13 +16,19 @@
 }
 
 post_upgrade() {
+  local corename corever _pacout
   echo">>> texlive: updating the filename database..."
   usr/bin/mktexlsr
-  echo -n   "recreating all formats..."
-  usr/bin/fmtutil-sys --all 1>/dev/null
-  echo  " done." 
-  echo  " (logs are under /var/lib/texmf/web2c//.log)"
-
+  _pacout=$(pacman -Q texlive-core 2>/dev/null)
+  read corename corever <<< ${_pacout}
+  if [[ ${corever} == 2012* ]]; then
+  echo -n   "recreating all formats..."
+  usr/bin/fmtutil-sys --all 1>/dev/null
+  echo  " done." 
+  echo  " (logs are under 
/var/lib/texmf/web2c//.log)"
+  else
+  echo "WARNING: not recreating formats since texlive-core has version 
'$corever'"
+  fi
   [[ -x usr/bin/install-info ]] || return 0
   for file in "${filelist[@]}"; do
 install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null



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

2012-07-24 Thread Rémy Oudompheng
Date: Wednesday, July 25, 2012 @ 01:55:46
  Author: remy
Revision: 164048

upgpkg: texlive-bin 2012.0-3

Rebuild for fixed C++ ABI.

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 04:41:33 UTC (rev 164047)
+++ PKGBUILD2012-07-25 05:55:46 UTC (rev 164048)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2012.0
-pkgrel=2
+pkgrel=3
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')



[arch-commits] Commit in texlive-bin/repos (28 files)

2012-07-24 Thread Rémy Oudompheng
Date: Wednesday, July 25, 2012 @ 01:56:14
  Author: remy
Revision: 164049

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

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 164048, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 164048, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 164048, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 164048, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-i686/poppler-0.20.patch
(from rev 164048, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 164048, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 164048, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
(from rev 164048, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 164048, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 164048, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 164048, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-x86_64/poppler-0.20.patch
(from rev 164048, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 164048, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-x86_64/texmf.cnf
(from rev 164048, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/extra-i686/poppler-0.20.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/extra-x86_64/poppler-0.20.patch
  texlive-bin/repos/extra-x86_64/texlive.install
  texlive-bin/repos/extra-x86_64/texmf.cnf

+
 extra-i686/09-texlive-fonts.conf   |   18 
 extra-i686/PKGBUILD|  622 +++---
 extra-i686/fix-fontforge-encoding.patch|   24 
 extra-i686/luatex-r4449-radical-rule-thickness.patch   |   46 
 extra-i686/poppler-0.20.patch  |   44 
 extra-i686/texlive.install |   80 
 extra-i686/texmf.cnf   | 1448 +++
 extra-x86_64/09-texlive-fonts.conf |   18 
 extra-x86_64/PKGBUILD  |  622 +++---
 extra-x86_64/fix-fontforge-encoding.patch  |   24 
 extra-x86_64/luatex-r4449-radical-rule-thickness.patch |   46 
 extra-x86_64/poppler-0.20.patch|   44 
 extra-x86_64/texlive.install   |   80 
 extra-x86_64/texmf.cnf | 1448 +++
 14 files changed, 2288 insertions(+), 2276 deletions(-)

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


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

2012-07-24 Thread Giovanni Scafora
Date: Wednesday, July 25, 2012 @ 02:07:33
  Author: giovanni
Revision: 164050

upgpkg: whois 5.0.18-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 05:56:14 UTC (rev 164049)
+++ PKGBUILD2012-07-25 06:07:33 UTC (rev 164050)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.0.17
+pkgver=5.0.18
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('754ff9a089913bf198400eb937e24055')
+md5sums=('15d777273d44a5b9a0814c1ea0d22b1a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-07-24 Thread Giovanni Scafora
Date: Wednesday, July 25, 2012 @ 02:08:06
  Author: giovanni
Revision: 164051

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-25 06:07:33 UTC (rev 164050)
+++ extra-i686/PKGBUILD 2012-07-25 06:08:06 UTC (rev 164051)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.0.17
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/";
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('754ff9a089913bf198400eb937e24055')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 164050, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-25 06:08:06 UTC (rev 164051)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.0.18
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/";
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+md5sums=('15d777273d44a5b9a0814c1ea0d22b1a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-25 06:07:33 UTC (rev 164050)
+++ extra-x86_64/PKGBUILD   2012-07-25 06:08:06 UTC (rev 164051)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.0.17
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/";
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('754ff9a089913bf198400eb937e24055')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 164050, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-25 06:08:06 UTC (rev 164051)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.0.18
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/";
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+md5sums=('15d777273d44a5b9a0814c1ea0d22b1a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+}



[arch-commits] Commit in iptables/trunk (PKGBUILD iptables-1.4.12-fixresore.patch)

2012-07-24 Thread Evangelos Foutras
Date: Wednesday, July 25, 2012 @ 02:38:18
  Author: foutrelis
Revision: 164052

upgpkg: iptables 1.4.14-3

Fix FS#30419 / upstream bug #774: iptables-restore can't parse the quoted 
parameter correctly.

Added:
  iptables/trunk/iptables-1.4.12-fixresore.patch
Modified:
  iptables/trunk/PKGBUILD

-+
 PKGBUILD|   17 -
 iptables-1.4.12-fixresore.patch |   28 
 2 files changed, 40 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-25 06:08:06 UTC (rev 164051)
+++ PKGBUILD2012-07-25 06:38:18 UTC (rev 164052)
@@ -4,7 +4,7 @@
 
 pkgname=iptables
 pkgver=1.4.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -23,10 +23,11 @@
 empty-nat.rules
 empty-raw.rules
 empty-security.rules
-   0503-extension_cppflags.patch
-   iptables.service
-   ip6tables.service
-   iptables-flush)
+0503-extension_cppflags.patch
+iptables-1.4.12-fixresore.patch
+iptables.service
+ip6tables.service
+iptables-flush)
 backup=(etc/conf.d/iptables)
 sha1sums=('daf2972b81e52f562a644798013e946c88319ea3'
   '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
@@ -40,6 +41,7 @@
   '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
   'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
   '44626980a52e49f345a0b1e1ca03060f3a35763c'
+  '7c018d48445ae41c0b9f345747e54b94cb0997b3'
   '5c4eb4ea88c302e8ff98f435a11dd59b00f4d8b9'
   'f1f16f44c6a5547b6f251d13007fe6585761e8b0'
   'e7abda09c61142121b6695928d3b71ccd8fdf73a')
@@ -52,6 +54,11 @@
 
   patch -Np1 -i ${srcdir}/0503-extension_cppflags.patch
 
+  # Fix scope issue exposed by gcc 4.7 (patch by fryasu)
+  # http://bugzilla.netfilter.org/show_bug.cgi?id=774
+  # (This will most likely be fixed in iptables 1.4.15)
+  patch -Np1 -i ${srcdir}/iptables-1.4.12-fixresore.patch
+
  ./configure --prefix=/usr \
  --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
  --with-xtlibdir=/usr/lib/iptables \

Added: iptables-1.4.12-fixresore.patch
===
--- iptables-1.4.12-fixresore.patch (rev 0)
+++ iptables-1.4.12-fixresore.patch 2012-07-25 06:38:18 UTC (rev 164052)
@@ -0,0 +1,28 @@
+diff -Nur iptables-1.4.12.2/iptables/ip6tables-restore.c 
iptables-1.4.12.2-fixrestore/iptables/ip6tables-restore.c
+--- iptables-1.4.12.2/iptables/ip6tables-restore.c 2012-01-03 
02:19:09.0 +0900
 iptables-1.4.12.2-fixrestore/iptables/ip6tables-restore.c  2012-03-01 
10:56:10.0 +0900
+@@ -380,9 +380,9 @@
+   quote_open = 0;
+   escaped = 0;
+   param_len = 0;
++  char param_buffer[1024];
+ 
+   for (curchar = parsestart; *curchar; curchar++) {
+-  char param_buffer[1024];
+ 
+   if (quote_open) {
+   if (escaped) {
+diff -Nur iptables-1.4.12.2/iptables/iptables-restore.c 
iptables-1.4.12.2-fixrestore/iptables/iptables-restore.c
+--- iptables-1.4.12.2/iptables/iptables-restore.c  2012-01-03 
02:19:09.0 +0900
 iptables-1.4.12.2-fixrestore/iptables/iptables-restore.c   2012-03-01 
10:56:00.0 +0900
+@@ -377,9 +377,9 @@
+   quote_open = 0;
+   escaped = 0;
+   param_len = 0;
++  char param_buffer[1024];
+ 
+   for (curchar = parsestart; *curchar; curchar++) {
+-  char param_buffer[1024];
+ 
+   if (quote_open) {
+   if (escaped) {



[arch-commits] Commit in iptables/repos (34 files)

2012-07-24 Thread Evangelos Foutras
Date: Wednesday, July 25, 2012 @ 02:40:02
  Author: foutrelis
Revision: 164053

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

Added:
  iptables/repos/testing-i686/
  iptables/repos/testing-i686/0503-extension_cppflags.patch
(from rev 164052, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-i686/PKGBUILD
(from rev 164052, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 164052, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 164052, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 164052, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 164052, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 164052, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 164052, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables
(from rev 164052, iptables/trunk/ip6tables)
  iptables/repos/testing-i686/ip6tables.service
(from rev 164052, iptables/trunk/ip6tables.service)
  iptables/repos/testing-i686/iptables
(from rev 164052, iptables/trunk/iptables)
  iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch
(from rev 164052, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-i686/iptables-flush
(from rev 164052, iptables/trunk/iptables-flush)
  iptables/repos/testing-i686/iptables.conf.d
(from rev 164052, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-i686/iptables.service
(from rev 164052, iptables/trunk/iptables.service)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 164052, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/0503-extension_cppflags.patch
(from rev 164052, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 164052, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 164052, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 164052, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 164052, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 164052, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 164052, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 164052, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables
(from rev 164052, iptables/trunk/ip6tables)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 164052, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables
(from rev 164052, iptables/trunk/iptables)
  iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch
(from rev 164052, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 164052, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.conf.d
(from rev 164052, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-x86_64/iptables.service
(from rev 164052, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 164052, iptables/trunk/simple_firewall.rules)

+
 testing-i686/0503-extension_cppflags.patch |   13 +++
 testing-i686/PKGBUILD  |   91 +++
 testing-i686/empty-filter.rules|6 +
 testing-i686/empty-mangle.rules|8 ++
 testing-i686/empty-nat.rules   |7 +
 testing-i686/empty-raw.rules   |5 +
 testing-i686/empty-security.rules  |6 +
 testing-i686/empty.rules   |6 +
 testing-i686/ip6tables |   69 +
 testing-i686/ip6tables.service |   11 ++
 testing-i686/iptables  |   68 +
 testing-i686/iptables-1.4.12-fixresore.patch   |   28 +++
 testing-i686/iptables-flush|   18 
 testing-i686/iptables.conf.d   |   12 +++
 testing-i686/iptables.service  |   11 ++
 testing-i686/simple_firewall.rules |   11 ++
 testing-x86_64/0503-extension_cppflags.patch   |   13 +++
 testing-x86_64/PKGBUILD|   91 +++
 testing-x86_64/empty-filter.rules  |6 +
 testing-x86_64/empty-mangle.rules  |8 ++
 testing-x86_64/empty-nat.rules |7 +
 testing-x86_64/empty-raw.rules |5 +
 testing-x86_64/empty-security.rules|6