[arch-commits] Commit in xinetd/trunk (PKGBUILD xinetd.service)

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 03:20:56
  Author: tpowa
Revision: 161605

upgpkg: xinetd 2.3.15-2

fix #30254

Modified:
  xinetd/trunk/PKGBUILD
  xinetd/trunk/xinetd.service

+
 PKGBUILD   |6 +++---
 xinetd.service |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 05:46:46 UTC (rev 161604)
+++ PKGBUILD2012-06-12 07:20:56 UTC (rev 161605)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tobias Powalowski 
 # Contributor: Judd 
 
 pkgname=xinetd
 pkgver=2.3.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A secure replacement for inetd"
 arch=('i686' 'x86_64')
 url="http://www.xinetd.org/";
@@ -22,7 +22,7 @@
  'ea37a2794f202e6b953d9b6956dad16a'
  '21f47b4aa20921cfad9f9a407f81'
  '9fa2061dc7dd738c8424251deb86f81e'
- '4473d8b2b6c984626d9f73a0b89711ee')
+ '08466ed714ea8ba42ad81f6fb3aa62e7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: xinetd.service
===
--- xinetd.service  2012-06-12 05:46:46 UTC (rev 161604)
+++ xinetd.service  2012-06-12 07:20:56 UTC (rev 161605)
@@ -1,6 +1,6 @@
 [Unit]
 Description=A secure replacement for inetd
-After=network.service
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/xinetd -dontfork



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

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 03:21:42
  Author: tpowa
Revision: 161606

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

Added:
  xinetd/repos/testing-i686/
  xinetd/repos/testing-i686/PKGBUILD
(from rev 161605, xinetd/trunk/PKGBUILD)
  xinetd/repos/testing-i686/servers
(from rev 161605, xinetd/trunk/servers)
  xinetd/repos/testing-i686/services
(from rev 161605, xinetd/trunk/services)
  xinetd/repos/testing-i686/xinetd
(from rev 161605, xinetd/trunk/xinetd)
  xinetd/repos/testing-i686/xinetd.conf
(from rev 161605, xinetd/trunk/xinetd.conf)
  xinetd/repos/testing-i686/xinetd.service
(from rev 161605, xinetd/trunk/xinetd.service)
  xinetd/repos/testing-x86_64/
  xinetd/repos/testing-x86_64/PKGBUILD
(from rev 161605, xinetd/trunk/PKGBUILD)
  xinetd/repos/testing-x86_64/servers
(from rev 161605, xinetd/trunk/servers)
  xinetd/repos/testing-x86_64/services
(from rev 161605, xinetd/trunk/services)
  xinetd/repos/testing-x86_64/xinetd
(from rev 161605, xinetd/trunk/xinetd)
  xinetd/repos/testing-x86_64/xinetd.conf
(from rev 161605, xinetd/trunk/xinetd.conf)
  xinetd/repos/testing-x86_64/xinetd.service
(from rev 161605, xinetd/trunk/xinetd.service)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/servers  |   10 
 testing-i686/services |   10 
 testing-i686/xinetd   |   38 
 testing-i686/xinetd.conf  |   14 +++
 testing-i686/xinetd.service   |   10 
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/servers|   10 
 testing-x86_64/services   |   10 
 testing-x86_64/xinetd |   38 
 testing-x86_64/xinetd.conf|   14 +++
 testing-x86_64/xinetd.service |   10 
 12 files changed, 258 insertions(+)

Copied: xinetd/repos/testing-i686/PKGBUILD (from rev 161605, 
xinetd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-12 07:21:42 UTC (rev 161606)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Judd 
+
+pkgname=xinetd
+pkgver=2.3.15
+pkgrel=2
+pkgdesc="A secure replacement for inetd"
+arch=('i686' 'x86_64')
+url="http://www.xinetd.org/";
+license=('custom')
+optdepends=('perl: for xconv.pl script')
+backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
+source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
+xinetd.conf
+xinetd
+servers
+services
+xinetd.service)
+md5sums=('77358478fd58efa6366accae99b8b04c'
+ 'f109f699a07bc8cfb5791060f5e87f9e'
+ 'ea37a2794f202e6b953d9b6956dad16a'
+ '21f47b4aa20921cfad9f9a407f81'
+ '9fa2061dc7dd738c8424251deb86f81e'
+ '08466ed714ea8ba42ad81f6fb3aa62e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i "s#${prefix}/man#${prefix}/share/man#" configure
+  ./configure --prefix=/usr --without-libwrap
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+  
+  install -Dm755 $srcdir/xinetd $pkgdir/etc/rc.d/xinetd
+  install -Dm644 $srcdir/xinetd.conf $pkgdir/etc/xinetd.conf
+  install -Dm644 $srcdir/servers $pkgdir/etc/xinetd.d/servers
+  install -Dm644 $srcdir/services $pkgdir/etc/xinetd.d/services
+
+  # install systemd files
+  install -Dm644 $srcdir/xinetd.service 
$pkgdir/usr/lib/systemd/system/xinetd.service
+  # install license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Copied: xinetd/repos/testing-i686/servers (from rev 161605, 
xinetd/trunk/servers)
===
--- testing-i686/servers(rev 0)
+++ testing-i686/servers2012-06-12 07:21:42 UTC (rev 161606)
@@ -0,0 +1,10 @@
+service servers
+{
+type= INTERNAL UNLISTED
+port= 9099
+socket_type = stream
+protocol= tcp
+wait= no
+disable = yes
+only_from   = 127.0.0.1
+}

Copied: xinetd/repos/testing-i686/services (from rev 161605, 
xinetd/trunk/services)
===
--- testing-i686/services   (rev 0)
+++ testing-i686/services   2012-06-12 07:21:42 UTC (rev 161606)
@@ -0,0 +1,10 @@
+service services
+{
+type= INTERNAL UNLISTED
+port= 9098
+socket_type = stream
+protocol= tcp
+wait= no
+disable = yes
+only_from   = 127.0.0.1
+}

Copied: xinetd/repos/testing-i686/xinetd (from rev 161605, xinetd/trunk/xinetd)

[arch-commits] Commit in dbus-core/trunk (dbus.install)

2012-06-12 Thread Jan de Groot
Date: Tuesday, June 12, 2012 @ 05:03:45
  Author: jgc
Revision: 161607

Move the pid file the other way around.

Modified:
  dbus-core/trunk/dbus.install

--+
 dbus.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: dbus.install
===
--- dbus.install2012-06-12 07:21:42 UTC (rev 161606)
+++ dbus.install2012-06-12 09:03:45 UTC (rev 161607)
@@ -9,8 +9,8 @@
   post_install
 
   #Make sure new rc script can shutdown running dbus
-  if [ -f var/run/dbus/pid ]; then
-mv var/run/dbus/pid var/run/dbus.pid
+  if [ -f run/dbus.pid ]; then
+mv run/dbus.pid run/dbus/pid
   fi
 }
 



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

2012-06-12 Thread Jan de Groot
Date: Tuesday, June 12, 2012 @ 06:44:52
  Author: jgc
Revision: 161608

Add fix for FS#26395, taken from Fedora

Added:
  xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
Modified:
  xorg-xdm/trunk/PKGBUILD

+
 PKGBUILD   |4 
 xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |8 
 2 files changed, 12 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 09:03:45 UTC (rev 161607)
+++ PKGBUILD2012-06-12 10:44:52 UTC (rev 161608)
@@ -16,16 +16,19 @@
 Xsession-loginshell.patch
 Xsession-xsm.patch
 xdm-consolekit.patch
+xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
 xdm.pam)
 md5sums=('64a1af1f7eb69feae12e75d4cc3aaf19'
  '234ae568e7b22cbc09433bb396ff3d80'
  '2c30078c50bc653d72eb5114506eb313'
  '25c6d8adeed0796d432b2bbf1d83a7e9'
+ '13032add23a0a8d48a638418094bfc00'
  '6de9362b1bf0835026270b20d8029909')
 sha256sums=('d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47'
 'fd3e7c20837b42a8ab111369fd6dc9612f9edb91c1f6904cca1d6a1fa3cfa0ff'
 '77a1ce9bdf363591b72798db08b4df3589bd4e64737fd32cf9028f9245450edb'
 '10ce850e6a93c6ba68b5d71104b1fd6680ad9760274068512f43a694b1edda76'
+'5f380a2d6f77feb910d77f7f6843fce9b00ff7610c159fc029ee44cc6c23a48a'
 '7d6818a1c1a44e9bd38774c035e03b0b831f6646681bc2bf556761aec7baf418')
 
 build() {
@@ -33,6 +36,7 @@
   patch -Np0 -i "${srcdir}/Xsession-loginshell.patch"
   patch -Np1 -i "${srcdir}/Xsession-xsm.patch"
   patch -Np1 -i "${srcdir}/xdm-consolekit.patch"
+  patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch"
 
   autoreconf -fi
   ./configure --prefix=/usr \

Added: xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
===
--- xdm-1.0.5-sessreg-utmp-fix-bug177890.patch  (rev 0)
+++ xdm-1.0.5-sessreg-utmp-fix-bug177890.patch  2012-06-12 10:44:52 UTC (rev 
161608)
@@ -0,0 +1,8 @@
+--- config/GiveConsole.sessreg-utmp-fix-bug177890  2006-07-24 
04:20:10.0 -0400
 config/GiveConsole 2006-07-24 04:21:16.0 -0400
+@@ -8,3 +8,5 @@
+ # causing serious grief.
+ #
+ chown $USER /dev/console
++exec /usr/bin/sessreg  -a -w "/var/log/wtmp" -u "/run/utmp" \
++-x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER



[arch-commits] Commit in xorg-xdm/trunk (LICENSE)

2012-06-12 Thread Jan de Groot
Date: Tuesday, June 12, 2012 @ 06:45:18
  Author: jgc
Revision: 161609

Remove license file, upstream ships it

Deleted:
  xorg-xdm/trunk/LICENSE

-+
 LICENSE |  132 --
 1 file changed, 132 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-06-12 10:44:52 UTC (rev 161608)
+++ LICENSE 2012-06-12 10:45:18 UTC (rev 161609)
@@ -1,132 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/app/
-
-Copyright 1988, 1989, 1990, 1991, 1994, 1998  
-The Open Group
-Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
-
-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.
-
-prngc.c:
-Copyright (c) 1995,1999 Theo de Raadt.  All rights reserved.
-Copyright (c) 2001-2002 Damien Miller.  All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-dm_socket.h, dm_error.h, dm_auth.h
-Copyright 1998 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.
-
-genauth.c:
-Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999.  All
-rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, and the entire permission notice in its entirety,
-   including the disclaimer of warranties.
-2. Redistrib

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

2012-06-12 Thread Jan de Groot
Date: Tuesday, June 12, 2012 @ 07:02:41
  Author: jgc
Revision: 161610

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

Added:
  xorg-xdm/repos/extra-i686/PKGBUILD
(from rev 161609, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/extra-i686/Xsession-loginshell.patch
(from rev 161609, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/extra-i686/Xsession-xsm.patch
(from rev 161609, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/extra-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 161609, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/extra-i686/xdm-consolekit.patch
(from rev 161609, xorg-xdm/trunk/xdm-consolekit.patch)
  xorg-xdm/repos/extra-i686/xdm.pam
(from rev 161609, xorg-xdm/trunk/xdm.pam)
  xorg-xdm/repos/extra-x86_64/PKGBUILD
(from rev 161609, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
(from rev 161609, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
(from rev 161609, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 161609, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/extra-x86_64/xdm-consolekit.patch
(from rev 161609, xorg-xdm/trunk/xdm-consolekit.patch)
  xorg-xdm/repos/extra-x86_64/xdm.pam
(from rev 161609, xorg-xdm/trunk/xdm.pam)
Deleted:
  xorg-xdm/repos/extra-i686/LICENSE
  xorg-xdm/repos/extra-i686/PKGBUILD
  xorg-xdm/repos/extra-i686/Xsession-loginshell.patch
  xorg-xdm/repos/extra-i686/Xsession-xsm.patch
  xorg-xdm/repos/extra-i686/xdm-consolekit.patch
  xorg-xdm/repos/extra-i686/xdm.pam
  xorg-xdm/repos/extra-x86_64/LICENSE
  xorg-xdm/repos/extra-x86_64/PKGBUILD
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
  xorg-xdm/repos/extra-x86_64/xdm-consolekit.patch
  xorg-xdm/repos/extra-x86_64/xdm.pam

-+
 extra-i686/LICENSE  |  132 
 extra-i686/PKGBUILD |  110 +--
 extra-i686/Xsession-loginshell.patch|   30 
 extra-i686/Xsession-xsm.patch   |   44 -
 extra-i686/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch   |8 
 extra-i686/xdm-consolekit.patch |  450 +++---
 extra-i686/xdm.pam  |   18 
 extra-x86_64/LICENSE|  132 
 extra-x86_64/PKGBUILD   |  110 +--
 extra-x86_64/Xsession-loginshell.patch  |   30 
 extra-x86_64/Xsession-xsm.patch |   44 -
 extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |8 
 extra-x86_64/xdm-consolekit.patch   |  450 +++---
 extra-x86_64/xdm.pam|   18 
 14 files changed, 674 insertions(+), 910 deletions(-)

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


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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:43:10
  Author: heftig
Revision: 161611

Move bash completion

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 11:02:41 UTC (rev 161610)
+++ PKGBUILD2012-06-12 13:43:10 UTC (rev 161611)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=colord
 pkgver=0.1.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Color daemon"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord";
@@ -30,7 +30,8 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:46:40
  Author: heftig
Revision: 161612

-2

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 13:43:10 UTC (rev 161611)
+++ PKGBUILD2012-06-12 13:46:40 UTC (rev 161612)
@@ -3,7 +3,7 @@
 
 pkgname=dconf
 pkgver=0.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
 url="http://live.gnome.org/dconf";



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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:47:48
  Author: heftig
Revision: 161613

Move bash completion

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 13:46:40 UTC (rev 161612)
+++ PKGBUILD2012-06-12 13:47:48 UTC (rev 161613)
@@ -3,7 +3,7 @@
 
 pkgname=udisks2
 pkgver=1.94.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";
@@ -26,5 +26,6 @@
 
 package() {
   cd "udisks-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
 }



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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:49:01
  Author: heftig
Revision: 161614

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-12 13:47:48 UTC (rev 161613)
+++ extra-i686/PKGBUILD 2012-06-12 13:49:01 UTC (rev 161614)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.21
-pkgrel=1
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite' 
'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('dbf981beec70e81c45cf46b150f426fc1eb56c24')
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 161613, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-12 13:49:01 UTC (rev 161614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.21
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite' 
'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('dbf981beec70e81c45cf46b150f426fc1eb56c24')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-12 13:47:48 UTC (rev 161613)
+++ extra-x86_64/PKGBUILD   2012-06-12 13:49:01 UTC (rev 161614)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=0.1.21
-pkgrel=1
-pkgdesc="Color daemon"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord";
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite' 
'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('dbf981beec70e81c45cf46b150f426fc1eb56c24')
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 161613, 
colord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-12 13:49:01 UTC (rev 161614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=0.1.21
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord";
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite' 
'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala

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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:50:01
  Author: heftig
Revision: 161615

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

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

+
 extra-i686/PKGBUILD|   62 +--
 extra-i686/dconf.install   |   26 +-
 extra-x86_64/PKGBUILD  |   62 +--
 extra-x86_64/dconf.install |   26 +-
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-12 13:49:01 UTC (rev 161614)
+++ extra-i686/PKGBUILD 2012-06-12 13:50:01 UTC (rev 161615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3cd32b78d88ed7be90dace5d45e2cf8a6abdb253d43dbfa5ef52103b329dc214')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/dconf
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/extra-i686/PKGBUILD (from rev 161614, dconf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-12 13:50:01 UTC (rev 161615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3cd32b78d88ed7be90dace5d45e2cf8a6abdb253d43dbfa5ef52103b329dc214')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf.install
===
--- extra-i686/dconf.install2012-06-12 13:49:01 UTC (rev 161614)
+++ extra-i686/dconf.install2012-06-12 13:50:01 UTC (rev 161615)
@@ -1,13 +0,0 @@
-post_install() {
-gio-querymodules /usr/lib/gio/modules
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: dconf/repos/extra-i686/dconf.install (from rev 161614, 
dconf/trunk/dconf.install)
===
--- extra-i686/dconf.install(rev 0)
+++ extra-i686/dconf.install2012-06-12 13:50:01 UTC (rev 161615)
@@ -0,0 +1,13 @@
+post_install() {
+gio-querymodules /usr/lib/gio/modules
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-12 13:49:01 UTC (rev 161614)
+++ extra-x86_64/PKGBUILD   2012-06-12 13:50:01 UTC (rev 161615)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A low-level configuration system."
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('glib2' 'gtk-update-icon-cache')
-makedepends=('vala' 'gtk3')
-optdepends=('gtk3: for dconf-editor')
-install=dconf.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3cd32b78d88ed7be90dace5d45e2cf8a6abdb253d43dbfa5ef52103b329dc214')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib

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

2012-06-12 Thread Jan Steffens
Date: Tuesday, June 12, 2012 @ 09:51:10
  Author: heftig
Revision: 161616

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-12 13:50:01 UTC (rev 161615)
+++ extra-i686/PKGBUILD 2012-06-12 13:51:10 UTC (rev 161616)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=udisks2
-pkgver=1.94.0
-pkgrel=1
-pkgdesc="Disk Management Service, version 2"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks";
-license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-optdepends=('parted: partition management'
-'gptfdisk: GUID partition table support')
-options=(!libtool)
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc')
-
-build() {
-  cd "udisks-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "udisks-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: udisks2/repos/extra-i686/PKGBUILD (from rev 161615, 
udisks2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-12 13:51:10 UTC (rev 161616)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=udisks2
+pkgver=1.94.0
+pkgrel=2
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc')
+
+build() {
+  cd "udisks-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "udisks-$pkgver"
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-12 13:50:01 UTC (rev 161615)
+++ extra-x86_64/PKGBUILD   2012-06-12 13:51:10 UTC (rev 161616)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=udisks2
-pkgver=1.94.0
-pkgrel=1
-pkgdesc="Disk Management Service, version 2"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks";
-license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-optdepends=('parted: partition management'
-'gptfdisk: GUID partition table support')
-options=(!libtool)
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc')
-
-build() {
-  cd "udisks-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "udisks-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: udisks2/repos/extra-x86_64/PKGBUILD (from rev 161615, 
udisks2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-12 13:51:10 UTC (rev 161616)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=udisks2
+pkgver=1.94.0
+pkgrel=2
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sum

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

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 09:59:17
  Author: tpowa
Revision: 161617

db-move: moved linux-lts from [testing] to [core] ( i686,  x86_64)

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 161616, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 161616, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 161616, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 161616, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 161616, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 161616, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 161616, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 161616, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 161616, linux-lts/repos/testing-i686/linux-lts.preset)
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 161616, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 161616, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 161616, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 161616, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 161616, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 161616, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 161616, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 161616, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 161616, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/ext4-options.patch
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/ext4-options.patch
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-x86_64/

---+
 core-i686/CVE-2012-0056.patch |  538 
 core-i686/PKGBUILD|  558 
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11296 ++--
 core-i686/config.x86_64   |10772 +--
 core-i686/ext4-options.patch  |   98 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux-lts.install   |  124 
 core-i686/linux-lts.preset|   28 
 core-x86_64/CVE-2012-0056.patch   |  538 
 core-x86_64/PKGBUILD  |  558 
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|11296 ++--
 core-x86_64/config.x86_64 |10772 +--
 core-x86_64/ext4-options.patch|   98 
 core-x86_64/i915-fix-ghost-tv-output.patch|   52 
 core-x86_64/linux-lts.install |  124 
 core-x86_64/linux-lts.preset  |   28 
 18 files changed, 23490 insertions(+), 23490 deletions(-)

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


[arch-commits] Commit in sane/trunk (PKGBUILD saned.service saned.socket)

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 10:11:41
  Author: tpowa
Revision: 161618

upgpkg: sane 1.0.22-9

include systemd files

Added:
  sane/trunk/saned.service
  sane/trunk/saned.socket
Modified:
  sane/trunk/PKGBUILD

---+
 PKGBUILD  |   23 +--
 saned.service |8 
 saned.socket  |9 +
 3 files changed, 34 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 13:59:17 UTC (rev 161617)
+++ PKGBUILD2012-06-12 14:11:41 UTC (rev 161618)
@@ -6,24 +6,28 @@
 
 pkgname=sane
 pkgver=1.0.22
-pkgrel=8
+pkgrel=9
 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' 'libieee1284' 
'libusb-compat' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
+depends=('libtiff>=4.0.0' 'libgphoto2>=2.4.7-2' 'libjpeg>=8' 'libusb-compat' 
'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,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)
+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,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,mustek_usb2.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://ftp2.sane-project.org/pub/sane/$pkgname-backends-$pkgver/$pkgname-backends-$pkgver.tar.gz
 'sane.xinetd'
 'libv4l-0.8.3.patch'
-'xerox_mfp_fix_usb_devices.patch')
+'xerox_mfp_fix_usb_devices.patch'
+'saned.socket'
+'saned.service')
+options=(!libtool)
 md5sums=('fadf56a60f4776bfb24491f66b617cf5'
  'da946cc36fb83612162cf9505986d4b2'
  'e645a8921cff9f18ffbdabb2ed885060'
- 'cfef73e7db7c28308914d3db6767d852')
-options=(!libtool)
+ 'cfef73e7db7c28308914d3db6767d852'
+ 'e57e9e15528f47f5f1b3f1411135ed5d'
+ 'e44bd4c994a52d6f472463d1eb0a03be')
 
 build() {
   cd "${srcdir}/${pkgname}-backends-${pkgver}"
@@ -37,6 +41,8 @@
 --localstatedir=/var \
 --with-docdir=/usr/share/doc/sane \
 --enable-avahi \
+--enable-pthread \
+--disable-rpath \
 --disable-locking
   make
 }
@@ -58,4 +64,9 @@
   # Install the pkg-config file
   install -D -m644 tools/sane-backends.pc \
  "${pkgdir}/usr/lib/pkgconfig/sane-backends.pc"
+  # install systemd files
+  install -D -m644 ${srcdir}/saned.socket \
+  "${pkgdir}/usr/lib/systemd/system/saned.socket"
+  install -D -m644 ${srcdir}/saned.service \
+  "${pkgdir}/usr/lib/systemd/system/saned@.service"
 }

Added: saned.service
===
--- saned.service   (rev 0)
+++ saned.service   2012-06-12 14:11:41 UTC (rev 161618)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Scanner Service
+
+[Service]
+Group=scanner
+ExecStart=/usr/sbin/saned
+StandardInput=socket
+StandardError=syslog

Added: saned.socket
===
--- saned.socket(rev 0)
+++ saned.socket2012-06-12 14:11:41 UTC (rev 161618)
@@ -0,0 +1,9 @@
+[Unit]
+Description=saned incoming socket
+
+[Socket]
+ListenStream=6566
+Accept=yes
+

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

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 10:13:06
  Author: tpowa
Revision: 161619

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

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

+
 staging-i686/PKGBUILD  |   72 +++
 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|   72 +++
 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, 476 insertions(+)

Copied: sane/repos/staging-i686/PKGBUILD (from rev 161618, sane/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 14:13:06 UTC (rev 161619)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+# Contributor: Simo L. 
+# Contributor: eric 
+
+pkgname=sane
+pkgver=1.0.22
+pkgrel=9
+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' 
'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,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,mustek_usb2.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://ftp2.sane-project.org/pub/sane/$pkgname-backends-$pkgver/$pkgname-backends-$pkgver.tar.gz
+'sane.xinetd'
+'libv4l-0.8.3.patch'
+'xerox_mfp_fix_usb_devices.patch'
+'saned.socket'
+'saned.service')
+options=(!libtool)
+md5sums=('fadf56a60f4776bfb24491f66b617cf5'
+ 'da946cc36fb83612162cf9505986d4b2'
+ 'e645a8921cff9f18ffbdabb2ed885060'
+ 'cfef73e7db7c28308914d3db6767d852'
+ 'e57e9e15528f47f5f1b3f1411135ed5d'
+ 'e44bd4c994a52d6f472463d1eb0a03be')
+
+build() {
+  cd "${srcdir}/${pkgname}-backends-${pkgver}"
+
+  patch -p1 -i "${srcdir}"/libv4l-0.8.3.patch
+  # fix https://bugs.archlinux.org/task/26114
+  patch -Np1 -i "${srcdir}"/xerox_m

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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:12:20
  Author: andyrtr
Revision: 161620

upgpkg: sqlite 3.7.13-1

upstream update 3.7.13

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 14:13:06 UTC (rev 161619)
+++ PKGBUILD2012-06-12 15:12:20 UTC (rev 161620)
@@ -4,11 +4,11 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071201
+_amalgamationver=3071300
 _amalgamationver2=${_amalgamationver/00/}
 _docver=${_amalgamationver}#3070700
 #pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.12.1
+pkgver=3.7.13
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('eb7bbd258913518ad30971ea7ecb0ca9'
- '3d2b368a64a08766ea37b5162e019091'
+md5sums=('c97df403e8a3d5b67bb408fcd6aabd8e'
+ '16a003d5a619a6c725e3d81cf5aaba2a'
  'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {



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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:12:59
  Author: andyrtr
Revision: 161621

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 161620, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 161620, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 161620, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 161620, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 extra-i686/PKGBUILD  |  186 ++---
 extra-i686/license.txt   |   66 +++
 extra-x86_64/PKGBUILD|  186 ++---
 extra-x86_64/license.txt |   66 +++
 4 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-12 15:12:20 UTC (rev 161620)
+++ extra-i686/PKGBUILD 2012-06-12 15:12:59 UTC (rev 161621)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071201
-_amalgamationver2=${_amalgamationver/00/}
-_docver=${_amalgamationver}#3070700
-#pkgver=${_amalgamationver2//0/.}
-pkgver=3.7.12.1
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
-   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
-   http://www.sqlite.org/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('eb7bbd258913518ad30971ea7ecb0ca9'
- '3d2b368a64a08766ea37b5162e019091'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 161620, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-12 15:12:59 UTC (rev 161621)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071300
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/

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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:19:41
  Author: andyrtr
Revision: 161622

upgpkg: xf86-input-synaptics 1.6.2-1

upstream update 1.6.2

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 15:12:59 UTC (rev 161621)
+++ PKGBUILD2012-06-12 15:19:41 UTC (rev 161622)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-input-synaptics
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Synaptics driver for notebook touchpads"
 arch=('i686' 'x86_64')
@@ -22,8 +22,8 @@
 backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 10-synaptics.conf)
-sha1sums=('963276a5dd240e84efff28d516f8d23cfeedaa13'
-  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
+sha256sums=('c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920'
+'bd506a0545c335faa6da7ec42b3f60f2c09b5ed9e26f03003d6f59be88107ee2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:20:16
  Author: andyrtr
Revision: 161623

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

Added:
  xf86-input-synaptics/repos/extra-i686/10-synaptics.conf
(from rev 161622, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 161622, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/10-synaptics.conf
(from rev 161622, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 161622, xf86-input-synaptics/trunk/PKGBUILD)
Deleted:
  xf86-input-synaptics/repos/extra-i686/10-synaptics.conf
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/10-synaptics.conf
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD

+
 extra-i686/10-synaptics.conf   |   18 
 extra-i686/PKGBUILD|   86 +++
 extra-x86_64/10-synaptics.conf |   18 
 extra-x86_64/PKGBUILD  |   86 +++
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/10-synaptics.conf
===
--- extra-i686/10-synaptics.conf2012-06-12 15:19:41 UTC (rev 161622)
+++ extra-i686/10-synaptics.conf2012-06-12 15:20:16 UTC (rev 161623)
@@ -1,9 +0,0 @@
-Section "InputClass"
-Identifier "touchpad catchall"
-Driver "synaptics"
-MatchIsTouchpad "on"
-MatchDevicePath "/dev/input/event*"
-Option "TapButton1" "1"
-Option "TapButton2" "2"
-Option "TapButton3" "3"
-EndSection

Copied: xf86-input-synaptics/repos/extra-i686/10-synaptics.conf (from rev 
161622, xf86-input-synaptics/trunk/10-synaptics.conf)
===
--- extra-i686/10-synaptics.conf(rev 0)
+++ extra-i686/10-synaptics.conf2012-06-12 15:20:16 UTC (rev 161623)
@@ -0,0 +1,9 @@
+Section "InputClass"
+Identifier "touchpad catchall"
+Driver "synaptics"
+MatchIsTouchpad "on"
+MatchDevicePath "/dev/input/event*"
+Option "TapButton1" "1"
+Option "TapButton2" "2"
+Option "TapButton3" "3"
+EndSection

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-12 15:19:41 UTC (rev 161622)
+++ extra-i686/PKGBUILD 2012-06-12 15:20:16 UTC (rev 161623)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Powalowski  
-# Contributor: Thomas Bächler 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-input-synaptics
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Synaptics driver for notebook touchpads"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
-conflicts=('xorg-server<1.11.99.902')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-10-synaptics.conf)
-sha1sums=('963276a5dd240e84efff28d516f8d23cfeedaa13'
-  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
-
-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.conf.d"
-  install -m644 "${srcdir}/10-synaptics.conf" "${pkgdir}/etc/X11/xorg.conf.d/"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  rm -rf "${pkgdir}/usr/share/X11"
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 161622, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-12 15:20:16 UTC (rev 161623)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Powalowski  
+# Contributor: Thomas Bächler 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-input-synaptics
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Synaptics driver for notebook touchpads"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel>=1.11.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server<1.11.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)
+backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.ta

[arch-commits] Commit in xf86-video-ati/trunk (6 files)

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:44:50
  Author: andyrtr
Revision: 161624

upgpkg: xf86-video-ati 1:6.14.5-1

upstream update 6.14.5, use epoch because new release hasn't become 6.15 as 
expected after last git shot

Modified:
  xf86-video-ati/trunk/PKGBUILD
Deleted:
  xf86-video-ati/trunk/-poor-man-s-solid-picture-support-for-r300-r600.patch
  xf86-video-ati/trunk/0001-poor-man-s-solid-picture-support-for-evergreen.patch
  xf86-video-ati/trunk/0002-poor-man-s-solid-picture-support-for-r100.patch
  xf86-video-ati/trunk/0003-poor-man-s-solid-picture-support-for-r200.patch
  xf86-video-ati/trunk/git_fixes.diff

---+
 -poor-man-s-solid-picture-support-for-r300-r600.patch |  571 
 0001-poor-man-s-solid-picture-support-for-evergreen.patch |  290 --
 0002-poor-man-s-solid-picture-support-for-r100.patch  |  182 ---
 0003-poor-man-s-solid-picture-support-for-r200.patch  |  179 ---
 PKGBUILD  |   49 -
 git_fixes.diff|   33 
 6 files changed, 10 insertions(+), 1294 deletions(-)

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


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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 11:45:26
  Author: andyrtr
Revision: 161625

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

Added:
  xf86-video-ati/repos/staging-i686/
  xf86-video-ati/repos/staging-i686/PKGBUILD
(from rev 161624, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/staging-x86_64/
  xf86-video-ati/repos/staging-x86_64/PKGBUILD
(from rev 161624, xf86-video-ati/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xf86-video-ati/repos/staging-i686/PKGBUILD (from rev 161624, 
xf86-video-ati/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 15:45:26 UTC (rev 161625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=6.14.5
+epoch=1
+pkgrel=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm>=2.4.35' 'systemd-tools' 'ati-dri')
+makedepends=('xorg-server-devel>=1.11.99.902' 'xf86driproto' 'mesa')
+conflicts=('xorg-server<1.11.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ef879d2845de50cec1aa98e37185271e1d535c0009efd6713ec88206b7197d53')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--enable-dri --help
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-ati/repos/staging-x86_64/PKGBUILD (from rev 161624, 
xf86-video-ati/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-12 15:45:26 UTC (rev 161625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=6.14.5
+epoch=1
+pkgrel=1
+pkgdesc="X.org ati video driver"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm>=2.4.35' 'systemd-tools' 'ati-dri')
+makedepends=('xorg-server-devel>=1.11.99.902' 'xf86driproto' 'mesa')
+conflicts=('xorg-server<1.11.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ef879d2845de50cec1aa98e37185271e1d535c0009efd6713ec88206b7197d53')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--enable-dri --help
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in linux/trunk (3.4.2-rpc_pipefs.patch PKGBUILD linux.install)

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 11:50:17
  Author: tpowa
Revision: 161626

upgpkg: linux 3.4.2-2

fix potential nfs4 issue

Added:
  linux/trunk/3.4.2-rpc_pipefs.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

+
 3.4.2-rpc_pipefs.patch |   34 ++
 PKGBUILD   |   10 +++---
 linux.install  |2 +-
 3 files changed, 42 insertions(+), 4 deletions(-)

Added: 3.4.2-rpc_pipefs.patch
===
--- 3.4.2-rpc_pipefs.patch  (rev 0)
+++ 3.4.2-rpc_pipefs.patch  2012-06-12 15:50:17 UTC (rev 161626)
@@ -0,0 +1,34 @@
+diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
+index 0404047..21fde99 100644
+--- a/net/sunrpc/rpc_pipe.c
 b/net/sunrpc/rpc_pipe.c
+@@ -71,7 +71,9 @@ static void rpc_purge_list(wait_queue_head_t *waitq, struct 
list_head *head,
+   msg->errno = err;
+   destroy_msg(msg);
+   } while (!list_empty(head));
+-  wake_up(waitq);
++
++  if (waitq)
++  wake_up(waitq);
+ }
+ 
+ static void
+@@ -91,11 +93,9 @@ rpc_timeout_upcall_queue(struct work_struct *work)
+   }
+   dentry = dget(pipe->dentry);
+   spin_unlock(&pipe->lock);
+-  if (dentry) {
+-  rpc_purge_list(&RPC_I(dentry->d_inode)->waitq,
+- &free_list, destroy_msg, -ETIMEDOUT);
+-  dput(dentry);
+-  }
++  rpc_purge_list(dentry ? &RPC_I(dentry->d_inode)->waitq : NULL,
++  &free_list, destroy_msg, -ETIMEDOUT);
++  dput(dentry);
+ }
+ 
+ ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg,
+-- 
+1.7.7.6
+
+  
\ No newline at end of file

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 15:45:26 UTC (rev 161625)
+++ PKGBUILD2012-06-12 15:50:17 UTC (rev 161626)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.4
 pkgver=${_basekernel}.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -22,7 +22,8 @@
 "${pkgname}.preset"
 'fix-acerhdf-1810T-bios.patch'
 'change-default-console-loglevel.patch'
-'i915-fix-ghost-tv-output.patch')
+'i915-fix-ghost-tv-output.patch'
+'3.4.2-rpc_pipefs.patch')
 md5sums=('967f72983655e2479f951195953e8480'
  'ac52d3d82c20c7e80740fc5fb00b6ed4'
  '3f2c307c8ffae67f60c13ef69af8364a'
@@ -30,7 +31,8 @@
  'eb14dcfd80c00852ef81ded6e826826a'
  '38c1fd4a1f303f1f6c38e7f082727e2f'
  '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5')
+ '263725f20c0b9eb9c353040792d644e5'
+ '18b3877f9014c8cdd5eb8f6a9e8a3a3a')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -38,6 +40,8 @@
   # add upstream patch
   patch -p1 -i "${srcdir}/patch-${pkgver}"
 
+  # fix nfs4 regression
+  patch -Np1 -i "${srcdir}/3.4.2-rpc_pipefs.patch"
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 

Modified: linux.install
===
--- linux.install   2012-06-12 15:45:26 UTC (rev 161625)
+++ linux.install   2012-06-12 15:50:17 UTC (rev 161626)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.4.2-1-ARCH
+KERNEL_VERSION=3.4.2-2-ARCH
 
 post_install () {
   # updating module dependencies



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

2012-06-12 Thread Tobias Powalowski
Date: Tuesday, June 12, 2012 @ 11:51:33
  Author: tpowa
Revision: 161627

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

Added:
  linux/repos/testing-i686/3.4.2-rpc_pipefs.patch
(from rev 161626, linux/trunk/3.4.2-rpc_pipefs.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 161626, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 161626, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 161626, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 161626, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch
(from rev 161626, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 161626, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-i686/linux.install
(from rev 161626, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 161626, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/3.4.2-rpc_pipefs.patch
(from rev 161626, linux/trunk/3.4.2-rpc_pipefs.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 161626, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 161626, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 161626, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 161626, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 161626, linux/trunk/fix-acerhdf-1810T-bios.patch)
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 161626, linux/trunk/i915-fix-ghost-tv-output.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 161626, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 161626, 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/fix-acerhdf-1810T-bios.patch
  linux/repos/testing-i686/i915-fix-ghost-tv-output.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/fix-acerhdf-1810T-bios.patch
  linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 testing-i686/3.4.2-rpc_pipefs.patch  |   34 
 testing-i686/PKGBUILD|  600 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |11680 -
 testing-i686/config.x86_64   |11224 
 testing-i686/fix-acerhdf-1810T-bios.patch|   20 
 testing-i686/i915-fix-ghost-tv-output.patch  |   52 
 testing-i686/linux.install   |  124 
 testing-i686/linux.preset|   28 
 testing-x86_64/3.4.2-rpc_pipefs.patch|   34 
 testing-x86_64/PKGBUILD  |  600 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|11680 -
 testing-x86_64/config.x86_64 |11224 
 testing-x86_64/fix-acerhdf-1810T-bios.patch  |   20 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   52 
 testing-x86_64/linux.install |  124 
 testing-x86_64/linux.preset  |   28 
 18 files changed, 23824 insertions(+), 23748 deletions(-)

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


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

2012-06-12 Thread Pierre Schmitz
Date: Tuesday, June 12, 2012 @ 12:24:59
  Author: pierre
Revision: 161628

upgpkg: devtools 20120612-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 15:51:33 UTC (rev 161627)
+++ PKGBUILD2012-06-12 16:24:59 UTC (rev 161628)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=devtools
-pkgver=20120611
+pkgver=20120612
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('49a8b1c256790063edc3cd54249e0e21'
- '444ad039068dbd9279d0950e2ec9115f')
+md5sums=('070bb0cd319d66e52fa0defdd1a126b1'
+ '6adbca3cc671be8172c13731bd779ce1')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-12 Thread Pierre Schmitz
Date: Tuesday, June 12, 2012 @ 12:25:16
  Author: pierre
Revision: 161629

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 161628, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 161628, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-12 16:25:16 UTC (rev 161629)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=devtools
+pkgver=20120612
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('070bb0cd319d66e52fa0defdd1a126b1'
+ '6adbca3cc671be8172c13731bd779ce1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in cups/trunk (PKGBUILD PKGBUILD.16)

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 12:37:56
  Author: andyrtr
Revision: 161630

upgpkg: cups 1.5.3-5

follow upstream recommendation what files to remove for use with cups-filters 
and fix the filter presettings

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/PKGBUILD.16

-+
 PKGBUILD|   13 -
 PKGBUILD.16 |5 -
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 16:25:16 UTC (rev 161629)
+++ PKGBUILD2012-06-12 16:37:56 UTC (rev 161630)
@@ -4,7 +4,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=1.5.3
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.cups.org/";
@@ -163,9 +163,12 @@
   # remove client.conf man page
   rm -f ${pkgdir}/usr/share/man/man5/client.conf.5
   
-  # remove files now part of cups-filters
+  # remove files now part of cups-filters - check cups-filters INSTALL for 
packagers instructions
   rm -v ${pkgdir}/usr/lib/cups/backend/{parallel,serial}
-  rm -v 
${pkgdir}/usr/lib/cups/filter/{commandtoescpx,commandtopclx,imagetops,imagetoraster,pdftops,rastertoescpx,rastertopclx,texttops}
-  rm -v 
${pkgdir}/usr/share/cups/banners/{classified,confidential,secret,standard,topsecret,unclassified}
-  rm -v ${pkgdir}/usr/share/cups/data/testprint
+  rm -v 
${pkgdir}/usr/lib/cups/filter/{bannertops,commandtoescpx,commandtopclx,imagetops,imagetoraster,pdftops,rastertoescpx,rastertopclx,texttops}
+  rm -v ${pkgdir}/usr/share/cups/banners/*
+  rm -v ${pkgdir}/usr/share/cups/data/{testprint,psglyphs}
+  rm -v ${pkgdir}/usr/share/cups/fonts/*
+  # comment out all conversion rules which use any of the removed filters
+  perl -p -i -e 
's:^(.*\s+(pdftops|texttops|imagetops|bannertops|imagetoraster)\s*)$:#\1:' 
${pkgdir}/usr/share/cups/mime/mime.convs
 }

Modified: PKGBUILD.16
===
--- PKGBUILD.16 2012-06-12 16:25:16 UTC (rev 161629)
+++ PKGBUILD.16 2012-06-12 16:37:56 UTC (rev 161630)
@@ -138,6 +138,9 @@
   rm -f ${pkgdir}/usr/share/man/man5/client.conf.5
   
   # remove files now part of cups-filters
-  rm -v 
${pkgdir}/usr/share/cups/banners/{classified,confidential,secret,standard,topsecret,unclassified}
+  rm -v ${pkgdir}/usr/lib/cups/filter/bannertops
+  rm -v ${pkgdir}/usr/share/cups/banners/*
   rm -v ${pkgdir}/usr/share/cups/data/testprint
+  # comment out all conversion rules which use any of the removed filters
+  perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' /usr/share/cups/mime/mime.convs
 }



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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 12:40:20
  Author: andyrtr
Revision: 161631

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

Added:
  cups/repos/testing-i686/
  cups/repos/testing-i686/PKGBUILD
(from rev 161630, cups/trunk/PKGBUILD)
  cups/repos/testing-i686/PKGBUILD.16
(from rev 161630, cups/trunk/PKGBUILD.16)
  cups/repos/testing-i686/cups
(from rev 161630, cups/trunk/cups)
  cups/repos/testing-i686/cups-avahi-1-config.patch
(from rev 161630, cups/trunk/cups-avahi-1-config.patch)
  cups/repos/testing-i686/cups-avahi-2-backend.patch
(from rev 161630, cups/trunk/cups-avahi-2-backend.patch)
  cups/repos/testing-i686/cups-avahi-3-timeouts.patch
(from rev 161630, cups/trunk/cups-avahi-3-timeouts.patch)
  cups/repos/testing-i686/cups-avahi-4-poll.patch
(from rev 161630, cups/trunk/cups-avahi-4-poll.patch)
  cups/repos/testing-i686/cups-avahi-5-services.patch
(from rev 161630, cups/trunk/cups-avahi-5-services.patch)
  cups/repos/testing-i686/cups-no-export-ssllibs.patch
(from rev 161630, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-i686/cups-no-gcrypt.patch
(from rev 161630, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch
(from rev 161630, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-i686/cups-no-gzip-man.patch.16
(from rev 161630, cups/trunk/cups-no-gzip-man.patch.16)
  cups/repos/testing-i686/cups-systemd-socket.patch
(from rev 161630, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-i686/cups.install
(from rev 161630, cups/trunk/cups.install)
  cups/repos/testing-i686/cups.logrotate
(from rev 161630, cups/trunk/cups.logrotate)
  cups/repos/testing-i686/cups.pam
(from rev 161630, cups/trunk/cups.pam)
  cups/repos/testing-x86_64/
  cups/repos/testing-x86_64/PKGBUILD
(from rev 161630, cups/trunk/PKGBUILD)
  cups/repos/testing-x86_64/PKGBUILD.16
(from rev 161630, cups/trunk/PKGBUILD.16)
  cups/repos/testing-x86_64/cups
(from rev 161630, cups/trunk/cups)
  cups/repos/testing-x86_64/cups-avahi-1-config.patch
(from rev 161630, cups/trunk/cups-avahi-1-config.patch)
  cups/repos/testing-x86_64/cups-avahi-2-backend.patch
(from rev 161630, cups/trunk/cups-avahi-2-backend.patch)
  cups/repos/testing-x86_64/cups-avahi-3-timeouts.patch
(from rev 161630, cups/trunk/cups-avahi-3-timeouts.patch)
  cups/repos/testing-x86_64/cups-avahi-4-poll.patch
(from rev 161630, cups/trunk/cups-avahi-4-poll.patch)
  cups/repos/testing-x86_64/cups-avahi-5-services.patch
(from rev 161630, cups/trunk/cups-avahi-5-services.patch)
  cups/repos/testing-x86_64/cups-no-export-ssllibs.patch
(from rev 161630, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/testing-x86_64/cups-no-gcrypt.patch
(from rev 161630, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch
(from rev 161630, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/testing-x86_64/cups-no-gzip-man.patch.16
(from rev 161630, cups/trunk/cups-no-gzip-man.patch.16)
  cups/repos/testing-x86_64/cups-systemd-socket.patch
(from rev 161630, cups/trunk/cups-systemd-socket.patch)
  cups/repos/testing-x86_64/cups.install
(from rev 161630, cups/trunk/cups.install)
  cups/repos/testing-x86_64/cups.logrotate
(from rev 161630, cups/trunk/cups.logrotate)
  cups/repos/testing-x86_64/cups.pam
(from rev 161630, cups/trunk/cups.pam)

-+
 testing-i686/PKGBUILD   |  174 +++
 testing-i686/PKGBUILD.16|  146 ++
 testing-i686/cups   |   68 +
 testing-i686/cups-avahi-1-config.patch  |   42 
 testing-i686/cups-avahi-2-backend.patch | 1118 ++
 testing-i686/cups-avahi-3-timeouts.patch|  381 +++
 testing-i686/cups-avahi-4-poll.patch|  529 ++
 testing-i686/cups-avahi-5-services.patch| 1272 ++
 testing-i686/cups-no-export-ssllibs.patch   |   12 
 testing-i686/cups-no-gcrypt.patch   |   38 
 testing-i686/cups-no-gzip-man.patch |   18 
 testing-i686/cups-no-gzip-man.patch.16  |   18 
 testing-i686/cups-systemd-socket.patch  |  527 ++
 testing-i686/cups.install   |   26 
 testing-i686/cups.logrotate |8 
 testing-i686/cups.pam   |3 
 testing-x86_64/PKGBUILD |  174 +++
 testing-x86_64/PKGBUILD.16  |  146 ++
 testing-x86_64/cups |   68 +
 testing-x86_64/cups-avahi-1-config.patch|   42 
 testing-x86_64/cups-avahi-2-backend.patch   | 1118 ++
 testing-x86_64/cups-avahi-3-timeouts.patch  |  381 +++
 testing-x86_64/cups-avahi-4-poll.patch  |  529 ++
 testing-x86_64/cups-avahi-5-services.patch  | 1272 ++
 testing-x86_64/cups-no-export-ssllibs.patch |   12 
 testing-x86_64/cups-no-gcrypt.patch  

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

2012-06-12 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 14:05:39
  Author: andrea
Revision: 161632

upgpkg: mysql 5.5.25-1

Upstream release

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 16:40:20 UTC (rev 161631)
+++ PKGBUILD2012-06-12 18:05:39 UTC (rev 161632)
@@ -5,7 +5,7 @@
 
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.24
+pkgver=5.5.25
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 
source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz";
 'mysqld'
 'my.cnf')
-md5sums=('dc84f8a0305e054c859533944e79f803'
+md5sums=('9e2a3d5b41eac7fae41b93e5b71ea49c'
  '2234207625baa29b2ff7d7b4f088abce'
  '1c949c0dbea5206af0db14942d9927b6')
 



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

2012-06-12 Thread Andrea Scarpino
Date: Tuesday, June 12, 2012 @ 14:06:14
  Author: andrea
Revision: 161633

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

Added:
  mysql/repos/extra-i686/PKGBUILD
(from rev 161632, mysql/trunk/PKGBUILD)
  mysql/repos/extra-i686/my.cnf
(from rev 161632, mysql/trunk/my.cnf)
  mysql/repos/extra-i686/mysql.install
(from rev 161632, mysql/trunk/mysql.install)
  mysql/repos/extra-i686/mysqld
(from rev 161632, mysql/trunk/mysqld)
  mysql/repos/extra-x86_64/PKGBUILD
(from rev 161632, mysql/trunk/PKGBUILD)
  mysql/repos/extra-x86_64/my.cnf
(from rev 161632, mysql/trunk/my.cnf)
  mysql/repos/extra-x86_64/mysql.install
(from rev 161632, mysql/trunk/mysql.install)
  mysql/repos/extra-x86_64/mysqld
(from rev 161632, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-i686/PKGBUILD
  mysql/repos/extra-i686/my.cnf
  mysql/repos/extra-i686/mysql.install
  mysql/repos/extra-i686/mysqld
  mysql/repos/extra-x86_64/PKGBUILD
  mysql/repos/extra-x86_64/my.cnf
  mysql/repos/extra-x86_64/mysql.install
  mysql/repos/extra-x86_64/mysqld

+
 extra-i686/PKGBUILD|  260 +++---
 extra-i686/my.cnf  |  290 +--
 extra-i686/mysql.install   |   52 +++
 extra-i686/mysqld  |  154 +++---
 extra-x86_64/PKGBUILD  |  260 +++---
 extra-x86_64/my.cnf|  290 +--
 extra-x86_64/mysql.install |   52 +++
 extra-x86_64/mysqld|  154 +++---
 8 files changed, 756 insertions(+), 756 deletions(-)

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


[arch-commits] Commit in gutenprint/trunk (PKGBUILD buildfix.patch)

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:13:19
  Author: andyrtr
Revision: 161634

upgpkg: gutenprint 5.2.8-1

upstream update 5.2.8

Modified:
  gutenprint/trunk/PKGBUILD
Deleted:
  gutenprint/trunk/buildfix.patch

+
 PKGBUILD   |   25 -
 buildfix.patch |   22 --
 2 files changed, 12 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 18:06:14 UTC (rev 161633)
+++ PKGBUILD2012-06-12 18:13:19 UTC (rev 161634)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gutenprint
-pkgver=5.2.7
-pkgrel=3
+pkgver=5.2.8
+pkgrel=1
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,23 +14,22 @@
 'foomatic-db-engine:   to use foomatic spooler'
 'ghostscript:  adds postscript support for ijsgutenprint'
 'gimp: adds gutenprint plugin to gimp')
-source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2 
buildfix.patch)
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
 url="http://gimp-print.sourceforge.net/";
 replaces=('gimp-print')
 options=('!libtool' '!emptydirs')
-md5sums=('b19029972bf28f6efd693270daf8f5de'
- '2354cdecf1fbab32eca84266c8c72e7d')
+md5sums=(5ed64c0f994245852da8e9fa6a137060'')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/buildfix.patch
-  ./configure --prefix=/usr --disable-samples --with-cups --with-gimp2 \
-   --disable-translated-cups-ppds --with-gimp2-as-gutenprint \
-   --disable-libgutenprintui  --enable-libgutenprintui2 --disable-gtktest \
-   --enable-cups-ppds --enable-cups-ppds-at-top-level \
-   --with-foomatic --with-foomatic3 --with-ghostscript \
-   --disable-static --disable-static-genppd --with-ijs \
-   --disable-globalized-cups-ppds
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
   make
 }
 

Deleted: buildfix.patch
===
--- buildfix.patch  2012-06-12 18:06:14 UTC (rev 161633)
+++ buildfix.patch  2012-06-12 18:13:19 UTC (rev 161634)
@@ -1,22 +0,0 @@
-diff -up gutenprint-5.2.7/src/cups/commandtocanon.c.build 
gutenprint-5.2.7/src/cups/commandtocanon.c
 gutenprint-5.2.7/src/cups/commandtocanon.c.build   2011-06-07 
13:32:37.372042304 +0100
-+++ gutenprint-5.2.7/src/cups/commandtocanon.c 2011-06-07 13:32:41.270970750 
+0100
-@@ -13,6 +13,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- 
- 
-diff -up gutenprint-5.2.7/src/cups/commandtoepson.c.build 
gutenprint-5.2.7/src/cups/commandtoepson.c
 gutenprint-5.2.7/src/cups/commandtoepson.c.build   2007-12-24 
17:19:20.0 +
-+++ gutenprint-5.2.7/src/cups/commandtoepson.c 2011-06-07 13:32:35.656073794 
+0100
-@@ -30,6 +30,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 



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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:13:52
  Author: andyrtr
Revision: 161635

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

Added:
  gutenprint/repos/staging-i686/
  gutenprint/repos/staging-i686/PKGBUILD
(from rev 161634, gutenprint/trunk/PKGBUILD)
  gutenprint/repos/staging-i686/gutenprint.install
(from rev 161634, gutenprint/trunk/gutenprint.install)
  gutenprint/repos/staging-x86_64/
  gutenprint/repos/staging-x86_64/PKGBUILD
(from rev 161634, gutenprint/trunk/PKGBUILD)
  gutenprint/repos/staging-x86_64/gutenprint.install
(from rev 161634, gutenprint/trunk/gutenprint.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/gutenprint.install   |9 
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/gutenprint.install |9 
 4 files changed, 98 insertions(+)

Copied: gutenprint/repos/staging-i686/PKGBUILD (from rev 161634, 
gutenprint/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-12 18:13:52 UTC (rev 161635)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=(5ed64c0f994245852da8e9fa6a137060'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/staging-i686/gutenprint.install (from rev 161634, 
gutenprint/trunk/gutenprint.install)
===
--- staging-i686/gutenprint.install (rev 0)
+++ staging-i686/gutenprint.install 2012-06-12 18:13:52 UTC (rev 161635)
@@ -0,0 +1,9 @@
+post_install() {
+ echo ">>please run /usr/sbin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
+}
+
+post_upgrade() {
+   post_install
+}
+

Copied: gutenprint/repos/staging-x86_64/PKGBUILD (from rev 161634, 
gutenprint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-12 18:13:52 UTC (rev 161635)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=(5ed64c0f994245852da8e9fa6a137060'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/staging-x86_64/gutenprint.install (from rev 161634, 
gutenprint/trunk/gutenprint.install)
===
--- staging-x86_64/gutenprint.install  

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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:39:32
  Author: andyrtr
Revision: 161636

upgpkg: cinepaint 1.3-2

gutenprint rebuild

Modified:
  cinepaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 18:13:52 UTC (rev 161635)
+++ PKGBUILD2012-06-12 18:39:32 UTC (rev 161636)
@@ -4,13 +4,13 @@
 
 pkgname=cinepaint
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit 
pictures"
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL' 'MIT')
 url="http://www.cinepaint.org";
 depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
-makedepends=('python2' 'gutenprint')
+makedepends=('python2' 'gutenprint>=5.2.8')
 optdepends=('python2: for python plug-ins' 
 'gutenprint: for print plug-ins'
 'ghostscript: for pdf plug-ins')
@@ -30,8 +30,10 @@
   find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
   sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
 
-  aclocal -I aclocal
-  autoconf
+#  aclocal -I aclocal
+#  autoconf
+  sh autogen.sh
+  
   LIBS+="-lstdc++ -lm -lX11" ./configure --prefix=/usr --libdir=/usr/lib 
--mandir=/usr/share/man \
 --enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
   sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile 
plug-ins/bracketing_to_hdr/Makefile \



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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:40:28
  Author: andyrtr
Revision: 161637

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

Added:
  cinepaint/repos/staging-i686/
  cinepaint/repos/staging-i686/LICENSE
(from rev 161636, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-i686/PKGBUILD
(from rev 161636, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-i686/cinepaint-libpng15.patch
(from rev 161636, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-i686/cinepaint-missing-include.patch
(from rev 161636, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-i686/cinepaint.install
(from rev 161636, cinepaint/trunk/cinepaint.install)
  cinepaint/repos/staging-x86_64/
  cinepaint/repos/staging-x86_64/LICENSE
(from rev 161636, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-x86_64/PKGBUILD
(from rev 161636, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch
(from rev 161636, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-x86_64/cinepaint-missing-include.patch
(from rev 161636, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-x86_64/cinepaint.install
(from rev 161636, cinepaint/trunk/cinepaint.install)

+
 staging-i686/LICENSE   |   25 +
 staging-i686/PKGBUILD  |   51 ++
 staging-i686/cinepaint-libpng15.patch  |  452 +++
 staging-i686/cinepaint-missing-include.patch   |   11 
 staging-i686/cinepaint.install |   11 
 staging-x86_64/LICENSE |   25 +
 staging-x86_64/PKGBUILD|   51 ++
 staging-x86_64/cinepaint-libpng15.patch|  452 +++
 staging-x86_64/cinepaint-missing-include.patch |   11 
 staging-x86_64/cinepaint.install   |   11 
 10 files changed, 1100 insertions(+)

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


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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:43:43
  Author: andyrtr
Revision: 161638

db-move: moved gutenprint from [staging] to [testing] ( i686,  x86_64)

Added:
  gutenprint/repos/testing-i686/
  gutenprint/repos/testing-i686/PKGBUILD
(from rev 161637, gutenprint/repos/staging-i686/PKGBUILD)
  gutenprint/repos/testing-i686/gutenprint.install
(from rev 161637, gutenprint/repos/staging-i686/gutenprint.install)
  gutenprint/repos/testing-x86_64/
  gutenprint/repos/testing-x86_64/PKGBUILD
(from rev 161637, gutenprint/repos/staging-x86_64/PKGBUILD)
  gutenprint/repos/testing-x86_64/gutenprint.install
(from rev 161637, gutenprint/repos/staging-x86_64/gutenprint.install)
Deleted:
  gutenprint/repos/staging-i686/
  gutenprint/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/gutenprint.install   |9 
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/gutenprint.install |9 
 4 files changed, 98 insertions(+)

Copied: gutenprint/repos/testing-i686/PKGBUILD (from rev 161637, 
gutenprint/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-12 18:43:43 UTC (rev 161638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=(5ed64c0f994245852da8e9fa6a137060'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/testing-i686/gutenprint.install (from rev 161637, 
gutenprint/repos/staging-i686/gutenprint.install)
===
--- testing-i686/gutenprint.install (rev 0)
+++ testing-i686/gutenprint.install 2012-06-12 18:43:43 UTC (rev 161638)
@@ -0,0 +1,9 @@
+post_install() {
+ echo ">>please run /usr/sbin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
+}
+
+post_upgrade() {
+   post_install
+}
+

Copied: gutenprint/repos/testing-x86_64/PKGBUILD (from rev 161637, 
gutenprint/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-12 18:43:43 UTC (rev 161638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=gutenprint
+pkgver=5.2.8
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('i686' 'x86_64')
+license=('GPL')
+install=gutenprint.install
+depends=('readline' 'gnutls>=2.12.3') # needs to be checked. build log says 
-Lgnutls but namcap doesn't detect it
+makedepends=('gimp>=2.6.11' 'gtk2>=2.24.4' 'cups>=1.4.6' 'foomatic-db-engine' 
'ghostscript>=9.02')
+optdepends=('cups: to use cups printer spooler(recommended)'
+'foomatic-db-engine:   to use foomatic spooler'
+'ghostscript:  adds postscript support for ijsgutenprint'
+'gimp: adds gutenprint plugin to gimp')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/";
+replaces=('gimp-print')
+options=('!libtool' '!emptydirs')
+md5sums=(5ed64c0f994245852da8e9fa6a137060'')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-samples \
+   --enable-cups-ppds \
+   --enable-cups-ppds-at-top-level \
+   --disable-translated-cups-ppds \
+   --disable-globalized-cups-ppds \
+   --disable-static \
+   --disable-static-genppd
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: gutenprint/repos/testing-

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

2012-06-12 Thread andyrtr
Date: Tuesday, June 12, 2012 @ 14:43:54
  Author: andyrtr
Revision: 161639

db-move: moved cinepaint from [staging] to [testing] ( i686,  x86_64)

Added:
  cinepaint/repos/testing-i686/
  cinepaint/repos/testing-i686/LICENSE
(from rev 161637, cinepaint/repos/staging-i686/LICENSE)
  cinepaint/repos/testing-i686/PKGBUILD
(from rev 161637, cinepaint/repos/staging-i686/PKGBUILD)
  cinepaint/repos/testing-i686/cinepaint-libpng15.patch
(from rev 161637, cinepaint/repos/staging-i686/cinepaint-libpng15.patch)
  cinepaint/repos/testing-i686/cinepaint-missing-include.patch
(from rev 161637, 
cinepaint/repos/staging-i686/cinepaint-missing-include.patch)
  cinepaint/repos/testing-i686/cinepaint.install
(from rev 161637, cinepaint/repos/staging-i686/cinepaint.install)
  cinepaint/repos/testing-x86_64/
  cinepaint/repos/testing-x86_64/LICENSE
(from rev 161637, cinepaint/repos/staging-x86_64/LICENSE)
  cinepaint/repos/testing-x86_64/PKGBUILD
(from rev 161637, cinepaint/repos/staging-x86_64/PKGBUILD)
  cinepaint/repos/testing-x86_64/cinepaint-libpng15.patch
(from rev 161637, cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch)
  cinepaint/repos/testing-x86_64/cinepaint-missing-include.patch
(from rev 161637, 
cinepaint/repos/staging-x86_64/cinepaint-missing-include.patch)
  cinepaint/repos/testing-x86_64/cinepaint.install
(from rev 161637, cinepaint/repos/staging-x86_64/cinepaint.install)
Deleted:
  cinepaint/repos/staging-i686/
  cinepaint/repos/staging-x86_64/

+
 testing-i686/LICENSE   |   25 +
 testing-i686/PKGBUILD  |   51 ++
 testing-i686/cinepaint-libpng15.patch  |  452 +++
 testing-i686/cinepaint-missing-include.patch   |   11 
 testing-i686/cinepaint.install |   11 
 testing-x86_64/LICENSE |   25 +
 testing-x86_64/PKGBUILD|   51 ++
 testing-x86_64/cinepaint-libpng15.patch|  452 +++
 testing-x86_64/cinepaint-missing-include.patch |   11 
 testing-x86_64/cinepaint.install   |   11 
 10 files changed, 1100 insertions(+)

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


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

2012-06-12 Thread Florian Pritz
Date: Tuesday, June 12, 2012 @ 16:52:54
  Author: bluewind
Revision: 161640

[bootlogd] Remove handling of special chars; fix per line buffer problem 
(FS#30005)

upgpkg: sysvinit 2.88-4

Added:
  sysvinit/trunk/Remove-handling-of-special-chars-fix-per-line-buffer.patch
Modified:
  sysvinit/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 Remove-handling-of-special-chars-fix-per-line-buffer.patch |  216 +++
 2 files changed, 225 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-12 18:43:54 UTC (rev 161639)
+++ PKGBUILD2012-06-12 20:52:54 UTC (rev 161640)
@@ -3,7 +3,7 @@
 
 pkgname=sysvinit
 pkgver=2.88
-pkgrel=3
+pkgrel=4
 pkgdesc="Linux System V Init"
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/sysvinit";
@@ -11,11 +11,17 @@
 groups=('base')
 depends=('util-linux' 'coreutils' 'glibc' 'awk')
 install=sysvinit.install
-source=(http://download.savannah.gnu.org/releases/sysvinit/${pkgname}-${pkgver}dsf.tar.bz2)
-sha1sums=('f2ca149df1314a91f3007cccd7a0aa47d990de26')
+source=(http://download.savannah.gnu.org/releases/sysvinit/${pkgname}-${pkgver}dsf.tar.bz2
+"Remove-handling-of-special-chars-fix-per-line-buffer.patch")
+sha1sums=('f2ca149df1314a91f3007cccd7a0aa47d990de26'
+  'cb1180009cc2ff3ba1bc4fa5609f3d279fed9d0e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}dsf"
+
+  # FS#30005
+  patch -p1 -d "src" -i 
"${srcdir}/Remove-handling-of-special-chars-fix-per-line-buffer.patch"
+
   make 
 }
 

Added: Remove-handling-of-special-chars-fix-per-line-buffer.patch
===
--- Remove-handling-of-special-chars-fix-per-line-buffer.patch  
(rev 0)
+++ Remove-handling-of-special-chars-fix-per-line-buffer.patch  2012-06-12 
20:52:54 UTC (rev 161640)
@@ -0,0 +1,216 @@
+From 4d2b17f47073e0491f9dfa62797cc727d4530f22 Mon Sep 17 00:00:00 2001
+From: Florian Pritz 
+Date: Tue, 22 May 2012 22:14:52 +0200
+Subject: [PATCH] Remove handling of special chars; fix per line buffer
+ problem
+
+The linebuffer was only 256 chars so longer lines were truncated.
+
+By removing the handling of special chars (for example: /n/r/t) and
+simply writing everything we read as is to the logfile we fix this bug,
+make the code much smaller and allow users to write userspace tools that
+correctly handle rendering.
+
+Signed-off-by: Florian Pritz 
+---
+ bootlogd.c |  139 +---
+ 1 file changed, 19 insertions(+), 120 deletions(-)
+
+diff --git a/bootlogd.c b/bootlogd.c
+index 570d382..5df8fb9 100644
+--- a/bootlogd.c
 b/bootlogd.c
+@@ -58,21 +58,10 @@ char *Version = "@(#) bootlogd 2.86 03-Jun-2004 
miqu...@cistron.nl";
+ 
+ #define LOGFILE   "/var/log/boot"
+ 
+-char ringbuf[32768];
+-char *endptr = ringbuf + sizeof(ringbuf);
+-char *inptr  = ringbuf;
+-char *outptr = ringbuf;
+-
+ int got_signal = 0;
+-int didnl = 1;
+ int createlogfile = 0;
+ int syncalot = 0;
+ 
+-struct line {
+-  char buf[256];
+-  int pos;
+-} line;
+-
+ /*
+  *Console devices as listed on the kernel command line and
+  *the mapping to actual devices in /dev
+@@ -345,83 +334,6 @@ int consolename(char *res, int rlen)
+   return -1;
+ }
+ 
+-
+-/*
+- *Write data and make sure it's on disk.
+- */
+-void writelog(FILE *fp, unsigned char *ptr, int len)
+-{
+-  time_t  t;
+-  char*s;
+-  chartmp[8];
+-  int olen = len;
+-  int dosync = 0;
+-  int tlen;
+-
+-  while (len > 0) {
+-  tmp[0] = 0;
+-  if (didnl) {
+-  time(&t);
+-  s = ctime(&t);
+-  fprintf(fp, "%.24s: ", s);
+-  didnl = 0;
+-  }
+-  switch (*ptr) {
+-  case 27: /* ESC */
+-  strcpy(tmp, "^[");
+-  break;
+-  case '\r':
+-  line.pos = 0;
+-  break;
+-  case 8: /* ^H */
+-  if (line.pos > 0) line.pos--;
+-  break;
+-  case '\n':
+-  didnl = 1;
+-  dosync = 1;
+-  break;
+-  case '\t':
+-  line.pos += (line.pos / 8 + 1) * 8;
+-  if (line.pos >= (int)sizeof(line.buf))
+-  line.pos = sizeof(line.buf) - 1;
+-  break;
+-  case  32 ... 127:
+-  case 161 ... 255:
+-

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

2012-06-12 Thread Florian Pritz
Date: Tuesday, June 12, 2012 @ 16:53:23
  Author: bluewind
Revision: 161641

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

Added:
  sysvinit/repos/testing-i686/
  sysvinit/repos/testing-i686/PKGBUILD
(from rev 161640, sysvinit/trunk/PKGBUILD)
  
sysvinit/repos/testing-i686/Remove-handling-of-special-chars-fix-per-line-buffer.patch
(from rev 161640, 
sysvinit/trunk/Remove-handling-of-special-chars-fix-per-line-buffer.patch)
  sysvinit/repos/testing-i686/sysvinit.install
(from rev 161640, sysvinit/trunk/sysvinit.install)
  sysvinit/repos/testing-x86_64/
  sysvinit/repos/testing-x86_64/PKGBUILD
(from rev 161640, sysvinit/trunk/PKGBUILD)
  
sysvinit/repos/testing-x86_64/Remove-handling-of-special-chars-fix-per-line-buffer.patch
(from rev 161640, 
sysvinit/trunk/Remove-handling-of-special-chars-fix-per-line-buffer.patch)
  sysvinit/repos/testing-x86_64/sysvinit.install
(from rev 161640, sysvinit/trunk/sysvinit.install)

---+
 testing-i686/PKGBUILD |   
36 +
 testing-i686/Remove-handling-of-special-chars-fix-per-line-buffer.patch   |  
216 ++
 testing-i686/sysvinit.install |
3 
 testing-x86_64/PKGBUILD   |   
36 +
 testing-x86_64/Remove-handling-of-special-chars-fix-per-line-buffer.patch |  
216 ++
 testing-x86_64/sysvinit.install   |
3 
 6 files changed, 510 insertions(+)

Copied: sysvinit/repos/testing-i686/PKGBUILD (from rev 161640, 
sysvinit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-12 20:53:23 UTC (rev 161641)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Belanger 
+
+pkgname=sysvinit
+pkgver=2.88
+pkgrel=4
+pkgdesc="Linux System V Init"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/sysvinit";
+license=('GPL')
+groups=('base')
+depends=('util-linux' 'coreutils' 'glibc' 'awk')
+install=sysvinit.install
+source=(http://download.savannah.gnu.org/releases/sysvinit/${pkgname}-${pkgver}dsf.tar.bz2
+"Remove-handling-of-special-chars-fix-per-line-buffer.patch")
+sha1sums=('f2ca149df1314a91f3007cccd7a0aa47d990de26'
+  'cb1180009cc2ff3ba1bc4fa5609f3d279fed9d0e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}dsf"
+
+  # FS#30005
+  patch -p1 -d "src" -i 
"${srcdir}/Remove-handling-of-special-chars-fix-per-line-buffer.patch"
+
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}dsf"
+  make ROOT="${pkgdir}" install
+
+  # mountpoint is now provided by util-linux instead
+  cd "${pkgdir}"
+  rm bin/mountpoint
+  rm usr/share/man/man1/mountpoint.1
+}

Copied: 
sysvinit/repos/testing-i686/Remove-handling-of-special-chars-fix-per-line-buffer.patch
 (from rev 161640, 
sysvinit/trunk/Remove-handling-of-special-chars-fix-per-line-buffer.patch)
===
--- testing-i686/Remove-handling-of-special-chars-fix-per-line-buffer.patch 
(rev 0)
+++ testing-i686/Remove-handling-of-special-chars-fix-per-line-buffer.patch 
2012-06-12 20:53:23 UTC (rev 161641)
@@ -0,0 +1,216 @@
+From 4d2b17f47073e0491f9dfa62797cc727d4530f22 Mon Sep 17 00:00:00 2001
+From: Florian Pritz 
+Date: Tue, 22 May 2012 22:14:52 +0200
+Subject: [PATCH] Remove handling of special chars; fix per line buffer
+ problem
+
+The linebuffer was only 256 chars so longer lines were truncated.
+
+By removing the handling of special chars (for example: /n/r/t) and
+simply writing everything we read as is to the logfile we fix this bug,
+make the code much smaller and allow users to write userspace tools that
+correctly handle rendering.
+
+Signed-off-by: Florian Pritz 
+---
+ bootlogd.c |  139 +---
+ 1 file changed, 19 insertions(+), 120 deletions(-)
+
+diff --git a/bootlogd.c b/bootlogd.c
+index 570d382..5df8fb9 100644
+--- a/bootlogd.c
 b/bootlogd.c
+@@ -58,21 +58,10 @@ char *Version = "@(#) bootlogd 2.86 03-Jun-2004 
miqu...@cistron.nl";
+ 
+ #define LOGFILE   "/var/log/boot"
+ 
+-char ringbuf[32768];
+-char *endptr = ringbuf + sizeof(ringbuf);
+-char *inptr  = ringbuf;
+-char *outptr = ringbuf;
+-
+ int got_signal = 0;
+-int didnl = 1;
+ int createlogfile = 0;
+ int syncalot = 0;
+ 
+-struct line {
+-  char buf[256];
+-  int pos;
+-} line;
+-
+ /*
+  *Console devices as listed on the kernel command line and
+  *the mapping to actual devices in /dev
+@@ -345,83 +334,6 @@ int consolename(char *res, int rlen)
+   return -1;
+ }
+ 
+-
+-/*
+- *Write data and make sure it's on disk.
+- */
+-void writelog(FILE *fp, unsigned char *ptr, int len)
+-{
+-  time_t  t;
+-  char   

[arch-commits] Commit in (4 files)

2012-06-12 Thread Justin Davis
Date: Tuesday, June 12, 2012 @ 21:03:34
  Author: juster
Revision: 161642

Creates perl-perl4-corelib package at v0.003.

Added:
  perl-perl4-corelibs/
  perl-perl4-corelibs/repos/
  perl-perl4-corelibs/trunk/
  perl-perl4-corelibs/trunk/PKGBUILD

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

Added: perl-perl4-corelibs/trunk/PKGBUILD
===
--- perl-perl4-corelibs/trunk/PKGBUILD  (rev 0)
+++ perl-perl4-corelibs/trunk/PKGBUILD  2012-06-13 01:03:34 UTC (rev 161642)
@@ -0,0 +1,48 @@
+# Maintainer: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-perl4-corelibs
+pkgver=0.003
+pkgrel=1
+pkgdesc='libraries historically supplied with Perl 4'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.006')
+url=https://metacpan.org/release/Perl4-CoreLibs
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz";)
+md5sums=(f74747c234470a087871f564a5f5db15)
+sha512sums=(213d5539ed79b73ab9613ac6ce384f04726df27379f4727a710d48fed2abbc88364ce90ec5819a8b6133ea66f223c68bd0b988ba2fdebcb9efdeee07ec5f4d17)
+_dir="$srcdir/Perl4-CoreLibs-$pkgver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install installdirs=vendor destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


Property changes on: perl-perl4-corelibs/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in perl-perl4-corelibs/repos (extra-any extra-any/PKGBUILD)

2012-06-12 Thread Justin Davis
Date: Tuesday, June 12, 2012 @ 21:03:49
  Author: juster
Revision: 161643

archrelease: copy trunk to extra-any

Added:
  perl-perl4-corelibs/repos/extra-any/
  perl-perl4-corelibs/repos/extra-any/PKGBUILD
(from rev 161642, perl-perl4-corelibs/trunk/PKGBUILD)

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

Copied: perl-perl4-corelibs/repos/extra-any/PKGBUILD (from rev 161642, 
perl-perl4-corelibs/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-06-13 01:03:49 UTC (rev 161643)
@@ -0,0 +1,48 @@
+# Maintainer: Justin Davis (juster) 
+# $Id$
+
+pkgname=perl-perl4-corelibs
+pkgver=0.003
+pkgrel=1
+pkgdesc='libraries historically supplied with Perl 4'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.006')
+url=https://metacpan.org/release/Perl4-CoreLibs
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz";)
+md5sums=(f74747c234470a087871f564a5f5db15)
+sha512sums=(213d5539ed79b73ab9613ac6ce384f04726df27379f4727a710d48fed2abbc88364ce90ec5819a8b6133ea66f223c68bd0b988ba2fdebcb9efdeee07ec5f4d17)
+_dir="$srcdir/Perl4-CoreLibs-$pkgver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install installdirs=vendor destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2012-06-12 Thread Eric Bélanger
Date: Wednesday, June 13, 2012 @ 01:17:22
  Author: eric
Revision: 161644

upgpkg: alsaplayer 0.99.81-4

Rebuild against audiofile 0.3.4 (close FS#30270)

Modified:
  alsaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-13 01:03:49 UTC (rev 161643)
+++ PKGBUILD2012-06-13 05:17:22 UTC (rev 161644)
@@ -3,7 +3,7 @@
 
 pkgname=alsaplayer
 pkgver=0.99.81
-pkgrel=3
+pkgrel=4
 pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
 arch=('i686' 'x86_64')
 url="http://www.alsaplayer.org/";



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

2012-06-12 Thread Eric Bélanger
Date: Wednesday, June 13, 2012 @ 01:17:46
  Author: eric
Revision: 161645

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

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

-+
 extra-i686/PKGBUILD |   74 +++---
 extra-i686/alsaplayer.install   |   22 +--
 extra-x86_64/PKGBUILD   |   74 +++---
 extra-x86_64/alsaplayer.install |   22 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-13 05:17:22 UTC (rev 161644)
+++ extra-i686/PKGBUILD 2012-06-13 05:17:46 UTC (rev 161645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=3
-pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
-arch=('i686' 'x86_64')
-url="http://www.alsaplayer.org/";
-license=('GPL')
-depends=('gcc-libs' 'desktop-file-utils')
-makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
-optdepends=('gtk2: for the gtk2 GUI interface' \
-'libgl: for the OpenGL visual plugins' \
-'jack: for JACK audio server output support' \
-'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
-'libid3tag: for flac support' \
-'flac: for flac support' \
-'libmad: for MPEG support' \
-'libsndfile: for sndfile support' \
-'libvorbis: for ogg vorbis support' \
-'libmikmod: for mod, s3m, it and xm formats supports')
-options=('!libtool')
-install=alsaplayer.install
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-audiofile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: alsaplayer/repos/extra-i686/PKGBUILD (from rev 161644, 
alsaplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-13 05:17:46 UTC (rev 161645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=4
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit"
+arch=('i686' 'x86_64')
+url="http://www.alsaplayer.org/";
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+'libgl: for the OpenGL visual plugins' \
+'jack: for JACK audio server output support' \
+'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
+'libid3tag: for flac support' \
+'flac: for flac support' \
+'libmad: for MPEG support' \
+'libsndfile: for sndfile support' \
+'libvorbis: for ogg vorbis support' \
+'libmikmod: for mod, s3m, it and xm formats supports')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/alsaplayer.install
===
--- extra-i686/alsaplayer.install   2012-06-13 05:17:22 UTC (rev 161644)
+++ extra-i686/alsaplayer.install   2012-06-13 05:17:46 UTC (rev 161645)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: alsaplayer/repos/extra-i686/alsaplayer.install (from rev 161644, 
alsaplayer/trunk/alsaplayer.install)
===
--- extra-i686/alsaplayer.install   (rev 0)
+++ extra-i686/alsaplayer.install   201

[arch-commits] Commit in tcpdump/trunk (PKGBUILD tcpdump_duplicate_executable.patch)

2012-06-12 Thread Giovanni Scafora
Date: Wednesday, June 13, 2012 @ 02:48:45
  Author: giovanni
Revision: 161646

upgpkg: tcpdump 4.3.0-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD
  tcpdump/trunk/tcpdump_duplicate_executable.patch

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-13 05:17:46 UTC (rev 161645)
+++ PKGBUILD2012-06-13 06:48:45 UTC (rev 161646)
@@ -3,8 +3,8 @@
 # Contributor: dorphell 
 
 pkgname=tcpdump
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="A tool for network monitoring and data acquisition"
 arch=('i686' 'x86_64')
 url="http://www.tcpdump.org";
@@ -12,8 +12,8 @@
 depends=('libpcap' 'openssl')
 source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
 'tcpdump_duplicate_executable.patch')
-md5sums=('c202878c6db054767b52651041b9e60e'
- 'b45c978dff8193ff5529d3566e7dbfa3')
+md5sums=('a3fe4d30ac85ff5467c889ff46b7e1e8'
+ '96c116e5ed51759a029bb6c236d63178')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: tcpdump_duplicate_executable.patch
===
--- tcpdump_duplicate_executable.patch  2012-06-13 05:17:46 UTC (rev 161645)
+++ tcpdump_duplicate_executable.patch  2012-06-13 06:48:45 UTC (rev 161646)
@@ -1,6 +1,6 @@
 a/Makefile.in  2011-07-24 22:58:55.0 +0200
-+++ b/Makefile.in  2011-12-05 12:59:23.0 +0100
-@@ -399,7 +399,6 @@
+--- a/Makefile.in  2012-06-12 18:56:20.0 +0200
 b/Makefile.in  2012-06-13 08:41:09.0 +0200
+@@ -409,7 +409,6 @@
[ -d $(DESTDIR)$(sbindir) ] || \
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)



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

2012-06-12 Thread Giovanni Scafora
Date: Wednesday, June 13, 2012 @ 02:49:09
  Author: giovanni
Revision: 161647

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 161646, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 161646, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 161646, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 161646, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 extra-i686/PKGBUILD |   72 +++---
 extra-i686/tcpdump_duplicate_executable.patch   |   20 +++---
 extra-x86_64/PKGBUILD   |   72 +++---
 extra-x86_64/tcpdump_duplicate_executable.patch |   20 +++---
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-13 06:48:45 UTC (rev 161646)
+++ extra-i686/PKGBUILD 2012-06-13 06:49:09 UTC (rev 161647)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.2.1
-pkgrel=2
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-'tcpdump_duplicate_executable.patch')
-md5sums=('c202878c6db054767b52651041b9e60e'
- 'b45c978dff8193ff5529d3566e7dbfa3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
-
-  ./configure --prefix=/usr \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  #install the license
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 161646, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-13 06:49:09 UTC (rev 161647)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org";
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
+'tcpdump_duplicate_executable.patch')
+md5sums=('a3fe4d30ac85ff5467c889ff46b7e1e8'
+ '96c116e5ed51759a029bb6c236d63178')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
+
+  ./configure --prefix=/usr \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  #install the license
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2012-06-13 06:48:45 UTC 
(rev 161646)
+++ extra-i686/tcpdump_duplicate_executable.patch   2012-06-13 06:49:09 UTC 
(rev 161647)
@@ -1,10 +0,0 @@
 a/Makefile.in  2011-07-24 22:58:55.0 +0200
-+++ b/Makefile.in  2011-12-05 12:59:23.0 +0100
-@@ -399,7 +399,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

Copied: tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch (from rev 
161646, tcpdump/trunk/tcpdump_duplicate_executable.patch)
===
--- extra-i686/tcpdump_duplicate_executable.patch   
(rev 0)
+++ extra-i686/tcpdump_duplicate_executable.patch   2012-06-13 06:49:09 UTC 
(rev 161647)
@@ -0,0 +1,10 @@
+--- a/Makefile.in  2012-06-12 18:56:20.0 +0200
 b/Makefile.in  2012-06-1