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

2014-08-29 Thread Pierre Schmitz
Date: Friday, August 29, 2014 @ 10:29:07
  Author: pierre
Revision: 220790

upgpkg: zsh 5.0.6-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 02:40:26 UTC (rev 220789)
+++ PKGBUILD2014-08-29 08:29:07 UTC (rev 220790)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -12,8 +12,8 @@
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
 'zprofile')
-md5sums=('6156dc2f19b0a067bdbc0fb7f81e2017'
- '1eea70e7401a7a2116fa8de6ee5e8d32'
+md5sums=('7150a6abc2aa1a79d81ed9a282594225'
+ '759b5ae9710ceed11b02645a0049'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 prepare() {



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

2014-08-29 Thread Pierre Schmitz
Date: Friday, August 29, 2014 @ 10:29:34
  Author: pierre
Revision: 220791

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

Added:
  zsh/repos/testing-i686/
  zsh/repos/testing-i686/PKGBUILD
(from rev 220790, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/zprofile
(from rev 220790, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh-doc.install
(from rev 220790, zsh/trunk/zsh-doc.install)
  zsh/repos/testing-i686/zsh.install
(from rev 220790, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 220790, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
(from rev 220790, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh-doc.install
(from rev 220790, zsh/trunk/zsh-doc.install)
  zsh/repos/testing-x86_64/zsh.install
(from rev 220790, zsh/trunk/zsh.install)

+
 testing-i686/PKGBUILD  |   84 +++
 testing-i686/zprofile  |1 
 testing-i686/zsh-doc.install   |   20 +
 testing-i686/zsh.install   |   12 +
 testing-x86_64/PKGBUILD|   84 +++
 testing-x86_64/zprofile|1 
 testing-x86_64/zsh-doc.install |   20 +
 testing-x86_64/zsh.install |   12 +
 8 files changed, 234 insertions(+)

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 220790, zsh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-29 08:29:34 UTC (rev 220791)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.0.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+makedepends=('pcre' 'libcap' 'gdbm')
+source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
+http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
+'zprofile')
+md5sums=('7150a6abc2aa1a79d81ed9a282594225'
+ '759b5ae9710ceed11b02645a0049'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
+   # Remove unneeded and conflicting completion scripts
+   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
+   rm -rf Completion/$_fpath
+   sed s#\s*Completion/$_fpath/\*/\*##g -i Src/Zle/complete.mdd
+   done
+   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+   rm -f  Completion/Unix/Command/_{osc,systemd}
+}
+
+build() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --docdir=/usr/share/doc/zsh \
+   --htmldir=/usr/share/doc/zsh/html \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   HOME=${srcdir} make check
+}
+
+package_zsh() {
+   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
+   depends=('pcre' 'libcap' 'gdbm')
+   backup=('etc/zsh/zprofile')
+   install=zsh.install
+
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   make DESTDIR=${pkgdir}/ install
+   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_zsh-doc() {
+   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
+   install=zsh-doc.install
+
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   make DESTDIR=${pkgdir}/ install.info install.html
+   install -D -m644 Doc/zsh.pdf ${pkgdir}/usr/share/doc/zsh/zsh.pdf
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: zsh/repos/testing-i686/zprofile (from rev 220790, zsh/trunk/zprofile)
===
--- testing-i686/zprofile   (rev 0)
+++ testing-i686/zprofile   2014-08-29 08:29:34 UTC (rev 220791)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Copied: zsh/repos/testing-i686/zsh-doc.install (from rev 

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

2014-08-29 Thread Evangelos Foutras
Date: Friday, August 29, 2014 @ 11:05:15
  Author: foutrelis
Revision: 118047

upgpkg: php-geoip 1.1.0-1

New upstream release.

Modified:
  php-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 02:40:01 UTC (rev 118046)
+++ PKGBUILD2014-08-29 09:05:15 UTC (rev 118047)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=php-geoip
-pkgver=1.0.8
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=GeoIP module for PHP
 arch=('i686' 'x86_64')
 url=http://pecl.php.net/package/geoip;
@@ -11,7 +11,7 @@
 depends=('php' 'geoip')
 backup=('etc/php/conf.d/geoip.ini')
 source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-sha256sums=('08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a')
+sha256sums=('82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9')
 
 build() {
   cd $srcdir/geoip-$pkgver



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

2014-08-29 Thread Evangelos Foutras
Date: Friday, August 29, 2014 @ 11:05:26
  Author: foutrelis
Revision: 118048

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

Added:
  php-geoip/repos/community-testing-i686/PKGBUILD
(from rev 118047, php-geoip/trunk/PKGBUILD)
  php-geoip/repos/community-testing-x86_64/PKGBUILD
(from rev 118047, php-geoip/trunk/PKGBUILD)
Deleted:
  php-geoip/repos/community-testing-i686/PKGBUILD
  php-geoip/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-testing-i686/PKGBUILD   |   32 --
 community-testing-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-08-29 09:05:15 UTC (rev 118047)
+++ community-testing-i686/PKGBUILD 2014-08-29 09:05:26 UTC (rev 118048)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=php-geoip
-pkgver=1.0.8
-pkgrel=4
-pkgdesc=GeoIP module for PHP
-arch=('i686' 'x86_64')
-url=http://pecl.php.net/package/geoip;
-license=('PHP')
-depends=('php' 'geoip')
-backup=('etc/php/conf.d/geoip.ini')
-source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-sha256sums=('08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a')
-
-build() {
-  cd $srcdir/geoip-$pkgver
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/geoip-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-  echo ';extension=geoip.so' geoip.ini
-  install -Dm644 geoip.ini $pkgdir/etc/php/conf.d/geoip.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-geoip/repos/community-testing-i686/PKGBUILD (from rev 118047, 
php-geoip/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-29 09:05:26 UTC (rev 118048)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=php-geoip
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=GeoIP module for PHP
+arch=('i686' 'x86_64')
+url=http://pecl.php.net/package/geoip;
+license=('PHP')
+depends=('php' 'geoip')
+backup=('etc/php/conf.d/geoip.ini')
+source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
+sha256sums=('82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9')
+
+build() {
+  cd $srcdir/geoip-$pkgver
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/geoip-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+  echo ';extension=geoip.so' geoip.ini
+  install -Dm644 geoip.ini $pkgdir/etc/php/conf.d/geoip.ini
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-08-29 09:05:15 UTC (rev 118047)
+++ community-testing-x86_64/PKGBUILD   2014-08-29 09:05:26 UTC (rev 118048)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=php-geoip
-pkgver=1.0.8
-pkgrel=4
-pkgdesc=GeoIP module for PHP
-arch=('i686' 'x86_64')
-url=http://pecl.php.net/package/geoip;
-license=('PHP')
-depends=('php' 'geoip')
-backup=('etc/php/conf.d/geoip.ini')
-source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-sha256sums=('08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a')
-
-build() {
-  cd $srcdir/geoip-$pkgver
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/geoip-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-  echo ';extension=geoip.so' geoip.ini
-  install -Dm644 geoip.ini $pkgdir/etc/php/conf.d/geoip.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-geoip/repos/community-testing-x86_64/PKGBUILD (from rev 118047, 
php-geoip/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-29 09:05:26 UTC (rev 118048)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=php-geoip
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=GeoIP module for PHP
+arch=('i686' 'x86_64')
+url=http://pecl.php.net/package/geoip;
+license=('PHP')
+depends=('php' 'geoip')
+backup=('etc/php/conf.d/geoip.ini')
+source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
+sha256sums=('82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9')
+
+build() {
+  cd $srcdir/geoip-$pkgver
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/geoip-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+  echo ';extension=geoip.so' geoip.ini
+  install -Dm644 geoip.ini $pkgdir/etc/php/conf.d/geoip.ini
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-29 Thread Jelle van der Waa
Date: Friday, August 29, 2014 @ 13:58:21
  Author: jelle
Revision: 118049

upgpkg: calibre 2.1.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 09:05:26 UTC (rev 118048)
+++ PKGBUILD2014-08-29 11:58:21 UTC (rev 118049)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -24,7 +24,7 @@
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('b8ac2d975d25cfdee0ad169a1568745e')
+md5sums=('db212364419212846719a9d392878c16')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in calibre/repos/community-x86_64 (4 files)

2014-08-29 Thread Jelle van der Waa
Date: Friday, August 29, 2014 @ 13:58:33
  Author: jelle
Revision: 118051

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 118050, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 118050, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install

-+
 PKGBUILD|  178 +++---
 calibre.install |   24 +++
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 11:58:27 UTC (rev 118050)
+++ PKGBUILD2014-08-29 11:58:33 UTC (rev 118051)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug')
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('b8ac2d975d25cfdee0ad169a1568745e')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 118050, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-29 11:58:33 UTC (rev 118051)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Petrov Roman nwhis...@gmail.com
+# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
+# Contributor: Larry Hajali larryh...@gmail.com
+
+pkgname=calibre
+pkgver=2.1.0

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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 13:58:27
  Author: spupykin
Revision: 118050

upgpkg: parrot 6.7.0-1

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 11:58:21 UTC (rev 118049)
+++ PKGBUILD2014-08-29 11:58:27 UTC (rev 118050)
@@ -3,10 +3,10 @@
 # Contributor: mpie michael.kyne-philli...@ntlworld.com
 
 pkgname=parrot
-pkgver=6.2.0
+pkgver=6.7.0
 #_rel=stable
 _rel=devel
-pkgrel=2
+pkgrel=1
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
 url=http://www.parrotcode.org/;
@@ -16,7 +16,7 @@
 optdepends=('freeglut')
 options=('!makeflags')
 
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f75c7104df47c7f77fb1880342ee')
+md5sums=('6ad1759b203239b1a0f6be0534ef777f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 13:58:46
  Author: spupykin
Revision: 118052

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 11:58:33 UTC (rev 118051)
+++ community-i686/PKGBUILD 2014-08-29 11:58:46 UTC (rev 118052)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=6.2.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f75c7104df47c7f77fb1880342ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 118051, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 11:58:46 UTC (rev 118052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=6.7.0
+#_rel=stable
+_rel=devel
+pkgrel=1
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ad1759b203239b1a0f6be0534ef777f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 11:58:33 UTC (rev 118051)
+++ community-x86_64/PKGBUILD   2014-08-29 11:58:46 UTC (rev 118052)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=6.2.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('f75c7104df47c7f77fb1880342ee')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 118051, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-29 11:58:46 UTC (rev 118052)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2014-08-29 Thread Jelle van der Waa
Date: Friday, August 29, 2014 @ 14:52:17
  Author: jelle
Revision: 118053

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

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

--+
 /PKGBUILD|  178 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   89 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   89 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 11:58:46 UTC (rev 118052)
+++ community-i686/PKGBUILD 2014-08-29 12:52:17 UTC (rev 118053)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug')
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('b8ac2d975d25cfdee0ad169a1568745e')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 118052, 

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

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 15:30:36
  Author: fyan
Revision: 220793

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 220792, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 13:30:17 UTC (rev 220792)
+++ PKGBUILD2014-08-29 13:30:36 UTC (rev 220793)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-yaml
-pkgver=1.08
-pkgrel=1
-pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
-arch=('any')
-url=http://search.cpan.org/dist/YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-yaml')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('939e4c247e96ac5e8bcec59ad539361de848915b')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 220792, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-29 13:30:36 UTC (rev 220793)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-yaml
+pkgver=1.09
+pkgrel=1
+pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
+arch=('any')
+url=http://search.cpan.org/dist/YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('3693aa7f1479a9402554329b153c78318b571214')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 15:30:17
  Author: fyan
Revision: 220792

upgpkg: perl-yaml 1.09-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 08:29:34 UTC (rev 220791)
+++ PKGBUILD2014-08-29 13:30:17 UTC (rev 220792)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-yaml
-pkgver=1.08
+pkgver=1.09
 pkgrel=1
 pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-yaml')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('939e4c247e96ac5e8bcec59ad539361de848915b')
+sha1sums=('3693aa7f1479a9402554329b153c78318b571214')
 
 build() {
   cd YAML-${pkgver}



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 15:51:26
  Author: spupykin
Revision: 118054

upgpkg: gobby 0.5.0-1

upd

Modified:
  gobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 12:52:17 UTC (rev 118053)
+++ PKGBUILD2014-08-29 13:51:26 UTC (rev 118054)
@@ -4,23 +4,21 @@
 # Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
 
 pkgname=gobby
-pkgver=0.4.13
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc=A collaborative text editor
 arch=('i686' 'x86_64')
-url=http://gobby.0x539.de;
+url=http://gobby.github.io/;
 license=('GPL')
+depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 
'libgtksourceviewmm2'
+'gtksourceview2' 'libxml++' 'libunique' 'libinfinity' 'gsasl')
+makedepends=('gettext' 'intltool' 'gnome-doc-utils')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/gobby/archive/v$pkgver.tar.gz;)
+md5sums=('fcc25c3b5e3150f4c6cffa3ad6cbac9d')
 
-depends=('obby' 'libxml++' 'gtkmm' 'gnome-vfs' 'libbonobo' 
'libgtksourceviewmm2' 'gtksourceview2')
-#depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 
'libgtksourceviewmm2'
-#   'gtksourceview2' 'libxml++' 'libunique' 'libinfinity' 'gsasl')
-
-makedepends=('gettext' 'intltool')
-source=(http://releases.0x539.de/gobby/gobby-$pkgver.tar.gz)
-md5sums=('3848687159dbc649587857543b8d7b85')
-
 build() {
   cd $srcdir/gobby-$pkgver
+  [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr --with-gnome
   make
 }
@@ -28,6 +26,4 @@
 package() {
   cd $srcdir/gobby-$pkgver
   make DESTDIR=$pkgdir install
-  install -D -m644 contrib/gobby.desktop \
-   $pkgdir/usr/share/applications/gobby.desktop
 }



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 15:51:43
  Author: spupykin
Revision: 118055

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

Added:
  gobby/repos/community-testing-i686/
  gobby/repos/community-testing-i686/ChangeLog
(from rev 118054, gobby/trunk/ChangeLog)
  gobby/repos/community-testing-i686/PKGBUILD
(from rev 118054, gobby/trunk/PKGBUILD)
  gobby/repos/community-testing-x86_64/
  gobby/repos/community-testing-x86_64/ChangeLog
(from rev 118054, gobby/trunk/ChangeLog)
  gobby/repos/community-testing-x86_64/PKGBUILD
(from rev 118054, gobby/trunk/PKGBUILD)

+
 community-testing-i686/ChangeLog   |3 +++
 community-testing-i686/PKGBUILD|   29 +
 community-testing-x86_64/ChangeLog |3 +++
 community-testing-x86_64/PKGBUILD  |   29 +
 4 files changed, 64 insertions(+)

Copied: gobby/repos/community-testing-i686/ChangeLog (from rev 118054, 
gobby/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ community-testing-i686/ChangeLog2014-08-29 13:51:43 UTC (rev 118055)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* No need for .install since gnome moved to /usr

Copied: gobby/repos/community-testing-i686/PKGBUILD (from rev 118054, 
gobby/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-29 13:51:43 UTC (rev 118055)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+
+pkgname=gobby
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=A collaborative text editor
+arch=('i686' 'x86_64')
+url=http://gobby.github.io/;
+license=('GPL')
+depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 
'libgtksourceviewmm2'
+'gtksourceview2' 'libxml++' 'libunique' 'libinfinity' 'gsasl')
+makedepends=('gettext' 'intltool' 'gnome-doc-utils')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/gobby/archive/v$pkgver.tar.gz;)
+md5sums=('fcc25c3b5e3150f4c6cffa3ad6cbac9d')
+
+build() {
+  cd $srcdir/gobby-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --with-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gobby-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gobby/repos/community-testing-x86_64/ChangeLog (from rev 118054, 
gobby/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2014-08-29 13:51:43 UTC (rev 118055)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* No need for .install since gnome moved to /usr

Copied: gobby/repos/community-testing-x86_64/PKGBUILD (from rev 118054, 
gobby/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-29 13:51:43 UTC (rev 118055)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+
+pkgname=gobby
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=A collaborative text editor
+arch=('i686' 'x86_64')
+url=http://gobby.github.io/;
+license=('GPL')
+depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 
'libgtksourceviewmm2'
+'gtksourceview2' 'libxml++' 'libunique' 'libinfinity' 'gsasl')
+makedepends=('gettext' 'intltool' 'gnome-doc-utils')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/gobby/archive/v$pkgver.tar.gz;)
+md5sums=('fcc25c3b5e3150f4c6cffa3ad6cbac9d')
+
+build() {
+  cd $srcdir/gobby-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --with-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gobby-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 15:51:46
  Author: spupykin
Revision: 118056

upgpkg: libinfinity 0.6.1-1

upd

Modified:
  libinfinity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 13:51:43 UTC (rev 118055)
+++ PKGBUILD2014-08-29 13:51:46 UTC (rev 118056)
@@ -4,21 +4,22 @@
 # Contributor: Gregory Haynes g...@greghaynes.net
 
 pkgname=libinfinity
-pkgver=0.5.5
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
 arch=('i686' 'x86_64')
-url=http://gobby.0x539.de;
+url=http://gobby.github.io/;
 license=('GPL')
 depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
 makedepends=('gtk-doc' 'pkgconfig')
 optdepends=('avahi: zeroconf support'
 'gtk2: gtk support')
-source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('93a0cd2b73c9298aa77ee37503d2bc5f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
+md5sums=('95b3057a1940fe900dd3a9903096218d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr --localstatedir=/var
   make
 }



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 15:51:59
  Author: spupykin
Revision: 118057

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

Added:
  libinfinity/repos/community-testing-i686/
  libinfinity/repos/community-testing-i686/PKGBUILD
(from rev 118056, libinfinity/trunk/PKGBUILD)
  libinfinity/repos/community-testing-x86_64/
  libinfinity/repos/community-testing-x86_64/PKGBUILD
(from rev 118056, libinfinity/trunk/PKGBUILD)

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

Copied: libinfinity/repos/community-testing-i686/PKGBUILD (from rev 118056, 
libinfinity/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-29 13:51:59 UTC (rev 118057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gregory Haynes g...@greghaynes.net
+
+pkgname=libinfinity
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
+arch=('i686' 'x86_64')
+url=http://gobby.github.io/;
+license=('GPL')
+depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
+makedepends=('gtk-doc' 'pkgconfig')
+optdepends=('avahi: zeroconf support'
+'gtk2: gtk support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
+md5sums=('95b3057a1940fe900dd3a9903096218d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/var
+}

Copied: libinfinity/repos/community-testing-x86_64/PKGBUILD (from rev 118056, 
libinfinity/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-29 13:51:59 UTC (rev 118057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gregory Haynes g...@greghaynes.net
+
+pkgname=libinfinity
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=An implementation of the Infininote protocol written in GObject-based 
C
+arch=('i686' 'x86_64')
+url=http://gobby.github.io/;
+license=('GPL')
+depends=('gnutls=1.7.2' 'gsasl=0.2.21' 'glib2=2.16' 'libxml2=2.0' 'gtk2')
+makedepends=('gtk-doc' 'pkgconfig')
+optdepends=('avahi: zeroconf support'
+'gtk2: gtk support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz;)
+md5sums=('95b3057a1940fe900dd3a9903096218d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/var
+}



[arch-commits] Commit in ttf-bitstream-vera/trunk (vera.install)

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 15:56:51
  Author: fyan
Revision: 220795

remove -f in fc-cache for FS#41742

Modified:
  ttf-bitstream-vera/trunk/vera.install

--+
 vera.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: vera.install
===
--- vera.install2014-08-29 13:38:40 UTC (rev 220794)
+++ vera.install2014-08-29 13:56:51 UTC (rev 220795)
@@ -1,6 +1,6 @@
 post_install() {
   echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
+  fc-cache -s  /dev/null
   mkfontscale /usr/share/fonts/TTF
   mkfontdir /usr/share/fonts/TTF
   echo done.



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

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 16:02:35
  Author: fyan
Revision: 118058

upgpkg: nodejs 0.10.31-3

update npm to 1.4.26

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 13:51:59 UTC (rev 118057)
+++ PKGBUILD2014-08-29 14:02:35 UTC (rev 118058)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.31
-_npmver=1.4.25
-pkgrel=2
+_npmver=1.4.26
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'



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

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 16:03:08
  Author: fyan
Revision: 118059

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 14:02:35 UTC (rev 118058)
+++ community-i686/PKGBUILD 2014-08-29 14:03:08 UTC (rev 118059)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# 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.31
-_npmver=1.4.25
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  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
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-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
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 118058, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 14:03:08 UTC (rev 118059)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# 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.31
+_npmver=1.4.26
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for 

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (fonts.install)

2014-08-29 Thread Felix Yan
Date: Friday, August 29, 2014 @ 16:16:32
  Author: fyan
Revision: 118060

remove -f in fc-cache, and add -s

Modified:
  adobe-source-han-sans-fonts/trunk/fonts.install

---+
 fonts.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: fonts.install
===
--- fonts.install   2014-08-29 14:03:08 UTC (rev 118059)
+++ fonts.install   2014-08-29 14:16:32 UTC (rev 118060)
@@ -1,5 +1,5 @@
 post_install() {
-  fc-cache -f
+  fc-cache -s
 }
 
 post_upgrade() {



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:06:52
  Author: spupykin
Revision: 118062

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 118061, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 118061, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 15:06:34 UTC (rev 118061)
+++ community-i686/PKGBUILD 2014-08-29 15:06:52 UTC (rev 118062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=3
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-}
-
-build() {
-  cd $srcdir/spice-gtk-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse --with-audio=gstreamer \
---with-coroutine=gthread --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/spice-gtk-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 118061, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 15:06:52 UTC (rev 118062)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+# Contributor: Jonathan Lestrelin za...@daemontux.org
+# Contributor: Lucio Zara penn...@gmail.com
+
+pkgname=spice-gtk3
+pkgver=0.24
+pkgrel=4
+pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl')
+source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
+
+prepare() {
+  cd $srcdir/spice-gtk-$pkgver
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+}
+
+build() {
+  cd $srcdir/spice-gtk-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=3.0 \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/spice-gtk-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 15:06:34 UTC (rev 118061)
+++ community-x86_64/PKGBUILD   2014-08-29 15:06:52 UTC (rev 118062)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.24
-pkgrel=3
-pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
-
-prepare() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-}
-
-build() {
-  cd 

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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:06:34
  Author: spupykin
Revision: 118061

upgpkg: spice-gtk3 0.24-4

upd

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 14:16:32 UTC (rev 118060)
+++ PKGBUILD2014-08-29 15:06:34 UTC (rev 118061)
@@ -6,13 +6,14 @@
 
 pkgname=spice-gtk3
 pkgver=0.24
-pkgrel=3
+pkgrel=4
 pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
 arch=('i686' 'x86_64')
 url=http://spice-space.org;
 license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'gstreamer0.10-good' 'gtk3' 'libcacard' 
'libpulse' 'usbredir' 'libsoup')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils' 'vala')
+depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 
'libsoup')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl')
 source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
 sha256sums=('6efe500845f910945670f11664f584fd13b9db494075c41137eb7bacd60d1ed1')
 
@@ -25,7 +26,7 @@
   cd $srcdir/spice-gtk-$pkgver
   PYTHON=python2 ./configure --prefix=/usr \
 --disable-static --enable-vala --with-gtk=3.0 \
---with-audio=pulse --with-audio=gstreamer \
+--with-audio=pulse \
 --with-coroutine=gthread --sbindir=/usr/bin
   make
 }



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

2014-08-29 Thread Eric Bélanger
Date: Friday, August 29, 2014 @ 17:17:15
  Author: eric
Revision: 118063

upgpkg: youtube-dl 2014.08.29-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:06:52 UTC (rev 118062)
+++ PKGBUILD2014-08-29 15:17:15 UTC (rev 118063)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.08.25.3
+pkgver=2014.08.29
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('593e77037d6433a3062f0205d2ebec3681ee6e5e'
+sha1sums=('9f28a0f1ad389da6abb4e6d6af20a918eb504763'
   'SKIP')
 
 prepare() {



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

2014-08-29 Thread Eric Bélanger
Date: Friday, August 29, 2014 @ 17:18:37
  Author: eric
Revision: 118064

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 118063, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 15:17:15 UTC (rev 118063)
+++ PKGBUILD2014-08-29 15:18:37 UTC (rev 118064)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.08.25.3
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('593e77037d6433a3062f0205d2ebec3681ee6e5e'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 118063, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-29 15:18:37 UTC (rev 118064)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.08.29
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('9f28a0f1ad389da6abb4e6d6af20a918eb504763'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:35:38
  Author: spupykin
Revision: 118065

upgpkg: flumotion 0.10.1-3

upd

Modified:
  flumotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:18:37 UTC (rev 118064)
+++ PKGBUILD2014-08-29 15:35:38 UTC (rev 118065)
@@ -5,7 +5,7 @@
 
 pkgname=flumotion
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=A streaming media server
 url=http://www.flumotion.net;



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:35:52
  Author: spupykin
Revision: 118066

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 15:35:38 UTC (rev 118065)
+++ community-i686/PKGBUILD 2014-08-29 15:35:52 UTC (rev 118066)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=flumotion
-pkgver=0.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=A streaming media server
-url=http://www.flumotion.net;
-license=('GPL')
-backup=(etc/flumotion/workers/default.xml
-   etc/flumotion/managers/default/planet.xml)
-depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 
'gstreamer0.10-good-plugins'
-   'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
-makedepends=('perlxml')
-source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_candidate in python_candidate in python2_' configure
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/etc/$pkgname
-  make DESTDIR=$pkgdir install
-  cp -R conf/workers $pkgdir/etc/$pkgname
-  cp -R conf/managers $pkgdir/etc/$pkgname
-  cp conf/default.pem $pkgdir/etc/$pkgname
-}

Copied: flumotion/repos/community-i686/PKGBUILD (from rev 118065, 
flumotion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 15:35:52 UTC (rev 118066)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=flumotion
+pkgver=0.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=A streaming media server
+url=http://www.flumotion.net;
+license=('GPL')
+backup=(etc/flumotion/workers/default.xml
+   etc/flumotion/managers/default/planet.xml)
+depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 
'gstreamer0.10-good-plugins'
+   'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'python2-twisted' 
'gnome-vfs')
+makedepends=('perlxml')
+source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('fbbb2f4ccf0624742c5ca8238f3ec5e0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_candidate in python_candidate in python2_' configure
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -d $pkgdir/etc/$pkgname
+  make DESTDIR=$pkgdir install
+  cp -R conf/workers $pkgdir/etc/$pkgname
+  cp -R conf/managers $pkgdir/etc/$pkgname
+  cp conf/default.pem $pkgdir/etc/$pkgname
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 15:35:38 UTC (rev 118065)
+++ community-x86_64/PKGBUILD   2014-08-29 15:35:52 UTC (rev 118066)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=flumotion
-pkgver=0.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=A streaming media server
-url=http://www.flumotion.net;
-license=('GPL')
-backup=(etc/flumotion/workers/default.xml
-   etc/flumotion/managers/default/planet.xml)
-depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 
'gstreamer0.10-good-plugins'
-   'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs')
-makedepends=('perlxml')

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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:36:08
  Author: spupykin
Revision: 118068

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

Added:
  python-bsddb/repos/community-i686/LICENSE
(from rev 118067, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-i686/PKGBUILD
(from rev 118067, python-bsddb/trunk/PKGBUILD)
  python-bsddb/repos/community-x86_64/LICENSE
(from rev 118067, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-x86_64/PKGBUILD
(from rev 118067, python-bsddb/trunk/PKGBUILD)
Deleted:
  python-bsddb/repos/community-i686/LICENSE
  python-bsddb/repos/community-i686/PKGBUILD
  python-bsddb/repos/community-x86_64/LICENSE
  python-bsddb/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   38 +++
 /PKGBUILD |  108 
 community-i686/LICENSE|   19 ---
 community-i686/PKGBUILD   |   53 -
 community-x86_64/LICENSE  |   19 ---
 community-x86_64/PKGBUILD |   53 -
 6 files changed, 146 insertions(+), 144 deletions(-)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 15:35:56 UTC (rev 118067)
+++ community-i686/PKGBUILD 2014-08-29 15:36:08 UTC (rev 118068)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=python-bsddb
-pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=Python interface for BerkeleyDB
-license=('MIT')
-arch=('i686' 'x86_64')
-url=http://www.jcea.es/programacion/pybsddb.htm;
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/b/bsddb3/bsddb3-${pkgver}.tar.gz
-LICENSE)
-sha1sums=('ca5c204b2c9cf4fff396ba3d49994fe1a95d669f'
-  'ef4e4caf618781104dbf5824279ed39d127b4713')
-sha1sums=('c12e47f7c21b4bc586c68cce64e0079d070312e8'
-  'ef4e4caf618781104dbf5824279ed39d127b4713')

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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:35:56
  Author: spupykin
Revision: 118067

upgpkg: python-bsddb 6.0.1-3

upd

Modified:
  python-bsddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:35:52 UTC (rev 118066)
+++ PKGBUILD2014-08-29 15:35:56 UTC (rev 118067)
@@ -7,7 +7,7 @@
 pkgbase=python-bsddb
 pkgname=('python2-bsddb' 'python-bsddb')
 pkgver=6.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Python interface for BerkeleyDB
 license=('MIT')
 arch=('i686' 'x86_64')
@@ -22,6 +22,9 @@
 
 prepare() {
   cp -r bsddb3-${pkgver}{,-python2}
+  cd bsddb3-${pkgver}-python2
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+Lib{,3}/bsddb/{dbshelve.py,test/test_dbtables.py}
 }
 
 build () {
@@ -39,8 +42,6 @@
   cd bsddb3-${pkgver}-python2
 
   python2 setup.py --berkeley-db=/usr install --root=${pkgdir} --skip-build 
--optimize=1
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-
${pkgdir}/usr/lib/python2.7/site-packages/bsddb3/{dbshelve.py,tests/test_dbtables.py}
   install -Dm644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:44:30
  Author: spupykin
Revision: 118069

upgpkg: pychecker 0.8.19-4

upd

Modified:
  pychecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:36:08 UTC (rev 118068)
+++ PKGBUILD2014-08-29 15:44:30 UTC (rev 118069)
@@ -4,7 +4,7 @@
 
 pkgname=pychecker
 pkgver=0.8.19
-pkgrel=3
+pkgrel=4
 pkgdesc=Python code checker
 arch=('any')
 url=http://pychecker.sourceforge.net;
@@ -16,14 +16,13 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   chmod 0644 ChangeLog
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+ -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+ $(find . -name '*.py')
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   python2 setup.py install --root=$pkgdir
-  sed -i s:$pkgdir:: $pkgdir/usr/bin/pychecker
   install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- $(find $pkgdir -name '*.py')
 }



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:44:38
  Author: spupykin
Revision: 118070

archrelease: copy trunk to community-any

Added:
  pychecker/repos/community-any/PKGBUILD
(from rev 118069, pychecker/trunk/PKGBUILD)
Deleted:
  pychecker/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 15:44:30 UTC (rev 118069)
+++ PKGBUILD2014-08-29 15:44:38 UTC (rev 118070)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-#Maintainer: Ben Mazer b...@groknil.org
-
-pkgname=pychecker
-pkgver=0.8.19
-pkgrel=3
-pkgdesc=Python code checker
-arch=('any')
-url=http://pychecker.sourceforge.net;
-license=('custom')
-depends=('python2')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c37182863dfb09209d6ba4f38fce9d2b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  chmod 0644 ChangeLog
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  sed -i s:$pkgdir:: $pkgdir/usr/bin/pychecker
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- $(find $pkgdir -name '*.py')
-}

Copied: pychecker/repos/community-any/PKGBUILD (from rev 118069, 
pychecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-29 15:44:38 UTC (rev 118070)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+#Maintainer: Ben Mazer b...@groknil.org
+
+pkgname=pychecker
+pkgver=0.8.19
+pkgrel=4
+pkgdesc=Python code checker
+arch=('any')
+url=http://pychecker.sourceforge.net;
+license=('custom')
+depends=('python2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('c37182863dfb09209d6ba4f38fce9d2b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  chmod 0644 ChangeLog
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+ -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+ $(find . -name '*.py')
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:59:00
  Author: spupykin
Revision: 118072

archrelease: copy trunk to community-any

Added:
  synce-kde/repos/community-any/PKGBUILD
(from rev 118071, synce-kde/trunk/PKGBUILD)
Deleted:
  synce-kde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   59 ++-
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 15:58:52 UTC (rev 118071)
+++ PKGBUILD2014-08-29 15:59:00 UTC (rev 118072)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zhukov Pavel gel...@gmail.com
-
-pkgname=synce-kde
-pkgver=0.16
-pkgrel=2
-pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
-arch=(any)
-url=http://synce.sourceforge.net/;
-license=('GPL')
-depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
- 'kdebindings-python2')
-optdepends=('unshield' 'orange' 'dynamite')
-makedepends=('synce-rra' 'python2-setuptools')
-source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
-md5sums=('5e4b79e13488010e89c9c523a44945ea')
-
-package() {
-  cd $srcdir/synce-kpm-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  # python2 fix
-  for file in $(find ${pkgdir} -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}

Copied: synce-kde/repos/community-any/PKGBUILD (from rev 118071, 
synce-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-29 15:59:00 UTC (rev 118072)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zhukov Pavel gel...@gmail.com
+
+pkgname=synce-kde
+pkgver=0.16
+pkgrel=3
+pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
+arch=(any)
+url=http://synce.sourceforge.net/;
+license=('GPL')
+depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
+ 'kdebindings-python2')
+optdepends=('unshield' 'orange' 'dynamite')
+makedepends=('synce-rra' 'python2-setuptools')
+source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
+md5sums=('5e4b79e13488010e89c9c523a44945ea')
+
+prepare() {
+  # python2 fix
+  for file in $(find ${srcdir} -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd $srcdir/synce-kpm-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}



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

2014-08-29 Thread Sergej Pupykin
Date: Friday, August 29, 2014 @ 17:58:52
  Author: spupykin
Revision: 118071

upgpkg: synce-kde 0.16-3

upd

Modified:
  synce-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:44:38 UTC (rev 118070)
+++ PKGBUILD2014-08-29 15:58:52 UTC (rev 118071)
@@ -4,7 +4,7 @@
 
 pkgname=synce-kde
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
 arch=(any)
 url=http://synce.sourceforge.net/;
@@ -16,14 +16,15 @@
 source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
 md5sums=('5e4b79e13488010e89c9c523a44945ea')
 
-package() {
-  cd $srcdir/synce-kpm-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
+prepare() {
   # python2 fix
-  for file in $(find ${pkgdir} -name '*.py' -print); do
+  for file in $(find ${srcdir} -name '*.py' -print); do
 sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
 sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
 }
+
+package() {
+  cd $srcdir/synce-kpm-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}



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

2014-08-29 Thread Kyle Keen
Date: Friday, August 29, 2014 @ 18:11:19
  Author: kkeen
Revision: 118073

upgpkg: hackrf 2014.08.1-1

Modified:
  hackrf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 15:59:00 UTC (rev 118072)
+++ PKGBUILD2014-08-29 16:11:19 UTC (rev 118073)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=hackrf
-pkgver=2014.04.1
+pkgver=2014.08.1
 pkgrel=1
 pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcdd6a9a99dfc5b1a277825d1be9e2ec')
+md5sums=('b2b22d8480bfb79822217fefbe778170')
 
 build() {
   cd $srcdir/$pkgname-$pkgver/host
@@ -27,9 +27,10 @@
   pushd host/build
   make DESTDIR=$pkgdir install
   popd
-  pushd host/hackrf-tools
-  install -vD -m644 52-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/52-hackrf.rules
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules
   popd
-  pushd firmware-bin/hackrf-one
-  install -vD -m644 hackrf_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
 }



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

2014-08-29 Thread Kyle Keen
Date: Friday, August 29, 2014 @ 18:11:39
  Author: kkeen
Revision: 118074

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 16:11:19 UTC (rev 118073)
+++ community-i686/PKGBUILD 2014-08-29 16:11:39 UTC (rev 118074)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=hackrf
-pkgver=2014.04.1
-pkgrel=1
-pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
-arch=('i686' 'x86_64')
-url=https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcdd6a9a99dfc5b1a277825d1be9e2ec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/host
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  pushd host/build
-  make DESTDIR=$pkgdir install
-  popd
-  pushd host/hackrf-tools
-  install -vD -m644 52-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/52-hackrf.rules
-  popd
-  pushd firmware-bin/hackrf-one
-  install -vD -m644 hackrf_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
-}

Copied: hackrf/repos/community-i686/PKGBUILD (from rev 118073, 
hackrf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 16:11:39 UTC (rev 118074)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=hackrf
+pkgver=2014.08.1
+pkgrel=1
+pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
+arch=('i686' 'x86_64')
+url=https://github.com/mossmann/hackrf;
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b2b22d8480bfb79822217fefbe778170')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/host
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  pushd host/build
+  make DESTDIR=$pkgdir install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 16:11:19 UTC (rev 118073)
+++ community-x86_64/PKGBUILD   2014-08-29 16:11:39 UTC (rev 118074)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=hackrf
-pkgver=2014.04.1
-pkgrel=1
-pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
-arch=('i686' 'x86_64')
-url=https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('bcdd6a9a99dfc5b1a277825d1be9e2ec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/host
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  pushd host/build
-  make DESTDIR=$pkgdir install
-  popd
-  pushd host/hackrf-tools
-  install -vD -m644 52-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/52-hackrf.rules
-  popd
-  pushd firmware-bin/hackrf-one
-  install -vD -m644 hackrf_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
-}

Copied: hackrf/repos/community-x86_64/PKGBUILD (from rev 118073, 
hackrf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-29 16:11:39 UTC (rev 118074)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=hackrf
+pkgver=2014.08.1
+pkgrel=1

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

2014-08-29 Thread Andreas Radke
Date: Friday, August 29, 2014 @ 19:20:09
  Author: andyrtr
Revision: 220796

upgpkg: libreoffice-still 4.2.6-4

upstream update 4.2.6-secfix

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 13:56:51 UTC (rev 220795)
+++ PKGBUILD2014-08-29 17:20:09 UTC (rev 220796)
@@ -18,9 +18,9 @@
'libreoffice-still-postgresql-connector'
'libreoffice-still-extension-wiki-publisher'
'libreoffice-still-extension-nlpsolver')
-_LOver=4.2.6.2
+_LOver=4.2.6.3
 pkgver=4.2.6
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -133,11 +133,11 @@
libe-book-0.0.3.tar.bz2
libabw-0.0.2.tar.bz2
language-subtag-registry-2014-03-27.tar.bz2)
-md5sums=('2a26fc7bf8bac8d48a3d66cc414341c0'
+md5sums=('9eb33e16c71bdec74ef0f154fa2d68ea'
  'SKIP'
- '7de859449c547c2eb0cb0b0e11236a4a'
+ '353acf377839310254544c65a1dc5e46'
  'SKIP'
- '2cb44cb6bb2b94d14700aa80f2d65dea'
+ 'aa373e8a90d86ad6c6b5072b49139107'
  'SKIP'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'



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

2014-08-29 Thread Andreas Radke
Date: Friday, August 29, 2014 @ 19:21:00
  Author: andyrtr
Revision: 220797

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

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

---+
 /PKGBUILD | 1470 
++
 /libreoffice-still-base.install   |   22 
 /libreoffice-still-calc.install   |   22 
 /libreoffice-still-common.csh |   12 
 /libreoffice-still-common.install |   44 
 /libreoffice-still-common.sh  

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

2014-08-29 Thread Kyle Keen
Date: Friday, August 29, 2014 @ 19:26:41
  Author: kkeen
Revision: 118076

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 118075, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 118075, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 community-i686/PKGBUILD   |   75 --
 community-x86_64/PKGBUILD |   75 --
 3 files changed, 148 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 17:26:22 UTC (rev 118075)
+++ community-i686/PKGBUILD 2014-08-29 17:26:41 UTC (rev 118076)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.3
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-pillow.github.io/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python3 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py3basever/
-  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  pushd Sane
-python2 setup.py install --root=$pkgdir/ --optimize=0
-  popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py
-
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 $pkgdir/usr/include/python$_py2basever/
-  install -m644 -t $pkgdir/usr/include/python$_py2basever/ libImaging/*.h
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 118075, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 17:26:41 UTC (rev 118076)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.3
+pkgrel=2
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-pillow.github.io/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  pushd Sane
+python3 setup.py install --root=$pkgdir/ --optimize=0
+  popd
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 $pkgdir/usr/include/python$_py3basever/
+  install -m644 -t $pkgdir/usr/include/python$_py3basever/ libImaging/*.h
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+ 

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

2014-08-29 Thread Kyle Keen
Date: Friday, August 29, 2014 @ 19:26:22
  Author: kkeen
Revision: 118075

upgpkg: python-pillow 2.5.3-2 pyc todo

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 16:11:39 UTC (rev 118074)
+++ PKGBUILD2014-08-29 17:26:22 UTC (rev 118075)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.4m
@@ -54,12 +54,11 @@
   conflicts=('python-imaging' 'python2-imaging')
   replaces=('python2-imaging')
   cd $srcdir/${_appname}2-$pkgver
+  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' PIL/OleFileIO.py
   python2 setup.py install --root=$pkgdir/ --optimize=0
   pushd Sane
 python2 setup.py install --root=$pkgdir/ --optimize=0
   popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py
 
   install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 



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

2014-08-29 Thread Florian Pritz
Date: Friday, August 29, 2014 @ 20:34:55
  Author: bluewind
Revision: 118077

upgpkg: fb-client 1.4-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 17:26:41 UTC (rev 118076)
+++ PKGBUILD2014-08-29 18:34:55 UTC (rev 118077)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Bluewind Pritz f...@xssn.at
 
 pkgname=fb-client
-pkgver=1.3.3
+pkgver=1.4
 pkgrel=1
 pkgdesc=Client for paste.xinu.at
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('curl' 'bash')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
+md5sums=('12f4677cadc2542f1e24d9f72678e08c'
  'SKIP')
 
 build() {



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

2014-08-29 Thread Florian Pritz
Date: Friday, August 29, 2014 @ 20:34:59
  Author: bluewind
Revision: 118078

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

Added:
  fb-client/repos/community-i686/PKGBUILD
(from rev 118077, fb-client/trunk/PKGBUILD)
  fb-client/repos/community-x86_64/PKGBUILD
(from rev 118077, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-i686/PKGBUILD
  fb-client/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-29 18:34:55 UTC (rev 118077)
+++ community-i686/PKGBUILD 2014-08-29 18:34:59 UTC (rev 118078)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.3.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-i686/PKGBUILD (from rev 118077, 
fb-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-29 18:34:59 UTC (rev 118078)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('12f4677cadc2542f1e24d9f72678e08c'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-29 18:34:55 UTC (rev 118077)
+++ community-x86_64/PKGBUILD   2014-08-29 18:34:59 UTC (rev 118078)
@@ -1,28 +0,0 @@
-# Maintainer: Florian Bluewind Pritz f...@xssn.at
-
-pkgname=fb-client
-pkgver=1.3.3
-pkgrel=1
-pkgdesc=Client for paste.xinu.at
-arch=('i686' 'x86_64')
-url=http://paste.xinu.at;
-license=('GPL3')
-depends=('curl' 'bash')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('a766cbd2fe0ee3b630023cf91a6996ba'
- 'SKIP')
-
-build() {
-  cd $srcdir/fb-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/fb-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-x86_64/PKGBUILD (from rev 118077, 
fb-client/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-29 18:34:59 UTC (rev 118078)
@@ -0,0 +1,28 @@
+# Maintainer: Florian Bluewind Pritz f...@xssn.at
+
+pkgname=fb-client
+pkgver=1.4
+pkgrel=1
+pkgdesc=Client for paste.xinu.at
+arch=('i686' 'x86_64')
+url=http://paste.xinu.at;
+license=('GPL3')
+depends=('curl' 'bash')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('12f4677cadc2542f1e24d9f72678e08c'
+ 'SKIP')
+
+build() {
+  cd $srcdir/fb-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/fb-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-29 Thread Andreas Radke
Date: Friday, August 29, 2014 @ 20:38:14
  Author: andyrtr
Revision: 220800

upgpkg: libreoffice-still-i18n 4.2.6-3

upstream update 4.2.6-secfix

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  338 ++---
 1 file changed, 169 insertions(+), 169 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 18:03:50 UTC (rev 220799)
+++ PKGBUILD2014-08-29 18:38:14 UTC (rev 220800)
@@ -4,11 +4,11 @@
 
 pkgbase=libreoffice-still-i18n
 
-_rcver=4.2.6.2
+_rcver=4.2.6.3
 pkgver=4.2.6
-pkgrel=2
+pkgrel=3
 
-_oodlver=${pkgver}
+_oodlver=${pkgver}-secfix
 #_oodlver=${_rcver}
 
 arch=('any')
@@ -138,172 +138,172 @@
   'zh-TWChinese (traditional)'
   'zu   Zulu'
 )
-md5sums=('00020fc63b23cd527b33bbc6b2780b5f'
- 'e64016b4717422e0f223aa2cc9d35c2b'
- '4ec2c56ccfd9ebd4f898d3badd93bc75'
- 'ae227766444996df7c031045d10775ee'
- 'd8cb31fcca40f1a2793a5220b3fb2996'
- '65bb570d45231606f7b71eaf0284fdbc'
- 'b40d0b64efbc003cc6ffc0d3e09c0a70'
- 'baf6c09466349cd41da429269ce0bcec'
- 'f4228ceb8ad799d91a748fd0fe0292e3'
- 'b2a8f59eed7d23dd9ba0066d8e98e7c4'
- 'cc937d9efe93f5410b5130101776a511'
- '3f860d6c9afceea0903d49e9e32a78ce'
- 'ee70bfaeb38cd80c8cf46109762fa0be'
- '33fc7daaa0b8209d0d63e43d3e894027'
- 'fdc0c5e688ac790df8babb41188a3f11'
- '83081eb47f155679467a5d67e31c6289'
- '02ed159c50fc0f199f2c6fd355b1b673'
- 'd61ab4bc4dc3c088008f319586ba6f9f'
- '07f34357ab77bb30afc68db54c7c7d12'
- '200db24d6f77e6dd31e3bea4d1d7ef4d'
- 'd99a87131bd5420207af33ec6c641c98'
- 'ccff69bfe6919f2a40ffba852c0fd960'
- '09944be9f5b0c89d115e802c9aecbd9c'
- '5bf64383d2d4d46a5472b655b00c1bf9'
- 'e67c2eeaa07a3f3ca4faafaf72a4cab5'
- 'a181a15e185ac18111571b31d1a73d30'
- 'c6a05ee3c2379af0561d763e6eb6ae6a'
- '7ac99ed018e9550ffeb68edd5f4fbc5f'
- '6721a3d0d11aeb9f18acc179b8f6e7b1'
- 'cd7541ea94cd1dc33b8dd9b1bfe1683e'
- '78469e4e5c5c21570b8a6635a7187e12'
- 'aedade6563aa6658f30bc4fae9abe178'
- '095858f82d2f22d52403df144531e7d3'
- 'ca5eeb5566da22a2b8bade61e6eb4907'
- '3fd326fba68455d47371aa213e6259a8'
- '1bcce8d1464e1a58994e3902c1415d24'
- '3e68ebbc8c51765fb7832771fe869135'
- 'ff55ac742eb06f993482796ecce72ee9'
- '853f0cc98b59bdfc9ca2ecafb858c868'
- '02395a1ee7d779077ece5ed8f38ce9a6'
- '284dff0b639e3df0f7ab458e2c4b8c0f'
- '357c16b8e7d035fd26f0d10ac3b0f815'
- 'b8336cb10a270653cf0dc84b61861bba'
- '70526694b38df8e47b67c5e6dd480287'
- '6d3249145768f3fb991f021fd75b2689'
- '62e8ea9f9e1adcbf7774413d07affd4a'
- '8465b0f82a7fd91dcb01f9c48b595075'
- '15e88c0e46ab8066b2b25491c5dded00'
- '047a519417d1f7f86ceabdbf644a56ca'
- '2f7ca65235e010234f2df75027015f1c'
- '735bec63bc4645e30408cd25c76ef885'
- 'be8322d9597de94a95742bf1feff1678'
- 'e7c29ea21e3cfdb30910457f71d7d3a2'
- 'a0714d5b7fefc4432ffb03baef3dca8d'
- '37cf38a23eeb53dde6b852f86ec6f3e7'
- 'd95f7af0514b53b8fbbc8be1ff8cfaa9'
- 'b14d7771a750f908f0da3db4ec529638'
- '51535bb0c22cd7f43fdc920e6d0fdfd8'
- '71d3ef94f176fc41fa75c74c835bf295'
- '31b75322c2d443649f39282716b63a19'
- '0d71a89fc0fa739030a75172db7ed8b8'
- 'a897fb7cc1a45e1bb1c0a322709b673e'
- 'f6f84c16ae431c12129e2dbd77f24274'
- '44d5a4ccfd48527ea66f2cf0473b0f0a'
- '96899d40c0183a30ecf8377890161603'
- 'ed0e53dae582beee71739cf661110117'
- '60f81b8f9ec393b2596ebf2dc3ad0d6a'
- '70bdc819d47caeea8177faa723bf05a4'
- 'dcf62bcd2cccd7c7c55756c8363e44cf'
- '94e222f4bde1df9e9168012839d8d0aa'
- '0b61adf8cffe67615233347ce0b6dedb'
- 'c02691d76a86f07f6bfa71fa87ae321e'
- '6955db45ed8c04cec74877cecea3542e'
- 'af506ab117567515a790acf74423aa4a'
- '52a6650f14b388e744135a21541903e6'
- 'f3ae9b8ea2b9618ba2b08151a5fb777b'
- '1ba4eb648f64c91e3bd9ebcf1f7ef6b5'
- '962c1eb42fbca95a18c43bcfe678a9e2'
- 'ad21e8d9a6c935938c14d7b46b9798a9'
- 'f480c75a382eb95d278b61dce91e6e14'
- '8f9f23cfdd6e3a7a4cae642bb74d5349'
- 'c74733c141e1dccf38b244570c5282c7'
- '1f863e1bb02921ddcc7f2012c4a0bbda'
- '504f1e573b373a4392ef64a9017ea2c6'
- 'b708007734854d4b713ccbbc13f80ff6'
- 'ad6822daab8e6721426e01bc74d2ac19'
- '7620ddd5451201477a3b47e4530fb0f0'
- 'e01b733ae11fe0c32e60a564acdd57ce'
- 'ee6475aff355ca768abb3e3569b92279'
- 'ec7de6144d4fc210e7af93244f2b43d3'
- '57ffa222992f1417ebe6fc340d49e3c2'
- '368eb64026f2548bef5f414606565223'
- 

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

2014-08-29 Thread Andreas Radke
Date: Friday, August 29, 2014 @ 20:40:01
  Author: andyrtr
Revision: 220801

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 220800, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  710 ++---
 1 file changed, 355 insertions(+), 355 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-29 18:38:14 UTC (rev 220800)
+++ PKGBUILD2014-08-29 18:40:01 UTC (rev 220801)
@@ -1,355 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-still-i18n
-
-_rcver=4.2.6.2
-pkgver=4.2.6
-pkgrel=2
-
-_oodlver=${pkgver}
-#_oodlver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'af   Afrikaans'
-  'am   Amharic'
-  'ar   Arabic'
-  'as   Assamese (India)'
-  'ast  Asturianu'
-  'be   Belarusian'
-  'bg   Bulgarian'
-  'bn   Bengali'
-  'bn-INBengali (India)'
-  'bo   Tibetan'
-  'br   Breton'
-  'brx  Bodo'
-  'bs   Bosnian'
-  'ca   Catalan'
-  'ca-valencia  Catalan (Valencia)'
-  'cs   Czech'
-  'cy   Welsh'
-  'da   Danish'
-  'de   German'
-  'dgo  Dogri'
-  'dz   Dzongkha'
-  'el   Greek'
-  'en-GBEnglish (GB)'
-  'en-ZAEnglish (ZA)'
-  'eo   Esperanto'
-  'es   Spanish'
-  'et   Estonian'
-  'eu   Basque'
-  'fa   Persian'
-  'fi   Finnish'
-  'fr   French'
-  'ga   Irish'
-  'gd   Gaelic (Scottish)'
-  'gl   Galician'
-  'gu   Gujarati'
-  'he   Hebrew'
-  'hi   Hindi'
-  'hr   Croatian'
-  'hu   Hungarian'
-  'id   Indonesian'
-  'is   Icelandic'
-  'it   Italian'
-  'ja   Japanese'
-  'ka   Georgian'
-  'kk   Kazakh'
-  'km   Khmer (Cambodia)'
-  'kmr-Latn Kurdish'
-  'kn   Kannada'
-  'ko   Korean'
-  'kok   Konkani'
-  'ks   Kashmiri'
-  'lb   Luxembourgish'
-  'lo   Lao'
-  'lt   Lithuanian'
-  'lv   Latvian'
-  'mai   Maithili'
-  'mk   Macedonian'
-  'ml   Malayalam'
-  'mn   Mongolian'
-  'mni   Manipuri'
-  'mr   Marathi'
-  'my   Burmese'
-  'nb   Norwegian Bokmal'
-  'ne   Nepali'
-  'nl   Dutch'
-  'nn   Norwegian Nynorsk'
-  'nr   Ndebele (South)'
-  'nso  Northern Sotho'
-  'oc   Occitan'
-  'om   Oromo'
-  'or   Oriya'
-  'pa-INPunjabi (India)'
-  'pl   Polish'
-  'pt   Portuguese'
-  'pt-BRPortuguese (Brasil)'
-  'ro   Romanian'
-  'ru   Russian'
-  'rw   Kinyarwanda'
-  'sa-INSanskrit (India)'
-  'sat  Santali'
-  'sd   Sindhi'
-  'si   Singhalese'
-  'sid  Sidama'
-  'sk   Slovak'
-  'sl   Slovenian'
-  'sq   Albanien'
-  'sr   Serbian'
-  'sr-Latn  Serbian (Latin)'
-  'ss   Swati'
-  'st   Southern Sotho'
-  'sv   Swedish'
-  'sw-TZSwahili (Tanzania)'
-  'ta   Tamil'
-  'te   Telugu'
-  'tg   Tajik'
-  'th   Thai'
-  'tn   Tswana'
-  'tr   Turkish'
-  'ts   Tsonga'
-  'tt   Tatar'
-  'ug   Uighur'
-  'uk   Ukrainian'
-  'uz   Uzbek'
-  've   Venda'
-  'vi   Vietnamese'
-  'xh   Xhosa'
-  'zh-CNChinese (simplified)'
-  'zh-TWChinese (traditional)'
-  'zu   Zulu'
-)
-md5sums=('00020fc63b23cd527b33bbc6b2780b5f'
- 'e64016b4717422e0f223aa2cc9d35c2b'
- '4ec2c56ccfd9ebd4f898d3badd93bc75'
- 'ae227766444996df7c031045d10775ee'
- 'd8cb31fcca40f1a2793a5220b3fb2996'
- '65bb570d45231606f7b71eaf0284fdbc'
- 'b40d0b64efbc003cc6ffc0d3e09c0a70'
- 'baf6c09466349cd41da429269ce0bcec'
- 'f4228ceb8ad799d91a748fd0fe0292e3'
- 'b2a8f59eed7d23dd9ba0066d8e98e7c4'
- 'cc937d9efe93f5410b5130101776a511'
- '3f860d6c9afceea0903d49e9e32a78ce'
- 

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

2014-08-29 Thread Dave Reisner
Date: Saturday, August 30, 2014 @ 00:54:26
  Author: dreisner
Revision: 220802

upgpkg: systemd 216-2

- link against lz4 (FS#41721)
- fallback on uuidgen to machine-id creation (FS#41711)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-+
 PKGBUILD|   10 ++
 systemd.install |   12 
 2 files changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 18:40:01 UTC (rev 220801)
+++ PKGBUILD2014-08-29 22:54:26 UTC (rev 220802)
@@ -4,13 +4,13 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=216
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
  'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
- 'util-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 
'quota-tools'
- 'shadow' 'xz')
+ 'lz4' 'util-linux' 'linux-api-headers' 'pam' 'python' 
'python-lxml'
+ 'quota-tools' 'shadow' 'xz')
 options=('strip' 'debug')
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
 'initcpio-hook-udev'
@@ -31,6 +31,7 @@
   --enable-introspection \
   --enable-gtk-doc \
   --enable-compat-libs \
+  --enable-lz4 \
   --disable-audit \
   --disable-ima \
   --disable-kdbus \
@@ -45,7 +46,7 @@
   pkgdesc=system and service manager
   license=('GPL2' 'LGPL2.1' 'MIT')
   depends=('acl' 'bash' 'dbus' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
-   'libsystemd' 'pam' 'libseccomp' 'util-linux' 'xz')
+   'libsystemd' 'lz4' 'pam' 'libseccomp' 'util-linux' 'xz')
   provides=('nss-myhostname' systemd-tools=$pkgver udev=$pkgver)
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')
@@ -63,6 +64,7 @@
   etc/dbus-1/system.d/org.freedesktop.timedate1.conf
   etc/pam.d/systemd-user
   etc/systemd/bootchart.conf
+  etc/systemd/coredump.conf
   etc/systemd/journald.conf
   etc/systemd/logind.conf
   etc/systemd/system.conf

Modified: systemd.install
===
--- systemd.install 2014-08-29 18:40:01 UTC (rev 220801)
+++ systemd.install 2014-08-29 22:54:26 UTC (rev 220802)
@@ -37,7 +37,6 @@
 
 post_common() {
   systemd-sysusers
-  systemd-tmpfiles --create
   udevadm hwdb --update
   journalctl --update-catalog
 }
@@ -142,13 +141,17 @@
   systemd-tmpfiles --create etc.conf
 }
 
-_216_1_changes() {
+_216_2_changes() {
   echo ':: Coredumps are handled by systemd by default. Collection behavior 
can be'
   echo '   tuned in /etc/systemd/coredump.conf.'
 }
 
 post_install() {
-  systemd-firstboot --setup-machine-id
+  # because systemd can't sanely manage this meanial task...
+  uuidgen | {
+read
+echo ${REPLY//-}etc/machine-id
+  }
 
   post_common $@
 
@@ -175,7 +178,8 @@
 210-1
 213-4
 214-2
-215-2)
+215-2
+216-2)
 
   for v in ${upgrades[@]}; do
 if [[ $(vercmp $v $2) -eq 1 ]]; then



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

2014-08-29 Thread Dave Reisner
Date: Saturday, August 30, 2014 @ 00:55:07
  Author: dreisner
Revision: 220803

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 220802, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 220802, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 220802, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 220802, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 220802, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 220802, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch
(from rev 220802, 
systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 220802, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 220802, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 220802, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 220802, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 220802, systemd/trunk/systemd.install)

--+
 testing-i686/0001-networkd-properly-track-addresses-when-first-added.patch   | 
 104 +
 testing-i686/PKGBUILD| 
 159 
 testing-i686/initcpio-hook-udev  | 
  22 +
 testing-i686/initcpio-install-systemd| 
 160 
 testing-i686/initcpio-install-udev   | 
  29 +
 testing-i686/systemd.install | 
 191 ++
 testing-x86_64/0001-networkd-properly-track-addresses-when-first-added.patch | 
 104 +
 testing-x86_64/PKGBUILD  | 
 159 
 testing-x86_64/initcpio-hook-udev| 
  22 +
 testing-x86_64/initcpio-install-systemd  | 
 160 
 testing-x86_64/initcpio-install-udev | 
  29 +
 testing-x86_64/systemd.install   | 
 191 ++
 12 files changed, 1330 insertions(+)

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


[arch-commits] Commit in opensc/repos (community-i686)

2014-08-29 Thread Sébastien Luttringer
Date: Saturday, August 30, 2014 @ 01:24:51
  Author: seblu
Revision: 118080

db-remove: opensc removed by seblu

Deleted:
  opensc/repos/community-i686/



[arch-commits] Commit in (3 files)

2014-08-29 Thread Sébastien Luttringer
Date: Saturday, August 30, 2014 @ 01:27:42
  Author: seblu
Revision: 118081

Move opensc to aur

Modified:
  docutils/trunk/PKGBUILD
Deleted:
  docutils/trunk/01-rst2odt_prepstyles-elementtree.patch
  opensc/

-+
 01-rst2odt_prepstyles-elementtree.patch |   68 --
 PKGBUILD|   12 +
 2 files changed, 3 insertions(+), 77 deletions(-)

Deleted: docutils/trunk/01-rst2odt_prepstyles-elementtree.patch
===
--- docutils/trunk/01-rst2odt_prepstyles-elementtree.patch  2014-08-29 
23:24:51 UTC (rev 118080)
+++ docutils/trunk/01-rst2odt_prepstyles-elementtree.patch  2014-08-29 
23:27:42 UTC (rev 118081)
@@ -1,68 +0,0 @@
 a/tools/rst2odt_prepstyles.py
-+++ b/tools/rst2odt_prepstyles.py
-@@ -12,7 +12,15 @@
- #
- # Author: Michael Schutte mi...@uiae.at
- 
--from lxml import etree
-+try:
-+from xml.etree import ElementTree as etree
-+except ImportError:
-+try:
-+from elementtree import ElementTree as etree
-+except ImportError:
-+raise ImportError('Missing an implementation of ElementTree. ' \
-+'Please install either Python = 2.5 or ElementTree.')
-+
- import sys
- import zipfile
- from tempfile import mkstemp
-@@ -27,12 +35,22 @@
- def prepstyle(filename):
- 
- zin = zipfile.ZipFile(filename)
--styles = zin.read(styles.xml)
--
--root = etree.fromstring(styles)
--for el in root.xpath(//style:page-layout-properties, 
--namespaces=NAMESPACES):
--for attr in el.attrib:
-+styles = zin.open(styles.xml)
-+
-+root = None
-+# some extra effort to preserve namespace prefixes
-+for event, elem in etree.iterparse(styles, events=(start, start-ns)):
-+if event == start-ns:
-+etree.register_namespace(elem[0], elem[1])
-+elif event == start:
-+if root is None:
-+root = elem
-+
-+styles.close()
-+
-+for el in root.findall(.//style:page-layout-properties,
-+namespaces=NAMESPACES):
-+for attr in el.attrib.keys():
- if attr.startswith({%s} % NAMESPACES[fo]):
- del el.attrib[attr]
- 
-@@ -42,7 +60,7 @@
- 
- for item in zin.infolist():
- if item.filename == styles.xml:
--zout.writestr(item, etree.tostring(root))
-+zout.writestr(item, etree.tostring(root, encoding=UTF-8))
- else:
- zout.writestr(item, zin.read(item.filename))
- 
-@@ -54,8 +72,8 @@
- def main():
- args = sys.argv[1:]
- if len(args) != 1:
--print  sys.stderr, __doc__
--print  sys.stderr, Usage: %s STYLE_FILE.odt\n % sys.argv[0]
-+sys.stderr.write(__doc__)
-+sys.stderr.write(\nUsage: %s STYLE_FILE.odt\n % sys.argv[0])
- sys.exit(1)
- filename = args[0]
- prepstyle(filename)

Modified: docutils/trunk/PKGBUILD
===
--- docutils/trunk/PKGBUILD 2014-08-29 23:24:51 UTC (rev 118080)
+++ docutils/trunk/PKGBUILD 2014-08-29 23:27:42 UTC (rev 118081)
@@ -6,23 +6,17 @@
 pkgbase=docutils
 pkgname=('python-docutils' 'python2-docutils')
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
 arch=('any')
 url='http://docutils.sourceforge.net'
 license=('custom')
 makedepends=('python' 'python2')
-source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz;
-'01-rst2odt_prepstyles-elementtree.patch')
-md5sums=('4622263b62c5c771c03502afa3157768'
- '34952e8a50692b628a8aa2dde3072f07')
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz;)
+md5sums=('4622263b62c5c771c03502afa3157768')
 
 build() {
   cd $pkgbase-$pkgver
-  for _p in $srcdir/*.patch; do
-msg2 ${_p##*/}
-patch -p1 -i $_p
-  done
   msg2 python3
   python3 setup.py build --build-lib=build/python
   find build/python -type f -exec \



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

2014-08-29 Thread Eric Bélanger
Date: Saturday, August 30, 2014 @ 01:54:14
  Author: eric
Revision: 220804

upgpkg: tcl 8.6.2-1

Upstream update

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-29 22:55:07 UTC (rev 220803)
+++ PKGBUILD2014-08-29 23:54:14 UTC (rev 220804)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=tcl
-pkgver=8.6.1
+pkgver=8.6.2
 pkgrel=1
 pkgdesc=The Tcl scripting language
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('zlib')
 options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-sha1sums=('5c83d44152cc0496cc0847a2495f659502a30e40')
+sha1sums=('f01ee98da154f83ce4b1c2db752decf734384954')
 
 prepare() {
   cd tcl${pkgver}
@@ -43,14 +43,14 @@
   -e s#${srcdir}/tcl${pkgver}#/usr/include# \
   -i ${pkgdir}/usr/lib/tclConfig.sh
 
-  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.0#/usr/lib/tdbc1.0.0# \
-  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/generic#/usr/include# \
-  -e 
s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/library#/usr/lib/tcl${pkgver%.*}# \
-  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0#/usr/include# \
-  -i ${pkgdir}/usr/lib/tdbc1.0.0/tdbcConfig.sh
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.1#/usr/lib/tdbc1.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/generic#/usr/include# \
+  -e 
s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/library#/usr/lib/tcl${pkgver%.*}# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/tdbc1.0.1/tdbcConfig.sh
 
-  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.0#/usr/lib/itcl4.0.0# \
-  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0/generic#/usr/include# \
-  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0#/usr/include# \
-  -i ${pkgdir}/usr/lib/itcl4.0.0/itclConfig.sh
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.1#/usr/lib/itcl4.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1/generic#/usr/include# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/itcl4.0.1/itclConfig.sh
 }



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

2014-08-29 Thread Eric Bélanger
Date: Saturday, August 30, 2014 @ 02:39:34
  Author: eric
Revision: 220805

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

Added:
  tcl/repos/staging-i686/
  tcl/repos/staging-i686/PKGBUILD
(from rev 220804, tcl/trunk/PKGBUILD)
  tcl/repos/staging-x86_64/
  tcl/repos/staging-x86_64/PKGBUILD
(from rev 220804, tcl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   56 ++
 staging-x86_64/PKGBUILD |   56 ++
 2 files changed, 112 insertions(+)

Copied: tcl/repos/staging-i686/PKGBUILD (from rev 220804, tcl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-30 00:39:34 UTC (rev 220805)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tcl
+pkgver=8.6.2
+pkgrel=1
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('f01ee98da154f83ce4b1c2db752decf734384954')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh${pkgver%.*} ${pkgdir}/usr/bin/tclsh
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -e s#${srcdir}/tcl${pkgver}/unix#/usr/lib# \
+  -e s#${srcdir}/tcl${pkgver}#/usr/include# \
+  -i ${pkgdir}/usr/lib/tclConfig.sh
+
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.1#/usr/lib/tdbc1.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/generic#/usr/include# \
+  -e 
s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/library#/usr/lib/tcl${pkgver%.*}# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/tdbc1.0.1/tdbcConfig.sh
+
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.1#/usr/lib/itcl4.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1/generic#/usr/include# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/itcl4.0.1/itclConfig.sh
+}

Copied: tcl/repos/staging-x86_64/PKGBUILD (from rev 220804, tcl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-30 00:39:34 UTC (rev 220805)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tcl
+pkgver=8.6.2
+pkgrel=1
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('f01ee98da154f83ce4b1c2db752decf734384954')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh${pkgver%.*} ${pkgdir}/usr/bin/tclsh
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -e s#${srcdir}/tcl${pkgver}/unix#/usr/lib# \
+  -e s#${srcdir}/tcl${pkgver}#/usr/include# \
+  -i ${pkgdir}/usr/lib/tclConfig.sh
+
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.1#/usr/lib/tdbc1.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/generic#/usr/include# \
+  -e 
s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1/library#/usr/lib/tcl${pkgver%.*}# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/tdbc1.0.1/tdbcConfig.sh
+
+  sed -e s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.1#/usr/lib/itcl4.0.0# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1/generic#/usr/include# \
+  -e s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.1#/usr/include# \
+  -i ${pkgdir}/usr/lib/itcl4.0.1/itclConfig.sh
+}



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

2014-08-29 Thread Felix Yan
Date: Saturday, August 30, 2014 @ 02:57:24
  Author: fyan
Revision: 220806

upgpkg: perl-yaml 1.10-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-30 00:39:34 UTC (rev 220805)
+++ PKGBUILD2014-08-30 00:57:24 UTC (rev 220806)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-yaml
-pkgver=1.09
+pkgver=1.10
 pkgrel=1
 pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-yaml')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('3693aa7f1479a9402554329b153c78318b571214')
+sha1sums=('e2f6a109fca03b351a2a03fb119fb7e1c7485361')
 
 build() {
   cd YAML-${pkgver}



[arch-commits] Commit in ttf-hanazono/trunk (ttf-hanazono.install)

2014-08-29 Thread Felix Yan
Date: Saturday, August 30, 2014 @ 02:57:14
  Author: fyan
Revision: 118082

remove -f in fc-cache

Modified:
  ttf-hanazono/trunk/ttf-hanazono.install

--+
 ttf-hanazono.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: ttf-hanazono.install
===
--- ttf-hanazono.install2014-08-29 23:27:42 UTC (rev 118081)
+++ ttf-hanazono.install2014-08-30 00:57:14 UTC (rev 118082)
@@ -1,6 +1,6 @@
 post_install() {
 echo -n Updating font cache... 
-fc-cache -fs  /dev/null
+fc-cache -s  /dev/null
 mkfontscale /usr/share/fonts/TTF
 mkfontdir /usr/share/fonts/TTF
 echo done.



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

2014-08-29 Thread Felix Yan
Date: Saturday, August 30, 2014 @ 02:57:43
  Author: fyan
Revision: 220807

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 220806, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-30 00:57:24 UTC (rev 220806)
+++ PKGBUILD2014-08-30 00:57:43 UTC (rev 220807)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-yaml
-pkgver=1.09
-pkgrel=1
-pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
-arch=('any')
-url=http://search.cpan.org/dist/YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-yaml')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('3693aa7f1479a9402554329b153c78318b571214')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 220806, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-30 00:57:43 UTC (rev 220807)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-yaml
+pkgver=1.10
+pkgrel=1
+pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
+arch=('any')
+url=http://search.cpan.org/dist/YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('e2f6a109fca03b351a2a03fb119fb7e1c7485361')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-29 Thread Eric Bélanger
Date: Saturday, August 30, 2014 @ 03:38:41
  Author: eric
Revision: 220808

upgpkg: tk 8.6.2-1

Upstream update

Modified:
  tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-30 00:57:43 UTC (rev 220807)
+++ PKGBUILD2014-08-30 01:38:41 UTC (rev 220808)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=tk
-pkgver=8.6.1
+pkgver=8.6.2
 pkgrel=1
 pkgdesc=A windowing toolkit for use with tcl
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=(tcl=${pkgver} 'libxss' 'libxft')
 options=('staticlibs')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-sha1sums=('ecfcc20833c04d6890b14a7920a04d16f2123a51')
+sha1sums=('138920fb55933a715f0b0ace576120734f771b80')
 
 build() {
   cd tk${pkgver}/unix



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

2014-08-29 Thread Eric Bélanger
Date: Saturday, August 30, 2014 @ 04:24:10
  Author: eric
Revision: 220809

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

Added:
  tk/repos/staging-i686/
  tk/repos/staging-i686/PKGBUILD
(from rev 220808, tk/trunk/PKGBUILD)
  tk/repos/staging-x86_64/
  tk/repos/staging-x86_64/PKGBUILD
(from rev 220808, tk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: tk/repos/staging-i686/PKGBUILD (from rev 220808, tk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-30 02:24:10 UTC (rev 220809)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tk
+pkgver=8.6.2
+pkgrel=1
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('138920fb55933a715f0b0ace576120734f771b80')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish${pkgver%.*} ${pkgdir}/usr/bin/wish
+  ln -sf libtk${pkgver%.*}.so ${pkgdir}/usr/lib/libtk.so
+  install -Dm644 license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -e s#${srcdir}/tk${pkgver}/unix#/usr/lib# \
+  -e s#${srcdir}/tk${pkgver}#/usr/include# \
+  -i ${pkgdir}/usr/lib/tkConfig.sh
+}

Copied: tk/repos/staging-x86_64/PKGBUILD (from rev 220808, tk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-30 02:24:10 UTC (rev 220809)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tk
+pkgver=8.6.2
+pkgrel=1
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('138920fb55933a715f0b0ace576120734f771b80')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish${pkgver%.*} ${pkgdir}/usr/bin/wish
+  ln -sf libtk${pkgver%.*}.so ${pkgdir}/usr/lib/libtk.so
+  install -Dm644 license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -e s#${srcdir}/tk${pkgver}/unix#/usr/lib# \
+  -e s#${srcdir}/tk${pkgver}#/usr/include# \
+  -i ${pkgdir}/usr/lib/tkConfig.sh
+}