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

2013-09-12 Thread Daniel Micay
Date: Thursday, September 12, 2013 @ 08:29:40
  Author: thestinger
Revision: 97062

playpen: rm submodule update line (no submodules)

Modified:
  playpen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 03:38:41 UTC (rev 97061)
+++ PKGBUILD2013-09-12 06:29:40 UTC (rev 97062)
@@ -14,7 +14,6 @@
 
 build() {
   cd $pkgname
-  git submodule update --init
   make
 }
 



[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD)

2013-09-12 Thread Maxime Gauduin
Date: Thursday, September 12, 2013 @ 09:33:31
  Author: alucryd
Revision: 97064

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 97063, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 07:33:20 UTC (rev 97063)
+++ PKGBUILD2013-09-12 07:33:31 UTC (rev 97064)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=Flexible music library manager and tagger
-arch=('any')
-url=http://beets.radbox.org/;
-license=('MIT')
-depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('gstreamer0.10-python: BPD audio player plugin'
-'python2-flask: Web interface'
-'python2-pyacoustid: Acoustic fingerprinting'
-'python2-pylast: Lastgenre plugin')
-source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-# Manpages
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
-  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 97063, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 07:33:31 UTC (rev 97064)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Flexible music library manager and tagger
+arch=('any')
+url=http://beets.radbox.org/;
+license=('MIT')
+depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('gstreamer0.10-python: BPD audio player plugin'
+'python2-flask: Web interface'
+'python2-pyacoustid: Acoustic fingerprinting'
+'python2-pylast: Lastgenre plugin')
+source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+# Manpages
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
+  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2013-09-12 Thread Maxime Gauduin
Date: Thursday, September 12, 2013 @ 09:33:20
  Author: alucryd
Revision: 97063

upgpkg: beets 1.3.0-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 06:29:40 UTC (rev 97062)
+++ PKGBUILD2013-09-12 07:33:20 UTC (rev 97063)
@@ -3,8 +3,8 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=Flexible music library manager and tagger
 arch=('any')
 url=http://beets.radbox.org/;
@@ -15,7 +15,7 @@
 'python2-pyacoustid: Acoustic fingerprinting'
 'python2-pylast: Lastgenre plugin')
 
source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3')
+sha256sums=('8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-09-12 Thread Maxime Gauduin
Date: Thursday, September 12, 2013 @ 10:20:22
  Author: alucryd
Revision: 97066

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

Added:
  hexchat/repos/community-i686/PKGBUILD
(from rev 97065, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-i686/hexchat.install
(from rev 97065, hexchat/trunk/hexchat.install)
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 97065, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-x86_64/hexchat.install
(from rev 97065, hexchat/trunk/hexchat.install)
Deleted:
  hexchat/repos/community-i686/PKGBUILD
  hexchat/repos/community-i686/hexchat.install
  hexchat/repos/community-x86_64/PKGBUILD
  hexchat/repos/community-x86_64/hexchat.install

--+
 /PKGBUILD|   70 +
 /hexchat.install |   28 ++
 community-i686/PKGBUILD  |   41 -
 community-i686/hexchat.install   |   14 ---
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/hexchat.install |   14 ---
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 08:20:08 UTC (rev 97065)
+++ community-i686/PKGBUILD 2013-09-12 08:20:22 UTC (rev 97066)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.9.5
-pkgrel=5
-pkgdesc=A popular and easy to use graphical IRC (chat) client
-arch=('i686' 'x86_64')
-url=http://www.hexchat.org/;
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 
'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python2')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python2: Python plugin')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Build
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-# Install
-  make DESTDIR=$pkgdir install
-
-# IRC Mime Types
-  desktop-file-edit 
--add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec 
--set-value='sh -c hexchat --existing --url %u || exec hexchat' 
$pkgdir/usr/share/applications/hexchat.desktop
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 97065, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 08:20:22 UTC (rev 97066)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.9.6
+pkgrel=1
+pkgdesc=A popular and easy to use graphical IRC (chat) client
+arch=('i686' 'x86_64')
+url=http://www.hexchat.org/;
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 
'libnotify' 'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz;)
+sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe,xft}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2013-09-12 08:20:08 UTC (rev 97065)
+++ community-i686/hexchat.install  2013-09-12 08:20:22 UTC (rev 97066)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 97065, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2013-09-12 08:20:22 UTC (rev 97066)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: 

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

2013-09-12 Thread Maxime Gauduin
Date: Thursday, September 12, 2013 @ 10:20:08
  Author: alucryd
Revision: 97065

upgpkg: hexchat 2.9.6-1

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 07:33:31 UTC (rev 97064)
+++ PKGBUILD2013-09-12 08:20:08 UTC (rev 97065)
@@ -3,39 +3,33 @@
 # Contributor: TingPing tingp...@tingping.se
 
 pkgname=hexchat
-pkgver=2.9.5
-pkgrel=5
+pkgver=2.9.6
+pkgrel=1
 pkgdesc=A popular and easy to use graphical IRC (chat) client
 arch=('i686' 'x86_64')
 url=http://www.hexchat.org/;
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 
'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python2')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 
'libnotify' 'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python')
 optdepends=('enchant: Spell check'
 'perl: Perl plugin'
-'python2: Python plugin')
+'python: Python plugin')
 options=('!libtool')
-install=${pkgname}.install
+install=${pkgname}.install
 source=(http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
+sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Build
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
+  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe,xft}
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Install
   make DESTDIR=$pkgdir install
-
-# IRC Mime Types
-  desktop-file-edit 
--add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec 
--set-value='sh -c hexchat --existing --url %u || exec hexchat' 
$pkgdir/usr/share/applications/hexchat.desktop
 }
 
 # vim: ts=2 sw=2 et:



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

2013-09-12 Thread Laurent Carlier
Date: Thursday, September 12, 2013 @ 11:44:15
  Author: lcarlier
Revision: 194265

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

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

---+
 /LICENSE  |  164 +
 /PKGBUILD |  308 
 extra-i686/LICENSE|   82 
 extra-i686/PKGBUILD   |  151 ---
 extra-x86_64/LICENSE  |   82 
 extra-x86_64/PKGBUILD |  151 ---
 6 files changed, 472 insertions(+), 466 deletions(-)

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

Copied: mesa/repos/extra-i686/LICENSE (from rev 194264, mesa/trunk/LICENSE)
===
--- 

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

2013-09-12 Thread Laurent Carlier
Date: Thursday, September 12, 2013 @ 11:44:04
  Author: lcarlier
Revision: 194264

upgpkg: mesa 9.2.0-2

Remove vdpau nouveau driver, still problematic (FS#36754)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-11 22:22:58 UTC (rev 194263)
+++ PKGBUILD2013-09-12 09:44:04 UTC (rev 194264)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
  'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd')
@@ -18,11 +18,11 @@
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {
-cd ${srcdir}/?esa-*
+  cd ${srcdir}/?esa-*
 
-autoreconf -vfi # our automake is far too new for their build system :)
+  autoreconf -vfi # our automake is far too new for their build system :)
 
-./configure --prefix=/usr \
+  ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
@@ -45,11 +45,11 @@
 --enable-vdpau \
 # --help
 
-make
+  make
 
-# fake installation
-mkdir $srcdir/fakeinstall
-make DESTDIR=${srcdir}/fakeinstall install
+  # fake installation
+  mkdir $srcdir/fakeinstall
+  make DESTDIR=${srcdir}/fakeinstall install
 }
 
 package_ati-dri() {
@@ -97,6 +97,9 @@
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib/gallium-pipe/
   
+  # vdpau drivers are still buggy with nouveau, so remove them (FS#36754)
+  rm -rf ${pkgdir}/usr/lib/vdpau/
+
   install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/nouveau-dri/
 }



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

2013-09-12 Thread Tobias Powalowski
Date: Thursday, September 12, 2013 @ 11:47:20
  Author: tpowa
Revision: 194266

upgpkg: qemu 1.6.0-3

fix /var/run conflict

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 09:44:15 UTC (rev 194265)
+++ PKGBUILD2013-09-12 09:47:20 UTC (rev 194266)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
@@ -33,8 +33,10 @@
   backup=('etc/qemu/target-x86_64.conf')
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
+  # provided by seabios package
   rm ${pkgdir}/usr/share/qemu/bios.bin
-
+  # remove conflicting /var/run directory
+  rm -r ${pkgdir}/var
   install -D -m644 ${srcdir}/65-kvm.rules \
${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
   # bridge_helper needs suid



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

2013-09-12 Thread Tobias Powalowski
Date: Thursday, September 12, 2013 @ 11:47:36
  Author: tpowa
Revision: 194267

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 194266, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 194266, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 194266, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 194266, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 194266, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 194266, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

-+
 /65-kvm.rules   |4 +
 /PKGBUILD   |  142 ++
 /qemu.install   |   46 +
 testing-i686/65-kvm.rules   |2 
 testing-i686/PKGBUILD   |   69 
 testing-i686/qemu.install   |   23 --
 testing-x86_64/65-kvm.rules |2 
 testing-x86_64/PKGBUILD |   69 
 testing-x86_64/qemu.install |   23 --
 9 files changed, 192 insertions(+), 188 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2013-09-12 09:47:20 UTC (rev 194266)
+++ testing-i686/65-kvm.rules   2013-09-12 09:47:36 UTC (rev 194267)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 194266, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2013-09-12 09:47:36 UTC (rev 194267)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-09-12 09:47:20 UTC (rev 194266)
+++ testing-i686/PKGBUILD   2013-09-12 09:47:36 UTC (rev 194267)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=('qemu' 'libcacard')
-pkgver=1.6.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('texi2html' 'perl' 'python2')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-replaces=('qemu-kvm')
-options=(!strip)
-
-build ()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # gtk gui breaks keymappings at the moment
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
-  --disable-gtk --enable-linux-aio --enable-seccomp 
--localstatedir=/var
-  make
-}
-
-package_qemu() {
-  pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'libcacard')
-  backup=('etc/qemu/target-x86_64.conf')
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s ${pkgdir}/usr/lib/qemu/qemu-bridge-helper
-  # add sample config
-  echo allow br0  ${pkgdir}/etc/qemu/bridge.conf.sample
-  # strip scripts directory
-find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-  # remove libcacard files
-  rm -rf ${pkgdir}/usr/lib/libcacard*
-  rm -rf ${pkgdir}/usr/lib/pkgconfig/libcacard.pc
-  rm -rf ${pkgdir}/usr/bin/vscclient
-}
-
-package_libcacard() {
- pkgdesc=Common Access Card (CAC) Emulation
- options=('strip' '!libtool')
- depends=('nss' 'libaio' 'libcap-ng' 'libiscsi' 'curl' 'vde2')
- mkdir -p ${pkgdir}/usr/bin
- mkdir -p ${pkgdir}/usr/lib/pkgconfig
- cp -a ${srcdir}/qemu-${pkgver}/.libs/libcacard.so* ${pkgdir}/usr/lib/
- cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
- cp -a 

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:10:27
  Author: spupykin
Revision: 97067

upgpkg: cacti 0.8.8_b-3

upd

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 08:20:22 UTC (rev 97066)
+++ PKGBUILD2013-09-12 10:10:27 UTC (rev 97067)
@@ -4,7 +4,7 @@
 
 pkgname=cacti
 pkgver=0.8.8_b
-pkgrel=2
+pkgrel=3
 pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
 arch=(any)
 url=http://www.cacti.net;
@@ -26,5 +26,7 @@
   mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
   mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
   echo deny from all  $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
   ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
 }



[arch-commits] Commit in cacti/repos/community-any (4 files)

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:10:36
  Author: spupykin
Revision: 97068

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 97067, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/cacti.install
(from rev 97067, cacti/trunk/cacti.install)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/cacti.install

---+
 PKGBUILD  |   62 
 cacti.install |6 ++---
 2 files changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 10:10:27 UTC (rev 97067)
+++ PKGBUILD2013-09-12 10:10:36 UTC (rev 97068)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tuxbubling tuxbubl...@jabber.fr
-
-pkgname=cacti
-pkgver=0.8.8_b
-pkgrel=2
-pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
-arch=(any)
-url=http://www.cacti.net;
-license=('GPL')
-depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess')
-install=cacti.install
-source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;
-   FS#36838.patch::https://bugs.archlinux.org/task/36838?getfile=10962;)
-md5sums=('acb40deae073ca22e5c01a8e3ba389fb'
- '23b87b88285efb9c9e16472879fa2a3b')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-  patch -p0 $srcdir/FS#36838.patch
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
-  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
-  echo deny from all  $pkgdir/etc/webapps/cacti/.htaccess
-  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 97067, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 10:10:36 UTC (rev 97068)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tuxbubling tuxbubl...@jabber.fr
+
+pkgname=cacti
+pkgver=0.8.8_b
+pkgrel=3
+pkgdesc=complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality
+arch=(any)
+url=http://www.cacti.net;
+license=('GPL')
+depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess')
+install=cacti.install
+source=(http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz;
+   FS#36838.patch::https://bugs.archlinux.org/task/36838?getfile=10962;)
+md5sums=('acb40deae073ca22e5c01a8e3ba389fb'
+ '23b87b88285efb9c9e16472879fa2a3b')
+
+prepare() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  patch -p0 $srcdir/FS#36838.patch
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/webapps/cacti $pkgdir/etc/webapps/cacti
+  mv $srcdir/$pkgname-${pkgver/_/}/* $pkgdir/usr/share/webapps/cacti
+  echo deny from all  $pkgdir/etc/webapps/cacti/.htaccess
+  mv $pkgdir/usr/share/webapps/cacti/include/config.php 
$pkgdir/etc/webapps/cacti
+  ln -s /etc/webapps/cacti/.htaccess $pkgdir/usr/share/webapps/cacti/.htaccess
+  ln -s /etc/webapps/cacti/config.php 
$pkgdir/usr/share/webapps/cacti/include/config.php
+}

Deleted: cacti.install
===
--- cacti.install   2013-09-12 10:10:27 UTC (rev 97067)
+++ cacti.install   2013-09-12 10:10:36 UTC (rev 97068)
@@ -1,3 +0,0 @@
-post_upgrade() {
-  echo NOTE: since 0.8.8_a-2 cacti is in /usr/share/webapps/
-}

Copied: cacti/repos/community-any/cacti.install (from rev 97067, 
cacti/trunk/cacti.install)
===
--- cacti.install   (rev 0)
+++ cacti.install   2013-09-12 10:10:36 UTC (rev 97068)
@@ -0,0 +1,3 @@
+post_upgrade() {
+  echo NOTE: since 0.8.8_a-2 cacti is in /usr/share/webapps/
+}



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:11:10
  Author: spupykin
Revision: 97071

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

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 97070, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/build-fix.patch
(from rev 97070, hedgewars/trunk/build-fix.patch)
  hedgewars/repos/community-i686/ffmpeg2.0.patch
(from rev 97070, hedgewars/trunk/ffmpeg2.0.patch)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 97070, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 97070, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/build-fix.patch
(from rev 97070, hedgewars/trunk/build-fix.patch)
  hedgewars/repos/community-x86_64/ffmpeg2.0.patch
(from rev 97070, hedgewars/trunk/ffmpeg2.0.patch)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 97070, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/build-fix.patch
  hedgewars/repos/community-i686/ffmpeg2.0.patch
  hedgewars/repos/community-i686/hedgewars.desktop
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/build-fix.patch
  hedgewars/repos/community-x86_64/ffmpeg2.0.patch
  hedgewars/repos/community-x86_64/hedgewars.desktop
  hedgewars/repos/community-x86_64/hedgewars.png

+
 /PKGBUILD  |  112 +++
 /build-fix.patch   |   22 ++
 /ffmpeg2.0.patch   |   42 +
 community-i686/PKGBUILD|   58 --
 community-i686/build-fix.patch |   11 ---
 community-i686/ffmpeg2.0.patch |   21 --
 community-i686/hedgewars.desktop   |8 --
 community-x86_64/PKGBUILD  |   58 --
 community-x86_64/build-fix.patch   |   11 ---
 community-x86_64/ffmpeg2.0.patch   |   21 --
 community-x86_64/hedgewars.desktop |8 --
 11 files changed, 176 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:10:43 UTC (rev 97070)
+++ community-i686/PKGBUILD 2013-09-12 10:11:10 UTC (rev 97071)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.19
-pkgrel=2
-pkgdesc=Free Worms-like turn based strategy game
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.desktop
-   hedgewars.png
-   build-fix.patch
-   ffmpeg2.0.patch)
-md5sums=('51d84ad6ea00e9894e6119b118b4a523'
- '48c66a3204d4fa0a69e9aa46f7c31e0c'
- 'eeb14d50df39063549ac5eca9dbc65d1'
- 'a9d7b0ba72cbeb7fc74fce459db9dd90'
- 'da84d64a252579236d3ff0cc6e008e72')
-
-prepare() {
-  cd $pkgname-src-$pkgver
-  patch -Rp1 $srcdir/build-fix.patch
-  patch -Np1 -i ../ffmpeg2.0.patch
-}
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DWITH_SERVER=1 \
-   -DSYSTEM_PHYSFS=OFF .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 97070, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:11:10 UTC (rev 97071)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.19
+pkgrel=4
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:10:43
  Author: spupykin
Revision: 97070

upgpkg: hedgewars 0.9.19-4

upd

Modified:
  hedgewars/trunk/PKGBUILD
Deleted:
  hedgewars/trunk/hedgewars.desktop

---+
 PKGBUILD  |6 ++
 hedgewars.desktop |8 
 2 files changed, 2 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:10:41 UTC (rev 97069)
+++ PKGBUILD2013-09-12 10:10:43 UTC (rev 97070)
@@ -3,7 +3,7 @@
 
 pkgname=hedgewars
 pkgver=0.9.19
-pkgrel=2
+pkgrel=4
 pkgdesc=Free Worms-like turn based strategy game
 arch=('i686' 'x86_64')
 url=http://hedgewars.org;
@@ -20,12 +20,10 @@
 'haskell-vector'
 'haskell-random')
 source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.desktop
hedgewars.png
build-fix.patch
ffmpeg2.0.patch)
 md5sums=('51d84ad6ea00e9894e6119b118b4a523'
- '48c66a3204d4fa0a69e9aa46f7c31e0c'
  'eeb14d50df39063549ac5eca9dbc65d1'
  'a9d7b0ba72cbeb7fc74fce459db9dd90'
  'da84d64a252579236d3ff0cc6e008e72')
@@ -54,5 +52,5 @@
 
   install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
   install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
 }

Deleted: hedgewars.desktop
===
--- hedgewars.desktop   2013-09-12 10:10:41 UTC (rev 97069)
+++ hedgewars.desktop   2013-09-12 10:10:43 UTC (rev 97070)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Hedgewars
-GenericName=Platform Game
-Comment=Worms style game
-Exec=hedgewars
-Icon=hedgewars
-Categories=Game;ArcadeGame;
\ No newline at end of file



[arch-commits] Commit in driconf/trunk (PKGBUILD driconf.desktop drilogo.png)

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:10:41
  Author: spupykin
Revision: 97069

upgpkg: driconf 0.9.1-8

upd

Modified:
  driconf/trunk/PKGBUILD
Deleted:
  driconf/trunk/driconf.desktop
  driconf/trunk/drilogo.png

-+
 PKGBUILD|   16 ++--
 driconf.desktop |   10 --
 2 files changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:10:36 UTC (rev 97068)
+++ PKGBUILD2013-09-12 10:10:41 UTC (rev 97069)
@@ -4,20 +4,16 @@
 
 pkgname=driconf
 pkgver=0.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc=A graphical configuration tool for the Direct Rendering 
Infrastructure
 arch=('any')
 url=http://dri.freedesktop.org/wiki/DriConf;
 license=('GPL')
 depends=('pygtk' 'pyxml' 'expat' 'xorg-xdriinfo' 'mesa-demos')
-source=(ftp://ftp.archlinux.org/other/community/driconf/driconf-$pkgver.tar.gz
-   driconf.desktop
-   drilogo.png)
-md5sums=('76d610bcd56aa5e8a489debb5081178a'
- 'd621b89ad6a623fa5828c05ab585dcb1'
- 'b34317c8c3b70fa278c9992b8077092d')
+source=(ftp://ftp.archlinux.org/other/community/driconf/driconf-$pkgver.tar.gz)
+md5sums=('76d610bcd56aa5e8a489debb5081178a')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   sed -i -e s:/usr/local/lib/driconf:$pkgdir/usr/lib/driconf:g -e 
s:/usr/local:$pkgdir/usr:g setup.cfg
   sed -i -e s:local/:: driconf
@@ -28,6 +24,6 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   python2 setup.py install
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 ../drilogo.png $pkgdir/usr/share/pixmaps/drilogo.png
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 drilogo.jpg $pkgdir/usr/share/pixmaps/drilogo.jpg
 }

Deleted: driconf.desktop
===
--- driconf.desktop 2013-09-12 10:10:36 UTC (rev 97068)
+++ driconf.desktop 2013-09-12 10:10:41 UTC (rev 97069)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=DriConf
-Comment=Configuration tool for the DRI
-Exec=driconf
-Icon=/usr/share/pixmaps/drilogo.png
-Terminal=false
-Type=Application
-X-MultipleArgs=false
-Categories=Application;Settings;System;

Deleted: drilogo.png
===
(Binary files differ)



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:14:39
  Author: spupykin
Revision: 97072

upgpkg: tea 36.0.3-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:11:10 UTC (rev 97071)
+++ PKGBUILD2013-09-12 10:14:39 UTC (rev 97072)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi sysop_...@fibermail.hu
 
 pkgname=tea
-pkgver=36.0.2
+pkgver=36.0.3
 pkgrel=1
 pkgdesc=A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('c8657c664af35d2032a78c645cb38d16'
+md5sums=('2e33f9a150f17eea62d9a805033fe16b'
  '377ace3363124f4c086de0babb820761')
 
 build() {



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:15:21
  Author: spupykin
Revision: 97074

upgpkg: tix 8.4.3-5

upd

Modified:
  tix/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 20 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:15:01 UTC (rev 97073)
+++ PKGBUILD2013-09-12 10:15:21 UTC (rev 97074)
@@ -4,31 +4,39 @@
 
 pkgname=tix
 pkgver=8.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc=Tk Interface eXtension, a powerful set of user interface components
 arch=(i686 'x86_64')
 url=http://tix.sourceforge.net/;
 license=(BSD)
 depends=('tk' 'libx11')
-source=(http://downloads.sourceforge.net/tix/Tix$pkgver-src.tar.gz
-   tcl-tk-path.patch)
+source=(http://downloads.sourceforge.net/tix/Tix$pkgver-src.tar.gz;
+   
tix-8.4.3-tcl8.6.patch::https://bugs.archlinux.org/task/36882?getfile=10973;
+   tcl-tk-path.patch)
 md5sums=('2b8bf4b10a852264678182652f477e59'
+ 'c26297f9e1744dc38308a062ef00549e'
  'd4df48da39dd51872d58706a51bab505')
 
+prepare() {
+  cd $srcdir/Tix$pkgver
+  sed -i -e 's:-Os::g' -i configure tclconfig/tcl.m4
+  patch -Np1 -i ${srcdir}/tix-8.4.3-tcl8.6.patch
+  sed -i -e 's:generic/tclInt.h:tclInt.h:g' configure
+  sed -i -e 's:generic/tkInt.h:tkInt.h:g' configure
+}
+
 build() {
   cd $srcdir/Tix$pkgver
 
-  patch -p1 $srcdir/tcl-tk-path.patch
-
   export CFLAGS=$CFLAGS -DERR_IN_PROGRESS=2
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--with-tcl=/usr/lib \
+--with-tk=/usr/lib \
+$BIT \
+
   make
-}
-
-package() {
-  cd $srcdir/Tix$pkgver
-
   make DESTDIR=$pkgdir install
   # move things around
 
@@ -42,10 +50,9 @@
   cp -p man/tixwish.1 $pkgdir/usr/share/man/man1
   cd $srcdir/Tix$pkgver/man
   for i in *.n; do
- cp -p $i $pkgdir/usr/share/man/man3/${i%n}3
+cp -p $i $pkgdir/usr/share/man/man3/${i%n}3
   done
 
   mkdir -p $pkgdir/usr/share/licenses/tix
   cp $srcdir/Tix$pkgver/license.terms  $pkgdir/usr/share/licenses/tix/
 }
-



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:15:01
  Author: spupykin
Revision: 97073

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 97072, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 97072, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 97072, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 97072, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 97072, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 97072, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

--+
 /PKGBUILD|   68 +
 /tea.desktop |   20 
 /tea.install |8 
 community-i686/PKGBUILD  |   34 
 community-i686/tea.desktop   |   10 --
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   34 
 community-x86_64/tea.desktop |   10 --
 community-x86_64/tea.install |4 --
 9 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:14:39 UTC (rev 97072)
+++ community-i686/PKGBUILD 2013-09-12 10:15:01 UTC (rev 97073)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Michal Kaliszka desm...@gmail.com
-# Contributor: Zsolt Varadi sysop_...@fibermail.hu
-
-pkgname=tea
-pkgver=36.0.2
-pkgrel=1
-pkgdesc=A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
-arch=('i686' 'x86_64')
-url=http://semiletov.org/tea/;
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('c8657c664af35d2032a78c645cb38d16'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake-qt4 PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
-  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 97072, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:15:01 UTC (rev 97073)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Michal Kaliszka desm...@gmail.com
+# Contributor: Zsolt Varadi sysop_...@fibermail.hu
+
+pkgname=tea
+pkgver=36.0.3
+pkgrel=1
+pkgdesc=A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
+arch=('i686' 'x86_64')
+url=http://semiletov.org/tea/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('2e33f9a150f17eea62d9a805033fe16b'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake-qt4 PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} install
+  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
+  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2013-09-12 10:14:39 UTC (rev 97072)
+++ community-i686/tea.desktop  2013-09-12 10:15:01 UTC (rev 97073)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 97072, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2013-09-12 10:15:01 UTC (rev 97073)
@@ -0,0 

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:15:40
  Author: spupykin
Revision: 97075

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

Added:
  tix/repos/community-i686/PKGBUILD
(from rev 97074, tix/trunk/PKGBUILD)
  tix/repos/community-i686/tcl-tk-path.patch
(from rev 97074, tix/trunk/tcl-tk-path.patch)
  tix/repos/community-x86_64/PKGBUILD
(from rev 97074, tix/trunk/PKGBUILD)
  tix/repos/community-x86_64/tcl-tk-path.patch
(from rev 97074, tix/trunk/tcl-tk-path.patch)
Deleted:
  tix/repos/community-i686/PKGBUILD
  tix/repos/community-i686/tcl-tk-path.patch
  tix/repos/community-x86_64/PKGBUILD
  tix/repos/community-x86_64/tcl-tk-path.patch

+
 /PKGBUILD  |  116 +++
 /tcl-tk-path.patch |   44 +
 community-i686/PKGBUILD|   46 -
 community-i686/tcl-tk-path.patch   |   22 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/tcl-tk-path.patch |   22 --
 6 files changed, 160 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:15:21 UTC (rev 97074)
+++ community-i686/PKGBUILD 2013-09-12 10:15:40 UTC (rev 97075)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brice Méalier mealier_br...@yahoo.fr
-
-pkgname=tix
-pkgver=8.4.3
-pkgrel=4
-pkgdesc=Tk Interface eXtension, a powerful set of user interface components
-arch=(i686 'x86_64')
-url=http://tix.sourceforge.net/;
-license=(BSD)
-depends=('tk' 'libx11')
-source=(http://downloads.sourceforge.net/tix/Tix$pkgver-src.tar.gz
-   tcl-tk-path.patch)
-md5sums=('2b8bf4b10a852264678182652f477e59'
- 'd4df48da39dd51872d58706a51bab505')
-
-build() {
-  cd $srcdir/Tix$pkgver
-
-  patch -p1 $srcdir/tcl-tk-path.patch
-
-  export CFLAGS=$CFLAGS -DERR_IN_PROGRESS=2
-
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-  # move things around
-
-  install -m755 tools/tixindex $pkgdir/usr/bin/tixindex
-  rm -rf $pkgdir/usr/lib/Tix8.4/html
-  rm -f $pkgdir/usr/lib/Tix8.4/{README.txt,license.terms}
-  ln -s Tix$pkgver/libTix$pkgver.so $pkgdir/usr/lib/libTix$pkgver.so
-
-  mkdir -p $pkgdir/usr/share/man/man1
-  mkdir -p $pkgdir/usr/share/man/man3
-  cp -p man/tixwish.1 $pkgdir/usr/share/man/man1
-  cd $srcdir/Tix$pkgver/man
-  for i in *.n; do
- cp -p $i $pkgdir/usr/share/man/man3/${i%n}3
-  done
-
-  mkdir -p $pkgdir/usr/share/licenses/tix
-  cp $srcdir/Tix$pkgver/license.terms  $pkgdir/usr/share/licenses/tix/
-}
-

Copied: tix/repos/community-i686/PKGBUILD (from rev 97074, tix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:15:40 UTC (rev 97075)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brice Méalier mealier_br...@yahoo.fr
+
+pkgname=tix
+pkgver=8.4.3
+pkgrel=5
+pkgdesc=Tk Interface eXtension, a powerful set of user interface components
+arch=(i686 'x86_64')
+url=http://tix.sourceforge.net/;
+license=(BSD)
+depends=('tk' 'libx11')
+source=(http://downloads.sourceforge.net/tix/Tix$pkgver-src.tar.gz;
+   
tix-8.4.3-tcl8.6.patch::https://bugs.archlinux.org/task/36882?getfile=10973;
+   tcl-tk-path.patch)
+md5sums=('2b8bf4b10a852264678182652f477e59'
+ 'c26297f9e1744dc38308a062ef00549e'
+ 'd4df48da39dd51872d58706a51bab505')
+
+prepare() {
+  cd $srcdir/Tix$pkgver
+  sed -i -e 's:-Os::g' -i configure tclconfig/tcl.m4
+  patch -Np1 -i ${srcdir}/tix-8.4.3-tcl8.6.patch
+  sed -i -e 's:generic/tclInt.h:tclInt.h:g' configure
+  sed -i -e 's:generic/tkInt.h:tkInt.h:g' configure
+}
+
+build() {
+  cd $srcdir/Tix$pkgver
+
+  export CFLAGS=$CFLAGS -DERR_IN_PROGRESS=2
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+
+  ./configure --prefix=/usr \
+--with-tcl=/usr/lib \
+--with-tk=/usr/lib \
+$BIT \
+
+  make
+  make DESTDIR=$pkgdir install
+  # move things around
+
+  install -m755 tools/tixindex $pkgdir/usr/bin/tixindex
+  rm -rf $pkgdir/usr/lib/Tix8.4/html
+  rm -f $pkgdir/usr/lib/Tix8.4/{README.txt,license.terms}
+  ln -s Tix$pkgver/libTix$pkgver.so $pkgdir/usr/lib/libTix$pkgver.so
+
+  mkdir -p $pkgdir/usr/share/man/man1
+  mkdir -p $pkgdir/usr/share/man/man3
+  cp -p man/tixwish.1 $pkgdir/usr/share/man/man1
+  cd $srcdir/Tix$pkgver/man
+  for i in *.n; do
+cp -p $i $pkgdir/usr/share/man/man3/${i%n}3
+  done
+
+  mkdir -p $pkgdir/usr/share/licenses/tix
+  cp $srcdir/Tix$pkgver/license.terms  $pkgdir/usr/share/licenses/tix/
+}

Deleted: community-i686/tcl-tk-path.patch
===
--- community-i686/tcl-tk-path.patch2013-09-12 10:15:21 UTC (rev 97074)
+++ community-i686/tcl-tk-path.patch  

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:15:45
  Author: spupykin
Revision: 97076

upgpkg: torcs 1.3.4-4

upd

Modified:
  torcs/trunk/PKGBUILD
Deleted:
  torcs/trunk/torcs.desktop

---+
 PKGBUILD  |   10 --
 torcs.desktop |9 -
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:15:40 UTC (rev 97075)
+++ PKGBUILD2013-09-12 10:15:45 UTC (rev 97076)
@@ -4,7 +4,7 @@
 
 pkgname=torcs
 pkgver=1.3.4
-pkgrel=2
+pkgrel=4
 pkgdesc=A 3D racing cars simulator using OpenGL
 url=http://torcs.sourceforge.net;
 license=(GPL)
@@ -12,10 +12,8 @@
 depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
 makedepends=('plib' 'mesa')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2
-torcs.desktop)
-md5sums=('07dbc9c53e2b177be1f53fe97d53d039'
- '328e419e9f985c3e7b69924fe299330d')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('07dbc9c53e2b177be1f53fe97d53d039')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}
@@ -29,6 +27,6 @@
   cd $srcdir/$pkgname-${pkgver/_/-}
   make DESTDIR=${pkgdir} install
   install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
-  install -D -m644 ../torcs.desktop 
${pkgdir}/usr/share/applications/torcs.desktop
+  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
   find ${pkgdir} -type d -exec chmod 755 {} \;
 }

Deleted: torcs.desktop
===
--- torcs.desktop   2013-09-12 10:15:40 UTC (rev 97075)
+++ torcs.desktop   2013-09-12 10:15:45 UTC (rev 97076)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=TORCS
-Comment=The Open Racing Car Simulator
-Exec=torcs
-Icon=torcs.png
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Application;Game;



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:16:26
  Author: spupykin
Revision: 97078

upgpkg: virt-manager 0.10.0-3

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:16:00 UTC (rev 97077)
+++ PKGBUILD2013-09-12 10:16:26 UTC (rev 97078)
@@ -4,7 +4,7 @@
 
 pkgname=virt-manager
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Desktop user interface for managing virtual machines
 arch=('any')
 url=http://virt-manager.et.redhat.com;
@@ -12,7 +12,7 @@
 depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
  'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
  'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'hicolor-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
  'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3')
 makedepends=('gnome-doc-utils' 'intltool=0.35.0')
 conflicts=('virtinst')



[arch-commits] Commit in virt-manager/repos/community-any (4 files)

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:16:35
  Author: spupykin
Revision: 97079

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 97078, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 97078, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   78 -
 virt-manager.install |   46 ++--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 10:16:26 UTC (rev 97078)
+++ PKGBUILD2013-09-12 10:16:35 UTC (rev 97079)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virt-manager
-pkgver=0.10.0
-pkgrel=2
-pkgdesc=Desktop user interface for managing virtual machines
-arch=('any')
-url=http://virt-manager.et.redhat.com;
-license=('GPL')
-depends=('dbus-python' 'libvirt' 'libxml2' 'vte' 'gtk-vnc' 'rarian'
- 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
- 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'hicolor-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3')
-makedepends=('gnome-doc-utils' 'intltool=0.35.0')
-conflicts=('virtinst')
-replaces=('virtinst')
-install=virt-manager.install
-source=(http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e23b8d2a7623b4e8e256c25735f332c8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#bin/python#bin/python2#' virt-*
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root $pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 97078, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 10:16:35 UTC (rev 97079)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virt-manager
+pkgver=0.10.0
+pkgrel=3
+pkgdesc=Desktop user interface for managing virtual machines
+arch=('any')
+url=http://virt-manager.et.redhat.com;
+license=('GPL')
+depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
+ 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
+ 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3')
+makedepends=('gnome-doc-utils' 'intltool=0.35.0')
+conflicts=('virtinst')
+replaces=('virtinst')
+install=virt-manager.install
+source=(http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e23b8d2a7623b4e8e256c25735f332c8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's#bin/python#bin/python2#' virt-*
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root $pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: virt-manager.install
===
--- virt-manager.install2013-09-12 10:16:26 UTC (rev 97078)
+++ virt-manager.install2013-09-12 10:16:35 UTC (rev 97079)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
-}
-
-post_remove() {
-   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: virt-manager/repos/community-any/virt-manager.install (from rev 97078, 
virt-manager/trunk/virt-manager.install)
===
--- virt-manager.install(rev 0)
+++ virt-manager.install2013-09-12 10:16:35 UTC (rev 97079)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+   

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:16:00
  Author: spupykin
Revision: 97077

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

Added:
  torcs/repos/community-i686/PKGBUILD
(from rev 97076, torcs/trunk/PKGBUILD)
  torcs/repos/community-i686/torcs.sh
(from rev 97076, torcs/trunk/torcs.sh)
  torcs/repos/community-x86_64/PKGBUILD
(from rev 97076, torcs/trunk/PKGBUILD)
  torcs/repos/community-x86_64/torcs.sh
(from rev 97076, torcs/trunk/torcs.sh)
Deleted:
  torcs/repos/community-i686/PKGBUILD
  torcs/repos/community-i686/torcs.desktop
  torcs/repos/community-i686/torcs.sh
  torcs/repos/community-x86_64/PKGBUILD
  torcs/repos/community-x86_64/torcs.desktop
  torcs/repos/community-x86_64/torcs.sh

+
 /PKGBUILD  |   64 +++
 /torcs.sh  |4 ++
 community-i686/PKGBUILD|   34 
 community-i686/torcs.desktop   |9 -
 community-i686/torcs.sh|2 -
 community-x86_64/PKGBUILD  |   34 
 community-x86_64/torcs.desktop |9 -
 community-x86_64/torcs.sh  |2 -
 8 files changed, 68 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:15:45 UTC (rev 97076)
+++ community-i686/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgname=torcs
-pkgver=1.3.4
-pkgrel=2
-pkgdesc=A 3D racing cars simulator using OpenGL
-url=http://torcs.sourceforge.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
-makedepends=('plib' 'mesa')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2
-torcs.desktop)
-md5sums=('07dbc9c53e2b177be1f53fe97d53d039'
- '328e419e9f985c3e7b69924fe299330d')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  unset LDFLAGS
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-  make
-}
-
-package() {
-  depends=(${depends[@]} torcs-data=$pkgver)
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
-  install -D -m644 ../torcs.desktop 
${pkgdir}/usr/share/applications/torcs.desktop
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs/repos/community-i686/PKGBUILD (from rev 97076, 
torcs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgname=torcs
+pkgver=1.3.4
+pkgrel=4
+pkgdesc=A 3D racing cars simulator using OpenGL
+url=http://torcs.sourceforge.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 
'libvorbis' 'glu')
+makedepends=('plib' 'mesa')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('07dbc9c53e2b177be1f53fe97d53d039')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  unset LDFLAGS
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+  make
+}
+
+package() {
+  depends=(${depends[@]} torcs-data=$pkgver)
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
+  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}

Deleted: community-i686/torcs.desktop
===
--- community-i686/torcs.desktop2013-09-12 10:15:45 UTC (rev 97076)
+++ community-i686/torcs.desktop2013-09-12 10:16:00 UTC (rev 97077)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=TORCS
-Comment=The Open Racing Car Simulator
-Exec=torcs
-Icon=torcs.png
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Application;Game;

Deleted: community-i686/torcs.sh
===
--- community-i686/torcs.sh 2013-09-12 10:15:45 UTC (rev 97076)
+++ community-i686/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-i686/torcs.sh (from rev 97076, 
torcs/trunk/torcs.sh)
===
--- community-i686/torcs.sh (rev 0)
+++ community-i686/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077)
@@ -0,0 

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:16:43
  Author: spupykin
Revision: 97080

upgpkg: xboard 4.7.1-3

upd

Modified:
  xboard/trunk/PKGBUILD
Deleted:
  xboard/trunk/xboard.desktop

+
 PKGBUILD   |7 +++
 xboard.desktop |   10 --
 2 files changed, 3 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:16:35 UTC (rev 97079)
+++ PKGBUILD2013-09-12 10:16:43 UTC (rev 97080)
@@ -5,7 +5,7 @@
 
 pkgname=xboard
 pkgver=4.7.1
-pkgrel=1
+pkgrel=3
 pkgdesc=Graphical user interfaces for chess
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/xboard/;
@@ -21,7 +21,7 @@
 
 build() {
   cd ${srcdir}
-  gendesk
+  gendesk $startdir/PKGBUILD
 
   cd ${pkgname}-${pkgver}
   sed -i 's/fairymax/gnuchess/g' {xaw,gtk}/xboard.h xboard.conf.in
@@ -37,8 +37,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
+
   install -Dm644 ${srcdir}/${pkgname}.png \
 ${pkgdir}/usr/share/pixmaps/${pkgname}.png
   install -Dm755 ${srcdir}/${pkgname}-${pkgver}/cmail \

Deleted: xboard.desktop
===
--- xboard.desktop  2013-09-12 10:16:35 UTC (rev 97079)
+++ xboard.desktop  2013-09-12 10:16:43 UTC (rev 97080)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Xboard
-Comment=A graphical user interfaces for chess
-Exec=xboard
-Icon=xboard.png
-Terminal=false
-StartupNotify=false
-Categories=Application;



[arch-commits] Commit in driconf/repos/community-any (4 files)

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:17:20
  Author: spupykin
Revision: 97082

archrelease: copy trunk to community-any

Added:
  driconf/repos/community-any/PKGBUILD
(from rev 97081, driconf/trunk/PKGBUILD)
Deleted:
  driconf/repos/community-any/PKGBUILD
  driconf/repos/community-any/driconf.desktop
  driconf/repos/community-any/drilogo.png

-+
 PKGBUILD|   62 +-
 driconf.desktop |   10 
 2 files changed, 29 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 10:17:03 UTC (rev 97081)
+++ PKGBUILD2013-09-12 10:17:20 UTC (rev 97082)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-
-pkgname=driconf
-pkgver=0.9.1
-pkgrel=7
-pkgdesc=A graphical configuration tool for the Direct Rendering 
Infrastructure
-arch=('any')
-url=http://dri.freedesktop.org/wiki/DriConf;
-license=('GPL')
-depends=('pygtk' 'pyxml' 'expat' 'xorg-xdriinfo' 'mesa-demos')
-source=(ftp://ftp.archlinux.org/other/community/driconf/driconf-$pkgver.tar.gz
-   driconf.desktop
-   drilogo.png)
-md5sums=('76d610bcd56aa5e8a489debb5081178a'
- 'd621b89ad6a623fa5828c05ab585dcb1'
- 'b34317c8c3b70fa278c9992b8077092d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i -e s:/usr/local/lib/driconf:$pkgdir/usr/lib/driconf:g -e 
s:/usr/local:$pkgdir/usr:g setup.cfg
-  sed -i -e s:local/:: driconf
-  sed -i -e s:/usr/local:/usr:g setup.py
-  sed -i -e s:/usr/local:/usr:g driconf_commonui.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 ../drilogo.png $pkgdir/usr/share/pixmaps/drilogo.png
-}

Copied: driconf/repos/community-any/PKGBUILD (from rev 97081, 
driconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 10:17:20 UTC (rev 97082)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+
+pkgname=driconf
+pkgver=0.9.1
+pkgrel=8
+pkgdesc=A graphical configuration tool for the Direct Rendering 
Infrastructure
+arch=('any')
+url=http://dri.freedesktop.org/wiki/DriConf;
+license=('GPL')
+depends=('pygtk' 'pyxml' 'expat' 'xorg-xdriinfo' 'mesa-demos')
+source=(ftp://ftp.archlinux.org/other/community/driconf/driconf-$pkgver.tar.gz)
+md5sums=('76d610bcd56aa5e8a489debb5081178a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i -e s:/usr/local/lib/driconf:$pkgdir/usr/lib/driconf:g -e 
s:/usr/local:$pkgdir/usr:g setup.cfg
+  sed -i -e s:local/:: driconf
+  sed -i -e s:/usr/local:/usr:g setup.py
+  sed -i -e s:/usr/local:/usr:g driconf_commonui.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 drilogo.jpg $pkgdir/usr/share/pixmaps/drilogo.jpg
+}

Deleted: driconf.desktop
===
--- driconf.desktop 2013-09-12 10:17:03 UTC (rev 97081)
+++ driconf.desktop 2013-09-12 10:17:20 UTC (rev 97082)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=DriConf
-Comment=Configuration tool for the DRI
-Exec=driconf
-Icon=/usr/share/pixmaps/drilogo.png
-Terminal=false
-Type=Application
-X-MultipleArgs=false
-Categories=Application;Settings;System;

Deleted: drilogo.png
===
(Binary files differ)



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:17:03
  Author: spupykin
Revision: 97081

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

Added:
  xboard/repos/community-i686/PKGBUILD
(from rev 97080, xboard/trunk/PKGBUILD)
  xboard/repos/community-i686/xboard.install
(from rev 97080, xboard/trunk/xboard.install)
  xboard/repos/community-x86_64/PKGBUILD
(from rev 97080, xboard/trunk/PKGBUILD)
  xboard/repos/community-x86_64/xboard.install
(from rev 97080, xboard/trunk/xboard.install)
Deleted:
  xboard/repos/community-i686/PKGBUILD
  xboard/repos/community-i686/xboard.desktop
  xboard/repos/community-i686/xboard.install
  xboard/repos/community-x86_64/PKGBUILD
  xboard/repos/community-x86_64/xboard.desktop
  xboard/repos/community-x86_64/xboard.install

-+
 /PKGBUILD   |   90 ++
 /xboard.install |   30 
 community-i686/PKGBUILD |   46 ---
 community-i686/xboard.desktop   |   10 
 community-i686/xboard.install   |   15 --
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/xboard.desktop |   10 
 community-x86_64/xboard.install |   15 --
 8 files changed, 120 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:16:43 UTC (rev 97080)
+++ community-i686/PKGBUILD 2013-09-12 10:17:03 UTC (rev 97081)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jason Chu ja...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=xboard
-pkgver=4.7.1
-pkgrel=1
-pkgdesc=Graphical user interfaces for chess
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/xboard/;
-license=('GPL3')
-depends=('gnuchess' 'texinfo' 'xdg-utils'
-'xorg-fonts-75dpi' 'xorg-fonts-100dpi'
-'gtk2' 'cairo' 'librsvg')
-makedepends=('gendesk')
-optdepends=('perl')
-install=${pkgname}.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('e42383c4594c24ebf2f9fdc5dc89e255')
-
-build() {
-  cd ${srcdir}
-  gendesk
-
-  cd ${pkgname}-${pkgver}
-  sed -i 's/fairymax/gnuchess/g' {xaw,gtk}/xboard.h xboard.conf.in
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---with-gtk
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-  install -Dm755 ${srcdir}/${pkgname}-${pkgver}/cmail \
-${pkgdir}/usr/bin/cmail
-}

Copied: xboard/repos/community-i686/PKGBUILD (from rev 97080, 
xboard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:17:03 UTC (rev 97081)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=xboard
+pkgver=4.7.1
+pkgrel=3
+pkgdesc=Graphical user interfaces for chess
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/xboard/;
+license=('GPL3')
+depends=('gnuchess' 'texinfo' 'xdg-utils'
+'xorg-fonts-75dpi' 'xorg-fonts-100dpi'
+'gtk2' 'cairo' 'librsvg')
+makedepends=('gendesk')
+optdepends=('perl')
+install=${pkgname}.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e42383c4594c24ebf2f9fdc5dc89e255')
+
+build() {
+  cd ${srcdir}
+  gendesk $startdir/PKGBUILD
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/fairymax/gnuchess/g' {xaw,gtk}/xboard.h xboard.conf.in
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--with-gtk
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}.png \
+${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  install -Dm755 ${srcdir}/${pkgname}-${pkgver}/cmail \
+${pkgdir}/usr/bin/cmail
+}

Deleted: community-i686/xboard.desktop
===
--- community-i686/xboard.desktop   2013-09-12 10:16:43 UTC (rev 97080)
+++ community-i686/xboard.desktop   2013-09-12 10:17:03 UTC (rev 97081)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=Application
-Name=Xboard
-Comment=A graphical user interfaces for chess
-Exec=xboard
-Icon=xboard.png
-Terminal=false
-StartupNotify=false
-Categories=Application;

Deleted: community-i686/xboard.install
===
--- community-i686/xboard.install   2013-09-12 10:16:43 UTC 

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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:40:31
  Author: spupykin
Revision: 97083

upgpkg: dbmail 3.1.5-2

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:17:20 UTC (rev 97082)
+++ PKGBUILD2013-09-12 10:40:31 UTC (rev 97083)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -29,7 +29,7 @@

dbmail-2.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=d645222c7145127ed7f505e6b8325b5a996d1a74;

dbmail-3.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=f294d43d0aa115e4c4b6c1dbcf72e6cd00badfd1;

dbmail-4.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=10c9cb29ea92030b257937d3c49e0b45d15214c3;
-   
dbmail-5.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=4c23432cc270554557f9e130331214d81164131b;
+   
dbmail-5_2.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=00fc5c62eeccb87459beecfe76247de4dc961a4c;

dbmail-6-sieve.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=92b98094a01eda5efe3ba3080e529482d08945a2;
dbmail-7-systemd.diff)
 md5sums=('033e7de6acff49d68beab93632a77761'
@@ -41,7 +41,7 @@
  '8dac89125d01885df97847537733d3dc'
  '027bae99982dfe5ef69c598a24d0cd81'
  '6a3b8ddbb162894d97d1d9cd3c5b8c4d'
- '2679407f6290494ccc18b135d50dee6e'
+ 'd23aa581582029a1a0d4df977490683e'
  'b1063893dd0e74bc0ddee454bb65bf01'
  'a781a4ebe2dd75ed635c9b4a239b38d8')
 



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

2013-09-12 Thread Sergej Pupykin
Date: Thursday, September 12, 2013 @ 12:40:57
  Author: spupykin
Revision: 97084

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 97083, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 97083, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 97083, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 97083, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 97083, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 97083, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 97083, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 97083, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 97083, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 97083, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 97083, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 97083, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  166 +
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   83 --
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   83 --
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 626 insertions(+), 626 deletions(-)

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


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

2013-09-12 Thread Kyle Keen
Date: Thursday, September 12, 2013 @ 12:41:35
  Author: kkeen
Revision: 97085

upgpkg: aurphan 20130912-1

Modified:
  aurphan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:40:57 UTC (rev 97084)
+++ PKGBUILD2013-09-12 10:41:35 UTC (rev 97085)
@@ -1,7 +1,7 @@
 # $Id$
-# Contributor: Kyle Keen keen...@gmail.com
+# Maintainer: Kyle Keen keen...@gmail.com
 pkgname=aurphan
-pkgver=20130628
+pkgver=20130912
 pkgrel=1
 pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('bash' 'curl' 'jshon' 'expac')
 makedepends=()
 source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('866da488f268245a811764fc25cddb61')
+md5sums=('267ab65be0c20f5c8d042f28397fd7d8')
 
 package() {
   cd $srcdir/$pkgname



[arch-commits] Commit in aurphan/repos/community-any (PKGBUILD PKGBUILD)

2013-09-12 Thread Kyle Keen
Date: Thursday, September 12, 2013 @ 12:41:51
  Author: kkeen
Revision: 97086

archrelease: copy trunk to community-any

Added:
  aurphan/repos/community-any/PKGBUILD
(from rev 97085, aurphan/trunk/PKGBUILD)
Deleted:
  aurphan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 10:41:35 UTC (rev 97085)
+++ PKGBUILD2013-09-12 10:41:51 UTC (rev 97086)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Kyle Keen keen...@gmail.com
-pkgname=aurphan
-pkgver=20130628
-pkgrel=1
-pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
-arch=('any')
-url=http://kmkeen.com/aurphan/;
-license=('GPL')
-depends=('bash' 'curl' 'jshon' 'expac')
-makedepends=()
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('866da488f268245a811764fc25cddb61')
-
-package() {
-  cd $srcdir/$pkgname
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
-}
-

Copied: aurphan/repos/community-any/PKGBUILD (from rev 97085, 
aurphan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 10:41:51 UTC (rev 97086)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=aurphan
+pkgver=20130912
+pkgrel=1
+pkgdesc=Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!
+arch=('any')
+url=http://kmkeen.com/aurphan/;
+license=('GPL')
+depends=('bash' 'curl' 'jshon' 'expac')
+makedepends=()
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('267ab65be0c20f5c8d042f28397fd7d8')
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+}
+



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

2013-09-12 Thread Giovanni Scafora
Date: Thursday, September 12, 2013 @ 12:47:29
  Author: giovanni
Revision: 97088

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

Added:
  sigil/repos/community-i686/PKGBUILD
(from rev 97087, sigil/trunk/PKGBUILD)
  sigil/repos/community-i686/sigil.install
(from rev 97087, sigil/trunk/sigil.install)
  sigil/repos/community-x86_64/PKGBUILD
(from rev 97087, sigil/trunk/PKGBUILD)
  sigil/repos/community-x86_64/sigil.install
(from rev 97087, sigil/trunk/sigil.install)
Deleted:
  sigil/repos/community-i686/PKGBUILD
  sigil/repos/community-i686/sigil.install
  sigil/repos/community-x86_64/PKGBUILD
  sigil/repos/community-x86_64/sigil.install

+
 /PKGBUILD  |   98 +++
 /sigil.install |   24 +
 community-i686/PKGBUILD|   49 ---
 community-i686/sigil.install   |   12 
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/sigil.install |   12 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 10:47:22 UTC (rev 97087)
+++ community-i686/PKGBUILD 2013-09-12 10:47:29 UTC (rev 97088)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
-
-pkgname=sigil
-pkgver=0.7.2
-pkgrel=2
-pkgdesc=WYSIWYG ebook editor
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/sigil/;
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
-install=sigil.install
-source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
-md5sums=('540745983db57a2150cc2f4057455b19')
-
-build() {
-  cd ${srcdir}
-  gendesk -n $startdir/PKGBUILD
-
-  mkdir build
-  cd build
-
-  cmake -G Unix Makefiles \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING=${CFLAGS} \
--DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make install DESTDIR=${pkgdir}
-
-  install -d -m 0755 ${pkgdir}/usr/share/applications
-  install -m 0644 ${srcdir}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 97087, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 10:47:29 UTC (rev 97088)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('13630c59bd85e91b96e312b4d39e5087')
+
+build() {
+  cd ${srcdir}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2013-09-12 10:47:22 UTC (rev 97087)
+++ community-i686/sigil.install2013-09-12 10:47:29 UTC (rev 97088)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sigil/repos/community-i686/sigil.install (from rev 97087, 
sigil/trunk/sigil.install)

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

2013-09-12 Thread Giovanni Scafora
Date: Thursday, September 12, 2013 @ 12:47:22
  Author: giovanni
Revision: 97087

upgpkg: sigil 0.7.3-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:41:51 UTC (rev 97086)
+++ PKGBUILD2013-09-12 10:47:22 UTC (rev 97087)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=sigil
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
 pkgdesc=WYSIWYG ebook editor
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/sigil/;
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
-md5sums=('540745983db57a2150cc2f4057455b19')
+md5sums=('13630c59bd85e91b96e312b4d39e5087')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in ipvsadm/trunk (01-fix-not-showing-all-server.patch PKGBUILD)

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 14:47:20
  Author: seblu
Revision: 97089

upgpkg: ipvsadm 1.27-1

Modified:
  ipvsadm/trunk/PKGBUILD
Deleted:
  ipvsadm/trunk/01-fix-not-showing-all-server.patch

-+
 01-fix-not-showing-all-server.patch |   24 
 PKGBUILD|   23 +++
 2 files changed, 11 insertions(+), 36 deletions(-)

Deleted: 01-fix-not-showing-all-server.patch
===
--- 01-fix-not-showing-all-server.patch 2013-09-12 10:47:29 UTC (rev 97088)
+++ 01-fix-not-showing-all-server.patch 2013-09-12 12:47:20 UTC (rev 97089)
@@ -1,24 +0,0 @@
-diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs.h ipvsadm-1.26/libipvs/ip_vs.h
 ipvsadm-1.26.vanilla/libipvs/ip_vs.h   2011-02-06 18:38:57.0 
-0800
-+++ ipvsadm-1.26/libipvs/ip_vs.h   2011-08-23 15:03:59.0 -0700
-@@ -413,7 +413,7 @@
-   __IPVS_CMD_ATTR_MAX,
- };
-
--#define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1)
-+#define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1)
-
- /*
-  * Attributes used to describe a service
-diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c
-ipvsadm-1.26/libipvs/ip_vs_nl_policy.c
 ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c 2008-09-18
-08:57:37.0 -0700
-+++ ipvsadm-1.26/libipvs/ip_vs_nl_policy.c 2011-08-23 14:45:34.0 
-0700
-@@ -26,6 +26,8 @@
-   [IPVS_SVC_ATTR_TIMEOUT] = { .type = NLA_U32 },
-   [IPVS_SVC_ATTR_NETMASK] = { .type = NLA_U32 },
-   [IPVS_SVC_ATTR_STATS]   = { .type = NLA_NESTED },
-+  [IPVS_SVC_ATTR_PE_NAME] = { .type = NLA_STRING,
-+  .maxlen = IP_VS_PENAME_MAXLEN},
- };

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 10:47:29 UTC (rev 97088)
+++ PKGBUILD2013-09-12 12:47:20 UTC (rev 97089)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=ipvsadm
-pkgver=1.26
-pkgrel=8
+pkgver=1.27
+pkgrel=1
 pkgdesc='The IP Virtual Server administration utility'
 arch=('i686' 'x86_64')
 url='http://www.linuxvirtualserver.org/software/ipvs.html'
@@ -13,18 +13,17 @@
 backup=(etc/$pkgname.conf)
 options=('!makeflags')
 install=$pkgname.install
-source=(http://www.linuxvirtualserver.org/software/kernel-2.6/$pkgname-$pkgver.tar.gz;
+source=(https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar.xz;
 $pkgname.systemd
-$pkgname.service
-'01-fix-not-showing-all-server.patch')
-md5sums=('eac3ba3f62cd4dea2da353aeddd353a8'
- 'b45ef25d384a7a68b51ff80d0fe81dd2'
- 'dc87684064f85b64c1e79c1eac336303'
- 'e9fb77d2fbe2d3f41d60257316338543')
+$pkgname.service)
+# upstream provides sha256sums of release
+sha256sums=('d360fb4dcf591e0a8a918831e2c02b1dc03e3c17ee1e60d0d70de9455238b3f8'
+'4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
+'25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341')
 
-prepare() {
-  patch -p1 -d $pkgname-$pkgver  01-fix-not-showing-all-server.patch
-}
+#prepare() {
+  #patch -p1 -d $pkgname-$pkgver  01-fix-not-showing-all-server.patch
+#}
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 14:47:32
  Author: seblu
Revision: 97090

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

Added:
  ipvsadm/repos/community-i686/PKGBUILD
(from rev 97089, ipvsadm/trunk/PKGBUILD)
  ipvsadm/repos/community-i686/ipvsadm.install
(from rev 97089, ipvsadm/trunk/ipvsadm.install)
  ipvsadm/repos/community-i686/ipvsadm.service
(from rev 97089, ipvsadm/trunk/ipvsadm.service)
  ipvsadm/repos/community-i686/ipvsadm.systemd
(from rev 97089, ipvsadm/trunk/ipvsadm.systemd)
  ipvsadm/repos/community-x86_64/PKGBUILD
(from rev 97089, ipvsadm/trunk/PKGBUILD)
  ipvsadm/repos/community-x86_64/ipvsadm.install
(from rev 97089, ipvsadm/trunk/ipvsadm.install)
  ipvsadm/repos/community-x86_64/ipvsadm.service
(from rev 97089, ipvsadm/trunk/ipvsadm.service)
  ipvsadm/repos/community-x86_64/ipvsadm.systemd
(from rev 97089, ipvsadm/trunk/ipvsadm.systemd)
Deleted:
  ipvsadm/repos/community-i686/01-fix-not-showing-all-server.patch
  ipvsadm/repos/community-i686/PKGBUILD
  ipvsadm/repos/community-i686/ipvsadm.install
  ipvsadm/repos/community-i686/ipvsadm.service
  ipvsadm/repos/community-i686/ipvsadm.systemd
  ipvsadm/repos/community-x86_64/01-fix-not-showing-all-server.patch
  ipvsadm/repos/community-x86_64/PKGBUILD
  ipvsadm/repos/community-x86_64/ipvsadm.install
  ipvsadm/repos/community-x86_64/ipvsadm.service
  ipvsadm/repos/community-x86_64/ipvsadm.systemd

--+
 /PKGBUILD|  106 +
 /ipvsadm.install |   20 +++
 /ipvsadm.service |   22 +++
 /ipvsadm.systemd |   42 ++
 community-i686/01-fix-not-showing-all-server.patch   |   24 ---
 community-i686/PKGBUILD  |   54 
 community-i686/ipvsadm.install   |   10 -
 community-i686/ipvsadm.service   |   11 -
 community-i686/ipvsadm.systemd   |   21 ---
 community-x86_64/01-fix-not-showing-all-server.patch |   24 ---
 community-x86_64/PKGBUILD|   54 
 community-x86_64/ipvsadm.install |   10 -
 community-x86_64/ipvsadm.service |   11 -
 community-x86_64/ipvsadm.systemd |   21 ---
 14 files changed, 190 insertions(+), 240 deletions(-)

Deleted: community-i686/01-fix-not-showing-all-server.patch
===
--- community-i686/01-fix-not-showing-all-server.patch  2013-09-12 12:47:20 UTC 
(rev 97089)
+++ community-i686/01-fix-not-showing-all-server.patch  2013-09-12 12:47:32 UTC 
(rev 97090)
@@ -1,24 +0,0 @@
-diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs.h ipvsadm-1.26/libipvs/ip_vs.h
 ipvsadm-1.26.vanilla/libipvs/ip_vs.h   2011-02-06 18:38:57.0 
-0800
-+++ ipvsadm-1.26/libipvs/ip_vs.h   2011-08-23 15:03:59.0 -0700
-@@ -413,7 +413,7 @@
-   __IPVS_CMD_ATTR_MAX,
- };
-
--#define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1)
-+#define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1)
-
- /*
-  * Attributes used to describe a service
-diff -urN ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c
-ipvsadm-1.26/libipvs/ip_vs_nl_policy.c
 ipvsadm-1.26.vanilla/libipvs/ip_vs_nl_policy.c 2008-09-18
-08:57:37.0 -0700
-+++ ipvsadm-1.26/libipvs/ip_vs_nl_policy.c 2011-08-23 14:45:34.0 
-0700
-@@ -26,6 +26,8 @@
-   [IPVS_SVC_ATTR_TIMEOUT] = { .type = NLA_U32 },
-   [IPVS_SVC_ATTR_NETMASK] = { .type = NLA_U32 },
-   [IPVS_SVC_ATTR_STATS]   = { .type = NLA_NESTED },
-+  [IPVS_SVC_ATTR_PE_NAME] = { .type = NLA_STRING,
-+  .maxlen = IP_VS_PENAME_MAXLEN},
- };

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 12:47:20 UTC (rev 97089)
+++ community-i686/PKGBUILD 2013-09-12 12:47:32 UTC (rev 97090)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=ipvsadm
-pkgver=1.26
-pkgrel=8
-pkgdesc='The IP Virtual Server administration utility'
-arch=('i686' 'x86_64')
-url='http://www.linuxvirtualserver.org/software/ipvs.html'
-license=('GPL2')
-depends=('libnl1' 'popt' 'bash')
-backup=(etc/$pkgname.conf)
-options=('!makeflags')
-install=$pkgname.install
-source=(http://www.linuxvirtualserver.org/software/kernel-2.6/$pkgname-$pkgver.tar.gz;
-$pkgname.systemd
-$pkgname.service
-'01-fix-not-showing-all-server.patch')
-md5sums=('eac3ba3f62cd4dea2da353aeddd353a8'
- 'b45ef25d384a7a68b51ff80d0fe81dd2'
- 'dc87684064f85b64c1e79c1eac336303'
- 'e9fb77d2fbe2d3f41d60257316338543')
-
-prepare() {
-  patch -p1 -d $pkgname-$pkgver  

[arch-commits] Commit in drbd/trunk (01-remove-old-sanity-check.diff PKGBUILD)

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 15:45:59
  Author: seblu
Revision: 97091

upgpkg: drbd 8.4.3-1

Modified:
  drbd/trunk/PKGBUILD
Deleted:
  drbd/trunk/01-remove-old-sanity-check.diff

-+
 01-remove-old-sanity-check.diff |   24 
 PKGBUILD|6 +++---
 2 files changed, 3 insertions(+), 27 deletions(-)

Deleted: 01-remove-old-sanity-check.diff
===
--- 01-remove-old-sanity-check.diff 2013-09-12 12:47:32 UTC (rev 97090)
+++ 01-remove-old-sanity-check.diff 2013-09-12 13:45:59 UTC (rev 97091)
@@ -1,24 +0,0 @@
-From: Lars Ellenberg lars.ellenb...@linbit.com
-Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
-Subject: build: remove old sanity check to allow build against linux 3.1
-X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
-
-build: remove old sanity check to allow build against linux 3.1

-
-diff --git a/drbd/Makefile b/drbd/Makefile
-index 0985340..7a09603 100644
 a/drbd/Makefile
-+++ b/drbd/Makefile
-@@ -90,11 +90,6 @@ else
- endif
-   endif
- 
--  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
--  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
--$(error won't compile with this kernel version)
--  endif
--
-   .PHONY: drbd.o default all greeting clean kbuild install dep tags
- 
-   drbd.o: greeting kbuild

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 12:47:32 UTC (rev 97090)
+++ PKGBUILD2013-09-12 13:45:59 UTC (rev 97091)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd
-pkgver=8.4.2
-pkgrel=2
+pkgver=8.4.3
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'
@@ -12,7 +12,7 @@
 source=(http://oss.linbit.com/drbd/8.4/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('b081f1046adda1d51ba351c40a8b1107'
+md5sums=('0c54a69603fa28b41de5fb33e03fd9e8'
  '7dc909b5895c0b5289d3ee0581d7d333')
 
 prepare() {



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

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 15:47:56
  Author: seblu
Revision: 97092

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

Added:
  drbd/repos/community-i686/PKGBUILD
(from rev 97091, drbd/trunk/PKGBUILD)
  drbd/repos/community-i686/drbd.service
(from rev 97091, drbd/trunk/drbd.service)
  drbd/repos/community-x86_64/PKGBUILD
(from rev 97091, drbd/trunk/PKGBUILD)
  drbd/repos/community-x86_64/drbd.service
(from rev 97091, drbd/trunk/drbd.service)
Deleted:
  drbd/repos/community-i686/01-remove-old-sanity-check.diff
  drbd/repos/community-i686/PKGBUILD
  drbd/repos/community-i686/drbd.service
  drbd/repos/community-x86_64/01-remove-old-sanity-check.diff
  drbd/repos/community-x86_64/PKGBUILD
  drbd/repos/community-x86_64/drbd.service

--+
 /PKGBUILD|  134 +
 /drbd.service|   38 +
 community-i686/01-remove-old-sanity-check.diff   |   24 ---
 community-i686/PKGBUILD  |   67 --
 community-i686/drbd.service  |   19 --
 community-x86_64/01-remove-old-sanity-check.diff |   24 ---
 community-x86_64/PKGBUILD|   67 --
 community-x86_64/drbd.service|   19 --
 8 files changed, 172 insertions(+), 220 deletions(-)

Deleted: community-i686/01-remove-old-sanity-check.diff
===
--- community-i686/01-remove-old-sanity-check.diff  2013-09-12 13:45:59 UTC 
(rev 97091)
+++ community-i686/01-remove-old-sanity-check.diff  2013-09-12 13:47:56 UTC 
(rev 97092)
@@ -1,24 +0,0 @@
-From: Lars Ellenberg lars.ellenb...@linbit.com
-Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
-Subject: build: remove old sanity check to allow build against linux 3.1
-X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
-
-build: remove old sanity check to allow build against linux 3.1

-
-diff --git a/drbd/Makefile b/drbd/Makefile
-index 0985340..7a09603 100644
 a/drbd/Makefile
-+++ b/drbd/Makefile
-@@ -90,11 +90,6 @@ else
- endif
-   endif
- 
--  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
--  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
--$(error won't compile with this kernel version)
--  endif
--
-   .PHONY: drbd.o default all greeting clean kbuild install dep tags
- 
-   drbd.o: greeting kbuild

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 13:45:59 UTC (rev 97091)
+++ community-i686/PKGBUILD 2013-09-12 13:47:56 UTC (rev 97092)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd
-pkgver=8.4.2
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-source=(http://oss.linbit.com/drbd/8.4/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('b081f1046adda1d51ba351c40a8b1107'
- '7dc909b5895c0b5289d3ee0581d7d333')
-
-prepare() {
-  # fix hardcoded path in udev rules
-  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-distro=generic \
---with-utils \
---with-bashcompletion \
---with-udev \
---without-km \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---without-xen \
---without-legacy_utils
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # move forced /sbin binaries
-  cd $pkgdir
-  mv sbin/* usr/bin
-  rmdir sbin
-  # move udev files
-  mv etc/udev usr/lib
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-  # remove /var/lock
-  rmdir var/lock
-  # remove embeded init stuff
-  rm -r etc/init.d
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/$pkgname.conf
-  echo 'drbd'  usr/lib/modules-load.d/$pkgname.conf
-  # systemd
-  install -Dm 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd/repos/community-i686/PKGBUILD (from rev 97091, drbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 13:47:56 UTC (rev 97092)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd
+pkgver=8.4.3
+pkgrel=1

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

2013-09-12 Thread Sven-Hendrik Haase
Date: Thursday, September 12, 2013 @ 17:27:05
  Author: svenstaro
Revision: 97095

upgpkg: alienarena 7.66-1

Updating to 7.66

Modified:
  alienarena/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 15:18:40 UTC (rev 97094)
+++ PKGBUILD2013-09-12 15:27:05 UTC (rev 97095)
@@ -6,9 +6,9 @@
 # Contributor: damian01w damian...@gmail.com
 
 pkgname=alienarena
-pkgver=7.65
+pkgver=7.66
 pkgrel=1
-_verdate=20130207
+_verdate=20130827
 pkgdesc=Multiplayer retro sci-fi deathmatch game
 arch=('i686' 'x86_64')
 url='http://icculus.org/alienarena/rpa/'
@@ -15,14 +15,12 @@
 license=('GPL')
 depends=('curl' 'freetype2' 'libgl' 'libjpeg' 'libvorbis' 'libxxf86dga' 
'libxxf86vm' 'libgl' 'sdl' 'openal' 'alienarena-data')
 makedepends=('gendesk' 'mesa')
-source=(http://icculus.org/alienarena/Files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
-md5sums=('a8f67eb484705588ca5d8101413669d2')
+source=(http://red.planetarena.org/files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
+md5sums=('50928622f614ccd9938943de5fd37c1a')
 _name=('Alien Arena')
 
 build() {
-  cd $srcdir
-  gendesk -n
-
+  gendesk -n $startdir/PKGBUILD
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make



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

2013-09-12 Thread Sven-Hendrik Haase
Date: Thursday, September 12, 2013 @ 17:27:11
  Author: svenstaro
Revision: 97096

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

Added:
  alienarena/repos/community-i686/PKGBUILD
(from rev 97095, alienarena/trunk/PKGBUILD)
  alienarena/repos/community-x86_64/PKGBUILD
(from rev 97095, alienarena/trunk/PKGBUILD)
Deleted:
  alienarena/repos/community-i686/PKGBUILD
  alienarena/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 15:27:05 UTC (rev 97095)
+++ community-i686/PKGBUILD 2013-09-12 15:27:11 UTC (rev 97096)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: yugrotavele yugrotavele at archlinux dot us
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: godane slaxemula...@gmail.com
-# Contributor: damian01w damian...@gmail.com
-
-pkgname=alienarena
-pkgver=7.65
-pkgrel=1
-_verdate=20130207
-pkgdesc=Multiplayer retro sci-fi deathmatch game
-arch=('i686' 'x86_64')
-url='http://icculus.org/alienarena/rpa/'
-license=('GPL')
-depends=('curl' 'freetype2' 'libgl' 'libjpeg' 'libvorbis' 'libxxf86dga' 
'libxxf86vm' 'libgl' 'sdl' 'openal' 'alienarena-data')
-makedepends=('gendesk' 'mesa')
-source=(http://icculus.org/alienarena/Files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
-md5sums=('a8f67eb484705588ca5d8101413669d2')
-_name=('Alien Arena')
-
-build() {
-  cd $srcdir
-  gendesk -n
-
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  rm -rf $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alienarena/repos/community-i686/PKGBUILD (from rev 97095, 
alienarena/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 15:27:11 UTC (rev 97096)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: yugrotavele yugrotavele at archlinux dot us
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: godane slaxemula...@gmail.com
+# Contributor: damian01w damian...@gmail.com
+
+pkgname=alienarena
+pkgver=7.66
+pkgrel=1
+_verdate=20130827
+pkgdesc=Multiplayer retro sci-fi deathmatch game
+arch=('i686' 'x86_64')
+url='http://icculus.org/alienarena/rpa/'
+license=('GPL')
+depends=('curl' 'freetype2' 'libgl' 'libjpeg' 'libvorbis' 'libxxf86dga' 
'libxxf86vm' 'libgl' 'sdl' 'openal' 'alienarena-data')
+makedepends=('gendesk' 'mesa')
+source=(http://red.planetarena.org/files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
+md5sums=('50928622f614ccd9938943de5fd37c1a')
+_name=('Alien Arena')
+
+build() {
+  gendesk -n $startdir/PKGBUILD
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  rm -rf $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-12 15:27:05 UTC (rev 97095)
+++ community-x86_64/PKGBUILD   2013-09-12 15:27:11 UTC (rev 97096)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: yugrotavele yugrotavele at archlinux dot us
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: godane slaxemula...@gmail.com
-# Contributor: damian01w damian...@gmail.com
-
-pkgname=alienarena
-pkgver=7.65
-pkgrel=1
-_verdate=20130207
-pkgdesc=Multiplayer retro sci-fi deathmatch game
-arch=('i686' 'x86_64')
-url='http://icculus.org/alienarena/rpa/'
-license=('GPL')
-depends=('curl' 'freetype2' 'libgl' 'libjpeg' 'libvorbis' 'libxxf86dga' 
'libxxf86vm' 'libgl' 'sdl' 'openal' 'alienarena-data')
-makedepends=('gendesk' 'mesa')
-source=(http://icculus.org/alienarena/Files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
-md5sums=('a8f67eb484705588ca5d8101413669d2')
-_name=('Alien Arena')
-
-build() {
-  cd $srcdir
-  gendesk -n
-
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 

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

2013-09-12 Thread Sven-Hendrik Haase
Date: Thursday, September 12, 2013 @ 17:18:28
  Author: svenstaro
Revision: 97093

upgpkg: alienarena-data 7.66-1

Updating to 7.66

Modified:
  alienarena-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 13:47:56 UTC (rev 97092)
+++ PKGBUILD2013-09-12 15:18:28 UTC (rev 97093)
@@ -3,15 +3,15 @@
 
 pkgname=alienarena-data
 _pkgbasename=alienarena
-pkgver=7.65
+pkgver=7.66
 pkgrel=1
-_verdate=20130207
+_verdate=20130827
 pkgdesc=Multiplayer retro sci-fi deathmatch game (data files)
 arch=('any')
 url='http://icculus.org/alienarena/rpa/'
 license=('GPL')
-source=(http://icculus.org/alienarena/Files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
-md5sums=('a8f67eb484705588ca5d8101413669d2')
+source=(http://red.planetarena.org/files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
+md5sums=('50928622f614ccd9938943de5fd37c1a')
 
 build() {
   cd $srcdir/$_pkgbasename-$pkgver



[arch-commits] Commit in alienarena-data/repos/community-any (PKGBUILD PKGBUILD)

2013-09-12 Thread Sven-Hendrik Haase
Date: Thursday, September 12, 2013 @ 17:18:40
  Author: svenstaro
Revision: 97094

archrelease: copy trunk to community-any

Added:
  alienarena-data/repos/community-any/PKGBUILD
(from rev 97093, alienarena-data/trunk/PKGBUILD)
Deleted:
  alienarena-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 15:18:28 UTC (rev 97093)
+++ PKGBUILD2013-09-12 15:18:40 UTC (rev 97094)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=alienarena-data
-_pkgbasename=alienarena
-pkgver=7.65
-pkgrel=1
-_verdate=20130207
-pkgdesc=Multiplayer retro sci-fi deathmatch game (data files)
-arch=('any')
-url='http://icculus.org/alienarena/rpa/'
-license=('GPL')
-source=(http://icculus.org/alienarena/Files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
-md5sums=('a8f67eb484705588ca5d8101413669d2')
-
-build() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  mkdir -p $pkgdir/usr/share/$_pkgbasename
-  cp -r alienarena.png arena/ botinfo/ data1/ $pkgdir/usr/share/$_pkgbasename
-}

Copied: alienarena-data/repos/community-any/PKGBUILD (from rev 97093, 
alienarena-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 15:18:40 UTC (rev 97094)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=alienarena-data
+_pkgbasename=alienarena
+pkgver=7.66
+pkgrel=1
+_verdate=20130827
+pkgdesc=Multiplayer retro sci-fi deathmatch game (data files)
+arch=('any')
+url='http://icculus.org/alienarena/rpa/'
+license=('GPL')
+source=(http://red.planetarena.org/files/alienarena-${pkgver}-linux${_verdate}.tar.gz)
+md5sums=('50928622f614ccd9938943de5fd37c1a')
+
+build() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  mkdir -p $pkgdir/usr/share/$_pkgbasename
+  cp -r alienarena.png arena/ botinfo/ data1/ $pkgdir/usr/share/$_pkgbasename
+}



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

2013-09-12 Thread Tobias Powalowski
Date: Thursday, September 12, 2013 @ 17:17:40
  Author: tpowa
Revision: 194269

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 194268, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 194268, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 194268, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 194268, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 194268, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 194268, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

-+
 /PKGBUILD   |  508 ++
 /refind-efi.install |   64 
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  251 --
 extra-i686/refind-efi.install   |   32 --
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  251 --
 extra-x86_64/refind-efi.install |   32 --
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 582 insertions(+), 576 deletions(-)

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


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

2013-09-12 Thread Tobias Powalowski
Date: Thursday, September 12, 2013 @ 17:17:21
  Author: tpowa
Revision: 194268

upgpkg: refind-efi 0.7.4-1

bump to latest version, add fix svn version for building

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 09:47:36 UTC (rev 194267)
+++ PKGBUILD2013-09-12 15:17:21 UTC (rev 194268)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor: Keshav Padram Amburay (the.ridikulus.rat) (aatt) (gemmaeiil) 
(ddoott) (ccoomm)
 
 ###
 _TIANOCORE_SVN_URL=https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1;
 # BaseTools MdePkg MdeModulePkg IntelFrameworkPkg IntelFrameworkModulePkg
 _TIANO_DIR_=tianocore-udk-svn
+_TIANO_SVN_REV_=14641
 ###
 
 ###
@@ -12,12 +13,12 @@
 _TIANOCORE_PKG=Mde
 _TIANOCORE_TARGET=RELEASE
 _UDK_TARGET=${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc
-_COMPILER=GCC46
+_COMPILER=GCC47
 ###
 
 pkgname=refind-efi
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
 arch=('x86_64' 'i686')
@@ -36,10 +37,10 @@
 'refind_linux.conf')
 
 for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   source+=(${_TIANO_DIR_}/${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_})
+   
source+=(${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_})
 done
 
-sha1sums=('5e4b15202efc658e58e68e64af8a1b2c84aab175'
+sha1sums=('410d2694c5005a5312d48414df8acf8291da42a9'
   '3d53eb615c3363d45feb95b9bfbf1d5491bf1c24'
   'SKIP'
   'SKIP'
@@ -70,7 +71,7 @@
mkdir -p ${_UDK_DIR}/

for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   mv ${srcdir}/${_DIR_} ${_UDK_DIR}/${_DIR_}
+   mv ${srcdir}/${_TIANO_DIR_}_${_DIR_} ${_UDK_DIR}/${_DIR_}
done

cd ${_UDK_DIR}/
@@ -98,6 +99,10 @@
sed 's|DEFINE GCC_ALL_CC_FLAGS= -g |DEFINE GCC_ALL_CC_FLAGS 
   = -Os -mabi=ms |g' -i ${EDK_TOOLS_PATH}/Conf/tools_def.template || 
true
sed 's|DEFINE GCC44_ALL_CC_FLAGS= -g |DEFINE 
GCC44_ALL_CC_FLAGS= -Os -mabi=ms |g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true

+   msg Fix GenFw: ERROR 3000: Invalid, refind_x64.dll bad symbol 
definition
+   ## 
http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg03625.html
+   sed -e 's|_OBJCOPY_FLAGS  =|_OBJCOPY_FLAGS  = -R .eh_frame|g' 
-i ${EDK_TOOLS_PATH}/Conf/tools_def.template || true
+   
msg Fix UDK Target Platform
sed s|ACTIVE_PLATFORM   = Nt32Pkg/Nt32Pkg.dsc|ACTIVE_PLATFORM  
 = ${_UDK_TARGET}|g -i ${EDK_TOOLS_PATH}/Conf/target.template || true
sed s|TARGET= DEBUG|TARGET= 
${_TIANOCORE_TARGET}|g -i ${EDK_TOOLS_PATH}/Conf/target.template || true
@@ -120,6 +125,11 @@
sed s|EDK2BASE = /usr/local/UDK2010/MyWorkSpace|EDK2BASE = 
${_UDK_DIR}|g -i ${srcdir}/refind-${pkgver}/filesystems/Make.tiano || true
sed s|EDK2BASE = /usr/local/UDK2010/MyWorkSpace|EDK2BASE = 
${_UDK_DIR}|g -i ${srcdir}/refind-${pkgver}/gptsync/Make.tiano || true

+   msg Fix GenFw: ERROR 3000: Invalid, refind_x64.dll bad symbol 
definition
+   sed -e 's|--strip-unneeded|--strip-unneeded -R .eh_frame|g' -i 
${srcdir}/refind-${pkgver}/refind/Make.tiano || true
+   sed -e 's|--strip-unneeded|--strip-unneeded -R .eh_frame|g' -i 
${srcdir}/refind-${pkgver}/filesystems/Make.tiano
+   sed -e 's|--strip-unneeded|--strip-unneeded -R .eh_frame|g' -i 
${srcdir}/refind-${pkgver}/gptsync/Make.tiano || true
+   
 }
 
 prepare() {
@@ -242,10 +252,3 @@
sed 's|^ThisScript=.*|ThisScript=/usr/bin/refind-install|g' -i 
${pkgdir}/usr/bin/refind-install

 }
-sha1sums=('baac40c10b26b337c85248aa8e2b61ab4f06f73d'
-  '3d53eb615c3363d45feb95b9bfbf1d5491bf1c24'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')



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

2013-09-12 Thread Eric Bélanger
Date: Thursday, September 12, 2013 @ 18:43:07
  Author: eric
Revision: 194270

upgpkg: inetutils 1.9.1.341-1

Update to current git head to fix seg fault (close FS#35898), Switch to 
upstream dnsdomainname, Add help2man makedepends

Modified:
  inetutils/trunk/PKGBUILD
Deleted:
  inetutils/trunk/dnsdomainname

---+
 PKGBUILD  |   24 
 dnsdomainname |3 ---
 2 files changed, 8 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 15:17:40 UTC (rev 194269)
+++ PKGBUILD2013-09-12 16:43:07 UTC (rev 194270)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=inetutils
-pkgver=1.9.1
-pkgrel=6
+pkgver=1.9.1.341
+pkgrel=1
 pkgdesc=A collection of common network programs
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/inetutils/;
@@ -10,27 +10,21 @@
 license=('GPL3')
 groups=('base')
 depends=('pam')
+makedepends=('help2man')
 backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
 options=('!emptydirs')
 install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd \
-ftpd.service dnsdomainname)
-sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
+source=(ftp://ftp.archlinux.org/other/packages/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}
 \
+telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd ftpd.service)
+sha1sums=('eaccc1568c9cc624f6cda3a265fb92ec72c7304d'
   'SKIP'
   '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
   'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
   'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
   '26763ae31b8a5be25a0ba55746941d75d6ee'
-  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802'
-  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
+  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --libexec=/usr/bin \
@@ -41,7 +35,7 @@
 --enable-talk --enable-talkd \
 --enable-rlogin --enable-rlogind \
 --enable-rsh --enable-rshd \
---enable-rcp --enable-hostname \
+--enable-rcp --enable-hostname --enable-dnsdomainname \
 --disable-rexec --disable-rexecd \
 --disable-tftp --disable-tftpd \
 --disable-ping --disable-ping6 \
@@ -60,8 +54,6 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -D -m755 ${srcdir}/dnsdomainname ${pkgdir}/usr/bin/dnsdomainname
-  echo .so man1/hostname.1  ${pkgdir}/usr/share/man/man1/dnsdomainname.1
   install -D -m644 ${srcdir}/telnet.xinetd ${pkgdir}/etc/xinetd.d/telnet
   install -D -m644 ${srcdir}/talk.xinetd ${pkgdir}/etc/xinetd.d/talk
   install -D -m644 ${srcdir}/rlogin.xinetd ${pkgdir}/etc/xinetd.d/rlogin

Deleted: dnsdomainname
===
--- dnsdomainname   2013-09-12 15:17:40 UTC (rev 194269)
+++ dnsdomainname   2013-09-12 16:43:07 UTC (rev 194270)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /usr/bin/hostname -d $@



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

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 20:19:17
  Author: seblu
Revision: 97098

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

Added:
  awesome/repos/community-i686/PKGBUILD
(from rev 97097, awesome/trunk/PKGBUILD)
  awesome/repos/community-i686/awesome.desktop
(from rev 97097, awesome/trunk/awesome.desktop)
  awesome/repos/community-x86_64/PKGBUILD
(from rev 97097, awesome/trunk/PKGBUILD)
  awesome/repos/community-x86_64/awesome.desktop
(from rev 97097, awesome/trunk/awesome.desktop)
Deleted:
  awesome/repos/community-i686/PKGBUILD
  awesome/repos/community-i686/awesome.desktop
  awesome/repos/community-x86_64/PKGBUILD
  awesome/repos/community-x86_64/awesome.desktop

--+
 /PKGBUILD|  130 +
 /awesome.desktop |   14 +++
 community-i686/PKGBUILD  |   67 ---
 community-i686/awesome.desktop   |7 -
 community-x86_64/PKGBUILD|   67 ---
 community-x86_64/awesome.desktop |7 -
 6 files changed, 144 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-12 18:19:01 UTC (rev 97097)
+++ community-i686/PKGBUILD 2013-09-12 18:19:17 UTC (rev 97098)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=(
-  'cairo'
-  'dbus'
-  'gdk-pixbuf2'
-  'imlib2'
-  'libxcursor'
-  'libxdg-basedir'
-  'lua'
-  'lua-lgi'
-  'pango'
-  'startup-notification'
-  'xcb-util-image'
-  'xcb-util-keysyms'
-  'xcb-util-wm'
-  'xorg-xmessage'
-)
-makedepends=(
-  'asciidoc'
-  'cmake'
-  'docbook-xsl'
-  'doxygen'
-  'imagemagick'
-  'ldoc'
-  'xmlto'
-)
-optdepends=(
-  'rlwrap: readline support for awesome-client'
-  'dex: autostart your desktop files'
-  'vicious: widgets for the Awesome window manager'
-)
-provides=('notification-daemon')
-source=($url/download/$pkgname-$pkgver.tar.xz
-$pkgname.desktop)
-md5sums=('f528f66ddcdb07f24e6f494837371702'
- '0fdbeec43d211c6750041d7e37611a6a')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DLUA_LIBRARY=/usr/lib/liblua.so.5.2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install desktop file so you can start awesome from your login manager
-  install -Dm644 ../awesome.desktop 
$pkgdir/usr/share/xsessions/awesome.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: awesome/repos/community-i686/PKGBUILD (from rev 97097, 
awesome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-12 18:19:17 UTC (rev 97098)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.1
+pkgrel=2
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=(
+  'cairo'
+  'dbus'
+  'gdk-pixbuf2'
+  'imlib2'
+  'libxcursor'
+  'libxdg-basedir'
+  'lua'
+  'lua-lgi'
+  'pango'
+  'startup-notification'
+  'xcb-util-image'
+  'xcb-util-keysyms'
+  'xcb-util-wm'
+  'xorg-xmessage'
+)
+makedepends=(
+  'asciidoc'
+  'cmake'
+  'docbook-xsl'
+  'doxygen'
+  'imagemagick'
+  'ldoc'
+  'xmlto'
+)
+optdepends=(
+  'rlwrap: readline support for awesome-client'
+  'dex: autostart your desktop files'
+  'vicious: widgets for the Awesome window manager'
+)
+provides=('notification-daemon')
+source=($url/download/$pkgname-$pkgver.tar.xz)
+md5sums=('f528f66ddcdb07f24e6f494837371702')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install desktop file so you can start awesome from your login manager
+  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/awesome.desktop
===
--- community-i686/awesome.desktop  2013-09-12 18:19:01 UTC (rev 97097)
+++ community-i686/awesome.desktop  2013-09-12 18:19:17 UTC (rev 97098)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framework window manager
-Type=XSession

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

2013-09-12 Thread Sébastien Luttringer
Date: Thursday, September 12, 2013 @ 20:19:01
  Author: seblu
Revision: 97097

upgpkg: awesome 3.5.1-2

- fix FS#36886

Modified:
  awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 15:27:11 UTC (rev 97096)
+++ PKGBUILD2013-09-12 18:19:01 UTC (rev 97097)
@@ -6,7 +6,7 @@
 
 pkgname=awesome
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly configurable framework window manager'
 arch=('i686' 'x86_64')
 url='http://awesome.naquadah.org/'
@@ -42,10 +42,8 @@
   'vicious: widgets for the Awesome window manager'
 )
 provides=('notification-daemon')
-source=($url/download/$pkgname-$pkgver.tar.xz
-$pkgname.desktop)
-md5sums=('f528f66ddcdb07f24e6f494837371702'
- '0fdbeec43d211c6750041d7e37611a6a')
+source=($url/download/$pkgname-$pkgver.tar.xz)
+md5sums=('f528f66ddcdb07f24e6f494837371702')
 
 build() {
   cd $pkgname-$pkgver
@@ -61,7 +59,7 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   # install desktop file so you can start awesome from your login manager
-  install -Dm644 ../awesome.desktop 
$pkgdir/usr/share/xsessions/awesome.desktop
+  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:23:52
  Author: andyrtr
Revision: 194272

upgpkg: x2goclient 4.0.1.1-1

upstream update 4.0.1.1

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 16:44:43 UTC (rev 194271)
+++ PKGBUILD2013-09-12 19:23:52 UTC (rev 194272)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.1.0
+pkgver=4.0.1.1
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,15 +14,16 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff223344915b9def9e9e5a01ae919532')
+md5sums=('13b6729acfd5c6a00441430ef6ab69d6')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   sed -i s:-o root -g root :: Makefile
+  sed -i s:lrelease:lrelease-qt4:g Makefile
   make PREFIX=/usr
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make PREFIX=/usr DESTDIR=$pkgdir install
 }



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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:24:14
  Author: andyrtr
Revision: 194273

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

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

-+
 /PKGBUILD   |   58 ++
 /x2goclient.install |   22 ++
 extra-i686/PKGBUILD |   28 --
 extra-i686/x2goclient.install   |   11 ---
 extra-x86_64/PKGBUILD   |   28 --
 extra-x86_64/x2goclient.install |   11 ---
 6 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-12 19:23:52 UTC (rev 194272)
+++ extra-i686/PKGBUILD 2013-09-12 19:24:14 UTC (rev 194273)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.1.0
-pkgrel=1
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('man2html')
-install=x2goclient.install
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff223344915b9def9e9e5a01ae919532')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i s:-o root -g root :: Makefile
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 194272, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-12 19:24:14 UTC (rev 194273)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgname=x2goclient
+pkgver=4.0.1.1
+pkgrel=1
+pkgdesc=x2go qt4 client
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.x2go.org;
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('13b6729acfd5c6a00441430ef6ab69d6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -i s:-o root -g root :: Makefile
+  sed -i s:lrelease:lrelease-qt4:g Makefile
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}

Deleted: extra-i686/x2goclient.install
===
--- extra-i686/x2goclient.install   2013-09-12 19:23:52 UTC (rev 194272)
+++ extra-i686/x2goclient.install   2013-09-12 19:24:14 UTC (rev 194273)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor
-}

Copied: x2goclient/repos/extra-i686/x2goclient.install (from rev 194272, 
x2goclient/trunk/x2goclient.install)
===
--- extra-i686/x2goclient.install   (rev 0)
+++ extra-i686/x2goclient.install   2013-09-12 19:24:14 UTC (rev 194273)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-12 19:23:52 UTC (rev 194272)
+++ extra-x86_64/PKGBUILD   2013-09-12 19:24:14 UTC (rev 194273)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.1.0
-pkgrel=1
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 

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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:33:59
  Author: andyrtr
Revision: 194275

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 194274, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-12 19:33:47 UTC (rev 194274)
+++ PKGBUILD2013-09-12 19:33:59 UTC (rev 194275)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.42.0
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('4cd5a3ea92331a4b48586a5bd076e373')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 194274, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-12 19:33:59 UTC (rev 194275)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.43.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:33:47
  Author: andyrtr
Revision: 194274

upgpkg: getmail 4.43.0-1

upstream update 4.43.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 19:24:14 UTC (rev 194273)
+++ PKGBUILD2013-09-12 19:33:47 UTC (rev 194274)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.42.0
+pkgver=4.43.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('4cd5a3ea92331a4b48586a5bd076e373')
+md5sums=('921ba1fab03b6076ae1c9a424f00a9b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:55:31
  Author: andyrtr
Revision: 194277

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

Added:
  hplip/repos/testing-i686/
  hplip/repos/testing-i686/PKGBUILD
(from rev 194276, hplip/trunk/PKGBUILD)
  hplip/repos/testing-i686/hp-mkuri.patch
(from rev 194276, hplip/trunk/hp-mkuri.patch)
  hplip/repos/testing-i686/hplip.install
(from rev 194276, hplip/trunk/hplip.install)
  hplip/repos/testing-x86_64/
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 194276, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/hp-mkuri.patch
(from rev 194276, hplip/trunk/hp-mkuri.patch)
  hplip/repos/testing-x86_64/hplip.install
(from rev 194276, hplip/trunk/hplip.install)

---+
 testing-i686/PKGBUILD |   93 
 testing-i686/hp-mkuri.patch   |   11 
 testing-i686/hplip.install|   18 +++
 testing-x86_64/PKGBUILD   |   93 
 testing-x86_64/hp-mkuri.patch |   11 
 testing-x86_64/hplip.install  |   18 +++
 6 files changed, 244 insertions(+)

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 194276, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-12 19:55:31 UTC (rev 194277)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.13.9
+pkgrel=1
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1' 'wget')
+makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
+optdepends=('cups: for printing support'
+'python2-dbus: for dbus support'
+'sane: for scanner support'
+'python2-imaging: for commandline scanning support'
+'python2-notify: for Desktop notification support'
+'rpcbind: for network support'
+'python2-pyqt: for running hp-toolbox'
+'python2-gobject2: for running hp-toolbox'
+'hplip-plugin: binary blobs for specific devices'
+'libusbx: for advanced usb support')
+options=('!libtool')
+install=hplip.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
+hp-mkuri.patch)
+md5sums=('8fcbbd0d3a0b76550f325bd6cf46d9d9'
+ 'SKIP'
+ '0bd7779fdbc4d7a9386df04dce2cb8d4')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ # fix linking libnotify, FS#34283
+ patch -Np0 -i ${srcdir}/hp-mkuri.patch
+ 
+ export PYTHON=python2
+ 
+ find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py 
makeuri.py logcapture.py base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
+ sed -i 's|python ./print.py|python2 ./print.py|' scan.py
+ sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
+ sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
+ sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
+ sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+ 
+ # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
+ # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
+ # The hpcups driver does not use foomatic-rip
+   local i
+   for i in ppd/hpijs/*.ppd.gz ; do
+   rm -f ${i}.temp
+   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
+   gzip  ${i}.temp || return 1
+   mv ${i}.temp ${i}
+   done
+   
+ export AUTOMAKE='automake --foreign'
+ autoreconf --force --install
+
+ ./configure --prefix=/usr \
+ --enable-qt4 \
+ --disable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install \
+ --enable-hpcups-install \
+ --enable-new-hpcups \
+ --enable-cups-ppd-install \
+ --enable-cups-drv-install \
+ --enable-hpijs-install \
+ --enable-foomatic-drv-install \
+ --enable-pp-build \
+ --enable-udev-acl-rules #--help
+
+ make
+}
+
+package() {
+ #cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-${pkgver/.a/a}
+ make rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ # remove config provided by sane and autostart of hp-daemon
+ rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
+ # log dir should not be world writeable
+ chmod 775 

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

2013-09-12 Thread Andreas Radke
Date: Thursday, September 12, 2013 @ 21:55:07
  Author: andyrtr
Revision: 194276

upgpkg: hplip 3.13.9-1

upstream update 3.13.9

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 19:33:59 UTC (rev 194275)
+++ PKGBUILD2013-09-12 19:55:07 UTC (rev 194276)
@@ -4,7 +4,7 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.13.8
+pkgver=3.13.9
 pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 hp-mkuri.patch)
-md5sums=('44de6a1e4d295ae6f1f0f0ef1cdc7301'
+md5sums=('8fcbbd0d3a0b76550f325bd6cf46d9d9'
  'SKIP'
  '0bd7779fdbc4d7a9386df04dce2cb8d4')
 



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

2013-09-12 Thread Eric Bélanger
Date: Thursday, September 12, 2013 @ 18:44:43
  Author: eric
Revision: 194271

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

Added:
  inetutils/repos/testing-i686/
  inetutils/repos/testing-i686/PKGBUILD
(from rev 194270, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-i686/ftpd.service
(from rev 194270, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-i686/inetutils.install
(from rev 194270, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-i686/rlogin.xinetd
(from rev 194270, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-i686/rsh.xinetd
(from rev 194270, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-i686/talk.xinetd
(from rev 194270, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-i686/telnet.xinetd
(from rev 194270, inetutils/trunk/telnet.xinetd)
  inetutils/repos/testing-x86_64/
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 194270, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/ftpd.service
(from rev 194270, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 194270, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 194270, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 194270, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 194270, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 194270, inetutils/trunk/telnet.xinetd)

--+
 testing-i686/PKGBUILD|   62 +
 testing-i686/ftpd.service|   10 +
 testing-i686/inetutils.install   |   20 +++
 testing-i686/rlogin.xinetd   |   10 +
 testing-i686/rsh.xinetd  |   10 +
 testing-i686/talk.xinetd |   10 +
 testing-i686/telnet.xinetd   |   10 +
 testing-x86_64/PKGBUILD  |   62 +
 testing-x86_64/ftpd.service  |   10 +
 testing-x86_64/inetutils.install |   20 +++
 testing-x86_64/rlogin.xinetd |   10 +
 testing-x86_64/rsh.xinetd|   10 +
 testing-x86_64/talk.xinetd   |   10 +
 testing-x86_64/telnet.xinetd |   10 +
 14 files changed, 264 insertions(+)

Copied: inetutils/repos/testing-i686/PKGBUILD (from rev 194270, 
inetutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-12 16:44:43 UTC (rev 194271)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=inetutils
+pkgver=1.9.1.341
+pkgrel=1
+pkgdesc=A collection of common network programs
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/inetutils/;
+license=('GPL3')
+groups=('base')
+depends=('pam')
+makedepends=('help2man')
+backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
+'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
+options=('!emptydirs')
+install=inetutils.install
+source=(ftp://ftp.archlinux.org/other/packages/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}
 \
+telnet.xinetd talk.xinetd rlogin.xinetd rsh.xinetd ftpd.service)
+sha1sums=('eaccc1568c9cc624f6cda3a265fb92ec72c7304d'
+  'SKIP'
+  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3'
+  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
+  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
+  '26763ae31b8a5be25a0ba55746941d75d6ee'
+  'e4a764828b57f1e907ec96f4ae0e0cf0d3e2e802')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/bin \
+--localstatedir=/var --sysconfdir=/etc \
+--without-wrap --with-pam \
+--enable-ftp --enable-ftpd \
+--enable-telnet --enable-telnetd \
+--enable-talk --enable-talkd \
+--enable-rlogin --enable-rlogind \
+--enable-rsh --enable-rshd \
+--enable-rcp --enable-hostname --enable-dnsdomainname \
+--disable-rexec --disable-rexecd \
+--disable-tftp --disable-tftpd \
+--disable-ping --disable-ping6 \
+--disable-logger --disable-syslogd \
+--disable-inetd --disable-whois \
+--disable-uucpd --disable-ifconfig --disable-traceroute
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/telnet.xinetd ${pkgdir}/etc/xinetd.d/telnet
+  install -D -m644 ${srcdir}/talk.xinetd ${pkgdir}/etc/xinetd.d/talk
+  install -D -m644 ${srcdir}/rlogin.xinetd ${pkgdir}/etc/xinetd.d/rlogin
+  install -D -m644 ${srcdir}/rsh.xinetd ${pkgdir}/etc/xinetd.d/rsh
+  install -D -m644 ${srcdir}/ftpd.service 
${pkgdir}/usr/lib/systemd/system/ftpd.service
+}

Copied: inetutils/repos/testing-i686/ftpd.service (from rev 194270, 
inetutils/trunk/ftpd.service)

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

2013-09-12 Thread Kyle Keen
Date: Friday, September 13, 2013 @ 03:05:56
  Author: kkeen
Revision: 97099

upgpkg: dina-font 2.92-1

Modified:
  dina-font/trunk/PKGBUILD
Deleted:
  dina-font/trunk/LICENSE

--+
 LICENSE  |7 ---
 PKGBUILD |   45 +++--
 2 files changed, 35 insertions(+), 17 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-12 18:19:17 UTC (rev 97098)
+++ LICENSE 2013-09-13 01:05:56 UTC (rev 97099)
@@ -1,7 +0,0 @@
-The Dina font is free. You are welcome to use, distribute and modify it
-however you want, just don't use it for anything illegal or claim that
-you made it.
-
-The Dina font is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this font.

Modified: PKGBUILD
===
--- PKGBUILD2013-09-12 18:19:17 UTC (rev 97098)
+++ PKGBUILD2013-09-13 01:05:56 UTC (rev 97099)
@@ -1,24 +1,49 @@
 # $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Xilon xilo...@gmail.com
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=dina-font
-pkgver=2.89
-pkgrel=6
+pkgver=2.92
+pkgrel=1
 pkgdesc=A monospace bitmap font, primarily aimed at programmers
 arch=('any')
 url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
 license=('custom')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+makedepends=('xorg-bdftopcf')
 install=${pkgname}.install
-source=(http://ftp.fi.debian.org/gentoo/distfiles/dina-pcf-2.89.tar.gz LICENSE)
-md5sums=('d6c425c007a9a576b4bb88c88cf57076' 'd7f8fbff7893c52e94b29c30369f2037')
+source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip)
+md5sums=('028424baac750e9fd0f54df03202e5d0')
 
+_ex_pt() {
+_pt=${1%.bdf}
+_pt=${_pt#*-}
+echo $_pt
+}
+
+build() {
+cd $srcdir/BDF
+for i in Dina_i400-*.bdf; do
+bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_i700-*.bdf; do
+bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_r400-*.bdf; do
+bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
+done
+for i in Dina_r700-*.bdf; do
+bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
+done
+
+}
+
 package() {
-   cd ${srcdir}/Dina-PCF
-   for i in *; do
-   install -Dm 644 $i ${pkgdir}/usr/share/fonts/local/$i
-   done
-   install -Dm644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+cd $srcdir/BDF
+for i in *.pcf; do
+install -Dm 644 $i $pkgdir/usr/share/fonts/local/$i
+done
+install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in dina-font/repos/community-any (5 files)

2013-09-12 Thread Kyle Keen
Date: Friday, September 13, 2013 @ 03:06:29
  Author: kkeen
Revision: 97100

archrelease: copy trunk to community-any

Added:
  dina-font/repos/community-any/PKGBUILD
(from rev 97099, dina-font/trunk/PKGBUILD)
  dina-font/repos/community-any/dina-font.install
(from rev 97099, dina-font/trunk/dina-font.install)
Deleted:
  dina-font/repos/community-any/LICENSE
  dina-font/repos/community-any/PKGBUILD
  dina-font/repos/community-any/dina-font.install

---+
 LICENSE   |7 
 PKGBUILD  |   73 ++--
 dina-font.install |   32 +++---
 3 files changed, 65 insertions(+), 47 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-13 01:05:56 UTC (rev 97099)
+++ LICENSE 2013-09-13 01:06:29 UTC (rev 97100)
@@ -1,7 +0,0 @@
-The Dina font is free. You are welcome to use, distribute and modify it
-however you want, just don't use it for anything illegal or claim that
-you made it.
-
-The Dina font is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this font.

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 01:05:56 UTC (rev 97099)
+++ PKGBUILD2013-09-13 01:06:29 UTC (rev 97100)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Xilon xilo...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=dina-font
-pkgver=2.89
-pkgrel=6
-pkgdesc=A monospace bitmap font, primarily aimed at programmers
-arch=('any')
-url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=${pkgname}.install
-source=(http://ftp.fi.debian.org/gentoo/distfiles/dina-pcf-2.89.tar.gz LICENSE)
-md5sums=('d6c425c007a9a576b4bb88c88cf57076' 'd7f8fbff7893c52e94b29c30369f2037')
-
-package() {
-   cd ${srcdir}/Dina-PCF
-   for i in *; do
-   install -Dm 644 $i ${pkgdir}/usr/share/fonts/local/$i
-   done
-   install -Dm644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dina-font/repos/community-any/PKGBUILD (from rev 97099, 
dina-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 01:06:29 UTC (rev 97100)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Xilon xilo...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=dina-font
+pkgver=2.92
+pkgrel=1
+pkgdesc=A monospace bitmap font, primarily aimed at programmers
+arch=('any')
+url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
+license=('custom')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+makedepends=('xorg-bdftopcf')
+install=${pkgname}.install
+source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip)
+md5sums=('028424baac750e9fd0f54df03202e5d0')
+
+_ex_pt() {
+_pt=${1%.bdf}
+_pt=${_pt#*-}
+echo $_pt
+}
+
+build() {
+cd $srcdir/BDF
+for i in Dina_i400-*.bdf; do
+bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_i700-*.bdf; do
+bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_r400-*.bdf; do
+bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
+done
+for i in Dina_r700-*.bdf; do
+bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
+done
+
+}
+
+package() {
+cd $srcdir/BDF
+for i in *.pcf; do
+install -Dm 644 $i $pkgdir/usr/share/fonts/local/$i
+done
+install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: dina-font.install
===
--- dina-font.install   2013-09-13 01:05:56 UTC (rev 97099)
+++ dina-font.install   2013-09-13 01:06:29 UTC (rev 97100)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n Updating font cache...  
-  usr/bin/fc-cache
-  cd usr/share/fonts/local
-  mkfontdir
-  mkfontscale
-  echo done.
-}
-
-post_upgrade() {
-  post_install $i
-}
-
-post_remove() {
-  usr/bin/fc-cache
-}

Copied: dina-font/repos/community-any/dina-font.install (from rev 97099, 
dina-font/trunk/dina-font.install)
===
--- dina-font.install   (rev 0)
+++ dina-font.install   2013-09-13 01:06:29 UTC (rev 97100)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n Updating font cache...  
+  usr/bin/fc-cache
+  cd usr/share/fonts/local
+  mkfontdir
+  mkfontscale
+  echo done.
+}
+
+post_upgrade() {
+  post_install $i
+}
+
+post_remove() {

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

2013-09-12 Thread Kyle Keen
Date: Friday, September 13, 2013 @ 03:45:51
  Author: kkeen
Revision: 97101

upgpkg: ipython 1.1.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 01:06:29 UTC (rev 97100)
+++ PKGBUILD2013-09-13 01:45:51 UTC (rev 97101)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -17,8 +17,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
 optdepends=(wxpython: needed for ipythonx and ipython-wx
 python-nose: if you want to run IPython's test suite
-pyqt: for ipython-qtconsole
-sip: for ipython-qtconsole
+python-pyqt4: for ipython-qtconsole
+python-sip: for ipython-qtconsole
 python-pygments: for ipython-qtconsole
 python-pyzmq: for ipython-qtconcole
 python-tornado: for ipython notebook
@@ -26,7 +26,7 @@
 haskell-pandoc: ipython notebook conversion)
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('2268fa83f257d14943eb04ea6fac')
+md5sums=('70d69c78122923879232567ac3c47cef')
 
 build() {
   # feels hacky
@@ -66,7 +66,7 @@
   python2-foolscap: for IPython's parallel computing features
   python2-pexpect: for irunner
   python2-nose: if you want to run IPython's test suite
-  python2-pyqt: for ipython-qtconsole
+  python2-pyqt4: for ipython-qtconsole
   python2-sip: for ipython-qtconsole
   python2-pygments: for ipython-qtconsole
   python2-pyzmq: for ipython-qtconsole



[arch-commits] Commit in ipython/repos/community-any (PKGBUILD PKGBUILD)

2013-09-12 Thread Kyle Keen
Date: Friday, September 13, 2013 @ 03:53:54
  Author: kkeen
Revision: 97102

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 97101, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  206 ++---
 1 file changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 01:45:51 UTC (rev 97101)
+++ PKGBUILD2013-09-13 01:53:54 UTC (rev 97102)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=1.0.0
-pkgrel=3
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(wxpython: needed for ipythonx and ipython-wx
-python-nose: if you want to run IPython's test suite
-pyqt: for ipython-qtconsole
-sip: for ipython-qtconsole
-python-pygments: for ipython-qtconsole
-python-pyzmq: for ipython-qtconcole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('2268fa83f257d14943eb04ea6fac')
-
-build() {
-  # feels hacky
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  # binary3 - binary
-  cd $pkgdir/usr/bin/
-  for i in *; do
-mv $i ${i%3}
-  done
-
-  cd $srcdir/ipython-$pkgver/examples/core
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipythonx and ipython-wx
-  twisted: networking-related tasks
-  python2-foolscap: for IPython's parallel computing features
-  python2-pexpect: for irunner
-  python2-nose: if you want to run IPython's test suite
-  python2-pyqt: for ipython-qtconsole
-  python2-sip: for ipython-qtconsole
-  python2-pygments: for ipython-qtconsole
-  python2-pyzmq: for ipython-qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  cd $pkgdir/usr/bin/
-  for i in *; do
-mv $i ${i}2
-  done
-
-  cd $srcdir/ipython2-$pkgver/examples/core
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 97101, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 01:53:54 UTC (rev 97102)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=ipython 
+pkgname=(ipython ipython2)
+pkgver=1.1.0

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

2013-09-12 Thread Felix Yan
Date: Friday, September 13, 2013 @ 03:55:13
  Author: fyan
Revision: 97103

upgpkg: python-boto 2.13.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 01:53:54 UTC (rev 97102)
+++ PKGBUILD2013-09-13 01:55:13 UTC (rev 97103)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
@@ -33,5 +33,5 @@
   install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('8ad0b8a54b4c397d461ad64d4312d4b9'
+md5sums=('af712abfe423a057113a9dac4038dc90'
  '35ebd993c05c79ba78e9f4fb3e65e547')



[arch-commits] Commit in python-boto/repos/community-any (4 files)

2013-09-12 Thread Felix Yan
Date: Friday, September 13, 2013 @ 03:56:01
  Author: fyan
Revision: 97104

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 97103, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 97103, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-13 01:55:13 UTC (rev 97103)
+++ LICENSE 2013-09-13 01:56:01 UTC (rev 97104)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 97103, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-09-13 01:56:01 UTC (rev 97104)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 01:55:13 UTC (rev 97103)
+++ PKGBUILD2013-09-13 01:56:01 UTC (rev 97104)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.12.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(http://github.com/boto/boto/archive/$pkgver.tar.gz;
-'LICENSE')
-
-prepare() {
-  cd $srcdir/boto-$pkgver
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd $srcdir/boto-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('8ad0b8a54b4c397d461ad64d4312d4b9'
- '35ebd993c05c79ba78e9f4fb3e65e547')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 97103, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 01:56:01 UTC (rev 97104)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.13.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web 

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

2013-09-12 Thread Felix Yan
Date: Friday, September 13, 2013 @ 04:02:52
  Author: fyan
Revision: 97105

upgpkg: dnscrypt-proxy 1.3.3-1

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 01:56:01 UTC (rev 97104)
+++ PKGBUILD2013-09-13 02:02:52 UTC (rev 97105)
@@ -4,7 +4,7 @@
 # Contributor: peace4all markspost at rocketmail dot com
 
 pkgname=dnscrypt-proxy
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=A tool for securing communications between a client and a DNS 
resolver
 arch=('i686' 'x86_64')
@@ -34,6 +34,6 @@
   rm -rf $pkgdir/usr/{lib/*.{l,}a,include}
 }
 
-sha512sums=('969219c5655ca7bcb8cbfb79d9dae9b27a79489bae7451e6e478ab5cee1bc22f0dc1758e9ff51ac2e80ec4230e6fe4eaba3a5ff98c3ddbde8d9dc24a51050bab'
+sha512sums=('c8e9484485f060aa90a36ef097506b1042348c85b74d0e5bfdeefa8bf8f80e42ae79d4568f524bb6de0754b125ed4f4b39a177f6fdee9e4616e7d0c3641aec0b'
 
'2271eab1baf1a7192a8daaa1b271c24a3a3fa498432ac99c2e4fb3c939590f09aab582427ae874fce7969ece365ccb7a2e946566e5a0c650d93c34d23b536b61'
 
'33e8f95c38a10a9e05aadeb369616f6dfaa8b32bc28b9f8ab9ae29dfc3b03514442e7172b1f52c56665317b61cad7d130a0e1dc00d6aceaa59eb465e63d079bc')



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

2013-09-12 Thread Felix Yan
Date: Friday, September 13, 2013 @ 04:04:27
  Author: fyan
Revision: 97106

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

Added:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
(from rev 97105, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-i686/conf.d.file
(from rev 97105, dnscrypt-proxy/trunk/conf.d.file)
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.service
(from rev 97105, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 97105, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/conf.d.file
(from rev 97105, dnscrypt-proxy/trunk/conf.d.file)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 97105, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
Deleted:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
  dnscrypt-proxy/repos/community-i686/conf.d.file
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/conf.d.file
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service

-+
 /PKGBUILD   |   78 ++
 /conf.d.file|6 ++
 /dnscrypt-proxy.service |   40 +++
 community-i686/PKGBUILD |   39 ---
 community-i686/conf.d.file  |3 -
 community-i686/dnscrypt-proxy.service   |   20 ---
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/conf.d.file|3 -
 community-x86_64/dnscrypt-proxy.service |   20 ---
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-13 02:02:52 UTC (rev 97105)
+++ community-i686/PKGBUILD 2013-09-13 02:04:27 UTC (rev 97106)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Techlive Zheng techlivezheng at gmail dot com
-# Contributor: peace4all markspost at rocketmail dot com
-
-pkgname=dnscrypt-proxy
-pkgver=1.3.2
-pkgrel=1
-pkgdesc=A tool for securing communications between a client and a DNS 
resolver
-arch=('i686' 'x86_64')
-url=http://dnscrypt.org/;
-license=('custom')
-depends=(libsodium)
-source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 
-   conf.d.file 
-   dnscrypt-proxy.service)
-backup=(etc/conf.d/dnscrypt-proxy)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  CFLAGS=$CFLAGS -fPIC ./configure --prefix=/usr --sbindir=/usr/bin
-  make -j2
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir -p 
$pkgdir/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
-  install -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS NEWS README README.markdown 
$pkgdir/usr/share/doc/$pkgname
-  install -m 644 $srcdir/conf.d.file $pkgdir/etc/conf.d/$pkgname
-  install -m 644 $srcdir/dnscrypt-proxy.service 
$pkgdir/usr/lib/systemd/system
-  rm -rf $pkgdir/usr/{lib/*.{l,}a,include}
-}
-
-sha512sums=('969219c5655ca7bcb8cbfb79d9dae9b27a79489bae7451e6e478ab5cee1bc22f0dc1758e9ff51ac2e80ec4230e6fe4eaba3a5ff98c3ddbde8d9dc24a51050bab'
-
'2271eab1baf1a7192a8daaa1b271c24a3a3fa498432ac99c2e4fb3c939590f09aab582427ae874fce7969ece365ccb7a2e946566e5a0c650d93c34d23b536b61'
-
'33e8f95c38a10a9e05aadeb369616f6dfaa8b32bc28b9f8ab9ae29dfc3b03514442e7172b1f52c56665317b61cad7d130a0e1dc00d6aceaa59eb465e63d079bc')

Copied: dnscrypt-proxy/repos/community-i686/PKGBUILD (from rev 97105, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-13 02:04:27 UTC (rev 97106)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Techlive Zheng techlivezheng at gmail dot com
+# Contributor: peace4all markspost at rocketmail dot com
+
+pkgname=dnscrypt-proxy
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=A tool for securing communications between a client and a DNS 
resolver
+arch=('i686' 'x86_64')
+url=http://dnscrypt.org/;
+license=('custom:ISC')
+depends=(libsodium)
+source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 
+   conf.d.file 
+   dnscrypt-proxy.service)
+backup=(etc/conf.d/dnscrypt-proxy)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  CFLAGS=$CFLAGS -fPIC ./configure --prefix=/usr --sbindir=/usr/bin
+  make -j2
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p 
$pkgdir/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system}
+  install -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS NEWS README README.markdown 

[arch-commits] Commit in systemd/trunk (6 files)

2013-09-12 Thread Dave Reisner
Date: Friday, September 13, 2013 @ 04:34:52
  Author: dreisner
Revision: 194279

upgpkg: systemd 207-1

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-journal-fix-parsing-of-facility-in-syslog-messages.patch
  systemd/trunk/0001-udev-static_node-don-t-touch-permissions-uneccessari.patch
  systemd/trunk/0002-tmpfiles-support-passing-prefix-multiple-times.patch
  systemd/trunk/0003-tmpfiles-introduce-exclude-prefix.patch
  systemd/trunk/0004-tmpfiles-setup-exclude-dev-prefixes-files.patch

-+
 0001-journal-fix-parsing-of-facility-in-syslog-messages.patch   |   89 --
 0001-udev-static_node-don-t-touch-permissions-uneccessari.patch |   28 --
 0002-tmpfiles-support-passing-prefix-multiple-times.patch   |   90 --
 0003-tmpfiles-introduce-exclude-prefix.patch|  138 
--
 0004-tmpfiles-setup-exclude-dev-prefixes-files.patch|   23 -
 PKGBUILD|   30 --
 6 files changed, 5 insertions(+), 393 deletions(-)

Deleted: 0001-journal-fix-parsing-of-facility-in-syslog-messages.patch
===
--- 0001-journal-fix-parsing-of-facility-in-syslog-messages.patch   
2013-09-12 20:45:23 UTC (rev 194278)
+++ 0001-journal-fix-parsing-of-facility-in-syslog-messages.patch   
2013-09-13 02:34:52 UTC (rev 194279)
@@ -1,89 +0,0 @@
-From ac50788b0f5aeee09e7d45db28ae8ab7f39cd52e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
-Date: Fri, 26 Jul 2013 12:57:33 -0400
-Subject: [PATCH] journal: fix parsing of facility in syslog messages
-
-In 49998b383 (journald: do not overwrite syslog facility when
-parsing priority) journald started ignoring facility part when
-reading service stderr to convert to syslog messages. In this
-case it is fine, because only the priority is allowed.
-
-But the same codepath is used for syslog messages, where the
-facility should be used. Split the two codepaths by explicitly
-specyfing whether the facility should be ignored or not.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=988814

- src/journal/journald-stream.c |  2 +-
- src/journal/journald-syslog.c | 12 
- src/journal/journald-syslog.h |  2 +-
- 3 files changed, 10 insertions(+), 6 deletions(-)
-
-diff --git a/src/journal/journald-stream.c b/src/journal/journald-stream.c
-index e98fe94..9c4efec 100644
 a/src/journal/journald-stream.c
-+++ b/src/journal/journald-stream.c
-@@ -90,7 +90,7 @@ static int stdout_stream_log(StdoutStream *s, const char *p) 
{
- priority = s-priority;
- 
- if (s-level_prefix)
--syslog_parse_priority((char**) p, priority);
-+syslog_parse_priority((char**) p, priority, false);
- 
- if (s-forward_to_syslog || s-server-forward_to_syslog)
- server_forward_syslog(s-server, 
syslog_fixup_facility(priority), s-identifier, p, s-ucred, NULL);
-diff --git a/src/journal/journald-syslog.c b/src/journal/journald-syslog.c
-index 7cbb346..c2770a5 100644
 a/src/journal/journald-syslog.c
-+++ b/src/journal/journald-syslog.c
-@@ -236,7 +236,7 @@ size_t syslog_parse_identifier(const char **buf, char 
**identifier, char **pid)
- return e;
- }
- 
--void syslog_parse_priority(char **p, int *priority) {
-+void syslog_parse_priority(char **p, int *priority, bool with_facility) {
- int a = 0, b = 0, c = 0;
- int k;
- 
-@@ -265,10 +265,14 @@ void syslog_parse_priority(char **p, int *priority) {
- } else
- return;
- 
--if (a  0 || b  0 || c  0)
-+if (a  0 || b  0 || c  0 ||
-+(!with_facility  (a || b || c  7)))
- return;
- 
--*priority = (*priority  LOG_FACMASK) | (a*100 + b*10 + c);
-+if (with_facility)
-+*priority = a*100 + b*10 + c;
-+else
-+*priority = (*priority  LOG_FACMASK) | c;
- *p += k;
- }
- 
-@@ -361,7 +365,7 @@ void server_process_syslog_message(
- assert(buf);
- 
- orig = buf;
--syslog_parse_priority((char**) buf, priority);
-+syslog_parse_priority((char**) buf, priority, true);
- 
- if (s-forward_to_syslog)
- forward_syslog_raw(s, priority, orig, ucred, tv);
-diff --git a/src/journal/journald-syslog.h b/src/journal/journald-syslog.h
-index 324b70e..8ccdb77 100644
 a/src/journal/journald-syslog.h
-+++ b/src/journal/journald-syslog.h
-@@ -25,7 +25,7 @@
- 
- int syslog_fixup_facility(int priority) _const_;
- 
--void syslog_parse_priority(char **p, int *priority);
-+void syslog_parse_priority(char **p, int *priority, bool with_facility);
- size_t syslog_parse_identifier(const char **buf, char **identifier, char 
**pid);
- 
- void server_forward_syslog(Server *s, int priority, const char *identifier, 
const char *message, struct ucred 

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

2013-09-12 Thread Dave Reisner
Date: Friday, September 13, 2013 @ 04:35:30
  Author: dreisner
Revision: 194280

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 194279, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 194279, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 194279, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 194279, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 194279, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 194279, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 194279, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 194279, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 194279, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 194279, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-journal-fix-parsing-of-facility-in-syslog-messages.patch
  
systemd/repos/testing-i686/0001-udev-static_node-don-t-touch-permissions-uneccessari.patch
  
systemd/repos/testing-i686/0002-tmpfiles-support-passing-prefix-multiple-times.patch
  systemd/repos/testing-i686/0003-tmpfiles-introduce-exclude-prefix.patch
  
systemd/repos/testing-i686/0004-tmpfiles-setup-exclude-dev-prefixes-files.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-journal-fix-parsing-of-facility-in-syslog-messages.patch
  
systemd/repos/testing-x86_64/0001-udev-static_node-don-t-touch-permissions-uneccessari.patch
  
systemd/repos/testing-x86_64/0002-tmpfiles-support-passing-prefix-multiple-times.patch
  systemd/repos/testing-x86_64/0003-tmpfiles-introduce-exclude-prefix.patch
  
systemd/repos/testing-x86_64/0004-tmpfiles-setup-exclude-dev-prefixes-files.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

+
 /PKGBUILD  
|  264 
 /initcpio-hook-udev
|   40 +
 /initcpio-install-systemd  
|  312 ++
 /initcpio-install-udev 
|   56 +
 /systemd.install   
|  206 ++
 testing-i686/0001-journal-fix-parsing-of-facility-in-syslog-messages.patch 
|   89 --
 testing-i686/0001-udev-static_node-don-t-touch-permissions-uneccessari.patch   
|   28 
 testing-i686/0002-tmpfiles-support-passing-prefix-multiple-times.patch 
|   90 --
 testing-i686/0003-tmpfiles-introduce-exclude-prefix.patch  
|  138 
 testing-i686/0004-tmpfiles-setup-exclude-dev-prefixes-files.patch  
|   23 
 testing-i686/PKGBUILD  
|  152 
 testing-i686/initcpio-hook-udev
|   20 
 testing-i686/initcpio-install-systemd  
|  156 -
 testing-i686/initcpio-install-udev 
|   28 
 testing-i686/systemd.install   
|  103 ---
 testing-x86_64/0001-journal-fix-parsing-of-facility-in-syslog-messages.patch   
|   89 --
 testing-x86_64/0001-udev-static_node-don-t-touch-permissions-uneccessari.patch 
|   28 
 testing-x86_64/0002-tmpfiles-support-passing-prefix-multiple-times.patch   
|   90 --
 testing-x86_64/0003-tmpfiles-introduce-exclude-prefix.patch
|  138 
 testing-x86_64/0004-tmpfiles-setup-exclude-dev-prefixes-files.patch
|   23 
 testing-x86_64/PKGBUILD
|  152 
 testing-x86_64/initcpio-hook-udev  
|   20 
 testing-x86_64/initcpio-install-systemd
|  156 -
 testing-x86_64/initcpio-install-udev   
|   28 
 testing-x86_64/systemd.install 
|  103 ---
 25 files changed, 878 insertions(+), 1654 deletions(-)

The diff is longer 

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

2013-09-12 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 06:26:25
  Author: bisson
Revision: 194281

shipping two interfaces does not work; remove cgraph as few things have been 
ported to it yet

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 02:35:30 UTC (rev 194280)
+++ PKGBUILD2013-09-13 04:26:25 UTC (rev 194281)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -50,10 +50,7 @@
export PYTHON=python2
export LUA=lua5.1
 
-   # install the graph and cgraph api alongside
-   sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --with-cgraph=no
make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
make
 }
@@ -61,7 +58,4 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-
-   # everything has been built against cgraph, but use graph as default api
-   sed '/#define WITH_CGRAPH 1/d' -i 
${pkgdir}/usr/include/graphviz/types.h
 }



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

2013-09-12 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 06:26:54
  Author: bisson
Revision: 194282

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

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 194281, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-i686/install
(from rev 194281, graphviz/trunk/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 194281, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-x86_64/install
(from rev 194281, graphviz/trunk/install)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/install|   12 +
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/install  |   12 +
 4 files changed, 146 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 194281, 
graphviz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 04:26:54 UTC (rev 194282)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.32.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'ruby: ruby bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed \
+   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
+   -i config/config_perl.pl
+   sed \
+   -e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})':' \
+   -e '/CONFIG/s:site:vendor:' \
+   -i config/config_ruby.rb
+   sed \
+   -e 's:guile-1.8:guile-2.0:g' \
+   -e 's:ruby-1.9:ruby-2.0:g' \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr --with-cgraph=no
+   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/testing-i686/install (from rev 194281, 
graphviz/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-09-13 04:26:54 UTC (rev 194282)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/testing-x86_64/PKGBUILD (from rev 194281, 
graphviz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-13 04:26:54 UTC (rev 194282)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.32.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'ruby: ruby bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd