[arch-commits] Commit in virtualbox-modules/trunk (3 files)

2013-07-05 Thread Evangelos Foutras
Date: Friday, July 5, 2013 @ 09:07:43
  Author: foutrelis
Revision: 93541

upgpkg: virtualbox-modules 4.2.16-2

Linux 3.10 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD
  virtualbox-modules/trunk/virtualbox-guest-modules.install
  virtualbox-modules/trunk/virtualbox-host-modules.install

--+
 PKGBUILD |   12 ++--
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 05:41:20 UTC (rev 93540)
+++ PKGBUILD2013-07-05 07:07:43 UTC (rev 93541)
@@ -5,12 +5,12 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux=3.9' 'linux3.10'
- 'linux-headers=3.9' 'linux-headers3.10'
+makedepends=('linux=3.10' 'linux3.11'
+ 'linux-headers=3.10' 'linux-headers3.11'
  virtualbox-host-dkms=$pkgver
  virtualbox-guest-dkms=$pkgver
  'expac'
@@ -18,7 +18,7 @@
  'bc')
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.9-ARCH
+_extramodules=extramodules-3.10-ARCH
 
 build() {
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
@@ -36,7 +36,7 @@
 package_virtualbox-host-modules(){
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.9' 'linux3.10')
+  depends=('linux=3.10' 'linux3.11')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -51,7 +51,7 @@
   _kernver=$(cat /usr/lib/modules/$_extramodules/version)
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux=3.9' 'linux3.10')
+  depends=('linux=3.10' 'linux3.11')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2013-07-05 05:41:20 UTC (rev 93540)
+++ virtualbox-guest-modules.install2013-07-05 07:07:43 UTC (rev 93541)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.9-ARCH'
+  EXTRAMODULES='extramodules-3.10-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2013-07-05 05:41:20 UTC (rev 93540)
+++ virtualbox-host-modules.install 2013-07-05 07:07:43 UTC (rev 93541)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES='extramodules-3.9-ARCH'
+  EXTRAMODULES='extramodules-3.10-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-07-05 Thread Evangelos Foutras
Date: Friday, July 5, 2013 @ 09:07:59
  Author: foutrelis
Revision: 93542

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

Added:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 93541, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 93541, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 93541, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 93541, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 93541, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 93541, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 93541, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 93541, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
  virtualbox-modules/repos/community-testing-i686/build.sh
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules/repos/community-testing-x86_64/build.sh
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  130 
 /build.sh |   50 
 /virtualbox-guest-modules.install |   42 +++
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   65 --
 community-testing-i686/build.sh   |   25 --
 community-testing-i686/virtualbox-guest-modules.install   |   21 -
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   65 --
 community-testing-x86_64/build.sh |   25 --
 community-testing-x86_64/virtualbox-guest-modules.install |   21 -
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-07-05 07:07:43 UTC (rev 93541)
+++ community-testing-i686/PKGBUILD 2013-07-05 07:07:59 UTC (rev 93542)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.14
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.10' 'linux3.11'
- 'linux-headers=3.10' 'linux-headers3.11'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver
- 'expac'
- 'sed'
- 'bc')
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.10-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.10' 'linux3.11')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.10' 'linux3.11')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  

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

2013-07-05 Thread Laurent Carlier
Date: Friday, July 5, 2013 @ 11:49:02
  Author: lcarlier
Revision: 189705

upgpkg: mesa 9.1.4-2

Remove vdpau drivers from nouveau (FS#36004)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 05:55:47 UTC (rev 189704)
+++ PKGBUILD2013-07-05 09:49:02 UTC (rev 189705)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.1.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
  'libvdpau' 'wayland' 'llvm-amdgpu-snapshot' 'systemd')
@@ -85,8 +85,9 @@
   pkgdesc=Mesa drivers for Nouveau
   depends=(mesa-libgl=${pkgver})
 
-  install -m755 -d ${pkgdir}/usr/lib/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib/vdpau/
+  # vdpau driver is problematic, so remove it (FS#36004)
+  # install -m755 -d ${pkgdir}/usr/lib/vdpau/
+  # mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib/vdpau/
 
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib/xorg/modules/dri/



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

2013-07-05 Thread Massimiliano Torromeo
Date: Friday, July 5, 2013 @ 11:48:20
  Author: mtorromeo
Revision: 93543

upgpkg: percona-server 5.5.32_rel31.0-1

Updated to 5.5.32_rel31.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 07:07:59 UTC (rev 93542)
+++ PKGBUILD2013-07-05 09:48:20 UTC (rev 93543)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=percona-server
-pkgver=5.5.31_rel30.3
+pkgver=5.5.32_rel31.0
 pkgrel=1
 pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
 arch=('i686' 'x86_64')
@@ -97,7 +97,7 @@
rm ${pkgdir}/usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('808fea7fa2a10e61a3767819f4f9275afc8e5a66a7567b7b6d9e3bde2b79fce3'
+sha256sums=('e34676cea5ceb398258408e31e8527724845f83bbbf1f22308f5069304118e8f'
 '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
 '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60')



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

2013-07-05 Thread Laurent Carlier
Date: Friday, July 5, 2013 @ 11:49:13
  Author: lcarlier
Revision: 189706

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 189705, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 189705, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 189705, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 189705, mesa/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   82 +
 testing-i686/PKGBUILD   |  149 ++
 testing-x86_64/LICENSE  |   82 +
 testing-x86_64/PKGBUILD |  149 ++
 4 files changed, 462 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 189705, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-07-05 09:49:13 UTC (rev 189706)
@@ -0,0 +1,82 @@
+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/testing-i686/PKGBUILD (from rev 189705, mesa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   

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

2013-07-05 Thread Massimiliano Torromeo
Date: Friday, July 5, 2013 @ 11:53:28
  Author: mtorromeo
Revision: 93544

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 93543, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 93543, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 93543, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 93543, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 93543, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 93543, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 93543, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 93543, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 93543, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 93543, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 93543, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 93543, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  206 +++
 /my.cnf  |  290 +
 /mysqld-post.sh  |   16 +
 /mysqld-tmpfile.conf |2 
 /mysqld.service  |   32 +++
 /percona.install |   74 
 community-i686/PKGBUILD  |  103 ---
 community-i686/my.cnf|  145 
 community-i686/mysqld-post.sh|8 
 community-i686/mysqld-tmpfile.conf   |1 
 community-i686/mysqld.service|   16 -
 community-i686/percona.install   |   37 
 community-x86_64/PKGBUILD|  103 ---
 community-x86_64/my.cnf  |  145 
 community-x86_64/mysqld-post.sh  |8 
 community-x86_64/mysqld-tmpfile.conf |1 
 community-x86_64/mysqld.service  |   16 -
 community-x86_64/percona.install |   37 
 18 files changed, 620 insertions(+), 620 deletions(-)

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


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

2013-07-05 Thread Laurent Carlier
Date: Friday, July 5, 2013 @ 12:23:35
  Author: lcarlier
Revision: 189708

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

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

-+
 /LICENSE|  164 +
 /PKGBUILD   |  300 ++
 testing-i686/LICENSE|   82 
 testing-i686/PKGBUILD   |  149 --
 testing-x86_64/LICENSE  |   82 
 testing-x86_64/PKGBUILD |  149 --
 6 files changed, 464 insertions(+), 462 deletions(-)

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2013-07-05 10:23:18 UTC (rev 189707)
+++ testing-i686/LICENSE2013-07-05 10:23:35 UTC (rev 189708)
@@ -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/testing-i686/LICENSE (from rev 189707, mesa/trunk/LICENSE)

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

2013-07-05 Thread Laurent Carlier
Date: Friday, July 5, 2013 @ 12:23:18
  Author: lcarlier
Revision: 189707

upgpkg: mesa 9.1.4-3

properly remove vdpau drivers from nouveau (FS#36004)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 09:49:13 UTC (rev 189706)
+++ PKGBUILD2013-07-05 10:23:18 UTC (rev 189707)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.1.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
  'libvdpau' 'wayland' 'llvm-amdgpu-snapshot' 'systemd')
@@ -86,8 +86,9 @@
   depends=(mesa-libgl=${pkgver})
 
   # vdpau driver is problematic, so remove it (FS#36004)
-  # install -m755 -d ${pkgdir}/usr/lib/vdpau/
-  # mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib/vdpau/
+  install -m755 -d ${pkgdir}/usr/lib/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib/vdpau/
+  rm -rf ${pkgdir}/usr/lib/vdpau/
 
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib/xorg/modules/dri/



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

2013-07-05 Thread Sergej Pupykin
Date: Friday, July 5, 2013 @ 12:37:39
  Author: spupykin
Revision: 93545

upgpkg: libvirt 1.1.0-2

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 09:53:28 UTC (rev 93544)
+++ PKGBUILD2013-07-05 10:37:39 UTC (rev 93545)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -33,11 +33,13 @@
 source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
libvirtd.conf.d
libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
+   libvirt.tmpfiles.d
+   storage-fix.patch::https://bugs.archlinux.org/index.php?getfile=10700;)
 md5sums=('f980a84719033e9efca01048da505dfb'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
+ '020971887442ebbf1b6949e031c8dd3f'
+ '321f03bd626d2d24e816d5298c3bc3fe')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -49,6 +51,8 @@
 sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 
+  patch -p1 $srcdir/storage-fix.patch
+
   export LDFLAGS=-lX11
   export RADVD=/usr/bin/radvd
   [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \



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

2013-07-05 Thread Sergej Pupykin
Date: Friday, July 5, 2013 @ 12:38:11
  Author: spupykin
Revision: 93546

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 93545, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 93545, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 93545, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 93545, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 93545, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 93545, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 93545, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 93545, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 93545, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 93545, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  176 ++
 /libvirt.install|   38 ++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 +
 community-i686/PKGBUILD |   84 --
 community-i686/libvirt.install  |   19 ---
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   84 --
 community-x86_64/libvirt.install|   19 ---
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 250 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 10:37:39 UTC (rev 93545)
+++ community-i686/PKGBUILD 2013-07-05 10:38:11 UTC (rev 93546)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit' 'numactl')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs' '!libtool')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install=libvirt.install
-source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-md5sums=('f980a84719033e9efca01048da505dfb'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  export PYTHON=`which python2`
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-audit \
-   --with-qemu-user=nobody 

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

2013-07-05 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 14:27:18
  Author: seblu
Revision: 93548

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

Added:
  rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch
(from rev 93547, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-i686/PKGBUILD
(from rev 93547, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
(from rev 93547, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-i686/urxvt.desktop
(from rev 93547, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-i686/urxvtc.desktop
(from rev 93547, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-x86_64/01-fix-tabber-perl-ext.patch
(from rev 93547, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-x86_64/PKGBUILD
(from rev 93547, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
(from rev 93547, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
(from rev 93547, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop
(from rev 93547, rxvt-unicode/trunk/urxvtc.desktop)
Deleted:
  rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch
  rxvt-unicode/repos/community-i686/PKGBUILD
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-i686/urxvt.desktop
  rxvt-unicode/repos/community-i686/urxvtc.desktop
  rxvt-unicode/repos/community-x86_64/01-fix-tabber-perl-ext.patch
  rxvt-unicode/repos/community-x86_64/PKGBUILD
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop

---+
 /01-fix-tabber-perl-ext.patch |   24 +++
 /PKGBUILD |  166 
 /urxvt-tabbed.desktop |   18 ++
 /urxvt.desktop|   18 ++
 /urxvtc.desktop   |   18 ++
 community-i686/01-fix-tabber-perl-ext.patch   |   12 -
 community-i686/PKGBUILD   |   82 ---
 community-i686/urxvt-tabbed.desktop   |9 -
 community-i686/urxvt.desktop  |9 -
 community-i686/urxvtc.desktop |9 -
 community-x86_64/01-fix-tabber-perl-ext.patch |   12 -
 community-x86_64/PKGBUILD |   82 ---
 community-x86_64/urxvt-tabbed.desktop |9 -
 community-x86_64/urxvt.desktop|9 -
 community-x86_64/urxvtc.desktop   |9 -
 15 files changed, 244 insertions(+), 242 deletions(-)

Deleted: community-i686/01-fix-tabber-perl-ext.patch
===
--- community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 12:27:05 UTC (rev 
93547)
+++ community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 12:27:18 UTC (rev 
93548)
@@ -1,12 +0,0 @@
-# https://bugs.archlinux.org/task/35420
 a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
-+++ b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
-@@ -402,7 +402,7 @@
- # simply proxies all interesting calls back to the tabbed class.
- 
- {
--   for my $hook qw(start destroy key_press property_notify) {
-+   for my $hook (qw(start destroy key_press property_notify)) {
-   eval qq{
-  sub on_$hook {
- my \$parent = \$_[0]{term}{parent}

Copied: rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch (from 
rev 93547, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
===
--- community-i686/01-fix-tabber-perl-ext.patch (rev 0)
+++ community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 12:27:18 UTC (rev 
93548)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
 b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+   eval qq{
+  sub on_$hook {
+ my \$parent = \$_[0]{term}{parent}

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 12:27:05 UTC (rev 93547)
+++ community-i686/PKGBUILD 2013-07-05 12:27:18 UTC (rev 93548)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.18
-pkgrel=5
-pkgdesc='An 

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

2013-07-05 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 14:27:05
  Author: seblu
Revision: 93547

upgpkg: rxvt-unicode 9.18-6

Modified:
  rxvt-unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 10:38:11 UTC (rev 93546)
+++ PKGBUILD2013-07-05 12:27:05 UTC (rev 93547)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.18
-pkgrel=5
+pkgrel=6
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -32,6 +32,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  # we disable smart-resize (FS#34807)
   ./configure \
 --prefix=/usr \
 --with-terminfo=/usr/share/terminfo \
@@ -49,7 +50,7 @@
 --enable-rxvt-scroll \
 --enable-selectionscrolling \
 --enable-slipwheeling \
---enable-smart-resize \
+--disable-smart-resize \
 --enable-startup-notification \
 --enable-transparency \
 --enable-unicode3 \



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

2013-07-05 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 15:07:11
  Author: seblu
Revision: 93549

upgpkg: rxvt-unicode 9.18-7

create a separate package for terminfo. Usefull for servers installation.

Modified:
  rxvt-unicode/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 22 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 12:27:18 UTC (rev 93548)
+++ PKGBUILD2013-07-05 13:07:11 UTC (rev 93549)
@@ -4,15 +4,14 @@
 # Contributor: tobias tob...@archlinux.org
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
-pkgname=rxvt-unicode
+pkgbase=rxvt-unicode
+pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
 pkgver=9.18
-pkgrel=6
-pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
 license=('GPL')
-depends=('libxft' 'perl' 'startup-notification')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
+makedepends=('libxft' 'perl' 'startup-notification')
 source=(
   http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2;
   'urxvt.desktop'
@@ -64,20 +63,30 @@
   make
 }
 
-package() {
-  pushd $pkgname-$pkgver
+package_rxvt-unicode() {
+  pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
+  depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification')
+  optdepends=('gtk2-perl: to use the urxvt-tabbed')
+
+  # install freedesktop menu
+  for _f in urxvt urxvtc urxvt-tabbed; do
+install -Dm644 $_f.desktop $pkgdir/usr/share/applications/$_f.desktop
+  done
+  cd $pkgname-$pkgver
   # workaround terminfo installation
-  export TERMINFO=$pkgdir/usr/share/terminfo
+  export TERMINFO=$srcdir/terminfo
   install -d $TERMINFO
   make DESTDIR=$pkgdir install
   # install the tabbing wrapper ( requires gtk2-perl! )
   sed -i 's/\rxvt\/urxvt/' doc/rxvt-tabbed
   install -Dm 755 doc/rxvt-tabbed $pkgdir/usr/bin/urxvt-tabbed
-  popd
-  # install freedesktop menu
-  for _f in urxvt urxvtc urxvt-tabbed; do
-install -Dm644 $_f.desktop $pkgdir/usr/share/applications/$_f.desktop
-  done
 }
 
+package_rxvt-unicode-terminfo() {
+  pkgdesc='Terminfo files for urxvt'
+  conflict=('rxvt-unicode=9.18-6')
+  install -dm 755 $pkgdir/usr/share/
+  mv terminfo $pkgdir/usr/share/
+}
+
 # vim:set ts=2 sw=2 et:



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

2013-07-05 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 15:07:23
  Author: seblu
Revision: 93550

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

Added:
  rxvt-unicode/repos/community-testing-i686/
  rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch
(from rev 93549, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-testing-i686/PKGBUILD
(from rev 93549, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-testing-i686/urxvt-tabbed.desktop
(from rev 93549, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-testing-i686/urxvt.desktop
(from rev 93549, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-testing-i686/urxvtc.desktop
(from rev 93549, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-testing-x86_64/
  rxvt-unicode/repos/community-testing-x86_64/01-fix-tabber-perl-ext.patch
(from rev 93549, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-testing-x86_64/PKGBUILD
(from rev 93549, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-testing-x86_64/urxvt-tabbed.desktop
(from rev 93549, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-testing-x86_64/urxvt.desktop
(from rev 93549, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-testing-x86_64/urxvtc.desktop
(from rev 93549, rxvt-unicode/trunk/urxvtc.desktop)

---+
 community-testing-i686/01-fix-tabber-perl-ext.patch   |   12 ++
 community-testing-i686/PKGBUILD   |   92 
 community-testing-i686/urxvt-tabbed.desktop   |9 +
 community-testing-i686/urxvt.desktop  |9 +
 community-testing-i686/urxvtc.desktop |9 +
 community-testing-x86_64/01-fix-tabber-perl-ext.patch |   12 ++
 community-testing-x86_64/PKGBUILD |   92 
 community-testing-x86_64/urxvt-tabbed.desktop |9 +
 community-testing-x86_64/urxvt.desktop|9 +
 community-testing-x86_64/urxvtc.desktop   |9 +
 10 files changed, 262 insertions(+)

Copied: rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch 
(from rev 93549, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
===
--- community-testing-i686/01-fix-tabber-perl-ext.patch 
(rev 0)
+++ community-testing-i686/01-fix-tabber-perl-ext.patch 2013-07-05 13:07:23 UTC 
(rev 93550)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
 b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+   eval qq{
+  sub on_$hook {
+ my \$parent = \$_[0]{term}{parent}

Copied: rxvt-unicode/repos/community-testing-i686/PKGBUILD (from rev 93549, 
rxvt-unicode/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-05 13:07:23 UTC (rev 93550)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgbase=rxvt-unicode
+pkgname=('rxvt-unicode' 'rxvt-unicode-terminfo')
+pkgver=9.18
+pkgrel=7
+arch=('i686' 'x86_64')
+url='http://software.schmorp.de/pkg/rxvt-unicode.html'
+license=('GPL')
+makedepends=('libxft' 'perl' 'startup-notification')
+source=(
+  http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2;
+  'urxvt.desktop'
+  'urxvtc.desktop'
+  'urxvt-tabbed.desktop'
+  '01-fix-tabber-perl-ext.patch'
+)
+md5sums=('963ccc748fe5bca925e7b92c0404d68b'
+ 'fec94dc986fa37ec380079d81de3e0b2'
+ 'fac55f0a8404c86dad3e702146762332'
+ '8a5599197568c63720e282b9722a7990'
+ '0c26ae7022a128e68981577785358b63')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver  01-fix-tabber-perl-ext.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # we disable smart-resize (FS#34807)
+  ./configure \
+--prefix=/usr \
+--with-terminfo=/usr/share/terminfo \
+--enable-256-color \
+--enable-combining \
+--enable-fading \
+--enable-font-styles \
+--enable-iso14755 \
+--enable-keepscrolling \
+--enable-lastlog \
+--enable-mousewheel \
+--enable-next-scroll \
+--enable-perl \
+--enable-pointer-blank \
+--enable-rxvt-scroll \
+--enable-selectionscrolling \
+--enable-slipwheeling \
+--disable-smart-resize \
+

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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 16:14:34
  Author: arodseth
Revision: 93551

Attempt #1 at upgrading to the lastest version

Modified:
  povray/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 13:07:23 UTC (rev 93550)
+++ PKGBUILD2013-07-05 14:14:34 UTC (rev 93551)
@@ -6,8 +6,8 @@
 # Contributor: neri
 
 pkgname=povray
-pkgver=3.7.0.RC6
-pkgrel=8
+pkgver=3.7.0.RC7
+pkgrel=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
 license=('custom')
@@ -16,12 +16,12 @@
 makedepends=('boost')
 backup=(etc/povray/${pkgver%.*.*}/povray.conf
 etc/povray/${pkgver%.*.*}/povray.ini)
-source=(http://www.povray.org/redirect/www.povray.org/beta/source/$pkgname-$pkgver.tar.gz;
+source=(http://www.povray.org/redirect/www.povray.org/beta/source/$pkgname-$pkgver.tar.bz2;
 'povray3.7.0_rc3-user-conf.patch'
 'distribution-license.txt'
 'LICENSE'
 'source-license.txt')
-sha256sums=('374957bdb90fb7be5f36f839b3f04ab0a4340f6e8cf369f658d6592a342803e3'
+sha256sums=('fd2fdf8673bb20e66d77f550eca7b6052cce971731d11a1f96edd950641c09fd'
 '95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0'
 'bcf6893c741568bbff6839bb7310b0c43af8cb54bae792da21123e1026f91ae9'
 '9162060797de4f7f91ccf5e1fac5ec3378a0b0fed382393797ba3f4f27896402'
@@ -32,20 +32,22 @@
 
   sed -i 's:=no:=yes:' unix/config/ax_boost_thread.m4
   sed -i 's:AC_MSG_FAILURE(\[c:AC_MSG_RESULT(\[:' configure.ac
-  sed -i 's:TIME_UTC:TIME_UTC_:' \
-source/backend/scene/view.cpp \
-vfe/vfepovms.cpp \
-vfe/vfesession.cpp
+  #sed -i 's:TIME_UTC:TIME_UTC_:' \
+  #  source/backend/scene/view.cpp \
+  #  vfe/vfepovms.cpp \
+  #  vfe/vfesession.cpp
   ./bootstrap
+  gzip -f povray.1
   patch -p1  ../povray3.7.0_rc3-user-conf.patch
-  gzip povray.1
 }
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  COMPILED_BY=Arch Linux ./configure --prefix=/usr --sysconfdir=/etc
-  make CXXFLAGS+=-lboost_system
+  # DOESN'T COMPILE
+
+  COMPILED_BY=Arch Linux ./configure --prefix=/usr --sysconfdir=/etc 
--with-boost-thread=boost_thread
+  make CXXFLAGS+=-lboost_system -j1
 }
 
 package() {



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

2013-07-05 Thread Tobias Powalowski
Date: Friday, July 5, 2013 @ 16:52:38
  Author: tpowa
Revision: 189709

upgpkg: archboot 2013.07-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 10:23:35 UTC (rev 189708)
+++ PKGBUILD2013-07-05 14:52:38 UTC (rev 189709)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=archboot
-pkgver=2013.06
-pkgrel=3
+pkgver=2013.07
+pkgrel=1
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -18,7 +18,7 @@
  'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
  'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
 'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1' 
'linux-lts=3.0.25-1'
+ 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
  'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
  'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
 'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
@@ -43,21 +43,19 @@
 'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
 'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
 'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
-'efibootmgr=0.5.4-3' 'systemd-sysvcompat=188-2' 
'arch-wiki-lite=20120619-1'
+'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
  'amd-ucode=2012.01.17-3' 'intel-ucode=20120606-1' 
'arch-install-scripts=5-1' 'zsh=5.0.0-2' 'gdbm=1.10-1'
  'grml-zsh-config=0.6.2-1' 'cpupower=3.5-4' 'wvdial=1.61-4' 
'xl2tpd=1.3.0-2' 'usb_modeswitch=1.2.4-1'
- 'gummiboot=6' 'refind-efi=0.4.5-1' 'efilinux-efi=1.0-1' 
'f2fs-tools=1.1.0-2' 'prebootloader=20130206-1' 
+ 'gummiboot=6' 'refind-efi=0.4.5-1' 'efibootmgr=0.6.0-3' 
'f2fs-tools=1.1.0-2' 'prebootloader=20130206-1' 
  'lockdown-ms=20130326-1' 'efivar=0.4_18_gb8c524c-1') 
 
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-$pkgrel.tar.bz2)
 backup=('etc/archboot/allinone.conf'
-'etc/archboot/allinone-lts.conf'
 'etc/archboot/default.conf'
 'etc/archboot/default-ftp.conf'
 'etc/archboot/default-pxelinux.conf'
 'etc/archboot/default-ftp-pxelinux.conf'
 'etc/archboot/presets/allinone'
-'etc/archboot/presets/allinone-lts'
 'etc/archboot/presets/isolinux'
 'etc/archboot/presets/isolinux-ftp'
 'etc/archboot/presets/syslinux'
@@ -72,9 +70,7 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-3
+  cd $srcdir/$pkgname-$pkgver-1
   mv * $pkgdir/
 }
-md5sums=('28f75f50ba0ab9a56dcc726622301216')
-md5sums=('db33ffed607f63fc9dd0ee242767bcae')
-md5sums=('df696d8bf08195123755c875b11b2342')
+md5sums=('cdefdcce36011eb8a9d07bedb5221d80')



[arch-commits] Commit in archboot/repos (3 files)

2013-07-05 Thread Tobias Powalowski
Date: Friday, July 5, 2013 @ 16:52:46
  Author: tpowa
Revision: 189710

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/
  archboot/repos/testing-any/PKGBUILD
(from rev 189709, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 189709, archboot/trunk/archboot.install)

--+
 PKGBUILD |   76 +
 archboot.install |   24 
 2 files changed, 100 insertions(+)

Copied: archboot/repos/testing-any/PKGBUILD (from rev 189709, 
archboot/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-05 14:52:46 UTC (rev 189710)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=archboot
+pkgver=2013.07
+pkgrel=1
+pkgdesc=Advanced, modular arch boot/install image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
+ 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
+ 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
+ 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
+ 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
+ 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
+ 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6' 
'dnsutils=9.9.2.P1-1'
+ 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
+ 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
+'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
+ 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
+ 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
+ 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
+'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
+'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
+'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
+'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
+'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
+'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
+'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
+'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
+'wireless-regdb=2011.04.28-1' 'v86d=0.1.10-2' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
+'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
+'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
+'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
+'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
+'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
+'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
+'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
+'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
+'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
+'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
+'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
+'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
+'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
+'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
+ 'amd-ucode=2012.01.17-3' 'intel-ucode=20120606-1' 
'arch-install-scripts=5-1' 'zsh=5.0.0-2' 

[arch-commits] Commit in gramps/trunk (PKGBUILD block-changed.patch gramps.install)

2013-07-05 Thread Sergej Pupykin
Date: Friday, July 5, 2013 @ 17:03:21
  Author: spupykin
Revision: 93552

upgpkg: gramps 2:4.0.1-1

upd

Added:
  gramps/trunk/block-changed.patch
Modified:
  gramps/trunk/PKGBUILD
  gramps/trunk/gramps.install

-+
 PKGBUILD|   26 +++---
 block-changed.patch |   42 ++
 gramps.install  |6 +++---
 3 files changed, 60 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 14:14:34 UTC (rev 93551)
+++ PKGBUILD2013-07-05 15:03:21 UTC (rev 93552)
@@ -5,16 +5,16 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gramps
-epoch=1
-pkgver=3.4.5
+pkgver=4.0.1
 pkgrel=1
+epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
 arch=('any')
 url=http://gramps-project.org/;
 license=('GPL')
 depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
 'gnome-icon-theme' 'xdg-utils' 'python2-bsddb')
-makedepends=('intltool')
+makedepends=('intltool' 'python2-distribute')
 optdepends=('python2-gnomevfs: mime functions support'
 'python2-gtkspell: spellchecking support'
 'pywebkitgtk: html rendering support'
@@ -23,19 +23,23 @@
 #'python-osmgpsmap: openstreetmap support'
 #'pyexiv2: exif support'
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz)
-md5sums=('db576b40dcef5bc45390c45aa4d40367')
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('078ae6f9138570447081b64f8ae8a701'
+ 'b2443587e08c4951f00e9401d47e1ccc')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/block-changed.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i s|register('preferences.use-bsddb3', 
False)|register('preferences.use-bsddb3', True)| src/config.py
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-mime-install \
-  PYTHON=python2
-  make
+  python2 setup.py build
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
+  python2 setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python2.7/site-packages/gramps/gen/utils/resource-path
 }

Added: block-changed.patch
===
--- block-changed.patch (rev 0)
+++ block-changed.patch 2013-07-05 15:03:21 UTC (rev 93552)
@@ -0,0 +1,42 @@
+Index: gramps/gui/widgets/validatedmaskedentry.py
+===
+--- gramps/gui/widgets/validatedmaskedentry.py (revision 22628)
 gramps/gui/widgets/validatedmaskedentry.py (revision 22630)
+@@ -235,6 +235,7 @@
+ __gtype_name__ = 'MaskedEntry'
+ 
+ def __init__(self):
++self._block_changed = False
+ UndoableEntry.__init__(self)
+ 
+ # connect in UndoableEntry:
+@@ -253,7 +254,6 @@
+ 
+ self._completion = None
+ self._exact_completion = False
+-self._block_changed = False
+ self.hasicon = False
+ ##self._icon = IconEntry(self)
+ 
+@@ -1157,10 +1157,10 @@
+ self.data_type = None
+ self.mandatory = False
+ self.error_icon = error_icon
++self._block_changed = False
+ 
+ MaskedEntry.__init__(self)
+ 
+-self._block_changed = False
+ self._valid = True
+ self._def_error_msg = None
+ self._fade = FadeOut(self, err_color)
+@@ -1171,7 +1171,8 @@
+ 
+ # Virtual methods
+ def do_changed(self):
+-if self._block_changed:
++block_changed = getattr(self, '_block_changed', True)
++if block_changed:
+ self.emit_stop_by_name('changed')
+ return
+ self.emit('content-changed')

Modified: gramps.install
===
--- gramps.install  2013-07-05 14:14:34 UTC (rev 93551)
+++ gramps.install  2013-07-05 15:03:21 UTC (rev 93552)
@@ -1,7 +1,7 @@
 post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-  xdg-icon-resource forceupdate --theme gnome
+  update-desktop-database -q /dev/null 
+  update-mime-database usr/share/mime /dev/null 
+  xdg-icon-resource forceupdate --theme gnome /dev/null 
 }
 
 post_upgrade() {



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

2013-07-05 Thread Sergej Pupykin
Date: Friday, July 5, 2013 @ 17:03:33
  Author: spupykin
Revision: 93553

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 93552, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 93552, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 93552, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   86 ++
 block-changed.patch |   42 
 gramps.install  |   26 +++
 3 files changed, 100 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-05 15:03:21 UTC (rev 93552)
+++ PKGBUILD2013-07-05 15:03:33 UTC (rev 93553)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-epoch=1
-pkgver=3.4.5
-pkgrel=1
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-'gnome-icon-theme' 'xdg-utils' 'python2-bsddb')
-makedepends=('intltool')
-optdepends=('python2-gnomevfs: mime functions support'
-'python2-gtkspell: spellchecking support'
-'pywebkitgtk: html rendering support'
-'graphviz: graph exporting support'
-'ttf-freefont: more font support')
-#'python-osmgpsmap: openstreetmap support'
-#'pyexiv2: exif support'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz)
-md5sums=('db576b40dcef5bc45390c45aa4d40367')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i s|register('preferences.use-bsddb3', 
False)|register('preferences.use-bsddb3', True)| src/config.py
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-mime-install \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 93552, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-05 15:03:33 UTC (rev 93553)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.0.1
+pkgrel=1
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
+'gnome-icon-theme' 'xdg-utils' 'python2-bsddb')
+makedepends=('intltool' 'python2-distribute')
+optdepends=('python2-gnomevfs: mime functions support'
+'python2-gtkspell: spellchecking support'
+'pywebkitgtk: html rendering support'
+'graphviz: graph exporting support'
+'ttf-freefont: more font support')
+#'python-osmgpsmap: openstreetmap support'
+#'pyexiv2: exif support'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('078ae6f9138570447081b64f8ae8a701'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python2.7/site-packages/gramps/gen/utils/resource-path
+}

Copied: gramps/repos/community-any/block-changed.patch (from rev 93552, 
gramps/trunk/block-changed.patch)
===
--- block-changed.patch (rev 0)
+++ block-changed.patch 2013-07-05 15:03:33 UTC (rev 93553)
@@ -0,0 +1,42 @@
+Index: gramps/gui/widgets/validatedmaskedentry.py
+===
+--- gramps/gui/widgets/validatedmaskedentry.py (revision 22628)
 gramps/gui/widgets/validatedmaskedentry.py (revision 22630)
+@@ -235,6 +235,7 @@
+ __gtype_name__ = 'MaskedEntry'
+ 
+ def __init__(self):
++self._block_changed = False
+ UndoableEntry.__init__(self)
+ 
+ # connect in UndoableEntry:
+@@ -253,7 +254,6 @@
+ 
+ 

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

2013-07-05 Thread Ray Rashif
Date: Friday, July 5, 2013 @ 17:55:31
  Author: schiv
Revision: 189711

upgpkg: opencv 2.4.6-1

upstream release

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 14:52:46 UTC (rev 189710)
+++ PKGBUILD2013-07-05 15:55:31 UTC (rev 189711)
@@ -5,8 +5,8 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 _realname=OpenCV
-pkgver=2.4.5
-pkgrel=3
+pkgver=2.4.6
+pkgrel=1
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -21,7 +21,7 @@
 
source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.tar.gz;
 'pkgconfig.patch'
 'fsh.patch')
-md5sums=('8eac87462c7bec8b89021b723207c623'
+md5sums=('c5e8758a419b4f258611b17fc83aafaf'
  'cb916260b5ec594fe7a0cc2e54fc569f'
  '35256e3ccace373feba8131d1540a0de')
 



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

2013-07-05 Thread Ray Rashif
Date: Friday, July 5, 2013 @ 17:55:50
  Author: schiv
Revision: 189712

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 189711, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 189711, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 189711, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 189711, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 189711, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 189711, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  212 +
 /fsh.patch   |  206 +++
 /pkgconfig.patch |   70 +
 extra-i686/PKGBUILD  |  106 
 extra-i686/fsh.patch |  103 ---
 extra-i686/pkgconfig.patch   |   35 --
 extra-x86_64/PKGBUILD|  106 
 extra-x86_64/fsh.patch   |  103 ---
 extra-x86_64/pkgconfig.patch |   35 --
 9 files changed, 488 insertions(+), 488 deletions(-)

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


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

2013-07-05 Thread Jelle van der Waa
Date: Friday, July 5, 2013 @ 18:13:33
  Author: jelle
Revision: 93554

upgpkg: python-cherrypy 3.2.3-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 15:03:33 UTC (rev 93553)
+++ PKGBUILD2013-07-05 16:13:33 UTC (rev 93554)
@@ -5,19 +5,17 @@
 # Contributor: Armando M. Baratti amblis...@ajato.com.br
 # Contributor: Florian Richter florian_rich...@gmx.de
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc=A pythonic, object-oriented web development framework
 arch=('any')
 url=http://www.cherrypy.org;
 license=('BSD')
 makedepends=('python' 'python2')
-source=(http://download.cherrypy.org/cherrypy/${pkgver}/CherryPy-${pkgver}.tar.gz;
 cherrypy-python33.patch)
-md5sums=('c1b1e9577f65f9bb88bfd1b15b93b911'
- '2fbec41d41c721beaf386ccd5f64c962')
+source=(https://bitbucket.org/cherrypy/cherrypy/downloads/CherryPy-${pkgver}.tar.gz;)
+md5sums=('cf64caa265d08f391da7539196fb36d0')
 
 build() {
-  (cd ${srcdir}/CherryPy-${pkgver}; patch -p1 -i 
${srcdir}/cherrypy-python33.patch)
   cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
 
   cd CherryPy-${pkgver}
@@ -56,3 +54,4 @@
   install -Dm644 cherrypy/LICENSE.txt \
 ${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt
 }
+md5sums=('cf64caa265d08f391da7539196fb36d0')



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

2013-07-05 Thread Jelle van der Waa
Date: Friday, July 5, 2013 @ 18:15:01
  Author: jelle
Revision: 93555

archrelease: copy trunk to community-any

Added:
  python-cherrypy/repos/community-any/PKGBUILD
(from rev 93554, python-cherrypy/trunk/PKGBUILD)
  python-cherrypy/repos/community-any/cherrypy-python33.patch
(from rev 93554, python-cherrypy/trunk/cherrypy-python33.patch)
Deleted:
  python-cherrypy/repos/community-any/PKGBUILD
  python-cherrypy/repos/community-any/cherrypy-python33.patch

-+
 PKGBUILD|  115 ++
 cherrypy-python33.patch |  100 
 2 files changed, 107 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-05 16:13:33 UTC (rev 93554)
+++ PKGBUILD2013-07-05 16:15:01 UTC (rev 93555)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Armando M. Baratti amblis...@ajato.com.br
-# Contributor: Florian Richter florian_rich...@gmx.de
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=A pythonic, object-oriented web development framework
-arch=('any')
-url=http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=(http://download.cherrypy.org/cherrypy/${pkgver}/CherryPy-${pkgver}.tar.gz;
 cherrypy-python33.patch)
-md5sums=('c1b1e9577f65f9bb88bfd1b15b93b911'
- '2fbec41d41c721beaf386ccd5f64c962')
-
-build() {
-  (cd ${srcdir}/CherryPy-${pkgver}; patch -p1 -i 
${srcdir}/cherrypy-python33.patch)
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd ${srcdir}/CherryPy2-${pkgver}
-  sed \
--e 's_#! /usr/bin/env python_2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root=${pkgdir} --optimize=1
-  mv ${pkgdir}/usr/bin/cherryd ${pkgdir}/usr/bin/cherryd2
-
-  install -Dm644 cherrypy/LICENSE.txt \
-${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 93554, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-05 16:15:01 UTC (rev 93555)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Armando M. Baratti amblis...@ajato.com.br
+# Contributor: Florian Richter florian_rich...@gmx.de
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=A pythonic, object-oriented web development framework
+arch=('any')
+url=http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/cherrypy/cherrypy/downloads/CherryPy-${pkgver}.tar.gz;)
+md5sums=('cf64caa265d08f391da7539196fb36d0')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd ${srcdir}/CherryPy2-${pkgver}
+  sed \
+-e 's_#! /usr/bin/env python_2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root=${pkgdir} --optimize=1
+  mv ${pkgdir}/usr/bin/cherryd ${pkgdir}/usr/bin/cherryd2
+
+  install -Dm644 cherrypy/LICENSE.txt \
+${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt
+}
+md5sums=('cf64caa265d08f391da7539196fb36d0')

Deleted: cherrypy-python33.patch
===
--- cherrypy-python33.patch 2013-07-05 16:13:33 UTC (rev 93554)
+++ cherrypy-python33.patch 2013-07-05 16:15:01 UTC (rev 93555)
@@ -1,50 +0,0 @@
-# HG changeset patch
-# User Jason R. Coombs jar...@jaraco.com
-# Date 1349660887 14400
-# Branch cherrypy-3.2.x
-# Node ID 01b6adcb3849b2ff4fa31e3298b494f6b136369e
-# Parent  9820107d4ffb8058fd507888f90e28c695f6b4c0
-Timer class 

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 18:55:54
  Author: bpiotrowski
Revision: 93557

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

Added:
  fceux/repos/community-staging-i686/
  fceux/repos/community-staging-i686/PKGBUILD
(from rev 93556, fceux/trunk/PKGBUILD)
  fceux/repos/community-staging-i686/fceux.install
(from rev 93556, fceux/trunk/fceux.install)
  fceux/repos/community-staging-x86_64/
  fceux/repos/community-staging-x86_64/PKGBUILD
(from rev 93556, fceux/trunk/PKGBUILD)
  fceux/repos/community-staging-x86_64/fceux.install
(from rev 93556, fceux/trunk/fceux.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/fceux.install   |   13 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/fceux.install |   13 
 4 files changed, 122 insertions(+)

Copied: fceux/repos/community-staging-i686/PKGBUILD (from rev 93556, 
fceux/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-05 16:55:54 UTC (rev 93557)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contriutor: Eric Belanger e...@archlinux.org
+# Contributor: Jo Christian Bergskås jcb...@gmail.com
+
+pkgname=fceux
+pkgver=2.2.1.1
+pkgrel=2
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install=$pkgname.install
+source=(https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.1%20src/$pkgname-$pkgver.src.tar.gz;)
+sha256sums=('afb0b3b8e1d2eea40c59777ef538b69b16164ae53c406106e541099534db828c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix=$pkgdir/usr
+
+  msg2 'Packaging documentation...'
+  install -Dm644 src/drivers/win/help/$pkgname.chm \
+$pkgdir/usr/share/doc/$pkgname/$pkgname.chm
+  cp -r documentation/* $pkgdir/usr/share/doc/$pkgname/
+  # Removing manpages that are already placed in the right location
+  rm -f $pkgdir/usr/share/doc/$pkgname/*.6
+  install -Dm644 changelog.txt $pkgdir/usr/share/doc/$pkgname/
+
+  msg2 'Packaging desktop shortcut and icon...'
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-staging-i686/fceux.install (from rev 93556, 
fceux/trunk/fceux.install)
===
--- community-staging-i686/fceux.install(rev 0)
+++ community-staging-i686/fceux.install2013-07-05 16:55:54 UTC (rev 
93557)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-staging-x86_64/PKGBUILD (from rev 93556, 
fceux/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 16:55:54 UTC (rev 93557)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contriutor: Eric Belanger e...@archlinux.org
+# Contributor: Jo Christian Bergskås jcb...@gmail.com
+
+pkgname=fceux
+pkgver=2.2.1.1
+pkgrel=2
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install=$pkgname.install
+source=(https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.1%20src/$pkgname-$pkgver.src.tar.gz;)
+sha256sums=('afb0b3b8e1d2eea40c59777ef538b69b16164ae53c406106e541099534db828c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix=$pkgdir/usr
+
+  msg2 'Packaging documentation...'
+  install -Dm644 src/drivers/win/help/$pkgname.chm \
+$pkgdir/usr/share/doc/$pkgname/$pkgname.chm
+  cp -r documentation/* $pkgdir/usr/share/doc/$pkgname/
+  # Removing manpages that are already placed in the right location
+  rm -f $pkgdir/usr/share/doc/$pkgname/*.6
+  install -Dm644 changelog.txt $pkgdir/usr/share/doc/$pkgname/
+
+  

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 18:55:41
  Author: bpiotrowski
Revision: 93556

upgpkg: fceux 2.2.1.1-2

- rebuild against gd 2.1.0

Modified:
  fceux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 16:15:01 UTC (rev 93555)
+++ PKGBUILD2013-07-05 16:55:41 UTC (rev 93556)
@@ -5,7 +5,7 @@
 
 pkgname=fceux
 pkgver=2.2.1.1
-pkgrel=1
+pkgrel=2
 url='http://www.fceux.com/'
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
 arch=('x86_64' 'i686')



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:02:05
  Author: bpiotrowski
Revision: 93558

upgpkg: fswebcam 20110717-3

- rebuild against gd 2.1.0

Modified:
  fswebcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 16:55:54 UTC (rev 93557)
+++ PKGBUILD2013-07-05 17:02:05 UTC (rev 93558)
@@ -5,7 +5,7 @@
 
 pkgname=fswebcam
 pkgver=20110717
-pkgrel=2
+pkgrel=3
 pkgdesc=Tiny and flexible webcam app.
 arch=('i686' 'x86_64')
 url=http://www.firestorm.cx/fswebcam;



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:02:14
  Author: bpiotrowski
Revision: 93559

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

Added:
  fswebcam/repos/community-staging-i686/
  fswebcam/repos/community-staging-i686/PKGBUILD
(from rev 93558, fswebcam/trunk/PKGBUILD)
  fswebcam/repos/community-staging-x86_64/
  fswebcam/repos/community-staging-x86_64/PKGBUILD
(from rev 93558, fswebcam/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: fswebcam/repos/community-staging-i686/PKGBUILD (from rev 93558, 
fswebcam/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-05 17:02:14 UTC (rev 93559)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Philipp Robbel rob...@gmail.com
+
+pkgname=fswebcam
+pkgver=20110717
+pkgrel=3
+pkgdesc=Tiny and flexible webcam app.
+arch=('i686' 'x86_64')
+url=http://www.firestorm.cx/fswebcam;
+license=('GPL')
+depends=('gd')
+backup=(etc/$pkgname.conf)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed s_^_#_g -i example.conf
+  install -Dm644 example.conf $pkgdir/etc/fswebcam.conf
+}
+
+# vim:ts=2:sw=2:expandtab

Copied: fswebcam/repos/community-staging-x86_64/PKGBUILD (from rev 93558, 
fswebcam/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 17:02:14 UTC (rev 93559)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Philipp Robbel rob...@gmail.com
+
+pkgname=fswebcam
+pkgver=20110717
+pkgrel=3
+pkgdesc=Tiny and flexible webcam app.
+arch=('i686' 'x86_64')
+url=http://www.firestorm.cx/fswebcam;
+license=('GPL')
+depends=('gd')
+backup=(etc/$pkgname.conf)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed s_^_#_g -i example.conf
+  install -Dm644 example.conf $pkgdir/etc/fswebcam.conf
+}
+
+# vim:ts=2:sw=2:expandtab



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:08:08
  Author: bpiotrowski
Revision: 93561

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

Added:
  mrtg/repos/community-staging-i686/
  mrtg/repos/community-staging-i686/PKGBUILD
(from rev 93560, mrtg/trunk/PKGBUILD)
  mrtg/repos/community-staging-x86_64/
  mrtg/repos/community-staging-x86_64/PKGBUILD
(from rev 93560, mrtg/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   29 +
 community-staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: mrtg/repos/community-staging-i686/PKGBUILD (from rev 93560, 
mrtg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-05 17:08:08 UTC (rev 93561)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=2
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Copied: mrtg/repos/community-staging-x86_64/PKGBUILD (from rev 93560, 
mrtg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 17:08:08 UTC (rev 93561)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=2
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:07:58
  Author: bpiotrowski
Revision: 93560

upgpkg: mrtg 2.17.4-2

- rebuild against gd 2.1.0

Modified:
  mrtg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:02:14 UTC (rev 93559)
+++ PKGBUILD2013-07-05 17:07:58 UTC (rev 93560)
@@ -4,7 +4,7 @@
 
 pkgname=mrtg
 pkgver=2.17.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Multi Router Traffic Grapher.
 arch=('i686' 'x86_64')
 url=http://oss.oetiker.ch/mrtg/;



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:26:27
  Author: bpiotrowski
Revision: 93562

upgpkg: openlierox 0.58_rc3-5

- rebuild against gd 2.1.0

Modified:
  openlierox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:08:08 UTC (rev 93561)
+++ PKGBUILD2013-07-05 17:26:27 UTC (rev 93562)
@@ -5,7 +5,7 @@
 
 pkgname=openlierox
 pkgver=0.58_rc3
-pkgrel=4
+pkgrel=5
 pkgdesc=A real-time excessive Worms-clone
 arch=('i686' 'x86_64')
 url=http://www.openlierox.net/;



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:26:50
  Author: bpiotrowski
Revision: 93563

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

Added:
  openlierox/repos/community-staging-i686/
  openlierox/repos/community-staging-i686/PKGBUILD
(from rev 93562, openlierox/trunk/PKGBUILD)
  openlierox/repos/community-staging-x86_64/
  openlierox/repos/community-staging-x86_64/PKGBUILD
(from rev 93562, openlierox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   65 
 community-staging-x86_64/PKGBUILD |   65 
 2 files changed, 130 insertions(+)

Copied: openlierox/repos/community-staging-i686/PKGBUILD (from rev 93562, 
openlierox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-05 17:26:50 UTC (rev 93563)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=openlierox
+pkgver=0.58_rc3
+pkgrel=5
+pkgdesc=A real-time excessive Worms-clone
+arch=('i686' 'x86_64')
+url=http://www.openlierox.net/;
+license=('LGPL')
+depends=('curl' 'gcc-libs' 'sdl_image' 'sdl_mixer' 'gd' 'hawknl' 'libxml2' 
'libzip')
+makedepends=('cmake')
+optdepends=('bash: for scripts support'
+'python: for scripts support')
+conflicts=('openlierox-beta' 'openlierox-svn')
+source=(http://downloads.sourceforge.net/$pkgname/OpenLieroX_$pkgver.src.tar.bz2)
+md5sums=('c4f7057d8f210e30bdef3cfdd75d613b')
+
+build() {
+  cd $srcdir/OpenLieroX
+
+  sed -i '1i #include sys/stat.h' 
src/breakpad/external/src/common/linux/file_id.cc
+  sed -i 's|/usr/share/games|/usr/share|g' include/FindFile.h
+
+  sed -i '/curl\/types\.h/d' include/HTTP.h
+  sed -i '/curl\/types\.h/d' src/common/HTTP.cpp
+
+  [[ -d build ]]  rm -r build 
+  mkdir build
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSTEM_DATA_DIR=/usr/share \
+   -DHAWKNL_BUILTIN=OFF \
+   -DBREAKPAD=OFF
+
+  make
+}
+
+package() {
+  cd $srcdir/OpenLieroX
+
+  # Awesome, they are using CMake but they do not want it to also make the 
install.
+
+  # install binary
+  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  # install data
+  install -m755 -d $pkgdir/usr/share/OpenLieroX
+  cp -r share/gamedir/* $pkgdir/usr/share/OpenLieroX/
+  find $pkgdir/usr/share/OpenLieroX -type d -exec chmod 755 {} +
+  find $pkgdir/usr/share/OpenLieroX -type f -exec chmod 644 {} +
+
+  # install manual
+  install -Dm644 doc/$pkgname.6 $pkgdir/usr/share/man/man6/$pkgname.6
+
+  # install icon
+  install -Dm644 share/OpenLieroX.svg \
+$pkgdir/usr/share/pixmaps/OpenLieroX.svg
+
+  # install .desktop file
+  install -Dm644 share/$pkgname-$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: openlierox/repos/community-staging-x86_64/PKGBUILD (from rev 93562, 
openlierox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 17:26:50 UTC (rev 93563)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=openlierox
+pkgver=0.58_rc3
+pkgrel=5
+pkgdesc=A real-time excessive Worms-clone
+arch=('i686' 'x86_64')
+url=http://www.openlierox.net/;
+license=('LGPL')
+depends=('curl' 'gcc-libs' 'sdl_image' 'sdl_mixer' 'gd' 'hawknl' 'libxml2' 
'libzip')
+makedepends=('cmake')
+optdepends=('bash: for scripts support'
+'python: for scripts support')
+conflicts=('openlierox-beta' 'openlierox-svn')
+source=(http://downloads.sourceforge.net/$pkgname/OpenLieroX_$pkgver.src.tar.bz2)
+md5sums=('c4f7057d8f210e30bdef3cfdd75d613b')
+
+build() {
+  cd $srcdir/OpenLieroX
+
+  sed -i '1i #include sys/stat.h' 
src/breakpad/external/src/common/linux/file_id.cc
+  sed -i 's|/usr/share/games|/usr/share|g' include/FindFile.h
+
+  sed -i '/curl\/types\.h/d' include/HTTP.h
+  sed -i '/curl\/types\.h/d' src/common/HTTP.cpp
+
+  [[ -d build ]]  rm -r build 
+  mkdir build
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSTEM_DATA_DIR=/usr/share \
+   -DHAWKNL_BUILTIN=OFF \
+   -DBREAKPAD=OFF
+
+  make
+}
+
+package() {
+  cd $srcdir/OpenLieroX
+
+  # Awesome, they are using CMake but they do not want it to also make the 
install.
+
+  # install binary
+  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  # install data
+  install -m755 -d $pkgdir/usr/share/OpenLieroX
+  cp -r share/gamedir/* $pkgdir/usr/share/OpenLieroX/

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:35:04
  Author: bpiotrowski
Revision: 93564

upkgpkg: sage-mathematics 5.9-2

- rebuild against gd 2.1.0

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:26:50 UTC (rev 93563)
+++ PKGBUILD2013-07-05 17:35:04 UTC (rev 93564)
@@ -8,7 +8,7 @@
 
 pkgname=sage-mathematics
 pkgver=5.9
-pkgrel=1
+pkgrel=2
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
 arch=('i686' 'x86_64')



[arch-commits] Commit in sage-mathematics/repos (5 files)

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:35:37
  Author: bpiotrowski
Revision: 93565

archrelease: copy trunk to staging-x86_64

Added:
  sage-mathematics/repos/staging-x86_64/
  sage-mathematics/repos/staging-x86_64/PKGBUILD
(from rev 93564, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/staging-x86_64/SAGE-notebook.desktop
(from rev 93564, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/staging-x86_64/sage-mathematics.install
(from rev 93564, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/staging-x86_64/sage.service
(from rev 93564, sage-mathematics/trunk/sage.service)

--+
 PKGBUILD |  108 +
 SAGE-notebook.desktop|   19 +++
 sage-mathematics.install |   60 +
 sage.service |8 +++
 4 files changed, 195 insertions(+)

Copied: sage-mathematics/repos/staging-x86_64/PKGBUILD (from rev 93564, 
sage-mathematics/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-05 17:35:37 UTC (rev 93565)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Osman Ugus ugu...@yahoo.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=5.9
+pkgrel=2
+pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
+url='http://www.sagemath.org'
+arch=('i686' 'x86_64')
+license=('GPL')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' 'freetype2')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+install=${pkgname}.install
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+'SAGE-notebook.desktop'
+'sage.service')
+
+build() {
+  cd sage-${pkgver}
+
+  # fix missing sage.all error during build
+  unset CFLAGS
+  unset CXXFLAGS
+
+  # fix build errors
+  unset LDFLAGS
+
+  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
+  export MAKE=make -j$(nproc)
+
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+
+  # can't write to root in a clean chroot
+  mkdir $srcdir/buiild
+  export DOT_SAGE=$srcdir/build
+
+  # Singular is broken
+  export CPP='/usr/bin/cpp'
+
+  # only build sage, no documents
+  #make build
+  make
+  ./sage --bdist $pkgver
+}
+
+ COMMENT
+check() {
+  cd sage-${pkgver}
+
+  # uncomment if we want to run all the tests (warning: very long)
+  #make ptestlong
+}
+COMMENT
+
+package() {
+  cd sage-${pkgver}
+
+  # cp because make install is experimental and will corrupt the install
+  install -d ${pkgdir}/opt/sage
+  cp -dpr --no-preserve=ownership dist/sage-$pkgver-$CARCH-Linux/* 
${pkgdir}/opt/sage/
+
+  # move SageTeX files to more appropriate directory
+  install -d ${pkgdir}/usr/share
+  mv ${pkgdir}/opt/sage/local/share/texmf \
+${pkgdir}/usr/share
+
+  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
+--dir ${pkgdir}/usr/share/applications 
+
+  # create link to main binary
+  install -d ${pkgdir}/usr/bin
+  ln -s /opt/sage/sage ${pkgdir}/usr/bin/sage
+
+  # remove build logs
+  rm -f ${pkgdir}/opt/sage/*.log
+  rm -rf ${pkgdir}/opt/sage/spkg/logs
+
+  # remove source packages, since they are rarely needed, they are 300mb in 
size (compressed)
+  rm -f ${pkgdir}/opt/sage/spkg/base/*spkg
+  rm -f ${pkgdir}/opt/sage/spkg/standard/*spkg
+
+  # install a systemd user unit
+  install -Dm755 $srcdir/sage.service $pkgdir/usr/lib/systemd/user/sage.service
+}
+
+# vim :set ts=2 sw=2 et:
+md5sums=('708520904f2d42039c714ac72a631948'
+ 'b82f94383829eee26648feb977e2d89b'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')

Copied: sage-mathematics/repos/staging-x86_64/SAGE-notebook.desktop (from rev 
93564, sage-mathematics/trunk/SAGE-notebook.desktop)
===
--- staging-x86_64/SAGE-notebook.desktop 

[arch-commits] Commit in sage-mathematics/repos (5 files)

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:36:14
  Author: bpiotrowski
Revision: 93567

archrelease: copy trunk to community-staging-i686

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 93566, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/SAGE-notebook.desktop
(from rev 93566, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 93566, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 93566, sage-mathematics/trunk/sage.service)

--+
 PKGBUILD |  108 +
 SAGE-notebook.desktop|   19 +++
 sage-mathematics.install |   60 +
 sage.service |8 +++
 4 files changed, 195 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 93566, 
sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-05 17:36:14 UTC (rev 93567)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Osman Ugus ugu...@yahoo.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=5.9
+pkgrel=2
+pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
+url='http://www.sagemath.org'
+arch=('i686' 'x86_64')
+license=('GPL')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' 'freetype2')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+install=${pkgname}.install
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+'SAGE-notebook.desktop'
+'sage.service')
+
+build() {
+  cd sage-${pkgver}
+
+  # fix missing sage.all error during build
+  unset CFLAGS
+  unset CXXFLAGS
+
+  # fix build errors
+  unset LDFLAGS
+
+  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
+  export MAKE=make -j$(nproc)
+
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+
+  # can't write to root in a clean chroot
+  mkdir $srcdir/buiild
+  export DOT_SAGE=$srcdir/build
+
+  # Singular is broken
+  export CPP='/usr/bin/cpp'
+
+  # only build sage, no documents
+  #make build
+  make
+  ./sage --bdist $pkgver
+}
+
+ COMMENT
+check() {
+  cd sage-${pkgver}
+
+  # uncomment if we want to run all the tests (warning: very long)
+  #make ptestlong
+}
+COMMENT
+
+package() {
+  cd sage-${pkgver}
+
+  # cp because make install is experimental and will corrupt the install
+  install -d ${pkgdir}/opt/sage
+  cp -dpr --no-preserve=ownership dist/sage-$pkgver-$CARCH-Linux/* 
${pkgdir}/opt/sage/
+
+  # move SageTeX files to more appropriate directory
+  install -d ${pkgdir}/usr/share
+  mv ${pkgdir}/opt/sage/local/share/texmf \
+${pkgdir}/usr/share
+
+  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
+--dir ${pkgdir}/usr/share/applications 
+
+  # create link to main binary
+  install -d ${pkgdir}/usr/bin
+  ln -s /opt/sage/sage ${pkgdir}/usr/bin/sage
+
+  # remove build logs
+  rm -f ${pkgdir}/opt/sage/*.log
+  rm -rf ${pkgdir}/opt/sage/spkg/logs
+
+  # remove source packages, since they are rarely needed, they are 300mb in 
size (compressed)
+  rm -f ${pkgdir}/opt/sage/spkg/base/*spkg
+  rm -f ${pkgdir}/opt/sage/spkg/standard/*spkg
+
+  # install a systemd user unit
+  install -Dm755 $srcdir/sage.service $pkgdir/usr/lib/systemd/user/sage.service
+}
+
+# vim :set ts=2 sw=2 et:
+md5sums=('708520904f2d42039c714ac72a631948'
+ 'b82f94383829eee26648feb977e2d89b'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')

Copied: sage-mathematics/repos/community-staging-i686/SAGE-notebook.desktop 
(from rev 93566, sage-mathematics/trunk/SAGE-notebook.desktop)

[arch-commits] Commit in sage-mathematics/repos (5 files)

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:36:02
  Author: bpiotrowski
Revision: 93566

archrelease: copy trunk to community-staging-x86_64

Added:
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 93565, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/SAGE-notebook.desktop
(from rev 93565, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 93565, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 93565, sage-mathematics/trunk/sage.service)

--+
 PKGBUILD |  108 +
 SAGE-notebook.desktop|   19 +++
 sage-mathematics.install |   60 +
 sage.service |8 +++
 4 files changed, 195 insertions(+)

Copied: sage-mathematics/repos/community-staging-x86_64/PKGBUILD (from rev 
93565, sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-05 17:36:02 UTC (rev 93566)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Osman Ugus ugu...@yahoo.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=5.9
+pkgrel=2
+pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
+url='http://www.sagemath.org'
+arch=('i686' 'x86_64')
+license=('GPL')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' 'freetype2')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+install=${pkgname}.install
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+'SAGE-notebook.desktop'
+'sage.service')
+
+build() {
+  cd sage-${pkgver}
+
+  # fix missing sage.all error during build
+  unset CFLAGS
+  unset CXXFLAGS
+
+  # fix build errors
+  unset LDFLAGS
+
+  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
+  export MAKE=make -j$(nproc)
+
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+
+  # can't write to root in a clean chroot
+  mkdir $srcdir/buiild
+  export DOT_SAGE=$srcdir/build
+
+  # Singular is broken
+  export CPP='/usr/bin/cpp'
+
+  # only build sage, no documents
+  #make build
+  make
+  ./sage --bdist $pkgver
+}
+
+ COMMENT
+check() {
+  cd sage-${pkgver}
+
+  # uncomment if we want to run all the tests (warning: very long)
+  #make ptestlong
+}
+COMMENT
+
+package() {
+  cd sage-${pkgver}
+
+  # cp because make install is experimental and will corrupt the install
+  install -d ${pkgdir}/opt/sage
+  cp -dpr --no-preserve=ownership dist/sage-$pkgver-$CARCH-Linux/* 
${pkgdir}/opt/sage/
+
+  # move SageTeX files to more appropriate directory
+  install -d ${pkgdir}/usr/share
+  mv ${pkgdir}/opt/sage/local/share/texmf \
+${pkgdir}/usr/share
+
+  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
+--dir ${pkgdir}/usr/share/applications 
+
+  # create link to main binary
+  install -d ${pkgdir}/usr/bin
+  ln -s /opt/sage/sage ${pkgdir}/usr/bin/sage
+
+  # remove build logs
+  rm -f ${pkgdir}/opt/sage/*.log
+  rm -rf ${pkgdir}/opt/sage/spkg/logs
+
+  # remove source packages, since they are rarely needed, they are 300mb in 
size (compressed)
+  rm -f ${pkgdir}/opt/sage/spkg/base/*spkg
+  rm -f ${pkgdir}/opt/sage/spkg/standard/*spkg
+
+  # install a systemd user unit
+  install -Dm755 $srcdir/sage.service $pkgdir/usr/lib/systemd/user/sage.service
+}
+
+# vim :set ts=2 sw=2 et:
+md5sums=('708520904f2d42039c714ac72a631948'
+ 'b82f94383829eee26648feb977e2d89b'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')

Copied: sage-mathematics/repos/community-staging-x86_64/SAGE-notebook.desktop 
(from rev 93565, sage-mathematics/trunk/SAGE-notebook.desktop)

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:44:11
  Author: bpiotrowski
Revision: 189713

upgpkg: amule 10803-3

- rebuild against gd 2.1.0

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 15:55:50 UTC (rev 189712)
+++ PKGBUILD2013-07-05 17:44:11 UTC (rev 189713)
@@ -6,7 +6,7 @@
 
 pkgname=amule
 pkgver=10803
-pkgrel=2
+pkgrel=3
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
 url=http://www.amule.org;



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 19:44:27
  Author: bpiotrowski
Revision: 189714

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

Added:
  amule/repos/staging-i686/
  amule/repos/staging-i686/PKGBUILD
(from rev 189713, amule/trunk/PKGBUILD)
  amule/repos/staging-x86_64/
  amule/repos/staging-x86_64/PKGBUILD
(from rev 189713, amule/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: amule/repos/staging-i686/PKGBUILD (from rev 189713, 
amule/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-05 17:44:27 UTC (rev 189714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10803
+pkgrel=3
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('febf14f5b1185f25acde64f61b78ed38')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Copied: amule/repos/staging-x86_64/PKGBUILD (from rev 189713, 
amule/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-05 17:44:27 UTC (rev 189714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10803
+pkgrel=3
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('febf14f5b1185f25acde64f61b78ed38')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}



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

2013-07-05 Thread Sébastien Luttringer
Date: Friday, July 5, 2013 @ 19:54:59
  Author: seblu
Revision: 93568

db-move: moved rxvt-unicode from [community-testing] to [community] (i686, 
x86_64)

Added:
  rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch
(from rev 93567, 
rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-i686/PKGBUILD
(from rev 93567, rxvt-unicode/repos/community-testing-i686/PKGBUILD)
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
(from rev 93567, 
rxvt-unicode/repos/community-testing-i686/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-i686/urxvt.desktop
(from rev 93567, rxvt-unicode/repos/community-testing-i686/urxvt.desktop)
  rxvt-unicode/repos/community-i686/urxvtc.desktop
(from rev 93567, rxvt-unicode/repos/community-testing-i686/urxvtc.desktop)
  rxvt-unicode/repos/community-x86_64/01-fix-tabber-perl-ext.patch
(from rev 93567, 
rxvt-unicode/repos/community-testing-x86_64/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-x86_64/PKGBUILD
(from rev 93567, rxvt-unicode/repos/community-testing-x86_64/PKGBUILD)
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
(from rev 93567, 
rxvt-unicode/repos/community-testing-x86_64/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
(from rev 93567, rxvt-unicode/repos/community-testing-x86_64/urxvt.desktop)
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop
(from rev 93567, rxvt-unicode/repos/community-testing-x86_64/urxvtc.desktop)
Deleted:
  rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch
  rxvt-unicode/repos/community-i686/PKGBUILD
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-i686/urxvt.desktop
  rxvt-unicode/repos/community-i686/urxvtc.desktop
  rxvt-unicode/repos/community-testing-i686/
  rxvt-unicode/repos/community-testing-x86_64/
  rxvt-unicode/repos/community-x86_64/01-fix-tabber-perl-ext.patch
  rxvt-unicode/repos/community-x86_64/PKGBUILD
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop

---+
 /01-fix-tabber-perl-ext.patch |   24 +++
 /PKGBUILD |  184 
 /urxvt-tabbed.desktop |   18 ++
 /urxvt.desktop|   18 ++
 /urxvtc.desktop   |   18 ++
 community-i686/01-fix-tabber-perl-ext.patch   |   12 -
 community-i686/PKGBUILD   |   83 --
 community-i686/urxvt-tabbed.desktop   |9 -
 community-i686/urxvt.desktop  |9 -
 community-i686/urxvtc.desktop |9 -
 community-x86_64/01-fix-tabber-perl-ext.patch |   12 -
 community-x86_64/PKGBUILD |   83 --
 community-x86_64/urxvt-tabbed.desktop |9 -
 community-x86_64/urxvt.desktop|9 -
 community-x86_64/urxvtc.desktop   |9 -
 15 files changed, 262 insertions(+), 244 deletions(-)

Deleted: community-i686/01-fix-tabber-perl-ext.patch
===
--- community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 17:36:14 UTC (rev 
93567)
+++ community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 17:54:59 UTC (rev 
93568)
@@ -1,12 +0,0 @@
-# https://bugs.archlinux.org/task/35420
 a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
-+++ b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
-@@ -402,7 +402,7 @@
- # simply proxies all interesting calls back to the tabbed class.
- 
- {
--   for my $hook qw(start destroy key_press property_notify) {
-+   for my $hook (qw(start destroy key_press property_notify)) {
-   eval qq{
-  sub on_$hook {
- my \$parent = \$_[0]{term}{parent}

Copied: rxvt-unicode/repos/community-i686/01-fix-tabber-perl-ext.patch (from 
rev 93567, 
rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch)
===
--- community-i686/01-fix-tabber-perl-ext.patch (rev 0)
+++ community-i686/01-fix-tabber-perl-ext.patch 2013-07-05 17:54:59 UTC (rev 
93568)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
 b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+   eval qq{
+  sub on_$hook {
+ my \$parent = \$_[0]{term}{parent}

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:01:51
  Author: bpiotrowski
Revision: 189716

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

Added:
  gnuplot/repos/staging-i686/
  gnuplot/repos/staging-i686/PKGBUILD
(from rev 189715, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-i686/gnuplot-doc2texi-el.patch
(from rev 189715, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/staging-i686/gnuplot.install
(from rev 189715, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/staging-x86_64/
  gnuplot/repos/staging-x86_64/PKGBUILD
(from rev 189715, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-x86_64/gnuplot-doc2texi-el.patch
(from rev 189715, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/staging-x86_64/gnuplot.install
(from rev 189715, gnuplot/trunk/gnuplot.install)

--+
 staging-i686/PKGBUILD|   50 +
 staging-i686/gnuplot-doc2texi-el.patch   |   13 +++
 staging-i686/gnuplot.install |   35 
 staging-x86_64/PKGBUILD  |   50 +
 staging-x86_64/gnuplot-doc2texi-el.patch |   13 +++
 staging-x86_64/gnuplot.install   |   35 
 6 files changed, 196 insertions(+)

Copied: gnuplot/repos/staging-i686/PKGBUILD (from rev 189715, 
gnuplot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-05 18:01:51 UTC (rev 189716)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot
+pkgver=4.6.2
+pkgrel=3
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 
+gnuplot-doc2texi-el.patch)
+sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
+  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  (cd docs; patch -p0 -i $srcdir/gnuplot-doc2texi-el.patch)
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu
+  make pkglibexecdir=/usr/bin
+}
+
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install
+
+  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
+  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+
+  rm -f $pkgdir/usr/share/texmf-dist/ls-R
+}

Copied: gnuplot/repos/staging-i686/gnuplot-doc2texi-el.patch (from rev 189715, 
gnuplot/trunk/gnuplot-doc2texi-el.patch)
===
--- staging-i686/gnuplot-doc2texi-el.patch  (rev 0)
+++ staging-i686/gnuplot-doc2texi-el.patch  2013-07-05 18:01:51 UTC (rev 
189716)
@@ -0,0 +1,13 @@
+Index: doc2texi.el
+===
+RCS file: /cvsroot/gnuplot/gnuplot/docs/doc2texi.el,v
+retrieving revision 1.32
+diff -r1.32 doc2texi.el
+518c518
+   (replace-match (concat 4   node) nil nil))
+---
+   (replace-match (concat 3   node) nil nil))
+521c521
+   (replace-match 5  nil nil))
+---
+   (replace-match 4  nil nil))

Copied: gnuplot/repos/staging-i686/gnuplot.install (from rev 189715, 
gnuplot/trunk/gnuplot.install)
===
--- staging-i686/gnuplot.install(rev 0)
+++ staging-i686/gnuplot.install2013-07-05 18:01:51 UTC (rev 189716)
@@ -0,0 +1,35 @@
+info_dir=/usr/share/info
+info_files=(gnuplot.info)
+
+post_install() {
+cat  EOF
+== To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
+EOF
+
+  if [ -f /usr/bin/mktexlsr ]; then
+echo Updating TeX tree...
+mktexlsr
+  fi
+
+for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ for f in ${info_files[@]}; do
+install-info 

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:01:35
  Author: bpiotrowski
Revision: 189715

upgpkg: gnuplot 4.6.2-3

- rebuild againt gd 2.1.0

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:44:27 UTC (rev 189714)
+++ PKGBUILD2013-07-05 18:01:35 UTC (rev 189715)
@@ -3,9 +3,9 @@
 # Contributor: damir da...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
-pkgname=gnuplot 
+pkgname=gnuplot
 pkgver=4.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
 url=http://www.gnuplot.info; 



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:02:35
  Author: bpiotrowski
Revision: 189717

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

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

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/libgphoto2.install   |6 +
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/libgphoto2.install |6 +
 4 files changed, 98 insertions(+)

Copied: libgphoto2/repos/staging-i686/PKGBUILD (from rev 189716, 
libgphoto2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-05 18:02:35 UTC (rev 189717)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.2
+pkgrel=1
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d9f4462957e59bf2b2eb3b1ea8423570')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
+  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
+
+  # Remove recursive symlink
+  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Copied: libgphoto2/repos/staging-i686/libgphoto2.install (from rev 189716, 
libgphoto2/trunk/libgphoto2.install)
===
--- staging-i686/libgphoto2.install (rev 0)
+++ staging-i686/libgphoto2.install 2013-07-05 18:02:35 UTC (rev 189717)
@@ -0,0 +1,6 @@
+post_upgrade() {
+if [ $(vercmp $2 2.4.13) -lt 0 ]; then
+  groupdel camera /dev/null
+  echo Users no longer need to be in the 'camera' group to use camera devices
+fi
+}

Copied: libgphoto2/repos/staging-x86_64/PKGBUILD (from rev 189716, 
libgphoto2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-05 18:02:35 UTC (rev 189717)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.2
+pkgrel=1
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d9f4462957e59bf2b2eb3b1ea8423570')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
+  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
+
+  # Remove recursive symlink
+  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Copied: libgphoto2/repos/staging-x86_64/libgphoto2.install (from rev 189716, 
libgphoto2/trunk/libgphoto2.install)
===
--- staging-x86_64/libgphoto2.install   (rev 0)
+++ 

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:06:13
  Author: bpiotrowski
Revision: 189718

upgpkg: libgphoto2 2.5.2-2

- rebuild against gd 2.1.0

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:02:35 UTC (rev 189717)
+++ PKGBUILD2013-07-05 18:06:13 UTC (rev 189718)
@@ -6,7 +6,7 @@
 
 pkgname=libgphoto2
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
 arch=(i686 x86_64)
 url=http://www.gphoto.org;



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:06:24
  Author: bpiotrowski
Revision: 189719

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

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

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-07-05 18:06:13 UTC (rev 189718)
+++ staging-i686/PKGBUILD   2013-07-05 18:06:24 UTC (rev 189719)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=libgphoto2
-pkgver=2.5.2
-pkgrel=1
-pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
-arch=(i686 x86_64)
-url=http://www.gphoto.org;
-license=(LGPL)
-depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
-install=libgphoto2.install
-options=('libtool')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d9f4462957e59bf2b2eb3b1ea8423570')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure \
-   --prefix=/usr \
-   --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Remove unused udev helper
-  rm -rf ${pkgdir}/usr/lib/udev
-
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
-  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
-  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
-  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
-
-  # Remove recursive symlink
-  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
-}

Copied: libgphoto2/repos/staging-i686/PKGBUILD (from rev 189718, 
libgphoto2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-05 18:06:24 UTC (rev 189719)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.5.2
+pkgrel=2
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg' 'gd' 'libltdl' 'libusb')
+install=libgphoto2.install
+options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d9f4462957e59bf2b2eb3b1ea8423570')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
+  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
+
+  # Remove recursive symlink
+  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Deleted: staging-i686/libgphoto2.install
===
--- staging-i686/libgphoto2.install 2013-07-05 18:06:13 UTC (rev 189718)
+++ staging-i686/libgphoto2.install 2013-07-05 18:06:24 UTC (rev 189719)
@@ -1,6 +0,0 @@
-post_upgrade() {
-if [ $(vercmp $2 2.4.13) -lt 0 ]; then
-  groupdel camera /dev/null
-  echo Users no longer need to be in the 'camera' group to use camera devices
-fi
-}

Copied: libgphoto2/repos/staging-i686/libgphoto2.install (from rev 189718, 
libgphoto2/trunk/libgphoto2.install)

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:08:01
  Author: bpiotrowski
Revision: 189721

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

Added:
  pstoedit/repos/staging-i686/
  pstoedit/repos/staging-i686/PKGBUILD
(from rev 189720, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-x86_64/
  pstoedit/repos/staging-x86_64/PKGBUILD
(from rev 189720, pstoedit/trunk/PKGBUILD)

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

Copied: pstoedit/repos/staging-i686/PKGBUILD (from rev 189720, 
pstoedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-05 18:08:01 UTC (rev 189721)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.61
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('426f3746ecb441caa0db401d5880e1ac04a399d5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pstoedit/repos/staging-x86_64/PKGBUILD (from rev 189720, 
pstoedit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-05 18:08:01 UTC (rev 189721)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.61
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('426f3746ecb441caa0db401d5880e1ac04a399d5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 20:07:52
  Author: bpiotrowski
Revision: 189720

upgpkg: pstoedit 3.61-2

- rebuild against gd 2.1.0

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:06:24 UTC (rev 189719)
+++ PKGBUILD2013-07-05 18:07:52 UTC (rev 189720)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.61
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:26:04
  Author: arodseth
Revision: 93569

upgpkg: scite 3.3.3-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:54:59 UTC (rev 93568)
+++ PKGBUILD2013-07-05 18:26:04 UTC (rev 93569)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
+sha256sums=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:26:15
  Author: arodseth
Revision: 93570

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

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

+
 /PKGBUILD  |  100 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   50 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   50 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 18:26:04 UTC (rev 93569)
+++ community-i686/PKGBUILD 2013-07-05 18:26:15 UTC (rev 93570)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C $srcdir/scintilla/gtk
-  make -C $srcdir/$pkgname/gtk
-}
-
-package() {
-  cd $srcdir/$pkgname/gtk
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 $srcdir/scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 93569, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 18:26:15 UTC (rev 93570)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C $srcdir/scintilla/gtk
+  make -C $srcdir/$pkgname/gtk
+}
+
+package() {
+  cd $srcdir/$pkgname/gtk
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 

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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:31:18
  Author: arodseth
Revision: 93571

upgpkg: groovy 2.1.5-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:26:15 UTC (rev 93570)
+++ PKGBUILD2013-07-05 18:31:18 UTC (rev 93571)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('unzip')
 
source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('a88f4b2d1461ec439677f276c6e7d0d81a0e59a76f16607e6e74f3ffe4a127a8')
+sha256sums=('84b3cf9db9add293a7012456a2b30f95bdd3707d2d0081acdba5b6261dd75236')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/embeddable



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:35:46
  Author: arodseth
Revision: 93572

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 93571, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-05 18:31:18 UTC (rev 93571)
+++ PKGBUILD2013-07-05 18:35:46 UTC (rev 93572)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: krani1
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('unzip')
-source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('a88f4b2d1461ec439677f276c6e7d0d81a0e59a76f16607e6e74f3ffe4a127a8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib $pkgdir/usr/share/groovy
-  cp -r conf $pkgdir/usr/share/groovy
-  cp -r embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-  find $pkgdir -name '*.bat' -exec rm {} \;
-  # APACHE
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-  # BSD
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-  # custom
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 93571, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-05 18:35:46 UTC (rev 93572)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: krani1
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('unzip')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
+sha256sums=('84b3cf9db9add293a7012456a2b30f95bdd3707d2d0081acdba5b6261dd75236')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/embeddable
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib $pkgdir/usr/share/groovy
+  cp -r conf $pkgdir/usr/share/groovy
+  cp -r embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+  find $pkgdir -name '*.bat' -exec rm {} \;
+  # APACHE
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 CLI-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
+  # BSD
+  install -Dm644 ANTLR-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
+  # custom
+  install -Dm644 ASM-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
+  install -Dm644 JSR223-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:43:08
  Author: arodseth
Revision: 93573

upgpkg: grails 2.2.3-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:35:46 UTC (rev 93572)
+++ PKGBUILD2013-07-05 18:43:08 UTC (rev 93573)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 
source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$pkgname-$pkgver.zip;
 $pkgname.sh)
-sha256sums=('23dab69c42decca4d1da5bae0337fc47b0823faeb441150cec126f18ec76a09e'
+sha256sums=('af084206cb134c50cd52e93cd7abb056e55488a8712d247af0d8a60234cdd43a'
 '009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
 
 prepare() {



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:43:17
  Author: arodseth
Revision: 93574

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 93573, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 93573, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  146 ++--
 grails.sh |   14 ++---
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-05 18:43:08 UTC (rev 93573)
+++ PKGBUILD2013-07-05 18:43:17 UTC (rev 93574)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$pkgname-$pkgver.zip;
-$pkgname.sh)
-sha256sums=('23dab69c42decca4d1da5bae0337fc47b0823faeb441150cec126f18ec76a09e'
-'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 'Configuring paths...'
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 'Packaging application...'
-  mkdir -p $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  msg2 'Packaging wrapper scripts...'
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  msg2 'Packaging icons...'
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  msg2 'Packaging profile.d script...'
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-
-  msg2 'Packaging license...'
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  msg2 'Cleaning up...'
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  cd $srcdir/grails-$pkgver
-
-  msg2 'Packaging documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  cp -r doc $pkgdir/usr/share/doc/grails-$pkgver
-  mkdir -p $pkgdir/usr/share/grails
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 93573, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-05 18:43:17 UTC (rev 93574)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$pkgname-$pkgver.zip;
+$pkgname.sh)
+sha256sums=('af084206cb134c50cd52e93cd7abb056e55488a8712d247af0d8a60234cdd43a'
+'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Configuring paths...'
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash' 'sh')
+
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 'Packaging application...'
+  mkdir -p $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  msg2 'Packaging wrapper scripts...'
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  msg2 'Packaging icons...'
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  msg2 'Packaging profile.d script...'
+  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
+  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+
+  msg2 'Packaging license...'
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:21:33
  Author: bpiotrowski
Revision: 93576

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 93575, openbox/trunk/PKGBUILD)
  
openbox/repos/community-i686/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
(from rev 93575, 
openbox/trunk/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 93575, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 93575, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 93575, openbox/trunk/PKGBUILD)
  
openbox/repos/community-x86_64/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
(from rev 93575, 
openbox/trunk/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 93575, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 93575, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/movesize.patch
  openbox/repos/community-i686/openbox.install
  openbox/repos/community-i686/title-matching.patch
  openbox/repos/community-i686/which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/movesize.patch
  openbox/repos/community-x86_64/openbox.install
  openbox/repos/community-x86_64/title-matching.patch
  openbox/repos/community-x86_64/which-2.20.patch

+
 /PKGBUILD  |  
118 ++
 community-i686/PKGBUILD|   
57 
 community-i686/movesize.patch  |   
19 -
 community-i686/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch   |   
28 ++
 community-i686/openbox-3.5.0-title-matching.patch  |   
11 
 community-i686/openbox-3.5.0-which-2.20.patch  |   
11 
 community-i686/openbox.install |   
 4 
 community-i686/title-matching.patch|   
11 
 community-i686/which-2.20.patch|   
11 
 community-x86_64/PKGBUILD  |   
57 
 community-x86_64/movesize.patch|   
19 -
 community-x86_64/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch |   
28 ++
 community-x86_64/openbox-3.5.0-title-matching.patch|   
11 
 community-x86_64/openbox-3.5.0-which-2.20.patch|   
11 
 community-x86_64/openbox.install   |   
 4 
 community-x86_64/title-matching.patch  |   
11 
 community-x86_64/which-2.20.patch  |   
11 
 17 files changed, 218 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 19:21:14 UTC (rev 93575)
+++ community-i686/PKGBUILD 2013-07-05 19:21:33 UTC (rev 93576)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.0
-pkgrel=7
-pkgdesc=A highly configurable and lightweight X11 window manager
-arch=('i686' 'x86_64')
-url=http://openbox.org;
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2')
-optdepends=('pyxdg: for the xdg-autostart script')
-groups=('lxde')
-install=${pkgname}.install
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml')
-source=(http://www.icculus.org/openbox/releases/${pkgname}-${pkgver}.tar.gz
-which-2.20.patch
-movesize.patch
-title-matching.patch)
-md5sums=('00441b53cf14c03566c8e82643544ff9'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18'
- 'e09d77842aac9a0cd7eebe112df88383'
- '6f99711eee0b1c413dca9fa691917b71')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1 -i ${srcdir}/which-2.20.patch  # FS#11455
-patch -Np1 -i ${srcdir}/movesize.patch# FS#29812
-patch -Np0 -i ${srcdir}/title-matching.patch  # FS#5277 on Openbox 
bugtracker
-
-sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-  
-./configure 

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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:21:14
  Author: bpiotrowski
Revision: 93575

upgpkg: openbox 3.5.0-8

- remove gdm-control and gnome-panel-control as they don't work with Gnome 3
- remove pointless .install file

Modified:
  openbox/trunk/PKGBUILD
Deleted:
  openbox/trunk/openbox.install

-+
 PKGBUILD|   52 +++-
 openbox.install |4 
 2 files changed, 27 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:43:17 UTC (rev 93574)
+++ PKGBUILD2013-07-05 19:21:14 UTC (rev 93575)
@@ -6,52 +6,54 @@
 
 pkgname=openbox
 pkgver=3.5.0
-pkgrel=7
-pkgdesc=A highly configurable and lightweight X11 window manager
+pkgrel=8
+pkgdesc='Highly configurable and lightweight X11 window manager'
 arch=('i686' 'x86_64')
-url=http://openbox.org;
+url='http://openbox.org'
 license=('GPL')
 depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2')
-optdepends=('pyxdg: for the xdg-autostart script')
+ 'libxcursor' 'pango' 'imlib2')
+optdepends=('python2: for the xdg-autostart script')
 groups=('lxde')
-install=$pkgname.install
 options=('!libtool')
 backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml')
 source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-   openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
-   openbox-3.5.0-title-matching.patch
-   openbox-3.5.0-which-2.20.patch)
+openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
+openbox-3.5.0-title-matching.patch
+openbox-3.5.0-which-2.20.patch)
 md5sums=('00441b53cf14c03566c8e82643544ff9'
  'f2e5198a9dfc803c59fd42448a85f2da'
  '0a11d7149da210a31ef88f8a9c717711'
  '7ca3b5244bb092d46f5bcf1e2bdf4a18')
 
-build() {
-  cd $srcdir/$pkgname-$pkgver
+prepare() {
+  cd $pkgname-$pkgver
 
-  patch -Np1 -i 
$srcdir/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch # FS#29812
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
+  patch -Np1 -i 
$srcdir/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch # FS#29812
+  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
+  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
 
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-  data/autostart/openbox-xdg-autostart
-  
+data/autostart/openbox-xdg-autostart
+}
+
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
-  --with-x \
-  --enable-startup-notification \
-  --sysconfdir=/etc \
-  --libexecdir=/usr/lib/openbox
-  
+--with-x \
+--enable-startup-notification \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/openbox
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/bin/{gdm-control,gnome-panel-control}
 
   sed -i 's:startkde:/usr/bin/\0:' \
- $pkgdir/usr/share/xsessions/openbox-kde.desktop
+$pkgdir/usr/share/xsessions/openbox-kde.desktop
   sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-  $pkgdir/usr/share/xsessions/openbox-gnome.desktop
+$pkgdir/usr/share/xsessions/openbox-gnome.desktop
 }

Deleted: openbox.install
===
--- openbox.install 2013-07-05 18:43:17 UTC (rev 93574)
+++ openbox.install 2013-07-05 19:21:14 UTC (rev 93575)
@@ -1,4 +0,0 @@
-post_install() {
-echo Place menu.xml, rc.xml and autostart in ~/.config/openbox
-echo They can be found in /etc/xdg/openbox
-}



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

2013-07-05 Thread Tobias Powalowski
Date: Friday, July 5, 2013 @ 21:38:33
  Author: tpowa
Revision: 189722

upgpkg: syslinux 6.01-2

readd backup array with syslinux.cfg

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 18:08:01 UTC (rev 189721)
+++ PKGBUILD2013-07-05 19:38:33 UTC (rev 189722)
@@ -4,13 +4,13 @@
 
 pkgname=syslinux
 pkgver=6.01
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
 license=('GPL2')
 options=('!makeflags' '!emptydirs')
-
+backup=('boot/syslinux/syslinux.cfg')
 makedepends=('python2' 'nasm' 'gnu-efi-libs')
 depends=('perl' 'glibc')
 optdepends=('perl-passwd-md5:  For md5pass'



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

2013-07-05 Thread Tobias Powalowski
Date: Friday, July 5, 2013 @ 21:38:56
  Author: tpowa
Revision: 189723

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 189722, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189722, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189722, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 189722, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 189722, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 189722, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 189722, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 189722, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189722, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189722, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 189722, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 189722, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 189722, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 189722, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 /PKGBUILD|  328 +++
 /syslinux-6.00-efi-export-kbdmap.patch   |   76 
 /syslinux-6.00-efi-fix-libcom32.patch|   90 
 /syslinux-dont-build-dos-windows-targets.patch   |   24 
 /syslinux-install_update |  950 ++
 /syslinux.cfg|  156 +
 /syslinux.install|   72 
 testing-i686/PKGBUILD|  164 -
 testing-i686/syslinux-6.00-efi-export-kbdmap.patch   |   38 
 testing-i686/syslinux-6.00-efi-fix-libcom32.patch|   45 
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  475 -
 testing-i686/syslinux.cfg|   78 
 testing-i686/syslinux.install|   36 
 testing-x86_64/PKGBUILD  |  164 -
 testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch |   38 
 testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch  |   45 
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  475 -
 testing-x86_64/syslinux.cfg  |   78 
 testing-x86_64/syslinux.install  |   36 
 21 files changed, 1696 insertions(+), 1696 deletions(-)

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


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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:42:40
  Author: bpiotrowski
Revision: 93577

upgpkg: aspell-pl 20130705-1

- newer snapshot

Modified:
  aspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 19:21:33 UTC (rev 93576)
+++ PKGBUILD2013-07-05 19:42:40 UTC (rev 93577)
@@ -4,26 +4,23 @@
 # Contributor: Arkadiusz Laczynski alaczyn...@gmail.com
 
 pkgname=aspell-pl
-pkgver=2017
+pkgver=20130705
 pkgrel=1
-pkgdesc=Polish dictionary for aspell
+pkgdesc='Polish dictionary for aspell'
 arch=('i686' 'x86_64')
 url=http://www.sjp.pl/slownik/en/;
 license=('GPL' 'LGPL' 'MPL')
 depends=('aspell')
-#source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('27aa9ca734d7049238399c279c5417fb')
+md5sums=('977708b770709d55909b23be2851af10')
 
 build() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
+  cd aspell6-pl-6.0_$pkgver-0
   ./configure
   make
 }
 
 package() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
+  cd aspell6-pl-6.0_$pkgver-0
   make DESTDIR=$pkgdir install
 }



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:42:56
  Author: bpiotrowski
Revision: 93578

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

Added:
  aspell-pl/repos/community-i686/PKGBUILD
(from rev 93577, aspell-pl/trunk/PKGBUILD)
  aspell-pl/repos/community-x86_64/PKGBUILD
(from rev 93577, aspell-pl/trunk/PKGBUILD)
Deleted:
  aspell-pl/repos/community-i686/PKGBUILD
  aspell-pl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   29 
 community-x86_64/PKGBUILD |   29 
 3 files changed, 52 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-05 19:42:40 UTC (rev 93577)
+++ community-i686/PKGBUILD 2013-07-05 19:42:56 UTC (rev 93578)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Arkadiusz Laczynski alaczyn...@gmail.com
-
-pkgname=aspell-pl
-pkgver=2017
-pkgrel=1
-pkgdesc=Polish dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL')
-depends=('aspell')
-#source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('27aa9ca734d7049238399c279c5417fb')
-
-build() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR=$pkgdir install
-}

Copied: aspell-pl/repos/community-i686/PKGBUILD (from rev 93577, 
aspell-pl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-05 19:42:56 UTC (rev 93578)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Arkadiusz Laczynski alaczyn...@gmail.com
+
+pkgname=aspell-pl
+pkgver=20130705
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url=http://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('aspell')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('977708b770709d55909b23be2851af10')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-05 19:42:40 UTC (rev 93577)
+++ community-x86_64/PKGBUILD   2013-07-05 19:42:56 UTC (rev 93578)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Arkadiusz Laczynski alaczyn...@gmail.com
-
-pkgname=aspell-pl
-pkgver=2017
-pkgrel=1
-pkgdesc=Polish dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL')
-depends=('aspell')
-#source=(http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('27aa9ca734d7049238399c279c5417fb')
-
-build() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR=$pkgdir install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 93577, 
aspell-pl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-05 19:42:56 UTC (rev 93578)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Arkadiusz Laczynski alaczyn...@gmail.com
+
+pkgname=aspell-pl
+pkgver=20130705
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('i686' 'x86_64')
+url=http://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL')
+depends=('aspell')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('977708b770709d55909b23be2851af10')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+  make DESTDIR=$pkgdir install
+}



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:53:23
  Author: bpiotrowski
Revision: 93580

archrelease: copy trunk to community-any

Added:
  hyphen-pl/repos/community-any/PKGBUILD
(from rev 93579, hyphen-pl/trunk/PKGBUILD)
Deleted:
  hyphen-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-05 19:53:11 UTC (rev 93579)
+++ PKGBUILD2013-07-05 19:53:23 UTC (rev 93580)
@@ -1,38 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Maciej Sitarz maci...@freesco.pl
-
-pkgname=hyphen-pl
-pkgver=20060726
-pkgrel=1
-pkgdesc=Polish hyphenation rules
-arch=('any')
-url=http://wiki.services.openoffice.org/wiki/Dictionaries;
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://pl.openoffice.org/pliki/hyph_pl_PL.zip)
-md5sums=('e015c046f60437d39223b1253b78a4e2')
-
-build() {
-   cd $srcdir
-   bsdtar -xf hyph_pl_PL.zip
-}
-
-package() {
-   cd $srcdir
-
-   install -dm755 ${pkgdir}/usr/share/hyphen
-   install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
-
-   # the symlinks
-   install -dm755 ${pkgdir}/usr/share/myspell/dicts
-   pushd $pkgdir/usr/share/myspell/dicts
-   for file in $pkgdir/usr/share/hyphen/*; do
-   ln -sv /usr/share/hyphen/$(basename $file) .
-   done
-   popd
-
-   # docs
-   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-   install -m644 README_hyph_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
-
-}

Copied: hyphen-pl/repos/community-any/PKGBUILD (from rev 93579, 
hyphen-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-05 19:53:23 UTC (rev 93580)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Maciej Sitarz maci...@freesco.pl
+
+pkgname=hyphen-pl
+pkgver=20081206
+pkgrel=1
+pkgdesc='Polish hyphenation rules'
+arch=('any')
+url='http://extensions.services.openoffice.org/en/project/pl-dict'
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://downloads.sourceforge.net/aoo-extensions/pl-dict.oxt)
+md5sums=('1f329cf38a84cb21a2e84a26e125dbc3')
+
+package() {
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
+
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}



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

2013-07-05 Thread Bartłomiej Piotrowski
Date: Friday, July 5, 2013 @ 21:53:11
  Author: bpiotrowski
Revision: 93579

upgpkg: hyphen-pl 20081206-1

- newest snapshot

Modified:
  hyphen-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 19:42:56 UTC (rev 93578)
+++ PKGBUILD2013-07-05 19:53:11 UTC (rev 93579)
@@ -3,37 +3,24 @@
 # Contributor: Maciej Sitarz maci...@freesco.pl
 
 pkgname=hyphen-pl
-pkgver=20060726
+pkgver=20081206
 pkgrel=1
-pkgdesc=Polish hyphenation rules
+pkgdesc='Polish hyphenation rules'
 arch=('any')
-url=http://wiki.services.openoffice.org/wiki/Dictionaries;
+url='http://extensions.services.openoffice.org/en/project/pl-dict'
 license=('LGPL')
 optdepends=('hyphen: offers hyphenation library functions')
-source=(http://pl.openoffice.org/pliki/hyph_pl_PL.zip)
-md5sums=('e015c046f60437d39223b1253b78a4e2')
+source=(http://downloads.sourceforge.net/aoo-extensions/pl-dict.oxt)
+md5sums=('1f329cf38a84cb21a2e84a26e125dbc3')
 
-build() {
-   cd $srcdir
-   bsdtar -xf hyph_pl_PL.zip
-}
-
 package() {
-   cd $srcdir
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
 
-   install -dm755 ${pkgdir}/usr/share/hyphen
-   install -m644 hyph_pl_PL.dic ${pkgdir}/usr/share/hyphen
-
-   # the symlinks
-   install -dm755 ${pkgdir}/usr/share/myspell/dicts
-   pushd $pkgdir/usr/share/myspell/dicts
-   for file in $pkgdir/usr/share/hyphen/*; do
-   ln -sv /usr/share/hyphen/$(basename $file) .
-   done
-   popd
-
-   # docs
-   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-   install -m644 README_hyph_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
-
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
 }



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

2013-07-05 Thread Jan Steffens
Date: Saturday, July 6, 2013 @ 04:02:34
  Author: heftig
Revision: 189724

3.8.3

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 19:38:56 UTC (rev 189723)
+++ PKGBUILD2013-07-06 02:02:34 UTC (rev 189724)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
@@ -11,7 +11,7 @@
 makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool')
-sha256sums=('caa6507edb8cca56e781bf927d88ce99581e1df9978b59a3360cfb74bd9c15f5')
+sha256sums=('384b3e1b8d1e7c8796d7eb955380d62946dd0ed9c54ecf0817af2d6b254e082c')
 
 prepare() {
   mkdir build-py2 build-py3 devel



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

2013-07-05 Thread Jan Steffens
Date: Saturday, July 6, 2013 @ 04:03:20
  Author: heftig
Revision: 189725

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-06 02:02:34 UTC (rev 189724)
+++ extra-i686/PKGBUILD 2013-07-06 02:03:20 UTC (rev 189725)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.2
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')
-sha256sums=('caa6507edb8cca56e781bf927d88ce99581e1df9978b59a3360cfb74bd9c15f5')
-
-prepare() {
-  mkdir build-py2 build-py3 devel
-  cd ${pkgbase}-${pkgver}
-  sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
-  cd build-py2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
-  make
-
-  cd ../build-py3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
-
-  cd build-py3
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
-
-  cd build-py2
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/extra-i686/PKGBUILD (from rev 189724, 
pygobject/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-06 02:03:20 UTC (rev 189725)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.3
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('384b3e1b8d1e7c8796d7eb955380d62946dd0ed9c54ecf0817af2d6b254e082c')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-06 02:02:34 UTC (rev 189724)
+++ extra-x86_64/PKGBUILD   2013-07-06 02:03:20 UTC (rev 189725)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.2
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')