[arch-commits] Commit in xf86-input-joystick/trunk (PKGBUILD git-fixes.patch)

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:07:34
  Author: jgc
Revision: 173111

upgpkg: xf86-input-joystick 1.6.1-3

Add config file to backup array

Modified:
  xf86-input-joystick/trunk/PKGBUILD
Deleted:
  xf86-input-joystick/trunk/git-fixes.patch

-+
 PKGBUILD|5 
 git-fixes.patch |  399 --
 2 files changed, 2 insertions(+), 402 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 07:38:24 UTC (rev 173110)
+++ PKGBUILD2012-12-11 10:07:34 UTC (rev 173111)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-input-joystick
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.Org Joystick input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,17 +11,16 @@
 depends=('glibc')
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server<1.13.0' 'X-ABI-XINPUT_VERSION<18' 
'X-ABI-XINPUT_VERSION>=19')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-#git-fixes.patch
 50-joystick.conf)
 sha1sums=('0712652ec6cdb2fca6ad888548b232a4de9cf580'
   'e1ff3699a0470c6bb78a53f718df9d8521621e11')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  #patch -Np1 -i "${srcdir}/git-fixes.patch"
   ./configure --prefix=/usr
   make
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2012-12-11 07:38:24 UTC (rev 173110)
+++ git-fixes.patch 2012-12-11 10:07:34 UTC (rev 173111)
@@ -1,399 +0,0 @@
-From 204dcb86368b011824fc5006f87b9e394d03a394 Mon Sep 17 00:00:00 2001
-From: Terry Lambert 
-Date: Sat, 16 Jul 2011 00:23:22 +
-Subject: Return proper default for unknown values in pInfo->device_control.
-
-Signed-off-by: Terry Lambert 
-Reviewed-by: Stephane Marchesin 
-Signed-off-by: Peter Hutterer 

-diff --git a/src/jstk.c b/src/jstk.c
-index ec6b79a..6db0e7c 100644
 a/src/jstk.c
-+++ b/src/jstk.c
-@@ -419,8 +419,7 @@ jstkDeviceControlProc(DeviceIntPtr   pJstk,
- 
- default:
- ErrorF("unsupported mode=%d\n", what);
--return !Success;
--break;
-+return BadValue;
- } /* switch (what) */
- return Success;
- }
-diff --git a/src/jstk_key.c b/src/jstk_key.c
-index 3c471ce..d699dcd 100644
 a/src/jstk_key.c
-+++ b/src/jstk_key.c
-@@ -169,6 +169,8 @@ jstkKeyboardDeviceControlProc(DeviceIntPtr   dev,
- DBG(2, ErrorF("jstkKeyboardDeviceControlProc what=DEVICE_CLOSE\n"));
- dev->public.on = FALSE;
- break;
-+default:
-+return BadValue;
- }
- 
- return Success;
---
-cgit v0.9.0.2-2-gbebe
-From b3b62328cf3f36c20c54a298f8a921e6eef42c4d Mon Sep 17 00:00:00 2001
-From: Devin J. Pohly 
-Date: Sat, 03 Sep 2011 23:00:07 +
-Subject: unify capitalization of joystick properties
-
-the axis keys high/low properties were inconsistently capitalized,
-leading to potential confusion as to why one works but not the other.
-
-Signed-off-by: Devin J. Pohly 
-Signed-off-by: Peter Hutterer 

-diff --git a/include/joystick-properties.h b/include/joystick-properties.h
-index 49ef800..36f4082 100644
 a/include/joystick-properties.h
-+++ b/include/joystick-properties.h
-@@ -99,7 +99,7 @@ typedef enum _JSTK_MAPPING {
- 
- /** Scancodes for axis in high position */
- /* 8 bit, 4 per axis */
--#define JSTK_PROP_AXIS_KEYS_HIGH "Axis keys (high)"
-+#define JSTK_PROP_AXIS_KEYS_HIGH "Axis Keys (high)"
- 
- /** Set the mapping of each button to
- none, x, y, zx, zy, button, key, speed_multiply,
---
-cgit v0.9.0.2-2-gbebe
-From b607c4ebeea4122694f02ba87f06e4cdb23114f1 Mon Sep 17 00:00:00 2001
-From: Sascha Hlusiak 
-Date: Sat, 15 Oct 2011 22:47:52 +
-Subject: label buttons and axes
-
-Buttons are labeled "Button %d", starting with 0 and representing the button 
in X _after_ mapping.
-Mapping can be changed while running so the labels will be constant.
-
-Axes are labeled "Axis %d", starting with 1, representing the _physical_ axis 
that reports the valuator
-data. The raw valuators can't be dynamically mapped, the first two valuators 
always are labeled "Rel X"
-and "Rel Y", representing the aggregated post-calculation data from all axes.
-
-Signed-off-by: Sascha Hlusiak 

-diff --git a/man/joystick.man b/man/joystick.man
-index da92ceb..b401de5 100644
 a/man/joystick.man
-+++ b/man/joystick.man
-@@ -140,7 +140,11 @@ Neither
- .B mode
- nor
- .B axis
--needs to be set to generate extra valuator events.
-+needs to be set to generate extra valuator events. The axis will be labelled 
according to it's physical axis number, beginning with 
-+.I 1
-+, i.e.
-+.I \*qAxis 1\*q
-+for the first axis (being the 3rd valuator).
- Default: not set.
- .TP 7
- .BI "\*qaxis="[] \*q
-@@ -318,6 +322,28 @@ and the second and fourth a

[arch-commits] Commit in xf86-input-joystick/repos (10 files)

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:08:00
  Author: jgc
Revision: 173112

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

Added:
  xf86-input-joystick/repos/extra-i686/50-joystick.conf
(from rev 173111, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/extra-i686/PKGBUILD
(from rev 173111, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/extra-x86_64/50-joystick.conf
(from rev 173111, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/extra-x86_64/PKGBUILD
(from rev 173111, xf86-input-joystick/trunk/PKGBUILD)
Deleted:
  xf86-input-joystick/repos/extra-i686/50-joystick.conf
  xf86-input-joystick/repos/extra-i686/PKGBUILD
  xf86-input-joystick/repos/extra-i686/git-fixes.patch
  xf86-input-joystick/repos/extra-x86_64/50-joystick.conf
  xf86-input-joystick/repos/extra-x86_64/PKGBUILD
  xf86-input-joystick/repos/extra-x86_64/git-fixes.patch

---+
 extra-i686/50-joystick.conf   |   12 -
 extra-i686/PKGBUILD   |   77 +++
 extra-i686/git-fixes.patch|  399 
 extra-x86_64/50-joystick.conf |   12 -
 extra-x86_64/PKGBUILD |   77 +++
 extra-x86_64/git-fixes.patch  |  399 
 6 files changed, 88 insertions(+), 888 deletions(-)

Deleted: extra-i686/50-joystick.conf
===
--- extra-i686/50-joystick.conf 2012-12-11 10:07:34 UTC (rev 173111)
+++ extra-i686/50-joystick.conf 2012-12-11 10:08:00 UTC (rev 173112)
@@ -1,6 +0,0 @@
-Section "InputClass"
-   Identifier "joystick catchall"
-   MatchIsJoystick "on"
-   MatchDevicePath "/dev/input/event*"
-   Driver "joystick"
-EndSection

Copied: xf86-input-joystick/repos/extra-i686/50-joystick.conf (from rev 173111, 
xf86-input-joystick/trunk/50-joystick.conf)
===
--- extra-i686/50-joystick.conf (rev 0)
+++ extra-i686/50-joystick.conf 2012-12-11 10:08:00 UTC (rev 173112)
@@ -0,0 +1,6 @@
+Section "InputClass"
+   Identifier "joystick catchall"
+   MatchIsJoystick "on"
+   MatchDevicePath "/dev/input/event*"
+   Driver "joystick"
+EndSection

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 10:07:34 UTC (rev 173111)
+++ extra-i686/PKGBUILD 2012-12-11 10:08:00 UTC (rev 173112)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-input-joystick
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="X.Org Joystick input driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.13.0' 'X-ABI-XINPUT_VERSION<18' 
'X-ABI-XINPUT_VERSION>=19')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-#git-fixes.patch
-50-joystick.conf)
-sha1sums=('0712652ec6cdb2fca6ad888548b232a4de9cf580'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  #patch -Np1 -i "${srcdir}/git-fixes.patch"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
-  install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/etc/X11/xorg.conf.d/"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-joystick/repos/extra-i686/PKGBUILD (from rev 173111, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 10:08:00 UTC (rev 173112)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-joystick
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.13.0' 'X-ABI-XINPUT_VERSION<18' 
'X-ABI-XINPUT_VERSION>=19')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('0712652ec6cdb2fca6ad888548b232a4de9cf580'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/etc/X11/xorg.co

[arch-commits] Commit in (4 files)

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:22:27
  Author: jgc
Revision: 173113

Add helper library for use in xterm

Added:
  libutempter/
  libutempter/repos/
  libutempter/trunk/
  libutempter/trunk/PKGBUILD

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

Added: libutempter/trunk/PKGBUILD
===
--- libutempter/trunk/PKGBUILD  (rev 0)
+++ libutempter/trunk/PKGBUILD  2012-12-11 10:22:27 UTC (rev 173113)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
+arch=('i686' 'x86_64')
+url="ftp://ftp.altlinux.org/pub/people/ldv/utempter";
+license=('LGPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2)
+md5sums=('b43827806923903aba2bc7cd3a2d45b7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  RPM_OPT_FLAGS="$CFLAGS" make
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
+  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
+}



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:23:45
  Author: jgc
Revision: 173114

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

Added:
  libutempter/repos/extra-i686/
  libutempter/repos/extra-i686/PKGBUILD
(from rev 173113, libutempter/trunk/PKGBUILD)
  libutempter/repos/extra-x86_64/
  libutempter/repos/extra-x86_64/PKGBUILD
(from rev 173113, libutempter/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   26 ++
 extra-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libutempter/repos/extra-i686/PKGBUILD (from rev 173113, 
libutempter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 10:23:45 UTC (rev 173114)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
+arch=('i686' 'x86_64')
+url="ftp://ftp.altlinux.org/pub/people/ldv/utempter";
+license=('LGPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2)
+md5sums=('b43827806923903aba2bc7cd3a2d45b7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  RPM_OPT_FLAGS="$CFLAGS" make
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
+  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
+}

Copied: libutempter/repos/extra-x86_64/PKGBUILD (from rev 173113, 
libutempter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 10:23:45 UTC (rev 173114)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
+arch=('i686' 'x86_64')
+url="ftp://ftp.altlinux.org/pub/people/ldv/utempter";
+license=('LGPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2)
+md5sums=('b43827806923903aba2bc7cd3a2d45b7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  RPM_OPT_FLAGS="$CFLAGS" make
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
+  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
+}



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:32:30
  Author: jgc
Revision: 173115

upgpkg: xterm 287-2

Use libutempter instead of setgid utmp

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 10:23:45 UTC (rev 173114)
+++ PKGBUILD2012-12-11 10:32:30 UTC (rev 173115)
@@ -4,12 +4,12 @@
 
 pkgname=xterm
 pkgver=287
-pkgrel=1
+pkgrel=2
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/xterm/";
 license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
 md5sums=('0e4385e66d40b5dd6017d02c3db2a4af'
@@ -43,7 +43,7 @@
   --enable-narrowproto \
   --enable-exec-xterm \
   --with-tty-group=tty \
-  --with-utmp-setgid=utmp
+  --with-utempter
   make
 }
 



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 05:32:56
  Author: jgc
Revision: 173116

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 173115, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 173115, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 173115, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 173115, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-12-11 10:32:30 UTC (rev 173115)
+++ extra-i686/LICENSE  2012-12-11 10:32:56 UTC (rev 173116)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 173115, xterm/trunk/LICENSE)
==

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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 07:24:00
  Author: jgc
Revision: 173117

upgpkg: sane 1.0.23-2

Rebuild for libgphoto2

Modified:
  sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 10:32:56 UTC (rev 173116)
+++ PKGBUILD2012-12-11 12:24:00 UTC (rev 173117)
@@ -6,12 +6,12 @@
 
 pkgname=sane
 pkgver=1.0.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Scanner Access Now Easy"
 url="http://www.sane-project.org/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libtiff>=4.0.0' 'libgphoto2>=2.4.7-2' 'libjpeg>=8' 'libusb-compat' 
'libcups' 'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
+depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusb-compat' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
 makedepends=('texlive-latexextra')
 install=$pkgname.install
 
backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 07:24:51
  Author: jgc
Revision: 173118

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

Added:
  sane/repos/staging-i686/
  sane/repos/staging-i686/PKGBUILD
(from rev 173117, sane/trunk/PKGBUILD)
  sane/repos/staging-i686/libv4l-0.8.3.patch
(from rev 173117, sane/trunk/libv4l-0.8.3.patch)
  sane/repos/staging-i686/sane.install
(from rev 173117, sane/trunk/sane.install)
  sane/repos/staging-i686/sane.xinetd
(from rev 173117, sane/trunk/sane.xinetd)
  sane/repos/staging-i686/saned.service
(from rev 173117, sane/trunk/saned.service)
  sane/repos/staging-i686/saned.socket
(from rev 173117, sane/trunk/saned.socket)
  sane/repos/staging-i686/xerox_mfp_fix_usb_devices.patch
(from rev 173117, sane/trunk/xerox_mfp_fix_usb_devices.patch)
  sane/repos/staging-x86_64/
  sane/repos/staging-x86_64/PKGBUILD
(from rev 173117, sane/trunk/PKGBUILD)
  sane/repos/staging-x86_64/libv4l-0.8.3.patch
(from rev 173117, sane/trunk/libv4l-0.8.3.patch)
  sane/repos/staging-x86_64/sane.install
(from rev 173117, sane/trunk/sane.install)
  sane/repos/staging-x86_64/sane.xinetd
(from rev 173117, sane/trunk/sane.xinetd)
  sane/repos/staging-x86_64/saned.service
(from rev 173117, sane/trunk/saned.service)
  sane/repos/staging-x86_64/saned.socket
(from rev 173117, sane/trunk/saned.socket)
  sane/repos/staging-x86_64/xerox_mfp_fix_usb_devices.patch
(from rev 173117, sane/trunk/xerox_mfp_fix_usb_devices.patch)

+
 staging-i686/PKGBUILD  |   64 +
 staging-i686/libv4l-0.8.3.patch|   64 +
 staging-i686/sane.install  |7 ++
 staging-i686/sane.xinetd   |   11 +++
 staging-i686/saned.service |8 ++
 staging-i686/saned.socket  |9 +++
 staging-i686/xerox_mfp_fix_usb_devices.patch   |   67 +++
 staging-x86_64/PKGBUILD|   64 +
 staging-x86_64/libv4l-0.8.3.patch  |   64 +
 staging-x86_64/sane.install|7 ++
 staging-x86_64/sane.xinetd |   11 +++
 staging-x86_64/saned.service   |8 ++
 staging-x86_64/saned.socket|9 +++
 staging-x86_64/xerox_mfp_fix_usb_devices.patch |   67 +++
 14 files changed, 460 insertions(+)

Copied: sane/repos/staging-i686/PKGBUILD (from rev 173117, sane/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-12-11 12:24:51 UTC (rev 173118)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+# Contributor: Simo L. 
+# Contributor: eric 
+
+pkgname=sane
+pkgver=1.0.23
+pkgrel=2
+pkgdesc="Scanner Access Now Easy"
+url="http://www.sane-project.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusb-compat' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
+makedepends=('texlive-latexextra')
+install=$pkgname.install
+backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
+source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
+'sane.xinetd'
+'saned.socket'
+'saned.service')
+options=(!libtool)
+
+build() {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-docdir=/usr/share/doc/sane \
+--enable-avahi \
+--enable-pthread \
+--disable-rpath \
+--disable-locking
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # fix hp officejets
+  echo "#hpaio" >> "${pkgdir}/etc/sane.d/dll.conf"
+  # install udev files
+  install -D -m0644 tools/udev/libsane.rules \
+"${pkgdir}/usr/lib

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

2012-12-11 Thread Stéphane Gaudreault
Date: Tuesday, December 11, 2012 @ 07:57:31
  Author: stephane
Revision: 173119

upgpkg: hwloc 1.6-1

upstream update

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 12:24:51 UTC (rev 173118)
+++ PKGBUILD2012-12-11 12:57:31 UTC (rev 173119)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=1.5.1
+pkgver=1.6
 pkgrel=1
 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('sh' 'pciutils' 'cairo' 'libxml2')
 makedepends=('pkg-config')
 options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-12-11 Thread Stéphane Gaudreault
Date: Tuesday, December 11, 2012 @ 07:57:48
  Author: stephane
Revision: 173120

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 173119, hwloc/trunk/PKGBUILD)
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 173119, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/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-12-11 12:57:31 UTC (rev 173119)
+++ extra-i686/PKGBUILD 2012-12-11 12:57:48 UTC (rev 173120)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/";
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 173119, hwloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 12:57:48 UTC (rev 173120)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.6
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/";
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 12:57:31 UTC (rev 173119)
+++ extra-x86_64/PKGBUILD   2012-12-11 12:57:48 UTC (rev 173120)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
-arch=('i686' 'x86_64')
-url="http://www.open-mpi.org/projects/hwloc/";
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 173119, 
hwloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 12:57:48 UTC (rev 173120)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.6
+pkgrel=1
+pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical 
architectures"
+arch=('i686' 'x86_64')
+url="http://www.open-mpi.org/projects/hwloc/";
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="$

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

2012-12-11 Thread Florian Pritz
Date: Tuesday, December 11, 2012 @ 08:02:34
  Author: bluewind
Revision: 173121

remove changelog file

out of date and IMHO not necessary sicne we have svn logs

Modified:
  perl/trunk/PKGBUILD
Deleted:
  perl/trunk/ChangeLog

---+
 ChangeLog |   66 
 PKGBUILD  |1 
 2 files changed, 67 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2012-12-11 12:57:48 UTC (rev 173120)
+++ ChangeLog   2012-12-11 13:02:34 UTC (rev 173121)
@@ -1,66 +0,0 @@
-2011-06-22 Angel Velasquez 
-* Added a patch for ExtUtils doesnt overwrite CFLAGS and LDFLAGS
-* Fixed #FS22197, FS#22441, FS#24767
-* Rebuilt perl 5.14.1-2 against db 5.2.28
-
-2011-06-16 Angel Velasquez 
-* Fixed #FS24660
-* Rebuilt against db 5.2.28
-
-2011-05-16  Angel Velasquez 
-* perl 5.14.0
-* Removed patch for h2ph warning from 5.12.3
-* Removed provides array, you can use corelist -v 5.14.0 to know the
-modules included with the perl core, through Module::CoreList (thx j3nnn1
-for the tip)
-
-2010-11-07  kevin  
-
-* perl 5.12.2-1
-- Using /usr/bin/*_perl for script directories
-
-2010-11-06  kevin  
-
-- Removed otherlibdirs directive from Configure
-- Removed /usr/*/perl5/site_perl/5.10.1 from INC
-- Finally removed legacy dirs /usr/lib/perl5/current and
-  /usr/lib/perl5/site_perl/current from @INC
-
-2010-05-23  kevin  
-
-* perl 5.12.1-2
-- Francois updated the provides array.
-
-2010-05-23  kevin  
-
-* perl 5.12.1-1
-
-2010-05-16  kevin  
-
-* perl 5.12.0-2
-
-2010-05-12  kevin  
-
-- FS#19411.  Removed the for loop in perlbin.sh which didn't work on zsh.
-  This makes the loop variables unnecessary so the script no longer
-  pollutes the user's environment.
-- FS#19427.  Added /usr/*/perl5/site_perl/5.10.1 to otherlibdirs to support
-  user built modules.
-
-2010-05-09  kevin  
-
-* perl 5.12.0-1
-- Modified perlbin.sh to only add existing dirs to PATH.  Fixes FS#17402,
-  path points to non-existant directories 
-
-2010-05-07  kevin  
-
-- Added this changelog.
-- Added -Dinc_version_list=none to fix FS#19136, double entry in @INC.
-  This removes the duplicates and versioned directory entries.
-- Change scriptdirs to /usr/lib/perl5/{core,vendor,site}_perl/bin to fix
-  Fix FS#13808, binaries don't follow FHS.
-- Stopped using versioned directories in sitelib and sitearch.
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 12:57:48 UTC (rev 173120)
+++ PKGBUILD2012-12-11 13:02:34 UTC (rev 173121)
@@ -13,7 +13,6 @@
 url="http://www.perl.org";
 groups=('base')
 depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
-changelog=ChangeLog
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 
 perlbin.sh
 perlbin.csh



[arch-commits] Commit in linux/trunk (7 files)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 08:23:32
  Author: tpowa
Revision: 173122

upgpkg: linux 3.7-1

bump to 3.7 series

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
  linux/trunk/linux.install
Deleted:
  linux/trunk/irq_cfg_pointer-3.6.6.patch
  linux/trunk/module-init-wait-3.6.patch
  linux/trunk/module-symbol-waiting-3.6.patch

-+
 PKGBUILD|   82 ++--
 config  |  694 +++---
 config.x86_64   |  689 ++---
 irq_cfg_pointer-3.6.6.patch |   16 
 linux.install   |2 
 module-init-wait-3.6.patch  |   77 
 module-symbol-waiting-3.6.patch |   66 ---
 7 files changed, 736 insertions(+), 890 deletions(-)

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


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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 08:24:35
  Author: tpowa
Revision: 173123

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 173122, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 173122, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 173122, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 173122, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 173122, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/linux.install
(from rev 173122, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 173122, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 173122, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 173122, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 173122, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 173122, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 173122, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 173122, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 173122, linux/trunk/linux.preset)
Modified:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/linux.install
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/linux.install

--+
 core-i686/PKGBUILD   |   22 
 core-i686/linux.install  |2 
 core-x86_64/PKGBUILD |   22 
 core-x86_64/linux.install|2 
 testing-i686/PKGBUILD|  329 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6033 +
 testing-i686/config.x86_64   | 5805 
 testing-i686/fat-3.6.x.patch |   33 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  329 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6033 +
 testing-x86_64/config.x86_64 | 5805 
 testing-x86_64/fat-3.6.x.patch   |   33 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 24606 insertions(+), 24 deletions(-)

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


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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 08:32:44
  Author: jgc
Revision: 173124

upgpkg: digikam 2.9.0-3

Rebuild for libgphoto2

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 13:24:35 UTC (rev 173123)
+++ PKGBUILD2012-12-11 13:32:44 UTC (rev 173124)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=2.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 08:33:12
  Author: jgc
Revision: 173125

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

Added:
  digikam/repos/staging-i686/
  digikam/repos/staging-i686/PKGBUILD
(from rev 173124, digikam/trunk/PKGBUILD)
  digikam/repos/staging-i686/digikam.install
(from rev 173124, digikam/trunk/digikam.install)
  digikam/repos/staging-i686/kipi-plugins.install
(from rev 173124, digikam/trunk/kipi-plugins.install)
  digikam/repos/staging-x86_64/
  digikam/repos/staging-x86_64/PKGBUILD
(from rev 173124, digikam/trunk/PKGBUILD)
  digikam/repos/staging-x86_64/digikam.install
(from rev 173124, digikam/trunk/digikam.install)
  digikam/repos/staging-x86_64/kipi-plugins.install
(from rev 173124, digikam/trunk/kipi-plugins.install)

-+
 staging-i686/PKGBUILD   |   94 ++
 staging-i686/digikam.install|   12 
 staging-i686/kipi-plugins.install   |   12 
 staging-x86_64/PKGBUILD |   94 ++
 staging-x86_64/digikam.install  |   12 
 staging-x86_64/kipi-plugins.install |   12 
 6 files changed, 236 insertions(+)

Copied: digikam/repos/staging-i686/PKGBUILD (from rev 173124, 
digikam/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-12-11 13:33:12 UTC (rev 173125)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgver=2.9.0
+pkgrel=3
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/";
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+ 'cmake' 'automoc4' 'doxygen' 'mesa')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('df4b879a95f4ccac4480c5161d66fb05d6fbefcd')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+  # Use internal lensfun (FS#21816)
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DLENSFUN_LIBRARY="" \
+-DLENSFUN_INCLUDE_DIR=""
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap')
+  optdepends=('kipi-plugins: for more extras and plugins')
+  install=digikam.install
+
+  cd "${srcdir}"/build/core
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/doc
+  make DESTDIR="${pkgdir}" install
+  cd "${srcdir}"/build/po
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkface() {
+  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+  depends=('kdelibs' 'opencv')
+
+  cd "${srcdir}"/build/extra/libkface
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkgeomap() {
+  pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+  depends=('kdelibs' 'kdeedu-marble' 'libkexiv2')
+
+  cd "${srcdir}"/build/extra/libkgeomap
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkvkontakte() {
+  pkgdesc="KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network"
+  depends=('kdelibs' 'qjson')
+
+  cd "${srcdir}"/build/extra/libkvkontakte
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libmediawiki() {
+  pkgdesc="A KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
+  depends=('kdelibs')
+
+  cd "${srcdir}"/build/extra/libmediawiki
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
+   'opencv' 'qjson' 'libkvkontakte' 'libkexiv2')
+  optdepends=('libkgeomap'
+  'libmediawiki'
+  'libgpod'
+  'hugin')
+  install=kipi-plugins.install
+
+  cd "${srcdir}"/build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+}

Copied: digikam/repos/staging-i686/digikam.install (from rev 173124, 
digikam/trunk/digikam.install)
===
--- staging-i686/digikam.install(rev 0)
+++ staging-i686/digikam.install2012-12-11 13:33:12 UTC (rev 173125)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+po

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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 09:41:28
  Author: tpowa
Revision: 173126

upgpkg: linux-lts 3.0.56-1

bump to latest version

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

---+
 PKGBUILD  |   14 --
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 13:33:12 UTC (rev 173125)
+++ PKGBUILD2012-12-11 14:41:28 UTC (rev 173126)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.54
+pkgver=3.0.56
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -22,10 +22,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
-'module-init-wait-3.0.patch'
-'3.0.54-ptrace-i686-build.patch')
+'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '27d8d645091a979988ee4eba100dedd8'
+ '99ced08688dd44774b6ef685a6b5985e'
  'af692c789cae37d98a8927cc8f5842bf'
  '5307498e3164b48ce7ed2ae70c6e80f3'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f'
- '80889d526d86e516757b52fc99dca64d')
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -70,10 +68,6 @@
   patch -Np1 -i "${srcdir}/module-symbol-waiting-3.0.patch"
   patch -Np1 -i "${srcdir}/module-init-wait-3.0.patch"
 
-  # fix building on i686 platform
-  # 
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=051d62f6f239a9427fcab244a310610ed8bedb43
-  patch -Np1 -i "${srcdir}/3.0.54-ptrace-i686-build.patch"
-
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config
   else

Modified: linux-lts.install
===
--- linux-lts.install   2012-12-11 13:33:12 UTC (rev 173125)
+++ linux-lts.install   2012-12-11 14:41:28 UTC (rev 173126)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.54-1-lts
+KERNEL_VERSION=3.0.56-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in sane/repos (30 files)

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:10
  Author: jgc
Revision: 173127

db-move: moved sane from [staging] to [extra] (i686, x86_64)

Added:
  sane/repos/extra-i686/PKGBUILD
(from rev 173126, sane/repos/staging-i686/PKGBUILD)
  sane/repos/extra-i686/libv4l-0.8.3.patch
(from rev 173126, sane/repos/staging-i686/libv4l-0.8.3.patch)
  sane/repos/extra-i686/sane.install
(from rev 173126, sane/repos/staging-i686/sane.install)
  sane/repos/extra-i686/sane.xinetd
(from rev 173126, sane/repos/staging-i686/sane.xinetd)
  sane/repos/extra-i686/saned.service
(from rev 173126, sane/repos/staging-i686/saned.service)
  sane/repos/extra-i686/saned.socket
(from rev 173126, sane/repos/staging-i686/saned.socket)
  sane/repos/extra-i686/xerox_mfp_fix_usb_devices.patch
(from rev 173126, sane/repos/staging-i686/xerox_mfp_fix_usb_devices.patch)
  sane/repos/extra-x86_64/PKGBUILD
(from rev 173126, sane/repos/staging-x86_64/PKGBUILD)
  sane/repos/extra-x86_64/libv4l-0.8.3.patch
(from rev 173126, sane/repos/staging-x86_64/libv4l-0.8.3.patch)
  sane/repos/extra-x86_64/sane.install
(from rev 173126, sane/repos/staging-x86_64/sane.install)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 173126, sane/repos/staging-x86_64/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 173126, sane/repos/staging-x86_64/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 173126, sane/repos/staging-x86_64/saned.socket)
  sane/repos/extra-x86_64/xerox_mfp_fix_usb_devices.patch
(from rev 173126, sane/repos/staging-x86_64/xerox_mfp_fix_usb_devices.patch)
Deleted:
  sane/repos/extra-i686/PKGBUILD
  sane/repos/extra-i686/libv4l-0.8.3.patch
  sane/repos/extra-i686/sane.install
  sane/repos/extra-i686/sane.xinetd
  sane/repos/extra-i686/saned.service
  sane/repos/extra-i686/saned.socket
  sane/repos/extra-i686/xerox_mfp_fix_usb_devices.patch
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/libv4l-0.8.3.patch
  sane/repos/extra-x86_64/sane.install
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket
  sane/repos/extra-x86_64/xerox_mfp_fix_usb_devices.patch
  sane/repos/staging-i686/
  sane/repos/staging-x86_64/

--+
 extra-i686/PKGBUILD  |  128 +++
 extra-i686/libv4l-0.8.3.patch|  128 +++
 extra-i686/sane.install  |   14 +-
 extra-i686/sane.xinetd   |   22 ++--
 extra-i686/saned.service |   16 +-
 extra-i686/saned.socket  |   18 +--
 extra-i686/xerox_mfp_fix_usb_devices.patch   |  134 -
 extra-x86_64/PKGBUILD|  128 +++
 extra-x86_64/libv4l-0.8.3.patch  |  128 +++
 extra-x86_64/sane.install|   14 +-
 extra-x86_64/sane.xinetd |   22 ++--
 extra-x86_64/saned.service   |   16 +-
 extra-x86_64/saned.socket|   18 +--
 extra-x86_64/xerox_mfp_fix_usb_devices.patch |  134 -
 14 files changed, 460 insertions(+), 460 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:41:28 UTC (rev 173126)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:10 UTC (rev 173127)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sarah Hay 
-# Contributor: Simo L. 
-# Contributor: eric 
-
-pkgname=sane
-pkgver=1.0.23
-pkgrel=1
-pkgdesc="Scanner Access Now Easy"
-url="http://www.sane-project.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libtiff>=4.0.0' 'libgphoto2>=2.4.7-2' 'libjpeg>=8' 'libusb-compat' 
'libcups' 'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
-makedepends=('texlive-latexextra')
-install=$pkgname.install
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
-source=(ftp://ftp.archlin

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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:12
  Author: jgc
Revision: 173128

db-move: moved libgphoto2 from [staging] to [extra] (i686, x86_64)

Added:
  libgphoto2/repos/extra-i686/PKGBUILD
(from rev 173126, libgphoto2/repos/staging-i686/PKGBUILD)
  libgphoto2/repos/extra-i686/libgphoto2.install
(from rev 173126, libgphoto2/repos/staging-i686/libgphoto2.install)
  libgphoto2/repos/extra-x86_64/PKGBUILD
(from rev 173126, libgphoto2/repos/staging-x86_64/PKGBUILD)
  libgphoto2/repos/extra-x86_64/libgphoto2.install
(from rev 173126, libgphoto2/repos/staging-x86_64/libgphoto2.install)
Deleted:
  libgphoto2/repos/extra-i686/PKGBUILD
  libgphoto2/repos/extra-i686/libgphoto2.install
  libgphoto2/repos/extra-x86_64/PKGBUILD
  libgphoto2/repos/extra-x86_64/libgphoto2.install
  libgphoto2/repos/staging-i686/
  libgphoto2/repos/staging-x86_64/

-+
 extra-i686/PKGBUILD |   86 +++---
 extra-i686/libgphoto2.install   |   12 ++---
 extra-x86_64/PKGBUILD   |   86 +++---
 extra-x86_64/libgphoto2.install |   12 ++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:42:10 UTC (rev 173127)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:12 UTC (rev 173128)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Gundersen 
-# Contributor: Eduardo Romero 
-# Contributor: Damir Perisa 
-
-pkgname=libgphoto2
-pkgver=2.4.14
-pkgrel=1
-pkgdesc="The core library of gphoto2, designed to allow access to digital 
camera by external programs."
-arch=(i686 x86_64)
-url="http://www.gphoto.org";
-license=(LGPL)
-depends=('libexif' 'libjpeg>=8' 'gd' 'libltdl' 'libusb-compat' 'libusb')
-install=libgphoto2.install
-options=('libtool')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
-md5sums=('492bec63dd610906c3a28030be77e650')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
-   --prefix=/usr \
-   --disable-rpath
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Remove unused udev helper
-  rm -rf "${pkgdir}/usr/lib/udev"
-
-  install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
-  LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
-  CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \
-  "${pkgdir}/usr/lib/libgphoto2/print-camera-list" udev-rules version 175 
> \
-  "${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules"
-
-  # Remove recursive symlink
-  rm -f "${pkgdir}/usr/include/gphoto2/gphoto2"
-}

Copied: libgphoto2/repos/extra-i686/PKGBUILD (from rev 173126, 
libgphoto2/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:12 UTC (rev 173128)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Gundersen 
+# Contributor: Eduardo Romero 
+# Contributor: Damir Perisa 
+
+pkgname=libgphoto2
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="The core library of gphoto2, designed to allow access to digital 
camera by external programs."
+arch=(i686 x86_64)
+url="http://www.gphoto.org";
+license=(LGPL)
+depends=('libexif' 'libjpeg>=8' 'gd' 'libltdl' 'libusb-compat' 'libusb')
+install=libgphoto2.install
+options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ea9b3b07a3738c0a77958d6fe13ae524')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Remove unused udev helper
+  rm -rf "${pkgdir}/usr/lib/udev"
+
+  install -m755 -d "${pkgdir}/usr/lib/udev/rules.d"
+  LD_LIBRARY_PATH="${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
+  CAMLIBS="${pkgdir}/usr/lib/libgphoto2/${pkgver}" \
+  "${pkgdir}/usr/lib/libgphoto2/print-camera-list" udev-rules version 175 
> \
+  "${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules"
+
+  # Remove recursive symlink
+  rm -f "${pkgdir}/usr/include/gphoto2/gphoto2"
+}

Deleted: extra-i686/libgphoto2.install
===
--- extra-i686/libgphoto2.install   2012-12-11 14:42:10 UTC (rev 173127)
+++ extra-i686/libgphoto2.install   2012-12-11 14:42:12 UTC (rev 173128)
@@ -1,6 +0,0 @@
-post_upgrade() {
-if [ "$(vercmp $2 2.14.13)" -lt 0 ]; then
-  groupdel camera &>/dev/null
-  echo "Users no longer need to be in the 'camera' group to use camera devices"
-fi
-}

Copied: libgphoto2/repos/extra-i686/libgphoto2.install (from rev 173126, 
libgphoto2/repos/staging-i686/libgphoto2.install)
===
--- extra-i686/li

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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:15
  Author: jgc
Revision: 173129

db-move: moved kdegraphics-kamera from [staging] to [extra] (i686, x86_64)

Added:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
(from rev 173126, kdegraphics-kamera/repos/staging-i686/PKGBUILD)
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD
(from rev 173126, kdegraphics-kamera/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD
  kdegraphics-kamera/repos/staging-i686/
  kdegraphics-kamera/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:42:12 UTC (rev 173128)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:15 UTC (rev 173129)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.4
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('6a2c0ff74e1a11d0f00c6749b3726b233d283040')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/extra-i686/PKGBUILD (from rev 173126, 
kdegraphics-kamera/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:15 UTC (rev 173129)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.4
+pkgrel=2
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('6a2c0ff74e1a11d0f00c6749b3726b233d283040')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 14:42:12 UTC (rev 173128)
+++ extra-x86_64/PKGBUILD   2012-12-11 14:42:15 UTC (rev 173129)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.4
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('6a2c0ff74e1a11d0f00c6749b3726b233d283040')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/extra-x86_64/PKGBUILD (from rev 173126, 
kdegraphics-kamera/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 14:42:15 UTC (rev 173129)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.4
+pkgrel=2
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('6a2c0ff74e1a11d0f00c6749b3726b233d283040')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gvfs/repos (18 files)

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:18
  Author: jgc
Revision: 173130

db-move: moved gvfs from [staging] to [extra] (i686, x86_64)

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 173126, gvfs/repos/staging-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 173126, gvfs/repos/staging-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 173126, gvfs/repos/staging-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 173126, gvfs/repos/staging-i686/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 173126, gvfs/repos/staging-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 173126, gvfs/repos/staging-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 173126, gvfs/repos/staging-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 173126, gvfs/repos/staging-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/staging-i686/
  gvfs/repos/staging-x86_64/

--+
 extra-i686/PKGBUILD  |  226 ++---
 extra-i686/gvfs-module.install   |   14 +-
 extra-i686/gvfs-smb.install  |   24 +--
 extra-i686/gvfs.install  |   28 ++--
 extra-x86_64/PKGBUILD|  226 ++---
 extra-x86_64/gvfs-module.install |   14 +-
 extra-x86_64/gvfs-smb.install|   24 +--
 extra-x86_64/gvfs.install|   28 ++--
 8 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:42:15 UTC (rev 173129)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:18 UTC (rev 173130)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.14.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2' 
'libsecret' 'docbook-xsl' 'gtk3')
-url="http://www.gnome.org";
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c3bbdac4bc89de82a2ba373799da80d24fb6a038a9893d9b54e2c9429c878fbc')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2' 'libsecret')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support'
-  'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd "$pkgbase-$pkgver"
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=$pkgver" 'smbclient')
-  install=gvfs-smb.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc="AFC (mobile devices) backend for gvfs"
-  depends=("gvfs=$pkgver" 'libimobiledevice')
-  install=gvfs-module.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/af

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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:20
  Author: jgc
Revision: 173131

db-move: moved gphoto2 from [staging] to [extra] (i686, x86_64)

Added:
  gphoto2/repos/extra-i686/PKGBUILD
(from rev 173126, gphoto2/repos/staging-i686/PKGBUILD)
  gphoto2/repos/extra-x86_64/PKGBUILD
(from rev 173126, gphoto2/repos/staging-x86_64/PKGBUILD)
Deleted:
  gphoto2/repos/extra-i686/PKGBUILD
  gphoto2/repos/extra-x86_64/PKGBUILD
  gphoto2/repos/staging-i686/
  gphoto2/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:42:18 UTC (rev 173130)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:20 UTC (rev 173131)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Jason Chu 
-pkgname=gphoto2
-pkgver=2.4.14
-pkgrel=1
-pkgdesc="A digital camera download and access program."
-arch=(i686 x86_64)
-url="http://www.gphoto.org";
-license=('GPL' 'LGPL')
-depends=('libgphoto2>=2.4.14' 'popt' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('60fd6e44d89592f6172227be67227636')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gphoto2/repos/extra-i686/PKGBUILD (from rev 173126, 
gphoto2/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:20 UTC (rev 173131)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Jason Chu 
+pkgname=gphoto2
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org";
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('64c6d291c5bd50388af0c51da71efb59')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 14:42:18 UTC (rev 173130)
+++ extra-x86_64/PKGBUILD   2012-12-11 14:42:20 UTC (rev 173131)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Eduardo Romero 
-# Contributor: Jason Chu 
-pkgname=gphoto2
-pkgver=2.4.14
-pkgrel=1
-pkgdesc="A digital camera download and access program."
-arch=(i686 x86_64)
-url="http://www.gphoto.org";
-license=('GPL' 'LGPL')
-depends=('libgphoto2>=2.4.14' 'popt' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('60fd6e44d89592f6172227be67227636')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gphoto2/repos/extra-x86_64/PKGBUILD (from rev 173126, 
gphoto2/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 14:42:20 UTC (rev 173131)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Eduardo Romero 
+# Contributor: Jason Chu 
+pkgname=gphoto2
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A digital camera download and access program."
+arch=(i686 x86_64)
+url="http://www.gphoto.org";
+license=('GPL' 'LGPL')
+depends=('libgphoto2' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('64c6d291c5bd50388af0c51da71efb59')



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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 09:42:23
  Author: jgc
Revision: 173132

db-move: moved digikam from [staging] to [extra] (i686, x86_64)

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 173126, digikam/repos/staging-i686/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 173126, digikam/repos/staging-i686/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 173126, digikam/repos/staging-i686/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 173126, digikam/repos/staging-x86_64/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 173126, digikam/repos/staging-x86_64/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 173126, digikam/repos/staging-x86_64/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install
  digikam/repos/staging-i686/
  digikam/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |  188 ++--
 extra-i686/digikam.install|   24 ++--
 extra-i686/kipi-plugins.install   |   24 ++--
 extra-x86_64/PKGBUILD |  188 ++--
 extra-x86_64/digikam.install  |   24 ++--
 extra-x86_64/kipi-plugins.install |   24 ++--
 6 files changed, 236 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 14:42:20 UTC (rev 173131)
+++ extra-i686/PKGBUILD 2012-12-11 14:42:23 UTC (rev 173132)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=2.9.0
-pkgrel=2
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/";
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'mesa')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('df4b879a95f4ccac4480c5161d66fb05d6fbefcd')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-  # Use internal lensfun (FS#21816)
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLENSFUN_LIBRARY="" \
--DLENSFUN_INCLUDE_DIR=""
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd "${srcdir}"/build/core
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/doc
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/po
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkface() {
-  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
-  depends=('kdelibs' 'opencv')
-
-  cd "${srcdir}"/build/extra/libkface
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkgeomap() {
-  pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-  depends=('kdelibs' 'kdeedu-marble' 'libkexiv2')
-
-  cd "${srcdir}"/build/extra/libkgeomap
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkvkontakte() {
-  pkgdesc="KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network"
-  depends=('kdelibs' 'qjson')
-
-  cd "${srcdir}"/build/extra/libkvkontakte
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libmediawiki() {
-  pkgdesc="A KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
-  depends=('kdelibs')
-
-  cd "${srcdir}"/build/extra/libmediawiki
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-   'opencv' 'qjson' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-  'libmediawiki'
-  'libgpod'
-  'hugin')
-  install=kipi-plugins.install
-
-  cd "${srcdir}"/build/extra/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-}

Copied: digikam/repos/extra-i686/PKGBUILD (from rev 173126, 
digikam/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (r

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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 09:43:01
  Author: tpowa
Revision: 173133

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 173126, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 173126, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 173126, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 173126, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 173126, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 173126, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 173126, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 173126, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 173126, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 173126, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 173126, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 173132, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 173132, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 173132, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 173132, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 173132, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 173132, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 173132, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 173132, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 173132, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 173132, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 173132, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


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

2012-12-11 Thread Jan de Groot
Date: Tuesday, December 11, 2012 @ 10:01:49
  Author: jgc
Revision: 173134

Add full path to firefox binary, fixes FS#26245

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox.desktop

-+
 PKGBUILD|2 +-
 firefox.desktop |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 14:43:01 UTC (rev 173133)
+++ PKGBUILD2012-12-11 15:01:49 UTC (rev 173134)
@@ -21,7 +21,7 @@
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
 md5sums=('13d616028eb77de927c29b6655c832c9'
  '5644c7b42f51013e2023787938fa955e'
- 'eb56667bc1919f2ed93e34bdfc21f7d6'
+ '6174396b4788deffa399db3f6f010a94'
  '150ac0fb3ac7b2114c8e8851a9e0516c'
  '0d053487907de4376d67d8f499c5502b'
  '52e52f840a49eb1d14be1c0065b03a93')

Modified: firefox.desktop
===
--- firefox.desktop 2012-12-11 14:43:01 UTC (rev 173133)
+++ firefox.desktop 2012-12-11 15:01:49 UTC (rev 173134)
@@ -112,7 +112,7 @@
 Comment[vi]=Để duyệt các trang web
 Comment[zh_CN]=浏览互联网
 Comment[zh_TW]=瀏覽網際網路
-Exec=firefox %u
+Exec=/usr/lib/firefox/firefox %u
 Icon=firefox
 Terminal=false
 Type=Application



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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:04:30
  Author: tpowa
Revision: 173135

upgpkg: linux 3.7-1

bump to 3.7 series

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:01:49 UTC (rev 173134)
+++ PKGBUILD2012-12-11 15:04:30 UTC (rev 173135)
@@ -178,7 +178,7 @@
   mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include"
 
   for i in acpi asm-generic config crypto drm generated linux math-emu \
-media net pcmcia scsi sound trace video xen; do
+media net pcmcia scsi sound trace uapi video xen; do
 cp -a include/${i} "${pkgdir}/usr/src/linux-${_kernver}/include/"
   done
 



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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:05:37
  Author: tpowa
Revision: 173136

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 173135, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 173135, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 173135, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 173135, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 173135, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/linux.install
(from rev 173135, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 173135, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 173135, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 173135, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 173135, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 173135, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 173135, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 173135, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 173135, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/fat-3.6.x.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/fat-3.6.x.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 testing-i686/PKGBUILD|  658 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |12066 -
 testing-i686/config.x86_64   |11610 
 testing-i686/fat-3.6.x.patch |   66 
 testing-i686/linux.install   |  130 
 testing-i686/linux.preset|   28 
 testing-x86_64/PKGBUILD  |  658 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|12066 -
 testing-x86_64/config.x86_64 |11610 
 testing-x86_64/fat-3.6.x.patch   |   66 
 testing-x86_64/linux.install |  130 
 testing-x86_64/linux.preset  |   28 
 14 files changed, 24582 insertions(+), 24582 deletions(-)

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


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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:10:31
  Author: tpowa
Revision: 173137

upgpkg: nvidia 310.19-3

rebuild against 3.7 series

Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:05:37 UTC (rev 173136)
+++ PKGBUILD2012-12-11 15:10:31 UTC (rev 173137)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=310.19
-_extramodules=extramodules-3.6-ARCH
-pkgrel=2
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux."
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux>=3.6' 'linux<3.7' "nvidia-utils=${pkgver}")
-makedepends=('linux-headers>=3.6' 'linux-headers<3.7')
+depends=('linux>=3.7' 'linux<3.8' "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2012-12-11 15:05:37 UTC (rev 173136)
+++ nvidia.install  2012-12-11 15:10:31 UTC (rev 173137)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 if  [ "$(vercmp $2 310.19-2)" -lt 0 ]; then
 echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:10:59
  Author: tpowa
Revision: 173138

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 173137, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 173137, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 173137, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 173137, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   18 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   18 
 4 files changed, 126 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 173137, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-11 15:10:59 UTC (rev 173138)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=310.19
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux."
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.7' 'linux<3.8' "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('2adbdd38540b3a8955714760e05f575d')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('0ba08d32852e442ebba5ba22c7abed36')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 173137, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2012-12-11 15:10:59 UTC (rev 173138)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ "$(vercmp $2 310.19-2)" -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 173137, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-11 15:10:59 UTC (rev 173138)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=310.19
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux."
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.7' 'linux<3.8' "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('2adbdd38540b3a8955714760e05f575d')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('0ba08d32852e442ebba5ba22c7abed36')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia.install uapi-3.7.patch)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:16:18
  Author: tpowa
Revision: 173139

upgpkg: nvidia-304xx 304.64-1

bump to 3.7 series

Added:
  nvidia-304xx/trunk/uapi-3.7.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia.install

+
 PKGBUILD   |   20 +---
 nvidia.install |6 +++---
 uapi-3.7.patch |   42 ++
 3 files changed, 58 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:10:59 UTC (rev 173138)
+++ PKGBUILD2012-12-11 15:16:18 UTC (rev 173139)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.64
-_extramodules=extramodules-3.6-ARCH
+_extramodules=extramodules-3.7-ARCH
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux>=3.6' 'linux<3.7' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.6' 'linux-headers<3.7')
+depends=('linux>=3.7' 'linux<3.8' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
@@ -18,13 +18,17 @@
 if [ "$CARCH" = "i686" ]; then
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('6964415cf648a5f4f38117b168369de2')
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('6964415cf648a5f4f38117b168369de2'
+ '502d00dc850148d61fc06c907601498e')
 elif [ "$CARCH" = "x86_64" ]; then
 _arch='x86_64'
_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('76007ed4b72afd334e26377b646f5f7e')
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('76007ed4b72afd334e26377b646f5f7e'
+ '502d00dc850148d61fc06c907601498e')
 fi
 
 build() {
@@ -32,6 +36,7 @@
 cd "${srcdir}"
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}/kernel"
+patch -Np0 -i "${srcdir}/uapi-3.7.patch"
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
 }
 
@@ -43,3 +48,4 @@
 sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
 }
+

Modified: nvidia.install
===
--- nvidia.install  2012-12-11 15:10:59 UTC (rev 173138)
+++ nvidia.install  2012-12-11 15:16:18 UTC (rev 173139)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.6-ARCH'
+EXTRAMODULES='extramodules-3.7-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }

Added: uapi-3.7.patch
===
--- uapi-3.7.patch  (rev 0)
+++ uapi-3.7.patch  2012-12-11 15:16:18 UTC (rev 173139)
@@ -0,0 +1,42 @@
+--- conftest.sh.dist   2012-10-11 19:18:22.704848496 -0400
 conftest.sh2012-10-12 20:35:55.707213868 -0400
+@@ -20,6 +20,7 @@
+ ISYSTEM=`$CC -print-file-name=include 2> /dev/null`
+ SOURCES=$4
+ HEADERS=$SOURCES/include
++HEADERSA=$SOURCES/include/uapi
+ OUTPUT=$5
+ XEN_PRESENT=1
+ 
+@@ -118,7 +119,7 @@
+ fi
+ fi
+ 
+-CFLAGS="$CFLAGS $OUTPUT_CFLAGS -I$HEADERS $AUTOCONF_CFLAGS"
++CFLAGS="$CFLAGS $OUTPUT_CFLAGS -I$HEADERS -I$HEADERSA $AUTOCONF_CFLAGS"
+ 
+ test_xen
+ 
+@@ -146,10 +147,10 @@
+ fi
+ fi
+ 
+-CFLAGS="$BASE_CFLAGS $MACH_CFLAGS $OUTPUT_CFLAGS -I$HEADERS 
$AUTOCONF_CFLAGS"
++CFLAGS="$BASE_CFLAGS $MACH_CFLAGS $OUTPUT_CFLAGS -I$HEADERS -I$HEADERSA 
$AUTOCONF_CFLAGS"
+ 
+ if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
+-CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include 
-I$OUTPUT/arch/x86/include/generated"
++CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include 
-I$SOURCES/arch/x86/include/uapi -I$OUTPUT/arch/x86/include/generated 
-I$OUTPUT/arch/x86/include/generated/uapi"
+ elif [ "$ARCH" = "arm" ]; then
+ CFLAGS="$CFLAGS -I$SOURCES/arch/arm/include 
-I$OUTPUT/arch/arm/include/generated"
+ fi
+--- nv-mmap.c.dist 2012-08-08 22:52:53.0 -0400
 nv-mmap.c 2012-08-14 23:52:41.257235863 -0400
+@@ -450,7 +450,7 @@
+ NV_PRINT_AT(NV_DBG_MEMINFO, at);
+

[arch-commits] Commit in nvidia-304xx/repos (8 files)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:17:10
  Author: tpowa
Revision: 173140

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 173139, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 173139, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-i686/uapi-3.7.patch
(from rev 173139, nvidia-304xx/trunk/uapi-3.7.patch)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 173139, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 173139, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/uapi-3.7.patch
(from rev 173139, nvidia-304xx/trunk/uapi-3.7.patch)

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/nvidia.install   |   15 +++
 testing-i686/uapi-3.7.patch   |   42 
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/nvidia.install |   15 +++
 testing-x86_64/uapi-3.7.patch |   42 
 6 files changed, 216 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 173139, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-11 15:17:10 UTC (rev 173140)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.64
+_extramodules=extramodules-3.7-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.7' 'linux<3.8' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('6964415cf648a5f4f38117b168369de2'
+ '502d00dc850148d61fc06c907601498e')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('76007ed4b72afd334e26377b646f5f7e'
+ '502d00dc850148d61fc06c907601498e')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+patch -Np0 -i "${srcdir}/uapi-3.7.patch"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+}
+

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 173139, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2012-12-11 15:17:10 UTC (rev 173140)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.7-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-i686/uapi-3.7.patch (from rev 173139, 
nvidia-304xx/trunk/uapi-3.7.patch)
===
--- testing-i686/uapi-3.7.patch (rev 0)
+++ testing-i686/uapi-3.7.patch 2012-12-11 15:17:10 UTC (rev 173140)
@@ -0,0 +1,42 @@
+--- conftest.sh.dist   2012-10-11 19:18:22.704848496 -0400
 conftest.sh2012-10-12 20:35:55.707213868 -0400
+@@ -20,6 +20,7 @@
+ ISYSTEM=`$CC -print-file-name=include 2> /dev/null`
+ SOURCES=$4
+ HEADERS=$SOURCES/include
++HEADERSA=$SOURCES/include/uapi
+ OUTPUT=$5
+ XEN_PRESENT=1
+ 
+@@ -118,7 +119,7 @@
+ fi
+ fi
+ 
+-CFLAGS="$CFLAGS $OUTPUT_CFLAGS -I$HEADERS $AUTOCONF_CFLAGS"
++CFLAGS="$CFLAGS $OUTPUT_CFLAGS -I$HEADERS -I$HEA

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

2012-12-11 Thread Dan McGee
Date: Tuesday, December 11, 2012 @ 10:17:25
  Author: dan
Revision: 173141

upgpkg: django 1.4.3-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:17:10 UTC (rev 173140)
+++ PKGBUILD2012-12-11 15:17:25 UTC (rev 173141)
@@ -3,9 +3,9 @@
 # Contributor: Shahar Weiss 
 
 pkgname=django
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
-pkgdesc="A high-level Python Web framework."
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
 license=('BSD')
 url="http://www.djangoproject.com/";
@@ -14,8 +14,8 @@
 optdepends=('mysql-python: for MySQL backend'
 'python2-psycopg2: for PostgreSQL backend')
 source=("https://www.djangoproject.com/m/releases/1.4/Django-$pkgver.tar.gz";)
-md5sums=('6ffecdc01ad360e1abdca1015ae0893a')
-sha256sums=('edfd8733f45bbaa524cee25bcac3080ce28c21242c27227464eae3fa6b3d80e7')
+md5sums=('0b134c44b6dc8eb36822677ef506c9ab')
+sha256sums=('dcadb4b612e5d14f62078869617a26a79b3da719573801d351c4a0a7f4181c4e')
 
 build() {
   cd "$srcdir/Django-$pkgver"



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

2012-12-11 Thread Dan McGee
Date: Tuesday, December 11, 2012 @ 10:17:44
  Author: dan
Revision: 173142

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 173141, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-11 15:17:25 UTC (rev 173141)
+++ PKGBUILD2012-12-11 15:17:44 UTC (rev 173142)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgname=django
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A high-level Python Web framework."
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('mysql-python: for MySQL backend'
-'python2-psycopg2: for PostgreSQL backend')
-source=("https://www.djangoproject.com/m/releases/1.4/Django-$pkgver.tar.gz";)
-md5sums=('6ffecdc01ad360e1abdca1015ae0893a')
-sha256sums=('edfd8733f45bbaa524cee25bcac3080ce28c21242c27227464eae3fa6b3d80e7')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/Django-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  find "$pkgdir"/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 173141, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-11 15:17:44 UTC (rev 173142)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=django
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+depends=('python2')
+makedepends=('python2-distribute')
+optdepends=('mysql-python: for MySQL backend'
+'python2-psycopg2: for PostgreSQL backend')
+source=("https://www.djangoproject.com/m/releases/1.4/Django-$pkgver.tar.gz";)
+md5sums=('0b134c44b6dc8eb36822677ef506c9ab')
+sha256sums=('dcadb4b612e5d14f62078869617a26a79b3da719573801d351c4a0a7f4181c4e')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/Django-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  find "$pkgdir"/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:27:27
  Author: tpowa
Revision: 173143

upgpkg: lirc 1:0.9.0-35

bump to 3.7 series

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--+
 PKGBUILD |8 
 lirc.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:17:44 UTC (rev 173142)
+++ PKGBUILD2012-12-11 15:27:27 UTC (rev 173143)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=34
+pkgrel=35
 epoch=1
-_extramodules=extramodules-3.6-ARCH
+_extramodules=extramodules-3.7-ARCH
 arch=('i686' 'x86_64')
 url="http://www.lirc.org/";
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux-headers>=3.6' 'linux-headers<3.7' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux-headers>=3.7' 'linux-headers<3.8' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -54,7 +54,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.6' 'linux<3.7')
+  depends=('lirc-utils' 'linux>=3.7' 'linux<3.8')
   replaces=('lirc+pctv')
   install=lirc.install
 

Modified: lirc.install
===
--- lirc.install2012-12-11 15:17:44 UTC (rev 173142)
+++ lirc.install2012-12-11 15:27:27 UTC (rev 173143)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-3.6-ARCH
+EXTRAMODULES=extramodules-3.7-ARCH
 
 post_install() {
   # updating module dependencies



[arch-commits] Commit in lirc/repos (36 files)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 10:29:33
  Author: tpowa
Revision: 173144

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 173143, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 173143, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexec.service
(from rev 173143, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/irexecd
(from rev 173143, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 173143, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 173143, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 173143, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 173143, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 173143, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 173143, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 173143, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 173143, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 173143, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 173143, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 173143, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircm.service
(from rev 173143, lirc/trunk/lircm.service)
  lirc/repos/testing-i686/lircmd
(from rev 173143, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 173143, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 173143, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexec.service
(from rev 173143, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/irexecd
(from rev 173143, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 173143, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 173143, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 173143, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 173143, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 173143, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 173143, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 173143, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 173143, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 173143, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 173143, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 173143, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircm.service
(from rev 173143, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/lircmd
(from rev 173143, lirc/trunk/lircmd)

+
 testing-i686/PKGBUILD  |  117 +++
 testing-i686/irexec.conf   |5 
 testing-i686/irexec.service|   11 ++
 testing-i686/irexecd   |   38 +++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 +
 testing-i686/lircd |   52 ++
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircd.conf|8 +
 testing-i686/lircm.service |   11 ++
 testing-i686/lircmd|   36 +++
 testing-x86_64/PKGBUILD|  117 +++
 testing-x86_64/irexec.conf |5 
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/irexecd |   38 +++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   11 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testi

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

2012-12-11 Thread Dan McGee
Date: Tuesday, December 11, 2012 @ 10:30:25
  Author: dan
Revision: 173145

upgpkg: git 1.8.0.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:29:33 UTC (rev 173144)
+++ PKGBUILD2012-12-11 15:30:25 UTC (rev 173145)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.8.0.1
+pkgver=1.8.0.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -109,8 +109,8 @@
   install -D -m 644 "$srcdir"/git-daemon.socket 
"$pkgdir"/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('3d598a31bd8ff04f6a72c65a4cd015a8'
- '0354726bd084cace4318142b53ce5aa2'
+md5sums=('1aca109d4a719fe5bc43d25927fbc7d9'
+ 'ab83283a5b3c73ab711a9f02896ca12e'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78'
  '042524f942785772d7bd52a1f02fe5ae'



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

2012-12-11 Thread Dan McGee
Date: Tuesday, December 11, 2012 @ 10:31:20
  Author: dan
Revision: 173146

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 173145, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 173145, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 173145, git/trunk/git-daemon.conf)
  git/repos/extra-i686/git-daemon.socket
(from rev 173145, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 173145, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 173145, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 173145, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 173145, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 173145, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 173145, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 173145, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 173145, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  234 ++---
 extra-i686/git-daemon|  140 +++---
 extra-i686/git-daemon.conf   |   10 -
 extra-i686/git-daemon.socket |   18 +-
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++---
 extra-x86_64/PKGBUILD|  234 ++---
 extra-x86_64/git-daemon  |  140 +++---
 extra-x86_64/git-daemon.conf |   10 -
 extra-x86_64/git-daemon.socket   |   18 +-
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++---
 12 files changed, 464 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 15:30:25 UTC (rev 173145)
+++ extra-i686/PKGBUILD 2012-12-11 15:31:20 UTC (rev 173146)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=1.8.0.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz";
-"http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz";
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS="--root=/dev/shm/" \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install 
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -

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

2012-12-11 Thread Pierre Schmitz
Date: Tuesday, December 11, 2012 @ 11:51:42
  Author: pierre
Revision: 173147

upgpkg: fetchmail 6.3.23-1

upstram update

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 15:31:20 UTC (rev 173146)
+++ PKGBUILD2012-12-11 16:51:42 UTC (rev 173147)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=fetchmail
-pkgver=6.3.22
+pkgver=6.3.23
 pkgrel=1
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 backup=('etc/conf.d/fetchmail')
 options=('!makeflags')
 install='fetchmail.install'
-source=("http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz";
-
"http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz.asc";
+source=("http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz";
+"http://download.berlios.de/$pkgname/${pkgname}-${pkgver}.tar.xz.asc";
 'fetchmail.rc' 'fetchmail.conf' 'fetchmail.tmpfiles' 
'fetchmail.service')
-sha1sums=('3bb755010dbe568d53840e22d8e87d8d5db25b19'
-  '27184b75ef09c5202bede9863ae8abc3d0cdb1d2'
+sha1sums=('ac3a4a16dff60fe2651fdcf3d146c91399af2a27'
+  'ec1268dad146d55b45dd3fb043613a7af77b890d'
   'fc25180f1add26df0a3bdaac03fd9d2e3473ff88'
   '30401729386d6f774c6c36ab8530842166de54a8'
   '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'



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

2012-12-11 Thread Pierre Schmitz
Date: Tuesday, December 11, 2012 @ 11:53:09
  Author: pierre
Revision: 173148

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

Added:
  fetchmail/repos/extra-i686/PKGBUILD
(from rev 173147, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/extra-i686/fetchmail.conf
(from rev 173147, fetchmail/trunk/fetchmail.conf)
  fetchmail/repos/extra-i686/fetchmail.install
(from rev 173147, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/extra-i686/fetchmail.rc
(from rev 173147, fetchmail/trunk/fetchmail.rc)
  fetchmail/repos/extra-i686/fetchmail.service
(from rev 173147, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
(from rev 173147, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/extra-x86_64/PKGBUILD
(from rev 173147, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/extra-x86_64/fetchmail.conf
(from rev 173147, fetchmail/trunk/fetchmail.conf)
  fetchmail/repos/extra-x86_64/fetchmail.install
(from rev 173147, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/extra-x86_64/fetchmail.rc
(from rev 173147, fetchmail/trunk/fetchmail.rc)
  fetchmail/repos/extra-x86_64/fetchmail.service
(from rev 173147, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles
(from rev 173147, fetchmail/trunk/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/extra-i686/PKGBUILD
  fetchmail/repos/extra-i686/fetchmail.conf
  fetchmail/repos/extra-i686/fetchmail.install
  fetchmail/repos/extra-i686/fetchmail.rc
  fetchmail/repos/extra-i686/fetchmail.service
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
  fetchmail/repos/extra-x86_64/PKGBUILD
  fetchmail/repos/extra-x86_64/fetchmail.conf
  fetchmail/repos/extra-x86_64/fetchmail.install
  fetchmail/repos/extra-x86_64/fetchmail.rc
  fetchmail/repos/extra-x86_64/fetchmail.service
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles

-+
 extra-i686/PKGBUILD |   84 +++---
 extra-i686/fetchmail.conf   |   10 ++--
 extra-i686/fetchmail.install|   52 +++
 extra-i686/fetchmail.rc |   76 +-
 extra-i686/fetchmail.service|   24 +-
 extra-i686/fetchmail.tmpfiles   |2 
 extra-x86_64/PKGBUILD   |   84 +++---
 extra-x86_64/fetchmail.conf |   10 ++--
 extra-x86_64/fetchmail.install  |   52 +++
 extra-x86_64/fetchmail.rc   |   76 +-
 extra-x86_64/fetchmail.service  |   24 +-
 extra-x86_64/fetchmail.tmpfiles |2 
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 16:51:42 UTC (rev 173147)
+++ extra-i686/PKGBUILD 2012-12-11 16:53:09 UTC (rev 173148)
@@ -1,42 +0,0 @@
-# $Id$
-
-pkgname=fetchmail
-pkgver=6.3.22
-pkgrel=1
-pkgdesc="A remote-mail retrieval utility"
-arch=('i686' 'x86_64')
-url="http://fetchmail.berlios.de/";
-license=('GPL')
-depends=('openssl')
-makedepends=('python2')
-optdepends=('tk: for using fetchmailconf'
-'python2: for using fetchmailconf')
-backup=('etc/conf.d/fetchmail')
-options=('!makeflags')
-install='fetchmail.install'
-source=("http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz";
-
"http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.xz.asc";
-'fetchmail.rc' 'fetchmail.conf' 'fetchmail.tmpfiles' 
'fetchmail.service')
-sha1sums=('3bb755010dbe568d53840e22d8e87d8d5db25b19'
-  '27184b75ef09c5202bede9863ae8abc3d0cdb1d2'
-  'fc25180f1add26df0a3bdaac03fd9d2e3473ff88'
-  '30401729386d6f774c6c36ab8530842166de54a8'
-  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
-  '11ff81fc8363a54099880da18634b0d1ecf9fa82')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
-  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 "${srcdir}/fetchmail.rc" "${pkgdir}/etc/rc.d/fetchmail"
-  install -Dm644 "${srcdir}/fetchmail.conf" "${pkgdir}/etc/conf.d/fetchmail"
-  install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail"
-  install -D -m644 ${srcdir}/fetchmail.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 ${srcdir}/fetchmail.service 
${pkgdir}/usr/lib/systemd/system/fetchmail.service
-}

Copied: fetchmail/repos/extra-i686/PKGBUILD (from rev 173147, 
fetchmail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 16:53:09 UTC (rev 173148)
@@ -0,0 +1,42 @@
+# $Id$
+
+pkgname=fetchmail
+pkgver=6.3.23
+pkgrel=1
+pkgdesc="A remote-mail retrieval utility"
+arch=('

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

2012-12-11 Thread Jan Steffens
Date: Tuesday, December 11, 2012 @ 12:03:01
  Author: heftig
Revision: 173149

0.2.5

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 16:53:09 UTC (rev 173148)
+++ PKGBUILD2012-12-11 17:03:01 UTC (rev 173149)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=grilo-plugins
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org";
@@ -23,7 +23,7 @@
 'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e96aee95abc22897db4c62738b65f31fab66a26a22a628f2dfe682384c09350')
+sha256sums=('32ae6c8ebf624e5662f209435d8aae6a5db23d7c52d446c9b9479c0b441a3ab3')
 
 build() {
   cd $pkgname-$pkgver



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

2012-12-11 Thread Jan Steffens
Date: Tuesday, December 11, 2012 @ 12:04:18
  Author: heftig
Revision: 173150

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 173149, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 173149, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 17:03:01 UTC (rev 173149)
+++ extra-i686/PKGBUILD 2012-12-11 17:04:18 UTC (rev 173150)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e96aee95abc22897db4c62738b65f31fab66a26a22a628f2dfe682384c09350')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 173149, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 17:04:18 UTC (rev 173150)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo-plugins
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo' 'sqlite' 'libgcrypt')
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin, Vimeo plugin'
+'sqlite: Podcasts plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('32ae6c8ebf624e5662f209435d8aae6a5db23d7c52d446c9b9479c0b441a3ab3')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 17:03:01 UTC (rev 173149)
+++ extra-x86_64/PKGBUILD   2012-12-11 17:04:18 UTC (rev 173150)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=grilo-plugins
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e96aee95abc22897db4c62738b65f31fab66a26a22a628f2dfe682384c09350')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./con

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

2012-12-11 Thread Ronald van Haren
Date: Tuesday, December 11, 2012 @ 12:27:57
  Author: ronald
Revision: 173151

upgpkg: enlightenment17 0.17.0gamma1-1

update to 0.17.0gamma

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 17:04:18 UTC (rev 173150)
+++ PKGBUILD2012-12-11 17:27:57 UTC (rev 173151)
@@ -4,8 +4,8 @@
 
 pkgname=enlightenment17
 _pkgname=enlightenment
-pkgver=0.17.0beta1
-_pkgver=0.17.0-beta
+pkgver=0.17.0gamma1
+_pkgver=0.17.0-gamma
 pkgrel=1
 pkgdesc="Enlightenment window manager DR17 (aka e17)"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 install=enlightenment17.install
 source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
   'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('2ff60e4dfe050b27d597836dfb524dd205d595d9'
+sha1sums=('365672de47b6db371af9eff45f7758a7c52c9280'
   'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
   '3f53931ae86de8fe99e386aeb097521aac0decd8'
   '86f1c5e36dc274c3101362532378be034e89c593')



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

2012-12-11 Thread Ronald van Haren
Date: Tuesday, December 11, 2012 @ 12:28:51
  Author: ronald
Revision: 173152

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 173151, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 173151, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 173151, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 173151, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 173151, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 173151, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 173151, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 173151, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 173151, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 173151, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  172 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  172 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 574 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 17:27:57 UTC (rev 173151)
+++ extra-i686/PKGBUILD 2012-12-11 17:28:51 UTC (rev 173152)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0beta1
-_pkgver=0.17.0-beta
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('2ff60e4dfe050b27d597836dfb524dd205d595d9'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkgd

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 13:13:31
  Author: tpowa
Revision: 173153

upgpkg: nvidia-304xx 304.64-2

rebuild against 3.7

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 17:28:51 UTC (rev 173152)
+++ PKGBUILD2012-12-11 18:13:31 UTC (rev 173153)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.64
 _extramodules=extramodules-3.7-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";



[arch-commits] Commit in nvidia-304xx/repos (12 files)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 13:14:08
  Author: tpowa
Revision: 173154

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 173153, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 173153, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-i686/uapi-3.7.patch
(from rev 173153, nvidia-304xx/trunk/uapi-3.7.patch)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 173153, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 173153, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/uapi-3.7.patch
(from rev 173153, nvidia-304xx/trunk/uapi-3.7.patch)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/nvidia.install
  nvidia-304xx/repos/testing-i686/uapi-3.7.patch
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/nvidia.install
  nvidia-304xx/repos/testing-x86_64/uapi-3.7.patch

---+
 testing-i686/PKGBUILD |  102 
 testing-i686/nvidia.install   |   30 +--
 testing-i686/uapi-3.7.patch   |   84 
 testing-x86_64/PKGBUILD   |  102 
 testing-x86_64/nvidia.install |   30 +--
 testing-x86_64/uapi-3.7.patch |   84 
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-12-11 18:13:31 UTC (rev 173153)
+++ testing-i686/PKGBUILD   2012-12-11 18:14:08 UTC (rev 173154)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia-304xx
-pkgver=304.64
-_extramodules=extramodules-3.7-ARCH
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.7' 'linux<3.8' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
-'uapi-3.7.patch')
-md5sums=('6964415cf648a5f4f38117b168369de2'
- '502d00dc850148d61fc06c907601498e')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
-'uapi-3.7.patch')
-md5sums=('76007ed4b72afd334e26377b646f5f7e'
- '502d00dc850148d61fc06c907601498e')
-fi
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-patch -Np0 -i "${srcdir}/uapi-3.7.patch"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-}
-

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 173153, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-11 18:14:08 UTC (rev 173154)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.64
+_extramodules=extramodules-3.7-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.7' 'linux<3.8' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.7' 'linux-headers<3.8')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('6964415cf648a5f4f38117b168369de2'
+ '502d00dc850148d61fc06c907601498e')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";
+'uapi-3.7.patch')
+md5sums=('76007ed4b72afd33

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

2012-12-11 Thread Evangelos Foutras
Date: Tuesday, December 11, 2012 @ 16:01:54
  Author: foutrelis
Revision: 173155

upgpkg: chromium 23.0.1271.97-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 18:14:08 UTC (rev 173154)
+++ PKGBUILD2012-12-11 21:01:54 UTC (rev 173155)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=23.0.1271.95
+pkgver=23.0.1271.97
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 chromium.sh
 chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
 chromium-ppapi-r0.patch)
-sha256sums=('30097d21dfff134cbdc0ebe6bb848558d4854f725322aa26b25f83741279f13c'
+sha256sums=('37ba1289b7066c3206d9b8f51c0a6acde0f3f5550e716a61af32485d8d0dc2e1'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



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

2012-12-11 Thread Evangelos Foutras
Date: Tuesday, December 11, 2012 @ 16:02:48
  Author: foutrelis
Revision: 173156

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 173155, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 173155, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
(from rev 173155, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 173155, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 173155, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 173155, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 173155, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 173155, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 173155, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
(from rev 173155, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 173155, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 173155, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 173155, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 173155, chromium/trunk/chromium.sh)
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-ppapi-r0.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-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-ppapi-r0.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

--+
 extra-i686/PKGBUILD  |  278 
+-
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch   |   70 +-
 extra-i686/chromium-ppapi-r0.patch   |   22 
 extra-i686/chromium.default  |8 
 extra-i686/chromium.desktop  |  226 

 extra-i686/chromium.install  |   24 
 extra-i686/chromium.sh   |   32 -
 extra-x86_64/PKGBUILD|  278 
+-
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch |   70 +-
 extra-x86_64/chromium-ppapi-r0.patch |   22 
 extra-x86_64/chromium.default|8 
 extra-x86_64/chromium.desktop|  226 

 extra-x86_64/chromium.install|   24 
 extra-x86_64/chromium.sh |   32 -
 14 files changed, 660 insertions(+), 660 deletions(-)

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


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

2012-12-11 Thread Jan Steffens
Date: Tuesday, December 11, 2012 @ 16:57:04
  Author: heftig
Revision: 173157

1.15.1

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 21:02:48 UTC (rev 173156)
+++ PKGBUILD2012-12-11 21:57:04 UTC (rev 173157)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=openal
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc="A cross-platform 3D audio library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
 options=('!libtool')
 
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
+md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
 
 build() {
   cd $pkgname-soft-$pkgver/build



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

2012-12-11 Thread Jan Steffens
Date: Tuesday, December 11, 2012 @ 16:59:43
  Author: heftig
Revision: 173158

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 21:57:04 UTC (rev 173157)
+++ extra-i686/PKGBUILD 2012-12-11 21:59:43 UTC (rev 173158)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=openal
-pkgver=1.15
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/";
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-options=('!libtool')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR="$pkgdir/" install
-  install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-i686/PKGBUILD (from rev 173157, 
openal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 21:59:43 UTC (rev 173158)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=openal
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="A cross-platform 3D audio library"
+arch=(i686 x86_64)
+url="http://www.openal.org/";
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
+options=('!libtool')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $pkgname-soft-$pkgver
+  make -C build DESTDIR="$pkgdir/" install
+  install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 21:57:04 UTC (rev 173157)
+++ extra-x86_64/PKGBUILD   2012-12-11 21:59:43 UTC (rev 173158)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=openal
-pkgver=1.15
-pkgrel=1
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/";
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-options=('!libtool')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR="$pkgdir/" install
-  install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
-}

Copied: openal/repos/extra-x86_64/PKGBUILD (from rev 173157, 
openal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-11 21:59:43 UTC (rev 173158)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=openal
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="A cross-platform 3D audio library"
+arch=(i686 x86_64)
+url="http://www.openal.org/";
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
+options=('!libtool')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('ea83dec3b9655a27d28e7bc7cae9cd71')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $pkgname-soft-$pkgver
+  make -C build DESTDIR="$pkgdir/" install
+  install -t "$pkgdir/usr/share/openal" env-vars.txt hrtf.txt
+}



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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 17:02:30
  Author: eric
Revision: 173159

upgpkg: lua 5.2.1-3

Add license file (close FS#33044)

Added:
  lua/trunk/LICENSE
Modified:
  lua/trunk/PKGBUILD

--+
 LICENSE  |   30 ++
 PKGBUILD |8 +---
 2 files changed, 35 insertions(+), 3 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2012-12-11 22:02:30 UTC (rev 173159)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 21:59:43 UTC (rev 173158)
+++ PKGBUILD2012-12-11 22:02:30 UTC (rev 173159)
@@ -5,7 +5,7 @@
 
 pkgname=lua
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A powerful light-weight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'
@@ -13,10 +13,11 @@
 license=('MIT')
 options=('!makeflags' '!emptydirs')
 source=("http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz";
-'liblua.so.patch' 'lua.pc')
+'liblua.so.patch' 'lua.pc' 'LICENSE')
 md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
  'bdc663c7b82ffc0b5df67611621fb625'
- 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
 
 build() {
   cd $pkgname-$pkgver
@@ -38,6 +39,7 @@
   # Install the documentation
   install -d "$pkgdir/usr/share/doc/lua"
   install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/lua"
+  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=4 sw=4 et:



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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 17:02:57
  Author: eric
Revision: 173160

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

Added:
  lua/repos/testing-i686/LICENSE
(from rev 173159, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 173159, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 173159, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 173159, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/LICENSE
(from rev 173159, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 173159, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 173159, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 173159, lua/trunk/lua.pc)
Deleted:
  lua/repos/testing-i686/PKGBUILD
  lua/repos/testing-i686/liblua.so.patch
  lua/repos/testing-i686/lua.pc
  lua/repos/testing-x86_64/PKGBUILD
  lua/repos/testing-x86_64/liblua.so.patch
  lua/repos/testing-x86_64/lua.pc

+
 testing-i686/LICENSE   |   30 ++
 testing-i686/PKGBUILD  |   88 +++---
 testing-i686/liblua.so.patch   |  114 +++
 testing-i686/lua.pc|   40 ++---
 testing-x86_64/LICENSE |   30 ++
 testing-x86_64/PKGBUILD|   88 +++---
 testing-x86_64/liblua.so.patch |  114 +++
 testing-x86_64/lua.pc  |   40 ++---
 8 files changed, 304 insertions(+), 240 deletions(-)

Copied: lua/repos/testing-i686/LICENSE (from rev 173159, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2012-12-11 22:02:57 UTC (rev 173160)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-12-11 22:02:30 UTC (rev 173159)
+++ testing-i686/PKGBUILD   2012-12-11 22:02:57 UTC (rev 173160)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Juergen Hoetzel 
-# Contributor: Damir Perisa 
-
-pkgname=lua
-pkgver=5.2.1
-pkgrel=2
-pkgdesc='A powerful light-weight programming language designed for extending 
applications'
-arch=('i686' 'x86_64')
-url='http://www.lua.org/'
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=("http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz";
-'liblua.so.patch' 'lua.pc')
-md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
- 'bdc663c7b82ffc0b5df67611621fb625'
- 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir/liblua.so.patch"
-  [[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
-  make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
-  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make \
-TO_LIB="liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver" \
-INSTALL_DATA="cp -d" \
-INSTALL_TOP="$pkgdir/usr" \
-INSTALL_MAN="$pkgdir/usr/share/man/man1" \
-install
-  install -Dm644 lua.pc "$pkgdir/usr/lib/pkgconfig/lua.pc"
-  # Install the documentation
-  install -d "$pkgdir/usr/share/doc/lua"
-  install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/lua

[arch-commits] Commit in perl/trunk (PKGBUILD cgi-cr-escaping.diff)

2012-12-11 Thread Florian Pritz
Date: Tuesday, December 11, 2012 @ 17:04:41
  Author: bluewind
Revision: 173161

upgpkg: perl 5.16.2-2

fix CVE-2012-5526

Added:
  perl/trunk/cgi-cr-escaping.diff
Modified:
  perl/trunk/PKGBUILD

--+
 PKGBUILD |   12 +--
 cgi-cr-escaping.diff |   75 +
 2 files changed, 83 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 22:02:57 UTC (rev 173160)
+++ PKGBUILD2012-12-11 22:04:41 UTC (rev 173161)
@@ -6,20 +6,22 @@
 # Contributor: francois  
 pkgname=perl
 pkgver=5.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
 url="http://www.perl.org";
 groups=('base')
 depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
-source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 
+source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
+cgi-cr-escaping.diff
 perlbin.sh
 perlbin.csh
 provides.pl)
 install=perl.install
 options=('makeflags' '!purge')
 md5sums=('2818ab01672f005a4e552a713aa27b08'
+ '0486659c9eefe682364a3e364d814296'
  '5ed2542fdb9a60682f215bd33701e61a'
  '1f0cbbee783e8a6d32f01be5118e0d5e'
  '999c3eea6464860704abbb055a0f0896')
@@ -32,10 +34,12 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  patch -i "$srcdir/cgi-cr-escaping.diff" -p1
+
   if [ "${CARCH}" = "x86_64" ]; then
 # for x86_64
 arch_opts="-Dcccdlflags='-fPIC'"
-  else 
+  else
 # for i686
 arch_opts=""
   fi
@@ -94,7 +98,7 @@
   # Profile script to set paths to perl scripts.
   install -D -m755 ${srcdir}/perlbin.sh \
${pkgdir}/etc/profile.d/perlbin.sh
-  # Profile script to set paths to perl scripts on csh. (FS#22441) 
+  # Profile script to set paths to perl scripts on csh. (FS#22441)
   install -D -m755 ${srcdir}/perlbin.csh \
   ${pkgdir}/etc/profile.d/perlbin.csh
 

Added: cgi-cr-escaping.diff
===
--- cgi-cr-escaping.diff(rev 0)
+++ cgi-cr-escaping.diff2012-12-11 22:04:41 UTC (rev 173161)
@@ -0,0 +1,75 @@
+From 18b607e4544c0cffc85207a8f9901ba37ac917d9 Mon Sep 17 00:00:00 2001
+From: Ryo Anazawa 
+Date: Wed, 14 Nov 2012 09:47:32 +0900
+Subject: CR escaping for P3P and Set-Cookie headers
+
+Bug: https://github.com/markstos/CGI.pm/pull/23
+Bug-Debian: http://bugs.debian.org/693420
+Origin: 
https://github.com/markstos/CGI.pm/commit/cb39938b45206093a363e36fd104e4a0f26deecb
+Patch-Name: fixes/cgi-cr-escaping.diff
+---
+ cpan/CGI/lib/CGI.pm  |   24 
+ cpan/CGI/t/headers.t |6 ++
+ 2 files changed, 18 insertions(+), 12 deletions(-)
+
+diff --git a/cpan/CGI/lib/CGI.pm b/cpan/CGI/lib/CGI.pm
+index 1a52c70..c70e9c1 100644
+--- a/cpan/CGI/lib/CGI.pm
 b/cpan/CGI/lib/CGI.pm
+@@ -1550,8 +1550,17 @@ sub header {
+ 'EXPIRES','NPH','CHARSET',
+ 'ATTACHMENT','P3P'],@p);
+ 
++# Since $cookie and $p3p may be array references,
++# we must stringify them before CR escaping is done.
++my @cookie;
++for (ref($cookie) eq 'ARRAY' ? @{$cookie} : $cookie) {
++my $cs = UNIVERSAL::isa($_,'CGI::Cookie') ? $_->as_string : $_;
++push(@cookie,$cs) if defined $cs and $cs ne '';
++}
++$p3p = join ' ',@$p3p if ref($p3p) eq 'ARRAY';
++
+ # CR escaping for values, per RFC 822
+-for my $header 
($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
++for my $header 
($type,$status,@cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
+ if (defined $header) {
+ # From RFC 822:
+ # Unfolding  is  accomplished  by regarding   CRLF   immediately
+@@ -1595,18 +1604,9 @@ sub header {
+ 
+ push(@header,"Status: $status") if $status;
+ push(@header,"Window-Target: $target") if $target;
+-if ($p3p) {
+-   $p3p = join ' ',@$p3p if ref($p3p) eq 'ARRAY';
+-   push(@header,qq(P3P: policyref="/w3c/p3p.xml", CP="$p3p"));
+-}
++push(@header,"P3P: policyref=\"/w3c/p3p.xml\", CP=\"$p3p\"") if $p3p;
+ # push all the cookies -- there may be several
+-if ($cookie) {
+-  my(@cookie) = ref($cookie) && ref($cookie) eq 'ARRAY' ? @{$cookie} : 
$cookie;
+-  for (@cookie) {
+-my $cs = UNIVERSAL::isa($_,'CGI::Cookie') ? $_->as_string : $_;
+-  push(@header,"Set-Cookie: $cs") if $cs ne '';
+-  }
+-}
++push(@header,map {"Set-Cookie: $_"} @cookie);
+ # if the user indicates an expiration time, then we need
+ # both an Expires and a Date header (so that the browser is
+ # uses OUR clock)
+diff --git a/cpan/CGI/t/headers.t b/cpan/CGI/t/headers.t
+index 661b74b..4b4922c 100644
+--- a/cpan/CGI/t/headers.t
 b/cpan/CGI/t/headers.t
+@@ -22,6 +22,12 @@ like($@

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

2012-12-11 Thread Florian Pritz
Date: Tuesday, December 11, 2012 @ 17:05:55
  Author: bluewind
Revision: 173162

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

Added:
  perl/repos/testing-i686/
  
perl/repos/testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 173161, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/testing-i686/PKGBUILD
(from rev 173161, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/cgi-cr-escaping.diff
(from rev 173161, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-i686/digest_eval_hole.diff
(from rev 173161, perl/trunk/digest_eval_hole.diff)
  perl/repos/testing-i686/fix-h2ph-and-tests.patch
(from rev 173161, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/testing-i686/perl.install
(from rev 173161, perl/trunk/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 173161, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 173161, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 173161, perl/trunk/provides.pl)
  perl/repos/testing-x86_64/
  
perl/repos/testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 173161, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 173161, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/cgi-cr-escaping.diff
(from rev 173161, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-x86_64/digest_eval_hole.diff
(from rev 173161, perl/trunk/digest_eval_hole.diff)
  perl/repos/testing-x86_64/fix-h2ph-and-tests.patch
(from rev 173161, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/testing-x86_64/perl.install
(from rev 173161, perl/trunk/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 173161, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 173161, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 173161, perl/trunk/provides.pl)

+
 testing-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch   
|   83 ++
 testing-i686/PKGBUILD  
|  120 
 testing-i686/cgi-cr-escaping.diff  
|   75 ++
 testing-i686/digest_eval_hole.diff 
|   61 ++
 testing-i686/fix-h2ph-and-tests.patch  
|  104 +++
 testing-i686/perl.install  
|   10 
 testing-i686/perlbin.csh   
|   15 
 testing-i686/perlbin.sh
|   18 
 testing-i686/provides.pl   
|  299 ++
 testing-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch 
|   83 ++
 testing-x86_64/PKGBUILD
|  120 
 testing-x86_64/cgi-cr-escaping.diff
|   75 ++
 testing-x86_64/digest_eval_hole.diff   
|   61 ++
 testing-x86_64/fix-h2ph-and-tests.patch
|  104 +++
 testing-x86_64/perl.install
|   10 
 testing-x86_64/perlbin.csh 
|   15 
 testing-x86_64/perlbin.sh  
|   18 
 testing-x86_64/provides.pl 
|  299 ++
 18 files changed, 1570 insertions(+)

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


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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 17:33:37
  Author: eric
Revision: 173163

upgpkg: ibus 1.5.1-1

Upstreeam update

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 22:05:55 UTC (rev 173162)
+++ PKGBUILD2012-12-11 22:33:37 UTC (rev 173163)
@@ -5,7 +5,7 @@
 # Maintainer: Brad Fanella 
 
 pkgname=ibus
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=ibus.install
 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ca810499ca21ab85e4faa8a103cfd461361b723a')
+sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 17:33:51
  Author: eric
Revision: 173164

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

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

---+
 extra-i686/PKGBUILD   |   78 ++--
 extra-i686/ibus.install   |   34 +--
 extra-x86_64/PKGBUILD |   78 ++--
 extra-x86_64/ibus.install |   34 +--
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 22:33:37 UTC (rev 173163)
+++ extra-i686/PKGBUILD 2012-12-11 22:33:51 UTC (rev 173164)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
-
-pkgname=ibus
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ca810499ca21ab85e4faa8a103cfd461361b723a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 173163, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 22:33:51 UTC (rev 173164)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Brad Fanella 
+
+pkgname=ibus
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2012-12-11 22:33:37 UTC (rev 173163)
+++ extra-i686/ibus.install 2012-12-11 22:33:51 UTC (rev 173164)
@@ -1,17 +0,0 @@
-post_install() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 173163, 
ibus/trunk/ibus.install)
===
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2012-12-11 22:33:51 UTC (rev 173164)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PKG

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

2012-12-11 Thread Gaetan Bisson
Date: Tuesday, December 11, 2012 @ 18:38:31
  Author: bisson
Revision: 173165

fix FS#33051

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 22:33:51 UTC (rev 173164)
+++ PKGBUILD2012-12-11 23:38:31 UTC (rev 173165)
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
  'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python' 'swig')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
 
@@ -26,7 +26,8 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-   -DENABLE_LAPACK=yes
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
make
 }
 



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

2012-12-11 Thread Gaetan Bisson
Date: Tuesday, December 11, 2012 @ 18:39:02
  Author: bisson
Revision: 173166

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 173165, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 173165, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 173165, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 173165, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   73 
 extra-i686/install|   26 -
 extra-x86_64/PKGBUILD |   73 
 extra-x86_64/install  |   26 -
 4 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-11 23:38:31 UTC (rev 173165)
+++ extra-i686/PKGBUILD 2012-12-11 23:39:02 UTC (rev 173166)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=1
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python' 'swig')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -fpermissive" 
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-   -DENABLE_LAPACK=yes
-   make
-}
-
-package(){
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 173165, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-11 23:39:02 UTC (rev 173166)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=1
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -fpermissive" 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package(){
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-12-11 23:38:31 UTC (rev 173165)
+++ extra-i686/install  2012-12-11 23:39:02 UTC (rev 173166)
@@ -1,13 +0,0 @@
-post_upgrade() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-   update-desktop-database -q
-   update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: hugin/repos/extra-i686/install (from rev 173165, hugin/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-12-11 23:39:02 UTC (rev 173166)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-11 23:38:31 UTC (rev 173165)
+++ extra-x86_64/PKGBUILD   2012-12-11 23:39:02 UTC (rev 1731

[arch-commits] Commit in kdegraphics-kamera/kde-unstable (PKGBUILD)

2012-12-11 Thread Andrea Scarpino
Date: Tuesday, December 11, 2012 @ 19:10:54
  Author: andrea
Revision: 173167

upgpkg: kdegraphics-kamera 4.9.90-2

libgphoto2 rebuild

Modified:
  kdegraphics-kamera/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 23:39:02 UTC (rev 173166)
+++ PKGBUILD2012-12-12 00:10:54 UTC (rev 173167)
@@ -3,7 +3,7 @@
 
 pkgname=kdegraphics-kamera
 pkgver=4.9.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Configure Kamera"
 url="http://kde.org/applications/graphics/kamera/";
 arch=('i686' 'x86_64')



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

2012-12-11 Thread Andrea Scarpino
Date: Tuesday, December 11, 2012 @ 19:11:26
  Author: andrea
Revision: 173168

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
(from rev 173167, kdegraphics-kamera/kde-unstable/PKGBUILD)
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173167, kdegraphics-kamera/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-12 00:10:54 UTC (rev 173167)
+++ kde-unstable-i686/PKGBUILD  2012-12-12 00:11:26 UTC (rev 173168)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('a206118da359a83faa679e414b66590fac74e3a7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 173167, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-12 00:11:26 UTC (rev 173168)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.90
+pkgrel=2
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('a206118da359a83faa679e414b66590fac74e3a7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-12 00:10:54 UTC (rev 173167)
+++ kde-unstable-x86_64/PKGBUILD2012-12-12 00:11:26 UTC (rev 173168)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=4.9.90
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('a206118da359a83faa679e414b66590fac74e3a7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 173167, 
kdegraphics-kamera/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-12 00:11:26 UTC (rev 173168)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=4.9.90
+pkgrel=2
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('a206118da359a83faa679e414b66590fac74e3a7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:37
  Author: eric
Revision: 173169

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

Added:
  lua/repos/extra-i686/LICENSE
(from rev 173168, lua/repos/testing-i686/LICENSE)
  lua/repos/extra-i686/PKGBUILD
(from rev 173168, lua/repos/testing-i686/PKGBUILD)
  lua/repos/extra-i686/liblua.so.patch
(from rev 173168, lua/repos/testing-i686/liblua.so.patch)
  lua/repos/extra-i686/lua.pc
(from rev 173168, lua/repos/testing-i686/lua.pc)
  lua/repos/extra-x86_64/LICENSE
(from rev 173168, lua/repos/testing-x86_64/LICENSE)
  lua/repos/extra-x86_64/PKGBUILD
(from rev 173168, lua/repos/testing-x86_64/PKGBUILD)
  lua/repos/extra-x86_64/liblua.so.patch
(from rev 173168, lua/repos/testing-x86_64/liblua.so.patch)
  lua/repos/extra-x86_64/lua.pc
(from rev 173168, lua/repos/testing-x86_64/lua.pc)
Deleted:
  lua/repos/extra-i686/PKGBUILD
  lua/repos/extra-i686/lua-5.1-cflags.diff
  lua/repos/extra-i686/lua-arch.patch
  lua/repos/extra-x86_64/PKGBUILD
  lua/repos/extra-x86_64/lua-5.1-cflags.diff
  lua/repos/extra-x86_64/lua-arch.patch
  lua/repos/testing-i686/
  lua/repos/testing-x86_64/

--+
 extra-i686/LICENSE   |   30 
 extra-i686/PKGBUILD  |   87 +++--
 extra-i686/liblua.so.patch   |   57 
 extra-i686/lua-5.1-cflags.diff   |   13 -
 extra-i686/lua-arch.patch|   66 
 extra-i686/lua.pc|   20 
 extra-x86_64/LICENSE |   30 
 extra-x86_64/PKGBUILD|   87 +++--
 extra-x86_64/liblua.so.patch |   57 
 extra-x86_64/lua-5.1-cflags.diff |   13 -
 extra-x86_64/lua-arch.patch  |   66 
 extra-x86_64/lua.pc  |   20 
 12 files changed, 304 insertions(+), 242 deletions(-)

Copied: lua/repos/extra-i686/LICENSE (from rev 173168, 
lua/repos/testing-i686/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2012-12-12 00:31:37 UTC (rev 173169)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:11:26 UTC (rev 173168)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:37 UTC (rev 173169)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Damir Perisa 
-
-pkgname=lua 
-pkgver=5.1.5
-pkgrel=2
-pkgdesc="A powerful light-weight programming language designed for extending 
applications" 
-arch=('i686' 'x86_64')
-url="http://www.lua.org/";
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz
-lua-arch.patch lua-5.1-cflags.diff)
-md5sums=('2e115fe26e435e33b0d5c022e4490567'
- 'fa25feb70ef9fec975b1c20da5098b3c'
- '249582bf1fd861ccf492d2c35a9fe732')
-
-build() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 -i "${srcdir}/lua-arch.patch"
-  patch -p1 -i "${srcdir}/lua-5.1-cflags.diff"
-  export CFLAGS="$CFLAGS -fPIC"
-
-  make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" \
-INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \
-linux
-}
-
-packa

[arch-commits] Commit in celestia/repos (30 files)

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:40
  Author: eric
Revision: 173170

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

Added:
  celestia/repos/extra-i686/PKGBUILD
(from rev 173168, celestia/repos/testing-i686/PKGBUILD)
  celestia/repos/extra-i686/celestia-1.5.1-gcc44.patch
(from rev 173168, celestia/repos/testing-i686/celestia-1.5.1-gcc44.patch)
  celestia/repos/extra-i686/celestia-1.6.1-gcc46.patch
(from rev 173168, celestia/repos/testing-i686/celestia-1.6.1-gcc46.patch)
  celestia/repos/extra-i686/celestia-1.6.1-gentoo.patch
(from rev 173168, celestia/repos/testing-i686/celestia-1.6.1-gentoo.patch)
  celestia/repos/extra-i686/celestia-1.6.1-libpng15.patch
(from rev 173168, celestia/repos/testing-i686/celestia-1.6.1-libpng15.patch)
  celestia/repos/extra-i686/celestia-1.6.1-linking.patch
(from rev 173168, celestia/repos/testing-i686/celestia-1.6.1-linking.patch)
  celestia/repos/extra-i686/gcc-4.7-fixes.diff
(from rev 173168, celestia/repos/testing-i686/gcc-4.7-fixes.diff)
  celestia/repos/extra-x86_64/PKGBUILD
(from rev 173168, celestia/repos/testing-x86_64/PKGBUILD)
  celestia/repos/extra-x86_64/celestia-1.5.1-gcc44.patch
(from rev 173168, celestia/repos/testing-x86_64/celestia-1.5.1-gcc44.patch)
  celestia/repos/extra-x86_64/celestia-1.6.1-gcc46.patch
(from rev 173168, celestia/repos/testing-x86_64/celestia-1.6.1-gcc46.patch)
  celestia/repos/extra-x86_64/celestia-1.6.1-gentoo.patch
(from rev 173168, celestia/repos/testing-x86_64/celestia-1.6.1-gentoo.patch)
  celestia/repos/extra-x86_64/celestia-1.6.1-libpng15.patch
(from rev 173168, 
celestia/repos/testing-x86_64/celestia-1.6.1-libpng15.patch)
  celestia/repos/extra-x86_64/celestia-1.6.1-linking.patch
(from rev 173168, 
celestia/repos/testing-x86_64/celestia-1.6.1-linking.patch)
  celestia/repos/extra-x86_64/gcc-4.7-fixes.diff
(from rev 173168, celestia/repos/testing-x86_64/gcc-4.7-fixes.diff)
Deleted:
  celestia/repos/extra-i686/PKGBUILD
  celestia/repos/extra-i686/celestia-1.5.1-gcc44.patch
  celestia/repos/extra-i686/celestia-1.6.1-gcc46.patch
  celestia/repos/extra-i686/celestia-1.6.1-gentoo.patch
  celestia/repos/extra-i686/celestia-1.6.1-libpng15.patch
  celestia/repos/extra-i686/celestia-1.6.1-linking.patch
  celestia/repos/extra-i686/gcc-4.7-fixes.diff
  celestia/repos/extra-x86_64/PKGBUILD
  celestia/repos/extra-x86_64/celestia-1.5.1-gcc44.patch
  celestia/repos/extra-x86_64/celestia-1.6.1-gcc46.patch
  celestia/repos/extra-x86_64/celestia-1.6.1-gentoo.patch
  celestia/repos/extra-x86_64/celestia-1.6.1-libpng15.patch
  celestia/repos/extra-x86_64/celestia-1.6.1-linking.patch
  celestia/repos/extra-x86_64/gcc-4.7-fixes.diff
  celestia/repos/testing-i686/
  celestia/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  106 +-
 extra-i686/celestia-1.5.1-gcc44.patch  |   40 +-
 extra-i686/celestia-1.6.1-gcc46.patch  |   26 +++---
 extra-i686/celestia-1.6.1-gentoo.patch |   46 +--
 extra-i686/celestia-1.6.1-libpng15.patch   |   28 +++
 extra-i686/celestia-1.6.1-linking.patch|  108 +--
 extra-i686/gcc-4.7-fixes.diff  |   20 ++---
 extra-x86_64/PKGBUILD  |  106 +-
 extra-x86_64/celestia-1.5.1-gcc44.patch|   40 +-
 extra-x86_64/celestia-1.6.1-gcc46.patch|   26 +++---
 extra-x86_64/celestia-1.6.1-gentoo.patch   |   46 +--
 extra-x86_64/celestia-1.6.1-libpng15.patch |   28 +++
 extra-x86_64/celestia-1.6.1-linking.patch  |  108 +--
 extra-x86_64/gcc-4.7-fixes.diff|   20 ++---
 14 files changed, 374 insertions(+), 374 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:37 UTC (rev 173169)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:40 UTC (rev 173170)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : Damir Perisa 
-
-pkgname=celestia
-pkgver=1.6.1
-pkgrel=3
-pkgdesc="Real-time space simulation"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.shatters.net/celestia/";
-depends=('gtk2' 'libtheora' 'lua' 'gtkglext' 'glut' 'libxmu' 'glu' 'libjpeg')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/celestia/${pkgname}-${pkgver}.tar.gz";
-'celestia-1.6.1-gcc46.patch' 
-'celestia-1.6.1-libpng15.patch'
-'celestia-1.6.1-linking.patch'
-'gcc-4.7-fixes.diff')
-sha1sums=('1f0fdf4525a8b9d6c708e1f6383babed670d18e7'
-  '7c08ca391603806d788cb8f3342acedafc924eef'
-  '46ecc4e10b24191384bc848c206652498843adf0'
-  '534c8eee18d13a868c91f0b870ebecc05f3e7ae1'
-  '582f9eed93eca02a16350f02c29e2ea6f69aa869')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-# build patch
-patch -Np0 -i "${srcdir}/celest

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:43
  Author: eric
Revision: 173171

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

Added:
  edje/repos/extra-i686/PKGBUILD
(from rev 173168, edje/repos/testing-i686/PKGBUILD)
  edje/repos/extra-i686/changeset_76449.diff
(from rev 173168, edje/repos/testing-i686/changeset_76449.diff)
  edje/repos/extra-i686/edje.install
(from rev 173168, edje/repos/testing-i686/edje.install)
  edje/repos/extra-x86_64/PKGBUILD
(from rev 173168, edje/repos/testing-x86_64/PKGBUILD)
  edje/repos/extra-x86_64/changeset_76449.diff
(from rev 173168, edje/repos/testing-x86_64/changeset_76449.diff)
  edje/repos/extra-x86_64/edje.install
(from rev 173168, edje/repos/testing-x86_64/edje.install)
Deleted:
  edje/repos/extra-i686/PKGBUILD
  edje/repos/extra-i686/changeset_76449.diff
  edje/repos/extra-i686/edje.install
  edje/repos/extra-x86_64/PKGBUILD
  edje/repos/extra-x86_64/changeset_76449.diff
  edje/repos/extra-x86_64/edje.install
  edje/repos/testing-i686/
  edje/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  106 +---
 extra-i686/changeset_76449.diff   |   92 +++
 extra-i686/edje.install   |   32 +-
 extra-x86_64/PKGBUILD |  106 +---
 extra-x86_64/changeset_76449.diff |   92 +++
 extra-x86_64/edje.install |   32 +-
 6 files changed, 228 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:40 UTC (rev 173170)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:43 UTC (rev 173171)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=edje
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="A graphical design and layout library based on Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('7882ee5cdf67a53a543b06d27a9f06f833b1b5da')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-ecore-imf \
---enable-eio \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/extra-i686/PKGBUILD (from rev 173168, 
edje/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:43 UTC (rev 173171)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=edje
+pkgver=1.7.3
+pkgrel=2
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('7882ee5cdf67a53a543b06d27a9f06f833b1b5da')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkg

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:46
  Author: eric
Revision: 173172

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

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 173168, gnuplot/repos/testing-i686/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 173168, gnuplot/repos/testing-i686/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 173168, gnuplot/repos/testing-x86_64/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 173168, gnuplot/repos/testing-x86_64/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/testing-i686/
  gnuplot/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/gnuplot.install   |   70 +--
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/gnuplot.install |   70 +--
 4 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:43 UTC (rev 173171)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:46 UTC (rev 173172)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot 
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --datadir=/usr/share \
-  --with-readline=gnu \
-  --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
-  make pkglibexecdir=/usr/bin
-}
-
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
- mandir=$pkgdir/usr/share/man \
-infodir=$pkgdir/usr/share/info \
-pkglibexecdir=$pkgdir/usr/bin \
-GIHDIR=$pkgdir/usr/share/gnuplot \
-datadir=$pkgdir/usr/share install
-
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 173168, 
gnuplot/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:46 UTC (rev 173172)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot 
+pkgver=4.6.1
+pkgrel=2
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --datadir=/usr/share \
+  --with-readline=gnu \
+  --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
+  make pkglibexecdir=/usr/bin
+}
+
+
+package() {
+  cd $srcdir/$pkgname-

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:48
  Author: eric
Revision: 173173

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

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 173168, graphviz/repos/testing-i686/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 173168, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 173168, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 173168, graphviz/repos/testing-x86_64/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 173168, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 173168, graphviz/repos/testing-x86_64/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install
  graphviz/repos/testing-i686/
  graphviz/repos/testing-x86_64/

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  112 +++---
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  112 +++---
 extra-x86_64/install  |   24 +++---
 6 files changed, 312 insertions(+), 308 deletions(-)

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


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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:52
  Author: eric
Revision: 173174

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

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

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

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


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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:54
  Author: eric
Revision: 173175

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

Added:
  libquvi/repos/extra-i686/PKGBUILD
(from rev 173168, libquvi/repos/testing-i686/PKGBUILD)
  libquvi/repos/extra-x86_64/PKGBUILD
(from rev 173168, libquvi/repos/testing-x86_64/PKGBUILD)
Deleted:
  libquvi/repos/extra-i686/PKGBUILD
  libquvi/repos/extra-x86_64/PKGBUILD
  libquvi/repos/testing-i686/
  libquvi/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:52 UTC (rev 173174)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:54 UTC (rev 173175)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=libquvi
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi-scripts' 'curl' 'lua')
-conflicts=('quvi<0.4.0')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('a5fa8860c23655a529b3166f6e25c83a'
- 'cc7f15518f8ab2fc134bc64f0e9d584b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libquvi/repos/extra-i686/PKGBUILD (from rev 173168, 
libquvi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:54 UTC (rev 173175)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=libquvi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi-scripts' 'curl' 'lua')
+conflicts=('quvi<0.4.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('a5fa8860c23655a529b3166f6e25c83a'
+ 'cc7f15518f8ab2fc134bc64f0e9d584b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 00:31:52 UTC (rev 173174)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:31:54 UTC (rev 173175)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=libquvi
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('libquvi-scripts' 'curl' 'lua')
-conflicts=('quvi<0.4.0')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('a5fa8860c23655a529b3166f6e25c83a'
- 'cc7f15518f8ab2fc134bc64f0e9d584b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libquvi/repos/extra-x86_64/PKGBUILD (from rev 173168, 
libquvi/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:31:54 UTC (rev 173175)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=libquvi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi-scripts' 'curl' 'lua')
+conflicts=('quvi<0.4.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('a5fa8860c23655a529b3166f6e25c83a'
+ 'cc7f15518f8ab2fc134bc64f0e9d584b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in lighttpd/repos (30 files)

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:57
  Author: eric
Revision: 173176

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 173168, lighttpd/repos/testing-i686/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.rc.d
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.rc.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 173168, lighttpd/repos/testing-i686/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 173168, lighttpd/repos/testing-x86_64/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.rc.d
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.rc.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 173168, lighttpd/repos/testing-x86_64/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.rc.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.rc.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
  lighttpd/repos/testing-i686/
  lighttpd/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  144 ++--
 extra-i686/lighttpd.conf  |   24 +--
 extra-i686/lighttpd.install   |   18 +-
 extra-i686/lighttpd.logrotate.d   |   18 +-
 extra-i686/lighttpd.rc.d  |  254 ++--
 extra-i686/lighttpd.service   |   24 +--
 extra-i686/lighttpd.tmpfiles  |4 
 extra-x86_64/PKGBUILD |  144 ++--
 extra-x86_64/lighttpd.conf|   24 +--
 extra-x86_64/lighttpd.install |   18 +-
 extra-x86_64/lighttpd.logrotate.d |   18 +-
 extra-x86_64/lighttpd.rc.d|  254 ++--
 extra-x86_64/lighttpd.service |   24 +--
 extra-x86_64/lighttpd.tmpfiles|4 
 14 files changed, 486 insertions(+), 486 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:54 UTC (rev 173175)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:57 UTC (rev 173176)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.32
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/";
-depends=('pcre' 'bzip2' 'libldap' 'util-linux')
-makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
-'libmysqlclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('!libtool' 'emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
-
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
-'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 
'lighttpd.tmpfiles' 'lighttpd.service')
-sha256sums=('1368f80069ce71f5928cad59c8e60c0b95876942ca9e02c53853e54ae24aedc1'
-'5456a90967df6774386010baa3fa67dba1c80c3b7058c70c80931d8dea5093e7'
-'186f4bb2364f82d4076a2ba7d3e088ffb356550493d92dd9d5eb57cac2839c17'
-'6df18675691384c48b9137c8f18ca238055001f1077baf05cb8322247b475a77'
-'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'708cefe97541edba73f572ed3836bd056462b1467e45e1912c9d960139929696')

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:31:59
  Author: eric
Revision: 173177

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

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 173168, nmap/repos/testing-i686/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 173168, nmap/repos/testing-x86_64/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD
  nmap/repos/testing-i686/
  nmap/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:57 UTC (rev 173176)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:59 UTC (rev 173177)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 173168, 
nmap/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:31:59 UTC (rev 173177)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=6.25
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 00:31:57 UTC (rev 173176)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:31:59 UTC (rev 173177)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=6.25
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
-source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/usr/bin/uninstall_zenmap
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nmap/repos/extra-x86_64/PKGBUILD (from rev 173168, 
nmap/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:31:59 UTC (rev 173177)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=6.25
+pkgrel=2
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua')
+source=("http://nmap.org/dist/${pkgname}-$

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:32:02
  Author: eric
Revision: 173178

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

Added:
  rrdtool/repos/extra-i686/PKGBUILD
(from rev 173168, rrdtool/repos/testing-i686/PKGBUILD)
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 173168, rrdtool/repos/testing-x86_64/PKGBUILD)
Deleted:
  rrdtool/repos/extra-i686/PKGBUILD
  rrdtool/repos/extra-x86_64/PKGBUILD
  rrdtool/repos/testing-i686/
  rrdtool/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:31:59 UTC (rev 173177)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:02 UTC (rev 173178)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.4.7
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
-'lua: to use corresponding binding')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
-
-  PYTHON=python2 ./configure --prefix=/usr --localstatedir=/var 
--disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/extra-i686/PKGBUILD (from rev 173168, 
rrdtool/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:02 UTC (rev 173178)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.7
+pkgrel=3
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha1sums=('faab7df7696b69f85d6f89dd9708d7cf0c9a273b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.in
+
+  PYTHON=python2 LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 00:31:59 UTC (rev 173177)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:32:02 UTC (rev 173178)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.4.7
-pkgrel=2
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
-'lua: to use corresponding binding')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/r

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:32:08
  Author: eric
Revision: 173179

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

Added:
  vlc/repos/extra-i686/PKGBUILD
(from rev 173168, vlc/repos/testing-i686/PKGBUILD)
  vlc/repos/extra-i686/vlc.install
(from rev 173168, vlc/repos/testing-i686/vlc.install)
  vlc/repos/extra-x86_64/PKGBUILD
(from rev 173168, vlc/repos/testing-x86_64/PKGBUILD)
  vlc/repos/extra-x86_64/vlc.install
(from rev 173168, vlc/repos/testing-x86_64/vlc.install)
Deleted:
  vlc/repos/extra-i686/PKGBUILD
  vlc/repos/extra-i686/vlc.install
  vlc/repos/extra-x86_64/PKGBUILD
  vlc/repos/extra-x86_64/vlc.install
  vlc/repos/testing-i686/
  vlc/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  199 ++---
 extra-i686/vlc.install   |   36 
 extra-x86_64/PKGBUILD|  199 ++---
 extra-x86_64/vlc.install |   36 
 4 files changed, 238 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:32:02 UTC (rev 173178)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:08 UTC (rev 173179)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Sarah Hay 
-# Contributor: Martin Sandsmark 
-
-pkgname=vlc
-pkgver=2.0.4
-pkgrel=4
-pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/vlc/";
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('f36dab8f126922c56b372388b7fade47')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --enable-opus \
-  --enable-sftp
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  for r

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:32:10
  Author: eric
Revision: 173180

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

Added:
  weechat/repos/extra-i686/PKGBUILD
(from rev 173168, weechat/repos/testing-i686/PKGBUILD)
  weechat/repos/extra-x86_64/PKGBUILD
(from rev 173168, weechat/repos/testing-x86_64/PKGBUILD)
Deleted:
  weechat/repos/extra-i686/PKGBUILD
  weechat/repos/extra-x86_64/PKGBUILD
  weechat/repos/testing-i686/
  weechat/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:32:08 UTC (rev 173179)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:10 UTC (rev 173180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=0.3.9.2
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/";
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-options=('!libtool')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('636e96a62e60155f3b9769905d9912b9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build
-  cd build
-  cmake .. -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 173168, 
weechat/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:10 UTC (rev 173180)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.3.9.2
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('636e96a62e60155f3b9769905d9912b9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+  cd build
+  cmake .. -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 00:32:08 UTC (rev 173179)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:32:10 UTC (rev 173180)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=0.3.9.2
-pkgrel=1
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/";
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
-options=('!libtool')
-source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('636e96a62e60155f3b9769905d9912b9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir build
-  cd build
-  cmake .. -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 173168, 
weechat/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:32:10 UTC (rev 173180)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=0.3.9.2
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/";
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
+options=('!libtool')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums

[arch-commits] Commit in wireshark/repos (18 files)

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:32:12
  Author: eric
Revision: 173181

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

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 173168, wireshark/repos/testing-i686/PKGBUILD)
  wireshark/repos/extra-i686/enable_version.patch
(from rev 173168, wireshark/repos/testing-i686/enable_version.patch)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 173168, wireshark/repos/testing-i686/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 173168, wireshark/repos/testing-i686/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 173168, wireshark/repos/testing-x86_64/PKGBUILD)
  wireshark/repos/extra-x86_64/enable_version.patch
(from rev 173168, wireshark/repos/testing-x86_64/enable_version.patch)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 173168, wireshark/repos/testing-x86_64/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 173168, wireshark/repos/testing-x86_64/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/enable_version.patch
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/enable_version.patch
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install
  wireshark/repos/testing-i686/
  wireshark/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  156 +--
 extra-i686/enable_version.patch|   24 ++---
 extra-i686/wireshark-gtk.install   |   24 ++---
 extra-i686/wireshark.install   |   36 
 extra-x86_64/PKGBUILD  |  156 +--
 extra-x86_64/enable_version.patch  |   24 ++---
 extra-x86_64/wireshark-gtk.install |   24 ++---
 extra-x86_64/wireshark.install |   36 
 8 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:32:10 UTC (rev 173180)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:12 UTC (rev 173181)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.3
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python' 'portaudio')
-url="http://www.wireshark.org/";
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-enable_version.patch)
-sha1sums=('3e1322eea5794c71de752b7923af9379bcc95299'
-  '9a56a9153b6903e508b0375cde4f6e57ffc544e6')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  patch -p0 < ${srcdir}/enable_version.patch
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua \
-  --with-portaudio
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - CLI 
version"
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua' 
'portaudio')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark"
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h "${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc="A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend"
-  depends=('gtk2' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
"${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png"
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
"${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png"
-  done
-  install -Dm644 wireshark.desktop 
"${pkgdir}/usr/share/applications/wireshark.desktop"
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 173168, 
wir

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

2012-12-11 Thread Eric Bélanger
Date: Tuesday, December 11, 2012 @ 19:34:19
  Author: eric
Revision: 173182

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

Added:
  lua51/repos/extra-i686/
  lua51/repos/extra-i686/PKGBUILD
(from rev 173181, lua51/repos/testing-i686/PKGBUILD)
  lua51/repos/extra-i686/lua-5.1-cflags.diff
(from rev 173181, lua51/repos/testing-i686/lua-5.1-cflags.diff)
  lua51/repos/extra-i686/lua-arch.patch
(from rev 173181, lua51/repos/testing-i686/lua-arch.patch)
  lua51/repos/extra-x86_64/
  lua51/repos/extra-x86_64/PKGBUILD
(from rev 173181, lua51/repos/testing-x86_64/PKGBUILD)
  lua51/repos/extra-x86_64/lua-5.1-cflags.diff
(from rev 173181, lua51/repos/testing-x86_64/lua-5.1-cflags.diff)
  lua51/repos/extra-x86_64/lua-arch.patch
(from rev 173181, lua51/repos/testing-x86_64/lua-arch.patch)
Deleted:
  lua51/repos/testing-i686/
  lua51/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   56 +++
 extra-i686/lua-5.1-cflags.diff   |   13 +++
 extra-i686/lua-arch.patch|   66 +
 extra-x86_64/PKGBUILD|   56 +++
 extra-x86_64/lua-5.1-cflags.diff |   13 +++
 extra-x86_64/lua-arch.patch  |   66 +
 6 files changed, 270 insertions(+)

Copied: lua51/repos/extra-i686/PKGBUILD (from rev 173181, 
lua51/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:34:19 UTC (rev 173182)
@@ -0,0 +1,56 @@
+# $Id $
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua51
+pkgver=5.1.5
+pkgrel=3
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=("http://www.lua.org/ftp/lua-$pkgver.tar.gz";
+'lua-arch.patch'
+'lua-5.1-cflags.diff')
+md5sums=('2e115fe26e435e33b0d5c022e4490567'
+ 'fa25feb70ef9fec975b1c20da5098b3c'
+ '249582bf1fd861ccf492d2c35a9fe732')
+
+build() {
+cd lua-$pkgver
+patch -p1 -i "$srcdir/lua-arch.patch"
+patch -p1 -i "$srcdir/lua-5.1-cflags.diff"
+[[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
+sed -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' -i etc/lua.pc
+sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.1/' -e '/^LUAC_T=/ s/luac/luac5.1/' 
-i src/Makefile
+make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+cd lua-$pkgver
+make \
+  TO_BIN="lua5.1 luac5.1" \
+  TO_LIB="liblua5.1.a liblua5.1.so liblua5.1.so.5.1 liblua5.1.so.$pkgver" \
+  INSTALL_DATA='cp -d' \
+  INSTALL_TOP="$pkgdir/usr" \
+  INSTALL_INC="$pkgdir/usr/include/lua5.1" \
+  INSTALL_MAN="$pkgdir/usr/share/man/man1" \
+  install
+install -D -m644 etc/lua.pc "$pkgdir/usr/lib/pkgconfig/lua5.1.pc"
+# Install the documentation
+install -d "$pkgdir/usr/share/doc/$pkgname"
+install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/$pkgname"
+# Install copyrigth file
+install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+# fixups
+ln -s liblua5.1.so "$pkgdir/usr/lib/liblua.so.5.1"
+ln -s liblua5.1.so "$pkgdir/usr/lib/liblua.so.$pkgver"
+cd "$pkgdir/usr/share/man/man1"
+mv lua.1 lua5.1.1
+mv luac.1 luac5.1.1
+}
+
+# vim:set ts=4 sw=4 et:

Copied: lua51/repos/extra-i686/lua-5.1-cflags.diff (from rev 173181, 
lua51/repos/testing-i686/lua-5.1-cflags.diff)
===
--- extra-i686/lua-5.1-cflags.diff  (rev 0)
+++ extra-i686/lua-5.1-cflags.diff  2012-12-12 00:34:19 UTC (rev 173182)
@@ -0,0 +1,13 @@
+diff -Naur lua-5.1.orig/src/Makefile lua-5.1/src/Makefile
+--- lua-5.1.orig/src/Makefile  2006-02-16 16:45:09.0 +0100
 lua-5.1/src/Makefile   2006-03-01 14:55:29.0 +0100
+@@ -8,7 +8,8 @@
+ PLAT= none
+ 
+ CC= gcc
+-CFLAGS= -O2 -Wall $(MYCFLAGS)
++CFLAGS ?= -O2 -Wall
++CFLAGS += $(MYCFLAGS)
+ AR= ar rcu
+ RANLIB= ranlib
+ RM= rm -f

Copied: lua51/repos/extra-i686/lua-arch.patch (from rev 173181, 
lua51/repos/testing-i686/lua-arch.patch)
===
--- extra-i686/lua-arch.patch   (rev 0)
+++ extra-i686/lua-arch.patch   2012-12-12 00:34:19 UTC (rev 173182)
@@ -0,0 +1,66 @@
+diff -ur lua-5.1.4/etc/lua.pc lua-5.1.4-new/etc/lua.pc
+--- lua-5.1.4/etc/lua.pc   2008-08-08 14:46:11.0 +0200
 lua-5.1.4-new/etc/lua.pc   2012-02-23 18:25:34.0 +0100
+@@ -8,6 +8,6 @@
+ 
+ # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
+-prefix= /usr/local
++prefix= /usr
+ INSTALL_BIN= ${pr

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

2012-12-11 Thread Gaetan Bisson
Date: Tuesday, December 11, 2012 @ 19:36:39
  Author: bisson
Revision: 173183

bump pkgrel

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 00:34:19 UTC (rev 173182)
+++ PKGBUILD2012-12-12 00:36:39 UTC (rev 173183)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2012.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')



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

2012-12-11 Thread Gaetan Bisson
Date: Tuesday, December 11, 2012 @ 19:37:13
  Author: bisson
Revision: 173184

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 173183, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 173183, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 173183, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 173183, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   74 
 extra-i686/install|   26 
 extra-x86_64/PKGBUILD |   74 
 extra-x86_64/install  |   26 
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:36:39 UTC (rev 173183)
+++ extra-i686/PKGBUILD 2012-12-12 00:37:13 UTC (rev 173184)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=1
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -fpermissive" 
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-   -DENABLE_LAPACK=yes \
-   -DBUILD_HSI=no
-   make
-}
-
-package(){
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 173183, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-12 00:37:13 UTC (rev 173184)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=2
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -fpermissive" 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package(){
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-12-12 00:36:39 UTC (rev 173183)
+++ extra-i686/install  2012-12-12 00:37:13 UTC (rev 173184)
@@ -1,13 +0,0 @@
-post_upgrade() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-   update-desktop-database -q
-   update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: hugin/repos/extra-i686/install (from rev 173183, hugin/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-12-12 00:37:13 UTC (rev 173184)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-12 00:36:39 UTC (rev 173183)
+++ extra-x86_64/PKGBUILD   2012-12-12 00:37:

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

2012-12-11 Thread Jan Steffens
Date: Wednesday, December 12, 2012 @ 00:08:16
  Author: heftig
Revision: 173185

use cap_net_raw

Modified:
  pulseaudio/trunk/PKGBUILD
  pulseaudio/trunk/pulseaudio.install

+
 PKGBUILD   |3 +++
 pulseaudio.install |6 ++
 2 files changed, 9 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-12 00:37:13 UTC (rev 173184)
+++ PKGBUILD2012-12-12 05:08:16 UTC (rev 173185)
@@ -80,6 +80,9 @@
 
   rm "$pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf"
 
+  # cap is handled in .install
+  chmod 755 "$pkgdir/usr/lib/pulse/proximity-helper"
+
 ### Split libpulse
 
   mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}

Modified: pulseaudio.install
===
--- pulseaudio.install  2012-12-12 00:37:13 UTC (rev 173184)
+++ pulseaudio.install  2012-12-12 05:08:16 UTC (rev 173185)
@@ -1,4 +1,9 @@
+_common() {
+  setcap cap_net_raw=ep usr/lib/pulse/proximity-helper 2>/dev/null || chmod +s 
usr/lib/pulse/proximity-helper
+}
+
 post_install() {
+  _common
   cat << MES
 >>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
 on configuring your system for PulseAudio.
@@ -8,6 +13,7 @@
 }
 
 post_upgrade() {
+  _common
   cat << MES
 >>> If you have per-user copies of configuration files (such as client.conf,
 daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync