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

2013-08-23 Thread Bartłomiej Piotrowski
Date: Friday, August 23, 2013 @ 08:19:17
  Author: bpiotrowski
Revision: 96267

upgpkg: nodejs 0.10.17-1

- new upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 04:10:37 UTC (rev 96266)
+++ PKGBUILD2013-08-23 06:19:17 UTC (rev 96267)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.16
+pkgver=0.10.17
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('62db6ec83f34733bffdae2f8ee50d7273d568bba8814be29e78a042c1d64f31a')
+sha256sums=('1f9de40dd2d98bc984a4970ef399ed3ad67f040feaafc711e549f3265bcce61c')
 
 prepare() {
   cd node-v$pkgver



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

2013-08-23 Thread Bartłomiej Piotrowski
Date: Friday, August 23, 2013 @ 08:19:32
  Author: bpiotrowski
Revision: 96268

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

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

---+
 /PKGBUILD |  132 
 community-i686/PKGBUILD   |   66 --
 community-x86_64/PKGBUILD |   66 --
 3 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-23 06:19:17 UTC (rev 96267)
+++ community-i686/PKGBUILD 2013-08-23 06:19:32 UTC (rev 96268)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.16
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('62db6ec83f34733bffdae2f8ee50d7273d568bba8814be29e78a042c1d64f31a')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 96267, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 06:19:32 UTC (rev 96268)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.17
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('1f9de40dd2d98bc984a4970ef399ed3ad67f040feaafc711e549f3265bcce61c')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-23 06:19:17 UTC (rev 96267)
+++ community-x86_64/PKGBUILD   2013-08-23 06:19:32 UTC (rev 96268)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT 

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

2013-08-23 Thread Pierre Schmitz
Date: Friday, August 23, 2013 @ 08:57:28
  Author: pierre
Revision: 193544

upgpkg: php 5.5.3-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-22 21:48:21 UTC (rev 193543)
+++ PKGBUILD2013-08-23 06:57:28 UTC (rev 193544)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.2
+pkgver=5.5.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -30,10 +30,10 @@
  'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
  'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
-source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('caf7f4d86514a568fb3c8021b096a9f0'
+md5sums=('437e98144ef014dfab0922a9eed36853'
  'f9ee638591aaf1526767db7976d95847'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '880afea327bb00c47082d22c507e6bfc'



[arch-commits] Commit in php/repos (32 files)

2013-08-23 Thread Pierre Schmitz
Date: Friday, August 23, 2013 @ 08:57:45
  Author: pierre
Revision: 193545

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 193544, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 193544, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 193544, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 193544, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php-fpm.install
(from rev 193544, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.service
(from rev 193544, php/trunk/php-fpm.service)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 193544, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 193544, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 193544, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 193544, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 193544, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 193544, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php-fpm.install
(from rev 193544, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.service
(from rev 193544, php/trunk/php-fpm.service)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 193544, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 193544, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.service
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.service
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

+
 /PKGBUILD  |  702 +++
 /apache.conf   |   26 +
 /logrotate.d.php-fpm   |   16 
 /php-fpm.conf.in.patch |  104 +
 /php-fpm.install   |   18 
 /php-fpm.service   |   26 +
 /php-fpm.tmpfiles  |2 
 /php.ini.patch |  244 
 extra-i686/PKGBUILD|  351 -
 extra-i686/apache.conf |   13 
 extra-i686/logrotate.d.php-fpm |8 
 extra-i686/php-fpm.conf.in.patch   |   52 --
 extra-i686/php-fpm.install |9 
 extra-i686/php-fpm.service |   13 
 extra-i686/php-fpm.tmpfiles|1 
 extra-i686/php.ini.patch   |  122 --
 extra-x86_64/PKGBUILD  |  351 -
 extra-x86_64/apache.conf   |   13 
 extra-x86_64/logrotate.d.php-fpm   |8 
 extra-x86_64/php-fpm.conf.in.patch |   52 --
 extra-x86_64/php-fpm.install   |9 
 extra-x86_64/php-fpm.service   |   13 
 extra-x86_64/php-fpm.tmpfiles  |1 
 extra-x86_64/php.ini.patch |  122 --
 24 files changed, 1138 insertions(+), 1138 deletions(-)

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


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

2013-08-23 Thread Laurent Carlier
Date: Friday, August 23, 2013 @ 08:58:46
  Author: lcarlier
Revision: 193546

upgpkg: mesa 9.2.0rc2-1

upstream update 9.2.0rc2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 06:57:45 UTC (rev 193545)
+++ PKGBUILD2013-08-23 06:58:46 UTC (rev 193546)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=9.2.0rc1
+pkgver=9.2.0rc2
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
@@ -13,9 +13,9 @@
 license=('custom')
 options=('!libtool')
 #source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
-source=(ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-9.2.0-rc1.tar.bz2
+source=(ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-9.2.0-rc2.tar.bz2
 LICENSE)
-md5sums=('866e9a1b3ce72b822671ee8106821aec'
+md5sums=('1b06e7a85fed9b571764affaea51e3e6'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {



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

2013-08-23 Thread Laurent Carlier
Date: Friday, August 23, 2013 @ 08:58:58
  Author: lcarlier
Revision: 193547

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 193546, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 193546, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/LICENSE
(from rev 193546, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 193546, 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   |  304 ++
 testing-i686/LICENSE|   82 
 testing-i686/PKGBUILD   |  152 ---
 testing-x86_64/LICENSE  |   82 
 testing-x86_64/PKGBUILD |  152 ---
 6 files changed, 468 insertions(+), 468 deletions(-)

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2013-08-23 06:58:46 UTC (rev 193546)
+++ testing-i686/LICENSE2013-08-23 06:58:58 UTC (rev 193547)
@@ -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 193546, mesa/trunk/LICENSE)

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

2013-08-23 Thread Laurent Carlier
Date: Friday, August 23, 2013 @ 09:11:14
  Author: lcarlier
Revision: 96269

upgpkg: lib32-mesa 9.2.0rc2-1

Sync with testing

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 06:19:32 UTC (rev 96268)
+++ PKGBUILD2013-08-23 07:11:14 UTC (rev 96269)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.2.0rc1
+pkgver=9.2.0rc2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
@@ -13,8 +13,8 @@
 license=('custom')
 options=('!libtool')
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-source=(ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-9.2.0-rc1.tar.bz2)
-md5sums=('866e9a1b3ce72b822671ee8106821aec')
+source=(ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-9.2.0-rc2.tar.bz2)
+md5sums=('1b06e7a85fed9b571764affaea51e3e6')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (PKGBUILD PKGBUILD)

2013-08-23 Thread Laurent Carlier
Date: Friday, August 23, 2013 @ 09:11:22
  Author: lcarlier
Revision: 96270

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 96269, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  256 ++---
 1 file changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-23 07:11:14 UTC (rev 96269)
+++ PKGBUILD2013-08-23 07:11:22 UTC (rev 96270)
@@ -1,128 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.2.0rc1
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
- 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-source=(ftp://ftp.freedesktop.org/pub/mesa/9.2/MesaLib-9.2.0-rc1.tar.bz2)
-md5sums=('866e9a1b3ce72b822671ee8106821aec')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-llvm-shared-libs \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
-  ln -s ati-dri $pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/intel-dri
-  ln -s intel-dri $pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=(lib32-mesa-libgl=${pkgver} 'lib32-libtxc_dxtn' 'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
-  mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
-  rm ${pkgdir}/usr/lib32/libGL.so{,.1}
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/include
-  
-  install -m755 -d 

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

2013-08-23 Thread Sébastien Luttringer
Date: Friday, August 23, 2013 @ 11:11:09
  Author: seblu
Revision: 96271

upgpkg: weston 1.2.1-1

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 07:11:22 UTC (rev 96270)
+++ PKGBUILD2013-08-23 09:11:09 UTC (rev 96271)
@@ -3,8 +3,8 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=weston
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
@@ -12,13 +12,14 @@
 options=(!libtool)
 depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
+sha1sums=('111e639940ff06c6b8f3fcb866b53449a5690d3e')
 
 build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
-   --libexecdir=/usr/lib/weston
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients
make
 }
 
@@ -27,9 +28,4 @@
make DESTDIR=$pkgdir install
# license
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-   # embed more clients
-   for _c in calibrator clickdot cliptest dnd editor eventdemo flower 
fullscreen gears \
- image resizor simple-egl simple-shm simple-touch smoke transformed 
view; do
-   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
-   done
 }



[arch-commits] Commit in (4 files)

2013-08-23 Thread Jelle van der Waa
Date: Friday, August 23, 2013 @ 11:30:24
  Author: jelle
Revision: 96272

added to [community] since calibre now depends on it

Added:
  python-apsw/
  python-apsw/repos/
  python-apsw/trunk/
  python-apsw/trunk/PKGBUILD

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

Added: python-apsw/trunk/PKGBUILD
===
--- python-apsw/trunk/PKGBUILD  (rev 0)
+++ python-apsw/trunk/PKGBUILD  2013-08-23 09:30:24 UTC (rev 96272)
@@ -0,0 +1,40 @@
+# Maintainer: Brendan MacDonell macdonellba at gmail dot com
+# Former Maintainer: Linmiao Xu linmiao...@gmail.com
+# Contributor: Juan Miguel Cejuela jua...@jmcejuela.net
+
+pkgbase=python-apsw
+pkgname=('python-apsw' 'python2-apsw')
+pkgver=3.7.17_r1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/apsw/;
+license=('MIT')
+source=(http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip; 'LICENSE')
+
+md5sums=('5393765e7ef55def11dae08149133136'
+ 'efc704d50cb39441d00f9dc76cbe6665')
+
+build() {
+  cd $srcdir
+  cp -rf apsw-${pkgver//_/-} apsw2
+}
+
+package_python-apsw() {
+depends=('python' 'sqlite3=3.7.5')
+pkgdesc=Python wrapper for SQLite
+  cd $srcdir/apsw-${pkgver//_/-}
+  python setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-apsw() {
+depends=('python2' 'sqlite3=3.7.5')
+pkgdesc=Python2 wrapper for SQLite
+  cd $srcdir/apsw2
+  python2 setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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


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

2013-08-23 Thread Jelle van der Waa
Date: Friday, August 23, 2013 @ 11:36:26
  Author: jelle
Revision: 96273

upgpkg: python-apsw 3.7.17_r1-1

Added:
  python-apsw/trunk/LICENSE
Modified:
  python-apsw/trunk/PKGBUILD

--+
 LICENSE  |   15 +++
 PKGBUILD |1 +
 2 files changed, 16 insertions(+)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2013-08-23 09:36:26 UTC (rev 96273)
@@ -0,0 +1,15 @@
+Copyright (C) 2004-2009 Roger Binns
+
+This software is provided ‘as-is’, without any express or implied warranty. In 
no event will the authors be held liable
+for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it
+and redistribute it freely, subject to the following restrictions: 
+
+- The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If
+  you use this software in a product, an acknowledgment in the product 
documentation would be appreciated but is not
+  required.
+
+- Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+
+- This notice may not be removed or altered from any source distribution.

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 09:30:24 UTC (rev 96272)
+++ PKGBUILD2013-08-23 09:36:26 UTC (rev 96273)
@@ -9,6 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/apsw/;
 license=('MIT')
+makedepends=('python' 'python2')
 source=(http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip; 'LICENSE')
 
 md5sums=('5393765e7ef55def11dae08149133136'



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

2013-08-23 Thread Jelle van der Waa
Date: Friday, August 23, 2013 @ 11:38:34
  Author: jelle
Revision: 96274

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

Added:
  python-apsw/repos/community-i686/
  python-apsw/repos/community-i686/LICENSE
(from rev 96273, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-i686/PKGBUILD
(from rev 96273, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-x86_64/
  python-apsw/repos/community-x86_64/LICENSE
(from rev 96273, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 96273, python-apsw/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   15 +++
 community-i686/PKGBUILD   |   41 +
 community-x86_64/LICENSE  |   15 +++
 community-x86_64/PKGBUILD |   41 +
 4 files changed, 112 insertions(+)

Copied: python-apsw/repos/community-i686/LICENSE (from rev 96273, 
python-apsw/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-08-23 09:38:34 UTC (rev 96274)
@@ -0,0 +1,15 @@
+Copyright (C) 2004-2009 Roger Binns
+
+This software is provided ‘as-is’, without any express or implied warranty. In 
no event will the authors be held liable
+for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it
+and redistribute it freely, subject to the following restrictions: 
+
+- The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If
+  you use this software in a product, an acknowledgment in the product 
documentation would be appreciated but is not
+  required.
+
+- Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+
+- This notice may not be removed or altered from any source distribution.

Copied: python-apsw/repos/community-i686/PKGBUILD (from rev 96273, 
python-apsw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 09:38:34 UTC (rev 96274)
@@ -0,0 +1,41 @@
+# Maintainer: Brendan MacDonell macdonellba at gmail dot com
+# Former Maintainer: Linmiao Xu linmiao...@gmail.com
+# Contributor: Juan Miguel Cejuela jua...@jmcejuela.net
+
+pkgbase=python-apsw
+pkgname=('python-apsw' 'python2-apsw')
+pkgver=3.7.17_r1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/apsw/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip; 'LICENSE')
+
+md5sums=('5393765e7ef55def11dae08149133136'
+ 'efc704d50cb39441d00f9dc76cbe6665')
+
+build() {
+  cd $srcdir
+  cp -rf apsw-${pkgver//_/-} apsw2
+}
+
+package_python-apsw() {
+depends=('python' 'sqlite3=3.7.5')
+pkgdesc=Python wrapper for SQLite
+  cd $srcdir/apsw-${pkgver//_/-}
+  python setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-apsw() {
+depends=('python2' 'sqlite3=3.7.5')
+pkgdesc=Python2 wrapper for SQLite
+  cd $srcdir/apsw2
+  python2 setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 96273, 
python-apsw/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2013-08-23 09:38:34 UTC (rev 96274)
@@ -0,0 +1,15 @@
+Copyright (C) 2004-2009 Roger Binns
+
+This software is provided ‘as-is’, without any express or implied warranty. In 
no event will the authors be held liable
+for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it
+and redistribute it freely, subject to the following restrictions: 
+
+- The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If
+  you use this software in a product, an acknowledgment in the product 
documentation would be appreciated but is not
+  required.
+
+- Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+
+- This notice may not be removed or altered from any source distribution.

Copied: python-apsw/repos/community-x86_64/PKGBUILD (from rev 96273, 
python-apsw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-23 09:38:34 UTC 

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

2013-08-23 Thread Jelle van der Waa
Date: Friday, August 23, 2013 @ 12:26:11
  Author: jelle
Revision: 96275

upgpkg: calibre 1.0.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 09:38:34 UTC (rev 96274)
+++ PKGBUILD2013-08-23 10:26:11 UTC (rev 96275)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.44
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
@@ -18,14 +18,14 @@
  'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 
  'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
  'libunrar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect')
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw')
 makedepends=('python2-pycountry' 'qt4-private-headers')
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
 
source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('5598d6717ce568a32ea2a4a1c173016b'
+md5sums=('5f3d0c3630a7289ef1f36d68153ea7a3'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-08-23 Thread Jelle van der Waa
Date: Friday, August 23, 2013 @ 12:29:39
  Author: jelle
Revision: 96276

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 96275, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 96275, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 96275, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 96275, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 96275, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 96275, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 96275, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 96275, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 ++
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 -
 12 files changed, 476 insertions(+), 476 deletions(-)

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


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

2013-08-23 Thread Alexander Rødseth
Date: Friday, August 23, 2013 @ 13:34:58
  Author: arodseth
Revision: 96277

upgpkg: gendesk 0.5.3-1

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 10:29:39 UTC (rev 96276)
+++ PKGBUILD2013-08-23 11:34:58 UTC (rev 96277)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=gendesk
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='Utility to generate .desktop files and download icons'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 depends=('glibc')
 source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
 'http://roboticoverlords.org/images/default.png')
-sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17'
+sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144'
 '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
 
 build() {



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

2013-08-23 Thread Alexander Rødseth
Date: Friday, August 23, 2013 @ 13:35:11
  Author: arodseth
Revision: 96278

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

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

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-23 11:34:58 UTC (rev 96277)
+++ community-i686/PKGBUILD 2013-08-23 11:35:11 UTC (rev 96278)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  go build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 96277, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 11:35:11 UTC (rev 96278)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=gendesk
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
+'http://roboticoverlords.org/images/default.png')
+sha256sums=('f6f2db255bd5ea978c00f165cfd8e298a1427ec79e7ec265d50b84a8d45d0144'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  go build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
+  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-23 11:34:58 UTC (rev 96277)
+++ community-x86_64/PKGBUILD   2013-08-23 11:35:11 UTC (rev 96278)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('33a989aa7603d2cb15711137f653a8985143297a2ab7532dfad1c15aa649fe17'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  go build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 96277, 
gendesk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-23 11:35:11 UTC (rev 96278)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=gendesk
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility to generate .desktop files and download icons'
+arch=('x86_64' 

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

2013-08-23 Thread Tobias Powalowski
Date: Friday, August 23, 2013 @ 13:45:41
  Author: tpowa
Revision: 193548

upgpkg: archboot 2013.08-3

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 06:58:58 UTC (rev 193547)
+++ PKGBUILD2013-08-23 11:45:41 UTC (rev 193548)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2013.08
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -29,7 +29,7 @@
 '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'
+'wireless-regdb=2011.04.28-1' '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'
@@ -70,7 +70,9 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-2
+  cd $srcdir/$pkgname-$pkgver-3
   mv * $pkgdir/
 }
 md5sums=('1708bd5ea82e20b34b46fd5699291703')
+md5sums=('8686540744b240a867c3ad6f82461659')
+md5sums=('f34c9dfb3d0acb956c983efe32592e07')



[arch-commits] Commit in archboot/repos/testing-any (4 files)

2013-08-23 Thread Tobias Powalowski
Date: Friday, August 23, 2013 @ 13:45:52
  Author: tpowa
Revision: 193549

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |  154 ++---
 archboot.install |   48 
 2 files changed, 102 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-23 11:45:41 UTC (rev 193548)
+++ PKGBUILD2013-08-23 11:45:52 UTC (rev 193549)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.08
-pkgrel=2
-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.4.0-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'
- 'intel-ucode=20120606-1' 'arch-install-scripts=5-1' 'zsh=5.0.0-2' 
'gdbm=1.10-1'
- 

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

2013-08-23 Thread Alexander Rødseth
Date: Friday, August 23, 2013 @ 14:38:44
  Author: arodseth
Revision: 96280

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

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

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 70 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-23 12:38:36 UTC (rev 96279)
+++ community-i686/PKGBUILD 2013-08-23 12:38:44 UTC (rev 96280)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2'
-license=('GPL2')
-depends=('exiv2' 'gobject-introspection')
-options=('!libtool')
-source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
-sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 96279, 
libgexiv2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 12:38:44 UTC (rev 96280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=libgexiv2
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+url='http://redmine.yorba.org/projects/gexiv2/roadmap'
+# http://yorba.org/download/gexiv2/
+license=('GPL2')
+depends=('exiv2' 'gobject-introspection')
+makedepends=('python-gobject' 'python2-gobject')
+options=('!libtool')
+source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
+sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-23 12:38:36 UTC (rev 96279)
+++ community-x86_64/PKGBUILD   2013-08-23 12:38:44 UTC (rev 96280)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2'
-license=('GPL2')
-depends=('exiv2' 'gobject-introspection')
-options=('!libtool')
-source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
-sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 96279, 
libgexiv2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-23 12:38:44 UTC (rev 96280)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=libgexiv2
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+url='http://redmine.yorba.org/projects/gexiv2/roadmap'
+# http://yorba.org/download/gexiv2/
+license=('GPL2')
+depends=('exiv2' 'gobject-introspection')
+makedepends=('python-gobject' 'python2-gobject')
+options=('!libtool')
+source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)

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

2013-08-23 Thread Alexander Rødseth
Date: Friday, August 23, 2013 @ 14:38:36
  Author: arodseth
Revision: 96279

upgpkg: libgexiv2 0.6.1-2, added python support by adding makedepends

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 11:35:11 UTC (rev 96278)
+++ PKGBUILD2013-08-23 12:38:36 UTC (rev 96279)
@@ -4,12 +4,14 @@
 
 pkgname=libgexiv2
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2'
+url='http://redmine.yorba.org/projects/gexiv2/roadmap'
+# http://yorba.org/download/gexiv2/
 license=('GPL2')
 depends=('exiv2' 'gobject-introspection')
+makedepends=('python-gobject' 'python2-gobject')
 options=('!libtool')
 
source=(http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz;)
 sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
@@ -17,6 +19,9 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
   ./configure --prefix=/usr --enable-introspection
   make
 }



[arch-commits] Commit in libreoffice-i18n/repos/extra-any (3 files)

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 16:28:37
  Author: andyrtr
Revision: 193551

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 193550, libreoffice-i18n/trunk/PKGBUILD)
  libreoffice-i18n/repos/extra-any/PKGBUILD.41
(from rev 193550, libreoffice-i18n/trunk/PKGBUILD.41)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

-+
 PKGBUILD| 3252 +-
 PKGBUILD.41 | 1626 +
 2 files changed, 3252 insertions(+), 1626 deletions(-)

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


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

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 16:28:00
  Author: andyrtr
Revision: 193550

upgpkg: libreoffice-i18n 4.0.5-1

upstream update 4.0.5

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 11:45:52 UTC (rev 193549)
+++ PKGBUILD2013-08-23 14:28:00 UTC (rev 193550)
@@ -111,8 +111,8 @@
  'libreoffice-zh-CN'
  'libreoffice-zh-TW'
  'libreoffice-zu')
-_rcver=4.0.4.2
-pkgver=4.0.4
+_rcver=4.0.5.2
+pkgver=4.0.5
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -245,171 +245,171 @@
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-CN.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-TW.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_zu.tar.gz)
-md5sums=('b3bfbc829959d6824b6296284ccd2852'
- 'b50c8a8ab276877c1aa2dc7f9938ede6'
- '56d3c9e19d7682d6199d168806995382'
- '826ee0e5db6193c45e48afa28ecadfc2'
- '7be636de6eec8b1f8a5ef18178d21efc'
- 'ce77493fe66af7a839e912f82ecfe891'
- 'bdd860b72e7567a393d6ac2ddf2d4d41'
- 'aa5029c47d2687a4741a794a5f6c18ac'
- 'ec922166c54882b796e28fe8004a6353'
- 'a0347264ce6b2fa8efbe89c79ccc3c28'
- '37fa5e540c91f3799ec7c65e57c064b6'
- 'd8318d167b17a4b0972c0b901d12909c'
- 'a0e80ae1a1a897cb4be38241a23a40d3'
- '82e779e5032e8f95be12cdf92bcf2550'
- '471b1626fefa2c84162b78cb1e8f4d71'
- '658705afed82e9e2bbba8b11267ae6e1'
- '7197d05a165017dec2d7dce8c9a3cc40'
- '809c003e24c2989db3cfe90637281160'
- '1185e0ff4b0c65ac00a5f6381836bc39'
- '88522c09f72e90dfc912e82b6adcf840'
- '49918f163301d10d59f51fd091365db6'
- '53f37ea72c7cac42546cffd5499737e0'
- '91382fb771dc58de273276214dcc2d0f'
- 'd25ef11125fd05380c21c959ec47a616'
- '5b1ccd5b9bcecb3ca93d48056062f0f9'
- '4a782c7dbb0795eb0cdf75449f0f6f6e'
- 'bbb44a10d759ae2f4f26f252d5119d57'
- '1d54629959af1e3b7d39aca458254ecb'
- 'd27ef04bb8c6e47725adc16251404a2d'
- '75cf5b72d2e492f3a0607b69c5a35911'
- '43b3cb7734d106e7857ba4c73dc346f5'
- '4b14674a0ad4f1890f9845461d16c4da'
- 'aeda6e2ac3ff1ea1526927bdd1468708'
- '55895400cd4b996700799885801a572a'
- '491d45bfe2a84a72dedb1cee79f0c2f4'
- 'ae8b463fdb37ec101c7a4ab981b10aea'
- '9091423b3f858f0e972bdcd6a4b1a2a9'
- '3d66dad4d2427166b3e5a506b1ff0068'
- '4befe91d9f8020ce10895db84b7a060e'
- 'b3899be2d8465cb309f8f08eb42dc689'
- 'ba6dab73f7d6d3ba3267ef8da6334501'
- 'dccb42d5f134c74b30ddd73408be200b'
- '2dabcbc8de8d4889278ce8fc4187896d'
- '3739dc0050445ae4efe70743b1d41273'
- 'd96b7d26a320cf87d7a497327aca5cc6'
- '1bb5b731def2aa4dd05da0702060372b'
- '334e5ee96f9ce740cc51d71149951d76'
- '0542e03d9958a48da9354f393a95682f'
- 'fc411aad87a4a7848a316e1f11f0e448'
- '9464be7ce5fcef48930ec4249093a691'
- '89a92ed7f7dc5bd1387c09492070fbef'
- '98753bb4ddd607ada24e1de90dde664e'
- '37c3bc4e70586e4efa2375d475a19058'
- '1b7fedae9c0e8c9399d56b230ba4'
- 'ac9e4938e27e26911f45a532599e85dd'
- 'f10fd40d9aa44ceebd178275e24f5a56'
- '715c7d8fbfe94ff4a9e76e5efe76967e'
- '5627c54859ad0fd4efa1b1a9bef3d13c'
- '35c1d0e41f1497321521908ca436bc8f'
- '587cf292f90103a3e78a9ac8558543d3'
- '31d92f3614a2ee084567a4222d89da75'
- '432fdd6f1b651a660d50faede3e6173a'
- '0698808931fbe064d59e18091f3aaa36'
- '09b89e56604223755508203c9990c061'
- 'b7d3c3c8b88191f5bcee6c743e184ff1'
- 'de520ac4992eab9669b737398e8a3e75'
- '7300fbf1f603abd235280487cdf3ffca'
- 'eb1dc910ebc4ae75814c084aec5fc51b'
- 'fef250ac85b561646fd33adf5588aae7'
- '990ee5af7bd48466dae1ff695b5ab7e1'
- 'ca48820c1187988b152b1a462785c159'
- '0b6b96d6102c0d58fae190e3ff795122'
- 'f1c2ee5d1d7f74aae3c2ff197680404f'
- '9d90b96145c6bd0c905583ef6514aa80'
- '92f5486f6fc697e5e60a976956011dc3'
- 'fec3bc90f13b23ea50e3455030be7ed8'
- '95455df7f0a9662c0d7d13809f375228'
- '895153dc929fd78e58e5a55daab2ba3f'
- '1427d3734ba9d56cc2dc028c70f6da35'
- 'd3f15684fb06367ee3dc605866e9f2e0'
- 'cdd3a8dea407007a4bb243e7342e6bb3'
- '7395f73087c21cb04eb4a34552405f29'
- '1ff8d960d4bddc8e81555e1dc150b5bf'
- 'fee4d6f42dfca1389e62be38fafa8ca4'
- 'a381ab68b7625f775e588a8fd5d14a02'
- 'dffbae2b8d42a79a259275870f4ca703'
- '4761ac0bf18a3d710d8a2ab7e94826c7'
- 'b357b4ecbdfc345a325ec7f4cababafc'
- 

[arch-commits] Commit in libreoffice/trunk (PKGBUILD poppler_buildfix.diff)

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 16:30:45
  Author: andyrtr
Revision: 193552

upgpkg: libreoffice 4.0.5-1

upstream update 4.0.5

Modified:
  libreoffice/trunk/PKGBUILD
Deleted:
  libreoffice/trunk/poppler_buildfix.diff

---+
 PKGBUILD  |   23 --
 poppler_buildfix.diff |   50 
 2 files changed, 9 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 14:28:37 UTC (rev 193551)
+++ PKGBUILD2013-08-23 14:30:45 UTC (rev 193552)
@@ -19,9 +19,9 @@
'libreoffice-extension-report-builder'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.0.4.2
-pkgver=4.0.4
-pkgrel=2
+_LOver=4.0.5.2
+pkgver=4.0.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -76,9 +76,8 @@

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
${_additional_source_url}/libcdr-0.0.14.tar.bz2
${_additional_source_url}/libmspub-0.0.6.tar.bz2
-   ${_additional_source_url}/libvisio-0.0.28.tar.bz2
+   ${_additional_source_url}/libvisio-0.0.30.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
-   poppler_buildfix.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -111,10 +110,10 @@
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
libcdr-0.0.14.tar.bz2
libmspub-0.0.6.tar.bz2
-   libvisio-0.0.28.tar.bz2)
-md5sums=('19462798bbf6e1dc75a8b12bd1775ea2'
- 'a4d5e6504a3251b7a7fbe17216f8d6e7'
- '0ba553eea7284abe1370157bb35bd355'
+   libvisio-0.0.30.tar.bz2)
+md5sums=('6cb30bf61cc264f0593a11fffa5cd7ee'
+ 'a9ddcbde6d7b1148c8fdb626b26c0c69'
+ '914c5ea3f433643387593cb96d6c119b'
  'f02578f5218f217a9f20e9c30e119c6a'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -146,9 +145,8 @@
  '185d60944ea767075d27247c3162b3bc'
  'd88f9b94df880d2c05be943b000ca112'
  '1120705cd0f0d9bd5506360bf57b6c2e'
- '05574c2ec54dd0c29d75cacdf9419f44'
+ '9d9eb3ae6bee763c161228b2b12e25f8'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
- '092939d16adbb006780c68040192f8ce'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
 
@@ -167,9 +165,6 @@
done
popd

-   # fix build with poppler 0.24.0
-   patch -Np1 -i ${srcdir}/poppler_buildfix.diff
-   
 # fix not upstreamable pyuno paths - patch taken from Debian
 patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
 

Deleted: poppler_buildfix.diff
===
--- poppler_buildfix.diff   2013-08-23 14:28:37 UTC (rev 193551)
+++ poppler_buildfix.diff   2013-08-23 14:30:45 UTC (rev 193552)
@@ -1,50 +0,0 @@
-From a7688eff345133147984507c35bf444131cc3d63 Mon Sep 17 00:00:00 2001
-From: Petr Mladek pmla...@suse.cz
-Date: Tue, 16 Jul 2013 14:45:31 +
-Subject: fix build with system poppler-0.23.0
-
-XRef *xref parameter has been added to the OutputDev::startPage method, see
-http://cgit.freedesktop.org/poppler/poppler/commit/?id=8eb489c355d734a72e140ce7e32470d048362499
-
-Change-Id: I7ad875bf58f6998e639c740f0dac3795738cd1db
-Reviewed-on: https://gerrit.libreoffice.org/4940
-Reviewed-by: Andras Timar ati...@suse.com
-Tested-by: Andras Timar ati...@suse.com

-diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
-index 03adf89..53a77d3 100644
 a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
-+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
-@@ -481,7 +481,11 @@ PDFOutDev::PDFOutDev( PDFDoc* pDoc ) :
- {
- }
- 
--void PDFOutDev::startPage(int /*pageNum*/, GfxState* state)
-+void PDFOutDev::startPage(int /*pageNum*/, GfxState* state
-+#if POPPLER_CHECK_VERSION(0, 23, 0)
-+  , XRef* /*xref*/
-+#endif
-+)
- {
- assert(state);
- printf(startPage %f %f\n,
-diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
-index c0977cb7..4f3d3a9 100644
 a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
-+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
-@@ -181,7 +181,11 @@ namespace pdfi
- virtual void setDefaultCTM(double *ctm) SAL_OVERRIDE;
- 
- // Start a page.
--virtual void startPage(int pageNum, GfxState *state) SAL_OVERRIDE;
-+virtual void startPage(int pageNum, GfxState *state
-+#if POPPLER_CHECK_VERSION(0, 23, 0)
-+ 

[arch-commits] Commit in libreoffice/repos (50 files)

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 16:32:18
  Author: andyrtr
Revision: 193553

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 193552, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/PKGBUILD.41
(from rev 193552, libreoffice/trunk/PKGBUILD.41)
  libreoffice/repos/extra-i686/fix_install.diff
(from rev 193552, libreoffice/trunk/fix_install.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 193552, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 193552, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 193552, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 193552, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 193552, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 193552, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 193552, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 193552, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 193552, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 193552, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/PKGBUILD.41
(from rev 193552, libreoffice/trunk/PKGBUILD.41)
  libreoffice/repos/extra-x86_64/fix_install.diff
(from rev 193552, libreoffice/trunk/fix_install.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 193552, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 193552, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 193552, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 193552, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 193552, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 193552, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 193552, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 193552, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 193552, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/PKGBUILD.41
  libreoffice/repos/extra-i686/fix_install.diff
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice/repos/extra-i686/poppler_buildfix.diff
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/PKGBUILD.41
  libreoffice/repos/extra-x86_64/fix_install.diff
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice/repos/extra-x86_64/poppler_buildfix.diff

---+
 /PKGBUILD | 1312 
++
 /PKGBUILD.41  | 1302 
+
 /fix_install.diff |  164 +
 /libreoffice-base.install |   22 
 /libreoffice-calc.install   

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

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 18:39:36
  Author: andyrtr
Revision: 193554

archrelease: copy trunk to extra-any

Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1626 -
 1 file changed, 1626 deletions(-)

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


[arch-commits] Commit in libreoffice-i18n/repos/extra-any (3 files)

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 18:46:10
  Author: andyrtr
Revision: 193555

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 193554, libreoffice-i18n/trunk/PKGBUILD)
  libreoffice-i18n/repos/extra-any/PKGBUILD.41
(from rev 193554, libreoffice-i18n/trunk/PKGBUILD.41)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD.41

-+
 PKGBUILD| 1626 +
 PKGBUILD.41 | 3252 +-
 2 files changed, 3252 insertions(+), 1626 deletions(-)

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


[arch-commits] Commit in libreoffice/repos (48 files)

2013-08-23 Thread Andreas Radke
Date: Friday, August 23, 2013 @ 18:48:04
  Author: andyrtr
Revision: 193556

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 193555, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/PKGBUILD.41
(from rev 193555, libreoffice/trunk/PKGBUILD.41)
  libreoffice/repos/extra-i686/fix_install.diff
(from rev 193555, libreoffice/trunk/fix_install.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 193555, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 193555, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 193555, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 193555, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 193555, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 193555, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 193555, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 193555, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 193555, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 193555, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/PKGBUILD.41
(from rev 193555, libreoffice/trunk/PKGBUILD.41)
  libreoffice/repos/extra-x86_64/fix_install.diff
(from rev 193555, libreoffice/trunk/fix_install.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 193555, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 193555, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 193555, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 193555, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 193555, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 193555, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 193555, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 193555, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 193555, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/PKGBUILD.41
  libreoffice/repos/extra-i686/fix_install.diff
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/PKGBUILD.41
  libreoffice/repos/extra-x86_64/fix_install.diff
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD | 1312 
++
 /PKGBUILD.41  | 1302 
+
 /fix_install.diff |  164 +
 /libreoffice-base.install |   22 
 /libreoffice-calc.install |   22 
 /libreoffice-common.csh   |   12 
 

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

2013-08-23 Thread Jan Steffens
Date: Friday, August 23, 2013 @ 19:11:36
  Author: heftig
Revision: 193557

0.0.14

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 16:48:04 UTC (rev 193556)
+++ PKGBUILD2013-08-23 17:11:36 UTC (rev 193557)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cantarell-fonts
-pkgver=0.0.13
+pkgver=0.0.14
 pkgrel=1
 pkgdesc=Cantarell font family
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c')
+sha256sums=('d31c66e6156597c200f34cca1ce3885f72c931b204716e80ea39fd16a943b14a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2013-08-23 Thread Jan Steffens
Date: Friday, August 23, 2013 @ 19:13:25
  Author: heftig
Revision: 193558

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 193557, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 193557, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   54 +++---
 cantarell-fonts.install |   22 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-23 17:11:36 UTC (rev 193557)
+++ PKGBUILD2013-08-23 17:13:25 UTC (rev 193558)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cantarell-fonts
-pkgver=0.0.13
-pkgrel=1
-pkgdesc=Cantarell font family
-arch=('any')
-url=http://abattis.org/cantarell/;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 193557, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-23 17:13:25 UTC (rev 193558)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cantarell-fonts
+pkgver=0.0.14
+pkgrel=1
+pkgdesc=Cantarell font family
+arch=('any')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('d31c66e6156597c200f34cca1ce3885f72c931b204716e80ea39fd16a943b14a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2013-08-23 17:11:36 UTC (rev 193557)
+++ cantarell-fonts.install 2013-08-23 17:13:25 UTC (rev 193558)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
193557, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2013-08-23 17:13:25 UTC (rev 193558)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-08-23 Thread Jan Steffens
Date: Friday, August 23, 2013 @ 19:21:22
  Author: heftig
Revision: 193559

Add glu dep FS#36599

Modified:
  sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 17:13:25 UTC (rev 193558)
+++ PKGBUILD2013-08-23 17:21:22 UTC (rev 193559)
@@ -11,7 +11,7 @@
 url=http://www.libsdl.org;
 license=('LGPL')
 depends=('glibc' 'libxext' 'libxrender' 'libx11')
-makedepends=('alsa-lib' 'mesa' 'libpulse')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'glu')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
 options=('!libtool')



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

2013-08-23 Thread Thorsten Töpper
Date: Friday, August 23, 2013 @ 20:02:00
  Author: ttoepper
Revision: 96282

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 96281, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-23 18:01:56 UTC (rev 96281)
+++ PKGBUILD2013-08-23 18:02:00 UTC (rev 96282)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Francois Boulogne fboulogne at april dot org
-# Contributor: Andre Klitzing aklitzing () online () de
-# Contributor : Allan McRae mcrae_al...@hotmail.com
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
-
-_dlid=3786
-pkgname=po4a
-pkgver=0.44
-pkgrel=1
-pkgdesc=tools for helping translation of documentation
-arch=('any')
-license=('GPL')
-url=http://po4a.alioth.debian.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff7b6859d729a52a57a880d6cf6a7fcf')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 96281, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-23 18:02:00 UTC (rev 96282)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Contributor: Andre Klitzing aklitzing () online () de
+# Contributor : Allan McRae mcrae_al...@hotmail.com
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
+
+_dlid=3942
+pkgname=po4a
+pkgver=0.45
+pkgrel=1
+pkgdesc=tools for helping translation of documentation
+arch=('any')
+license=('GPL')
+url=http://po4a.alioth.debian.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build.PL installdirs=vendor create_packlist=0
+   perl Build
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-23 Thread Thorsten Töpper
Date: Friday, August 23, 2013 @ 20:01:56
  Author: ttoepper
Revision: 96281

upgpkg: po4a 0.45-1

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 12:38:44 UTC (rev 96280)
+++ PKGBUILD2013-08-23 18:01:56 UTC (rev 96281)
@@ -5,9 +5,9 @@
 # Contributor : Allan McRae mcrae_al...@hotmail.com
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi aka Neverth
 
-_dlid=3786
+_dlid=3942
 pkgname=po4a
-pkgver=0.44
+pkgver=0.45
 pkgrel=1
 pkgdesc=tools for helping translation of documentation
 arch=('any')
@@ -16,8 +16,8 @@
 depends=('perl' 'gettext')
 makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
 options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff7b6859d729a52a57a880d6cf6a7fcf')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-08-23 Thread Sébastien Luttringer
Date: Friday, August 23, 2013 @ 20:19:07
  Author: seblu
Revision: 96283

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   35 
 community-x86_64/PKGBUILD |   35 
 3 files changed, 62 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-23 18:02:00 UTC (rev 96282)
+++ community-i686/PKGBUILD 2013-08-23 18:19:07 UTC (rev 96283)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-   # embed more clients
-   for _c in calibrator clickdot cliptest dnd editor eventdemo flower 
fullscreen gears \
- image resizor simple-egl simple-shm simple-touch smoke transformed 
view; do
-   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
-   done
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 96282, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 18:19:07 UTC (rev 96283)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('111e639940ff06c6b8f3fcb866b53449a5690d3e')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-demo-clients
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-23 18:02:00 UTC (rev 96282)
+++ community-x86_64/PKGBUILD   2013-08-23 18:19:07 UTC (rev 96283)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('23201d31e71768e5ec3de0d10fa6de988dd273c8')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-   # embed more clients
-   for _c in calibrator clickdot cliptest dnd editor eventdemo flower 
fullscreen gears \
- image resizor simple-egl simple-shm simple-touch smoke transformed 
view; do
-   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
-   done
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 96282, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-23 18:19:07 UTC (rev 96283)
@@ -0,0 +1,31 @@

[arch-commits] Commit in ca-certificates-java/repos/extra-any (8 files)

2013-08-23 Thread Pierre Schmitz
Date: Friday, August 23, 2013 @ 20:42:47
  Author: pierre
Revision: 193561

archrelease: copy trunk to extra-any

Added:
  ca-certificates-java/repos/extra-any/PKGBUILD
(from rev 193560, ca-certificates-java/trunk/PKGBUILD)
  ca-certificates-java/repos/extra-any/ca-certificates-java.install
(from rev 193560, ca-certificates-java/trunk/ca-certificates-java.install)
  ca-certificates-java/repos/extra-any/init-jks-keystore
(from rev 193560, ca-certificates-java/trunk/init-jks-keystore)
  ca-certificates-java/repos/extra-any/jks-keystore.hook
(from rev 193560, ca-certificates-java/trunk/jks-keystore.hook)
Deleted:
  ca-certificates-java/repos/extra-any/PKGBUILD
  ca-certificates-java/repos/extra-any/ca-certificates-java.install
  ca-certificates-java/repos/extra-any/init-jks-keystore
  ca-certificates-java/repos/extra-any/jks-keystore.hook

--+
 PKGBUILD |   92 -
 ca-certificates-java.install |   36 
 init-jks-keystore|   20 
 jks-keystore.hook|   30 ++---
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-23 18:42:40 UTC (rev 193560)
+++ PKGBUILD2013-08-23 18:42:47 UTC (rev 193561)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ca-certificates-java
-pkgver=20121112+nmu2
-pkgrel=2
-pkgdesc='Common CA certificates (JKS keystore)'
-arch=('any')
-url='http://packages.qa.debian.org/c/ca-certificates-java.html'
-license=('GPL')
-depends=('ca-certificates')
-makedepends=('jdk7-openjdk')
-checkdepends=('junit')
-install='ca-certificates-java.install'
-backup=('etc/default/cacerts')
-source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
-'init-jks-keystore' 'jks-keystore.hook')
-md5sums=('9562403f0cc9300d29af5b8baa9ddeab'
- '75eeca3f443f4b5a17ed5ac81875f1e9'
- '6dd4f915aee0df51260083e00b7fa012')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   javac -target 1.6 -source 1.6 UpdateCertificates.java
-   jar cfe ca-certificates-java.jar UpdateCertificates *.class
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   javac -cp 
/usr/share/java/junit.jar:/usr/share/ca-certificates-java/ca-certificates-java.jar
 \
-   UpdateCertificatesTest.java Exceptions.java
-   java -cp 
/usr/share/java/junit.jar:/usr/share/ca-certificates-java/ca-certificates-java.jar:.
 \
-   org.junit.runner.JUnitCore \
-   UpdateCertificatesTest
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -d -m755 ${pkgdir}/etc/ssl/certs/java
-   install -D -m600 debian/default ${pkgdir}/etc/default/cacerts
-   install -D -m644 ca-certificates-java.jar 
${pkgdir}/usr/share/ca-certificates-java/ca-certificates-java.jar
-   install -D -m755 ${srcdir}/init-jks-keystore 
${pkgdir}/usr/bin/init-jks-keystore
-   install -D -m755 ${srcdir}/jks-keystore.hook 
${pkgdir}/etc/ca-certificates/update.d/jks-keystore
-}

Copied: ca-certificates-java/repos/extra-any/PKGBUILD (from rev 193560, 
ca-certificates-java/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-23 18:42:47 UTC (rev 193561)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ca-certificates-java
+pkgver=20130815
+pkgrel=1
+pkgdesc='Common CA certificates (JKS keystore)'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates-java.html'
+license=('GPL')
+depends=('ca-certificates')
+makedepends=('jdk7-openjdk')
+checkdepends=('junit')
+install='ca-certificates-java.install'
+backup=('etc/default/cacerts')
+source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
+'init-jks-keystore' 'jks-keystore.hook')
+md5sums=('f93e4762800515d6f12ceb397e80a150'
+ '75eeca3f443f4b5a17ed5ac81875f1e9'
+ '6dd4f915aee0df51260083e00b7fa012')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   javac -target 1.6 -source 1.6 UpdateCertificates.java
+   jar cfe ca-certificates-java.jar UpdateCertificates *.class
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   javac -cp 
/usr/share/java/junit.jar:/usr/share/ca-certificates-java/ca-certificates-java.jar
 \
+   UpdateCertificatesTest.java Exceptions.java
+   java -cp 
/usr/share/java/junit.jar:/usr/share/ca-certificates-java/ca-certificates-java.jar:.
 \
+   org.junit.runner.JUnitCore \
+   UpdateCertificatesTest
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -d -m755 ${pkgdir}/etc/ssl/certs/java
+   install -D -m600 debian/default ${pkgdir}/etc/default/cacerts
+   install -D -m644 

[arch-commits] Commit in ca-certificates-java/trunk (PKGBUILD)

2013-08-23 Thread Pierre Schmitz
Date: Friday, August 23, 2013 @ 20:42:40
  Author: pierre
Revision: 193560

upgpkg: ca-certificates-java 20130815-1

Modified:
  ca-certificates-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 17:21:22 UTC (rev 193559)
+++ PKGBUILD2013-08-23 18:42:40 UTC (rev 193560)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ca-certificates-java
-pkgver=20121112+nmu2
-pkgrel=2
+pkgver=20130815
+pkgrel=1
 pkgdesc='Common CA certificates (JKS keystore)'
 arch=('any')
 url='http://packages.qa.debian.org/c/ca-certificates-java.html'
@@ -15,7 +15,7 @@
 backup=('etc/default/cacerts')
 
source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
 'init-jks-keystore' 'jks-keystore.hook')
-md5sums=('9562403f0cc9300d29af5b8baa9ddeab'
+md5sums=('f93e4762800515d6f12ceb397e80a150'
  '75eeca3f443f4b5a17ed5ac81875f1e9'
  '6dd4f915aee0df51260083e00b7fa012')
 



[arch-commits] Commit in (kdeadmin kdenetwork kdesdk kdetoys)

2013-08-23 Thread Eric Bélanger
Date: Saturday, August 24, 2013 @ 01:00:37
  Author: eric
Revision: 193562

Clean up svn as they each have their own PKGBUILD now

Deleted:
  kdeadmin/
  kdenetwork/
  kdesdk/
  kdetoys/



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

2013-08-23 Thread Felix Yan
Date: Saturday, August 24, 2013 @ 04:02:30
  Author: fyan
Revision: 96284

upgpkg: fcitx-mozc 1.11.1502.102-1

Modified:
  fcitx-mozc/trunk/PKGBUILD
Deleted:
  fcitx-mozc/trunk/mozc_1.10.1390.102_remove_warn_as_error.patch

---+
 PKGBUILD  |   39 +++-
 mozc_1.10.1390.102_remove_warn_as_error.patch |   12 ---
 2 files changed, 19 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 18:19:07 UTC (rev 96283)
+++ PKGBUILD2013-08-24 02:02:30 UTC (rev 96284)
@@ -5,15 +5,15 @@
 ## Mozc compile option
 _bldtype=Release
 
-_zipcoderel=201303
+_zipcoderel=201306
 _protobuf_ver=2.5.0
 
 _pkgbase=mozc
 pkgname=fcitx-mozc
 pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=1.10.1390.102
-_patchver=${pkgver}.2
-pkgrel=3
+pkgver=1.11.1502.102
+_patchver=${pkgver}.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/mozc/;
 license=('custom')
@@ -25,9 +25,9 @@
 http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
 http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
 http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
-http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch
-   http://fcitx.googlecode.com/files/fcitx-mozc-icon.tar.gz
-   mozc_1.10.1390.102_remove_warn_as_error.patch
+http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
+   http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
+   #mozc_1.10.1390.102_remove_warn_as_error.patch
 )
 
 build() {
@@ -53,7 +53,7 @@
   sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
 
   # Patch for gcc=4.8
-  patch -p0 -i ${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch
+  #patch -p0 -i ${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch
 
   # Adjust to use python2
   find . -name  \*.py-type f -exec sed -i -e 1s|python.*$|python2|  
{} +
@@ -71,22 +71,21 @@
 
   _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
 
-  QTDIR=/usr python2 build_mozc.py gyp --channel_dev=0
+  QTDIR=/usr GYP_DEFINES=document_dir=/usr/share/licenses/$pkgname python2 
build_mozc.py gyp --channel_dev=0
   python2 build_mozc.py build_tools -c $_bldtype
   python2 build_mozc.py build -c $_bldtype $_targets
 
   # Extract license part of mozc
-  head -n 28 server/mozc_server.cc  LICENSE
+  head -n 29 server/mozc_server.cc  LICENSE
 }
 
 package() {
   cd ${srcdir}/${_pkgbase}-${pkgver}
   install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
   install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
-  install -d ${pkgdir}/usr/lib/mozc/documents/
-  install-m 644 data/installer/*.html ${pkgdir}/usr/lib/mozc/documents/
 
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -d ${pkgdir}/usr/share/licenses/$pkgname/
+  install -m 644 LICENSE data/installer/*.html 
${pkgdir}/usr/share/licenses/${pkgname}/
 
   for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
   do
@@ -111,10 +110,10 @@
   install -m 644 $srcdir/fcitx-mozc-icons/mozc-properties.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-properties.png
   install -m 644 $srcdir/fcitx-mozc-icons/mozc-tool.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png
 }
-md5sums=('ff1611354703cbaa76cd562007ba57e9'
- '63310f8bad30f528ba10a6574b807952'
- 'bb9fa83c00dece4de5f92ca1773e2bc5'
- 'a72001a9067a4c2c4e0e836d0f92ece4'
- '1d94b16b5379f0ccd9f4e372c59b8190'
- '80fe2ef127b70649df22d133822ac8a7'
- '36689e236c97e570c1a8c98f947755bb')
+
+sha512sums=('a88c98822d4eeefab2d50b760f3a161deecff5664837d4758652f61996dc7c78fe4ff278f93445810d905b2deb16d50aee02c4a8d64e19a47c7b1389ab03e746'
+
'1e2ad1c68c2a1e85cfbc8d171e81cf33d9c1905bcb952eb0f2ff19cf114b569438a75ec88b7737af4446e33374f3f543bea8061a18d415f1e86dd3b7a5207148'
+
'181adbee2d5090b3821d7472a35cd8e2b7d0ee1df4ba7e22acc9181b405c7707e67ba314b7d7dc2af006e42febb3ad1b55d244a2447d49649d775274c6785263'
+
'5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee'
+
'd2935578c2eb76fa9d30f5eb689cbc04b95a38c94082216f752178f82ff63e409acfe22f345b9714db9434243c403f155fa574817e196bb86c4bc7dac1eb5b75'
+
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')

Deleted: mozc_1.10.1390.102_remove_warn_as_error.patch
===
--- mozc_1.10.1390.102_remove_warn_as_error.patch   

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

2013-08-23 Thread Felix Yan
Date: Saturday, August 24, 2013 @ 04:03:53
  Author: fyan
Revision: 96285

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

Added:
  fcitx-mozc/repos/community-testing-i686/
  fcitx-mozc/repos/community-testing-i686/PKGBUILD
(from rev 96284, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-testing-x86_64/
  fcitx-mozc/repos/community-testing-x86_64/PKGBUILD
(from rev 96284, fcitx-mozc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |  119 
 community-testing-x86_64/PKGBUILD |  119 
 2 files changed, 238 insertions(+)

Copied: fcitx-mozc/repos/community-testing-i686/PKGBUILD (from rev 96284, 
fcitx-mozc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-24 02:03:53 UTC (rev 96285)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+## Mozc compile option
+_bldtype=Release
+
+_zipcoderel=201306
+_protobuf_ver=2.5.0
+
+_pkgbase=mozc
+pkgname=fcitx-mozc
+pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
+pkgver=1.11.1502.102
+_patchver=${pkgver}.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/mozc/;
+license=('custom')
+depends=('qt4' 'fcitx' 'zinnia')
+makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa')
+replaces=('mozc-fcitx')
+conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
+source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2
+http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
+http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
+http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
+http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
+   http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
+   #mozc_1.10.1390.102_remove_warn_as_error.patch
+)
+
+build() {
+  cd $srcdir
+
+  #source /etc/profile.d/qt4.sh
+
+  # Update: Fix qt4 include path too
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  #CFLAGS=${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  #CXXFLAGS=${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  
+  # Apply fcitx patch
+  rm unix/fcitx -rf
+  patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch
+
+  # Fix qt4 binary path
+  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
+  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
+
+  # Patch for gcc=4.8
+  #patch -p0 -i ${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch
+
+  # Adjust to use python2
+  find . -name  \*.py-type f -exec sed -i -e 1s|python.*$|python2|  
{} +
+  find . -regex '.*\.gypi?$' -type f -exec sed -i -e s|'python'|'python2'|g 
{} +
+
+  # Generate zip code seed
+  msg Generating zip code seed...
+  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/KEN_ALL.CSV 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
+  msg Done.
+
+  # Copy protobuf to be linked statically
+  cp -rf ${srcdir}/protobuf-${_protobuf_ver} protobuf/files
+
+  msg Starting make...
+
+  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
+
+  QTDIR=/usr GYP_DEFINES=document_dir=/usr/share/licenses/$pkgname python2 
build_mozc.py gyp --channel_dev=0
+  python2 build_mozc.py build_tools -c $_bldtype
+  python2 build_mozc.py build -c $_bldtype $_targets
+
+  # Extract license part of mozc
+  head -n 29 server/mozc_server.cc  LICENSE
+}
+
+package() {
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
+  install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
+
+  install -d ${pkgdir}/usr/share/licenses/$pkgname/
+  install -m 644 LICENSE data/installer/*.html 
${pkgdir}/usr/share/licenses/${pkgname}/
+
+  for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
+  do
+filename=`basename $mofile`
+lang=${filename/.mo/}
+install -D -m 644 $mofile 
${pkgdir}/usr/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo
+  done
+
+  install -D -m 755 out_linux/${_bldtype}/fcitx-mozc.so 
${pkgdir}/usr/lib/fcitx/fcitx-mozc.so
+  install -D -m 644 unix/fcitx/fcitx-mozc.conf 
${pkgdir}/usr/share/fcitx/addon/fcitx-mozc.conf
+  install -D -m 644 unix/fcitx/mozc.conf 
${pkgdir}/usr/share/fcitx/inputmethod/mozc.conf
+
+  install -d ${pkgdir}/usr/share/fcitx/mozc/icon
+  install -m 644 

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

2013-08-23 Thread Gaetan Bisson
Date: Saturday, August 24, 2013 @ 07:32:59
  Author: bisson
Revision: 193563

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 23:00:37 UTC (rev 193562)
+++ PKGBUILD2013-08-24 05:32:59 UTC (rev 193563)
@@ -4,8 +4,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gcin
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')
@@ -17,21 +17,22 @@
 'anthy: support for anthy input method'
 'libchewing: support for chewing input method')
 
source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('69fe604939bc013f043ff0b4baa63b7951b26c95')
+sha1sums=('fc7323f1e0558675a94e91de2166c484c72d464d')
 
 install=install
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-
-   source /etc/profile.d/qt4.sh
sed 's/lib64/lib/g' -i configure
sed '/include suffixes-rule/a \
CFLAGS+='${CFLAGS}' \
LDFLAGS+='${LDFLAGS}' \
OPTFLAGS=' \
-i Makefile
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --use_i18n=Y
make
 }



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

2013-08-23 Thread Gaetan Bisson
Date: Saturday, August 24, 2013 @ 07:33:50
  Author: bisson
Revision: 193564

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

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

---+
 /PKGBUILD |   86 
 /install  |   28 +++
 extra-i686/PKGBUILD   |   42 ---
 extra-i686/install|   14 ---
 extra-x86_64/PKGBUILD |   42 ---
 extra-x86_64/install  |   14 ---
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-24 05:32:59 UTC (rev 193563)
+++ extra-i686/PKGBUILD 2013-08-24 05:33:50 UTC (rev 193564)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=gcin
-pkgver=2.8.0
-pkgrel=2
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt4: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('69fe604939bc013f043ff0b4baa63b7951b26c95')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   source /etc/profile.d/qt4.sh
-   sed 's/lib64/lib/g' -i configure
-   sed '/include suffixes-rule/a \
-   CFLAGS+='${CFLAGS}' \
-   LDFLAGS+='${LDFLAGS}' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 193563, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-24 05:33:50 UTC (rev 193564)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fc7323f1e0558675a94e91de2166c484c72d464d')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/lib64/lib/g' -i configure
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-08-24 05:32:59 UTC (rev 193563)
+++ extra-i686/install  2013-08-24 05:33:50 UTC (rev 193564)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n updating gtk immodules... 
-   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache
-   echo done.
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gcin/repos/extra-i686/install (from rev 193563, gcin/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-08-24 05:33:50 UTC (rev 193564)
@@ -0,0 +1,14 @@
+post_install() {
+   echo