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

2013-12-03 Thread Kyle Keen
Date: Tuesday, December 3, 2013 @ 09:15:50
  Author: kkeen
Revision: 101975

upgpkg: ngircd 21-1

Modified:
  ngircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 06:56:13 UTC (rev 101974)
+++ PKGBUILD2013-12-03 08:15:50 UTC (rev 101975)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=ngircd
-pkgver=20.3
+pkgver=21
 pkgrel=1
 pkgdesc=Next Generation IRC Daemon
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('openssl' 'libident')
 source=(http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
 ngircd.service)
-sha256sums=('55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9'
+sha256sums=('0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0'
 'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
 
 build() {



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

2013-12-03 Thread Kyle Keen
Date: Tuesday, December 3, 2013 @ 09:19:51
  Author: kkeen
Revision: 101976

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

Added:
  ngircd/repos/community-i686/PKGBUILD
(from rev 101975, ngircd/trunk/PKGBUILD)
  ngircd/repos/community-i686/ngircd.service
(from rev 101975, ngircd/trunk/ngircd.service)
  ngircd/repos/community-x86_64/PKGBUILD
(from rev 101975, ngircd/trunk/PKGBUILD)
  ngircd/repos/community-x86_64/ngircd.service
(from rev 101975, ngircd/trunk/ngircd.service)
Deleted:
  ngircd/repos/community-i686/PKGBUILD
  ngircd/repos/community-i686/ngircd.service
  ngircd/repos/community-x86_64/PKGBUILD
  ngircd/repos/community-x86_64/ngircd.service

-+
 /PKGBUILD   |   80 ++
 /ngircd.service |   22 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/ngircd.service   |   11 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/ngircd.service |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-03 08:15:50 UTC (rev 101975)
+++ community-i686/PKGBUILD 2013-12-03 08:19:51 UTC (rev 101976)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ngircd
-pkgver=20.3
-pkgrel=1
-pkgdesc=Next Generation IRC Daemon
-arch=('x86_64' 'i686')
-backup=(etc/ngircd.conf)
-url=http://ngircd.barton.de/;
-license=('GPL')
-depends=('openssl' 'libident')
-source=(http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
-ngircd.service)
-sha256sums=('55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9'
-'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-ident \
-   --with-openssl \
-   --enable-ipv6
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm 755 ../ngircd.service 
$pkgdir/usr/lib/systemd/system/ngircd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ngircd/repos/community-i686/PKGBUILD (from rev 101975, 
ngircd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 08:19:51 UTC (rev 101976)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=ngircd
+pkgver=21
+pkgrel=1
+pkgdesc=Next Generation IRC Daemon
+arch=('x86_64' 'i686')
+backup=(etc/ngircd.conf)
+url=http://ngircd.barton.de/;
+license=('GPL')
+depends=('openssl' 'libident')
+source=(http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
+ngircd.service)
+sha256sums=('0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0'
+'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+   --with-ident \
+   --with-openssl \
+   --enable-ipv6
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm 755 ../ngircd.service 
$pkgdir/usr/lib/systemd/system/ngircd.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ngircd.service
===
--- community-i686/ngircd.service   2013-12-03 08:15:50 UTC (rev 101975)
+++ community-i686/ngircd.service   2013-12-03 08:19:51 UTC (rev 101976)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Next Generation IRC Daemon
-After=network.target
-
-[Service]
-# don't daemonize to simplify stuff
-ExecStart=/usr/bin/ngircd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: ngircd/repos/community-i686/ngircd.service (from rev 101975, 
ngircd/trunk/ngircd.service)
===
--- community-i686/ngircd.service   (rev 0)
+++ community-i686/ngircd.service   2013-12-03 08:19:51 UTC (rev 101976)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Next Generation IRC Daemon
+After=network.target
+
+[Service]
+# don't daemonize to simplify stuff
+ExecStart=/usr/bin/ngircd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD  

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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 09:31:01
  Author: bluewind
Revision: 200717

cleanup repos

Deleted:
  qtcreator/repos/community-i686/
  qtcreator/repos/community-x86_64/



[arch-commits] Commit in qtcreator/repos (kde-unstable-i686 kde-unstable-x86_64)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 09:39:03
  Author: bluewind
Revision: 101977

cleanup repos

Deleted:
  qtcreator/repos/kde-unstable-i686/
  qtcreator/repos/kde-unstable-x86_64/



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

2013-12-03 Thread Kyle Keen
Date: Tuesday, December 3, 2013 @ 09:59:59
  Author: kkeen
Revision: 101978

upgpkg: multitail 6.0-1

Modified:
  multitail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 08:39:03 UTC (rev 101977)
+++ PKGBUILD2013-12-03 08:59:59 UTC (rev 101978)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Carvajal robe...@archlinux.org
 
 pkgname=multitail
-pkgver=5.2.13
+pkgver=6.0
 pkgrel=1
 pkgdesc=Lets you view one or multiple files like the original tail program
 arch=('i686' 'x86_64')
@@ -13,10 +13,12 @@
 depends=('ncurses')
 backup=('etc/multitail.conf')
 source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('71a774b6d6bb430672c8a9252baac6e6')
+md5sums=('fb8efc547d389257021885fe5402255c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i 's|ncursesw/panel.h|panel.h|' mt.h
+  sed -i 's|ncursesw/ncurses.h|ncurses.h|' mt.h
   make
 }
 



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

2013-12-03 Thread Kyle Keen
Date: Tuesday, December 3, 2013 @ 10:00:37
  Author: kkeen
Revision: 101979

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-03 08:59:59 UTC (rev 101978)
+++ community-i686/PKGBUILD 2013-12-03 09:00:37 UTC (rev 101979)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Roberto Carvajal robe...@archlinux.org
-
-pkgname=multitail
-pkgver=5.2.13
-pkgrel=1
-pkgdesc=Lets you view one or multiple files like the original tail program
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.vanheusden.com/multitail;
-depends=('ncurses')
-backup=('etc/multitail.conf')
-source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('71a774b6d6bb430672c8a9252baac6e6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
-  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
-  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: multitail/repos/community-i686/PKGBUILD (from rev 101978, 
multitail/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 09:00:37 UTC (rev 101979)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Roberto Carvajal robe...@archlinux.org
+
+pkgname=multitail
+pkgver=6.0
+pkgrel=1
+pkgdesc=Lets you view one or multiple files like the original tail program
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.vanheusden.com/multitail;
+depends=('ncurses')
+backup=('etc/multitail.conf')
+source=(${url}/${pkgname}-${pkgver}.tgz)
+md5sums=('fb8efc547d389257021885fe5402255c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|ncursesw/panel.h|panel.h|' mt.h
+  sed -i 's|ncursesw/ncurses.h|ncurses.h|' mt.h
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
+  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
+  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
+}
+# vim: ts=2 sw=2 et ft=sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-03 08:59:59 UTC (rev 101978)
+++ community-x86_64/PKGBUILD   2013-12-03 09:00:37 UTC (rev 101979)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Roberto Carvajal robe...@archlinux.org
-
-pkgname=multitail
-pkgver=5.2.13
-pkgrel=1
-pkgdesc=Lets you view one or multiple files like the original tail program
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.vanheusden.com/multitail;
-depends=('ncurses')
-backup=('etc/multitail.conf')
-source=(${url}/${pkgname}-${pkgver}.tgz)
-md5sums=('71a774b6d6bb430672c8a9252baac6e6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m 755 multitail  $pkgdir/usr/bin/multitail
-  install -D -m 644 multitail.1$pkgdir/usr/share/man/man1/multitail.1
-  install -D -m 644 multitail.conf $pkgdir/etc/multitail.conf
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: multitail/repos/community-x86_64/PKGBUILD (from rev 101978, 
multitail/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-03 09:00:37 UTC (rev 101979)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Roberto Carvajal robe...@archlinux.org
+
+pkgname=multitail
+pkgver=6.0
+pkgrel=1
+pkgdesc=Lets you view one or multiple files like the original tail program
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.vanheusden.com/multitail;
+depends=('ncurses')
+backup=('etc/multitail.conf')
+source=(${url}/${pkgname}-${pkgver}.tgz)
+md5sums=('fb8efc547d389257021885fe5402255c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 

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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 10:48:38
  Author: spupykin
Revision: 101980

upgpkg: libvirt 1.2.0-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 09:00:37 UTC (rev 101979)
+++ PKGBUILD2013-12-03 09:48:38 UTC (rev 101980)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.1.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('0b21e97ad5d3c27d18806896e16ef82b'
+md5sums=('f74f78059def4e68d69b975ad6e6c3e2'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
  '020971887442ebbf1b6949e031c8dd3f')



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 10:49:19
  Author: spupykin
Revision: 101982

upgpkg: python-docs 3.3.3-2

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 09:49:12 UTC (rev 101981)
+++ PKGBUILD2013-12-03 09:49:19 UTC (rev 101982)
@@ -4,7 +4,7 @@
 
 pkgname=python-docs
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Set of HTML documentation for python
 arch=('any')
 url=http://docs.python.org/py3k/;
@@ -20,6 +20,6 @@
   find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
   find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
   install -dm0755 $pkgdir/etc/profile.d
-  echo export PYTHONDOCS=/usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
+  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
 }



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 10:49:30
  Author: spupykin
Revision: 101983

archrelease: copy trunk to community-any

Added:
  python-docs/repos/community-any/PKGBUILD
(from rev 101982, python-docs/trunk/PKGBUILD)
Deleted:
  python-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 09:49:19 UTC (rev 101982)
+++ PKGBUILD2013-12-03 09:49:30 UTC (rev 101983)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.3
-pkgrel=1
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('ed20d57923a9f76f62f6122aa12be08f')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo export PYTHONDOCS=/usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 101982, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 09:49:30 UTC (rev 101983)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.3
+pkgrel=2
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('ed20d57923a9f76f62f6122aa12be08f')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo export PYTHONDOCS=/usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html/library 
$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 10:49:12
  Author: spupykin
Revision: 101981

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

Added:
  
libvirt/repos/community-i686/0001-Also-store-user-group-ID-values-in-virIdentity.patch
(from rev 101980, 
libvirt/trunk/0001-Also-store-user-group-ID-values-in-virIdentity.patch)
  
libvirt/repos/community-i686/0002-Ensure-system-identity-includes-process-start-time.patch
(from rev 101980, 
libvirt/trunk/0002-Ensure-system-identity-includes-process-start-time.patch)
  
libvirt/repos/community-i686/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
(from rev 101980, 
libvirt/trunk/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch)
  libvirt/repos/community-i686/PKGBUILD
(from rev 101980, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 101980, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 101980, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 101980, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 101980, libvirt/trunk/libvirtd.conf.d)
  
libvirt/repos/community-x86_64/0001-Also-store-user-group-ID-values-in-virIdentity.patch
(from rev 101980, 
libvirt/trunk/0001-Also-store-user-group-ID-values-in-virIdentity.patch)
  
libvirt/repos/community-x86_64/0002-Ensure-system-identity-includes-process-start-time.patch
(from rev 101980, 
libvirt/trunk/0002-Ensure-system-identity-includes-process-start-time.patch)
  
libvirt/repos/community-x86_64/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
(from rev 101980, 
libvirt/trunk/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 101980, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 101980, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 101980, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 101980, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 101980, libvirt/trunk/libvirtd.conf.d)
Deleted:
  
libvirt/repos/community-i686/0001-Also-store-user-group-ID-values-in-virIdentity.patch
  
libvirt/repos/community-i686/0002-Ensure-system-identity-includes-process-start-time.patch
  
libvirt/repos/community-i686/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  
libvirt/repos/community-x86_64/0001-Also-store-user-group-ID-values-in-virIdentity.patch
  
libvirt/repos/community-x86_64/0002-Ensure-system-identity-includes-process-start-time.patch
  
libvirt/repos/community-x86_64/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

--+
 /0001-Also-store-user-group-ID-values-in-virIdentity.patch 
  |  312 +
 /0002-Ensure-system-identity-includes-process-start-time.patch 
  |  140 
 /0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch   
  |  318 ++
 /PKGBUILD  
  |  166 +
 /libvirt.install   
  |   38 +
 /libvirt.tmpfiles.d
  |8 
 /libvirtd-guests.conf.d
  |   22 
 /libvirtd.conf.d   
  |6 
 community-i686/0001-Also-store-user-group-ID-values-in-virIdentity.patch   
  |  156 
 community-i686/0002-Ensure-system-identity-includes-process-start-time.patch   
  |   70 --
 community-i686/0003-Add-support-for-using-3-arg-pkcheck-syntax-for-proce.patch 
  |  159 -
 community-i686/PKGBUILD
  |   83 --
 community-i686/libvirt.install 
  |   19 
 community-i686/libvirt.tmpfiles.d  
  |4 
 community-i686/libvirtd-guests.conf.d  
  |   11 
 community-i686/libvirtd.conf.d 
  |3 
 

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

2013-12-03 Thread Bartłomiej Piotrowski
Date: Tuesday, December 3, 2013 @ 10:51:12
  Author: bpiotrowski
Revision: 200718

upgpkg: qwt 6.1.0-1

- new upstream release

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 08:31:01 UTC (rev 200717)
+++ PKGBUILD2013-12-03 09:51:12 UTC (rev 200718)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=qwt
-pkgver=6.0.2
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc=Qt Widgets for Technical Applications
 arch=('i686' 'x86_64')
 url=http://qwt.sourceforge.net/;
@@ -11,7 +11,7 @@
 license=(custom:$pkgname)
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
 qwtconfig-archlinux.pri)
-sha1sums=('cbdd00b29521987c9e7bc6aa51092f0474b9428d'
+sha1sums=('48a967038f7aa9a9c87c64bcb2eb07c5df375565'
   'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
 
 build() {



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

2013-12-03 Thread Bartłomiej Piotrowski
Date: Tuesday, December 3, 2013 @ 10:51:22
  Author: bpiotrowski
Revision: 200719

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

Added:
  qwt/repos/testing-i686/
  qwt/repos/testing-i686/PKGBUILD
(from rev 200718, qwt/trunk/PKGBUILD)
  qwt/repos/testing-i686/qwtconfig-archlinux.pri
(from rev 200718, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/testing-x86_64/
  qwt/repos/testing-x86_64/PKGBUILD
(from rev 200718, qwt/trunk/PKGBUILD)
  qwt/repos/testing-x86_64/qwtconfig-archlinux.pri
(from rev 200718, qwt/trunk/qwtconfig-archlinux.pri)

+
 testing-i686/PKGBUILD  |   49 
 testing-i686/qwtconfig-archlinux.pri   |  118 +++
 testing-x86_64/PKGBUILD|   49 
 testing-x86_64/qwtconfig-archlinux.pri |  118 +++
 4 files changed, 334 insertions(+)

Copied: qwt/repos/testing-i686/PKGBUILD (from rev 200718, qwt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-03 09:51:22 UTC (rev 200719)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qwt
+pkgver=6.1.0
+pkgrel=1
+pkgdesc=Qt Widgets for Technical Applications
+arch=('i686' 'x86_64')
+url=http://qwt.sourceforge.net/;
+depends=('qt4')
+license=(custom:$pkgname)
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
+qwtconfig-archlinux.pri)
+sha1sums=('48a967038f7aa9a9c87c64bcb2eb07c5df375565'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
+
+  # build qwt:
+  qmake-qt4 qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt4/plugins/designer/
+
+  # needed by qmake (FS#30407)
+  install -d ${pkgdir}/usr/share/qt4/mkspecs/features/
+  install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \
+${pkgdir}/usr/share/qt4/mkspecs/features/
+
+  # move man pages
+  mv ${pkgdir}/usr/share/doc/qwt/man/ ${pkgdir}/usr/share/
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: qwt/repos/testing-i686/qwtconfig-archlinux.pri (from rev 200718, 
qwt/trunk/qwtconfig-archlinux.pri)
===
--- testing-i686/qwtconfig-archlinux.pri(rev 0)
+++ testing-i686/qwtconfig-archlinux.pri2013-12-03 09:51:22 UTC (rev 
200719)
@@ -0,0 +1,118 @@
+
+# Qwt Widget Library
+# Copyright (C) 1997   Josef Wilgen
+# Copyright (C) 2002   Uwe Rathmann
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the Qwt License, Version 1.0
+
+
+QWT_VER_MAJ  = 6
+QWT_VER_MIN  = 1
+QWT_VER_PAT  = 0
+QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
+
+##
+# Install paths
+##
+
+QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
+
+unix {
+QWT_INSTALL_PREFIX= /usr
+}
+
+win32 {
+QWT_INSTALL_PREFIX= C:/Qwt
+}
+
+QWT_INSTALL_DOCS  = $${QWT_INSTALL_PREFIX}/share/doc/qwt
+QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include/qwt
+QWT_INSTALL_LIBS  = $${QWT_INSTALL_PREFIX}/lib
+
+##
+# Designer plugin
+##
+
+#QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_PREFIX}/plugins/designer
+# QWT_INSTALL_PLUGINS   = $${QT_INSTALL_PREFIX}/plugins/designer
+
+##
+# Features
+# When building a Qwt application with qmake you might want to load
+# the compiler/linker flags, that are required to build a Qwt application
+# from qwt.prf. Therefore all you need to do is to add CONFIG += qwt 
+# to your project file and take care, that qwt.prf can be found by qmake.
+# ( see 
http://doc.trolltech.com/4.7/qmake-advanced-usage.html#adding-new-configuration-features
 )
+# I recommend not to install the Qwt features together with the
+# Qt features, because you will have to reinstall the Qwt features,
+# with every Qt upgrade. 
+##
+
+#QWT_INSTALL_FEATURES  = 

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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 11:27:59
  Author: spupykin
Revision: 101984

upgpkg: redis 2.8.2-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 09:49:30 UTC (rev 101983)
+++ PKGBUILD2013-12-03 10:27:59 UTC (rev 101984)
@@ -4,7 +4,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
redis.service
redis.logrotate
redis.tmpfiles.d)
-md5sums=('4a29ec68346f1dee9b2f2075df295b3d'
+md5sums=('ee527b0c37e1e2cbceb497f5f6b8112b'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2013-12-03 Thread Thomas Bächler
Date: Tuesday, December 3, 2013 @ 11:31:17
  Author: thomas
Revision: 200721

db-move: moved wireless-regdb from [testing] to [core] (any)

Added:
  wireless-regdb/repos/core-any/PKGBUILD
(from rev 200720, wireless-regdb/repos/testing-any/PKGBUILD)
  wireless-regdb/repos/core-any/crda.conf.d
(from rev 200720, wireless-regdb/repos/testing-any/crda.conf.d)
  wireless-regdb/repos/core-any/wireless-regdb.install
(from rev 200720, wireless-regdb/repos/testing-any/wireless-regdb.install)
Deleted:
  wireless-regdb/repos/core-any/LICENSE
  wireless-regdb/repos/core-any/PKGBUILD
  wireless-regdb/repos/core-any/crda.conf.d
  wireless-regdb/repos/core-any/linville.key.pub.pem
  wireless-regdb/repos/core-any/regulatory.bin.5
  wireless-regdb/repos/core-any/wireless-regdb.install
  wireless-regdb/repos/testing-any/

-+
 /PKGBUILD   |   46 +
 /crda.conf.d|4 ++
 /wireless-regdb.install |   13 +
 core-any/LICENSE|   16 ---
 core-any/PKGBUILD   |   52 --
 core-any/crda.conf.d|4 --
 core-any/linville.key.pub.pem   |9 --
 core-any/regulatory.bin.5   |   37 ---
 core-any/wireless-regdb.install |   13 -
 9 files changed, 63 insertions(+), 131 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2013-12-03 10:31:08 UTC (rev 200720)
+++ core-any/LICENSE2013-12-03 10:31:17 UTC (rev 200721)
@@ -1,16 +0,0 @@
-Copyright (c) 2008, Luis R. Rodriguez mcg...@gmail.com
-Copyright (c) 2008, Johannes Berg johan...@sipsolutions.net
-Copyright (c) 2008, Michael Green michael.gr...@atheros.com
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2013-12-03 10:31:08 UTC (rev 200720)
+++ core-any/PKGBUILD   2013-12-03 10:31:17 UTC (rev 200721)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=wireless-regdb
-pkgver=2013.01.11
-pkgrel=1
-pkgdesc=Central Regulatory Domain Database
-arch=('any')
-url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
-backup=(etc/conf.d/wireless-regdom)
-license=('custom')
-makedepends=('crda')
-depends=('sh')
-install=wireless-regdb.install
-source=(http://wireless.kernel.org/download/${pkgname}/regulatory.bins/${pkgver}-regulatory.bin
-linville.key.pub.pem
-regulatory.bin.5
-LICENSE
-crda.conf.d)
-sha256sums=('b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be'
-'5d49ed0267082af35fd147a58434f19f7619518064b502b8a87143ee3e140546'
-'f24bcaf67ecd088b407a9650375704a2fe1b23e3cfffbb1e7fe1026a02b3178a'
-'678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1'
-'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
-
-package() {
-  # Install and verify regulatory.bin file
-  msg Installing and verifying the regulatory.bin file ...
-  install -D -m644 ${srcdir}/${pkgver}-regulatory.bin 
${pkgdir}/usr/lib/crda/regulatory.bin
-  # If crda is installed, the wireless regdb can be verified using regdbdump
-  # Keep this step optional so no depend/makedepend loop is created
-  if /usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin  /dev/null; 
then
-msg Regulatory database verification was succesful.
-  else
-error Regulatory database verification failed.
-return 1
-  fi
-
-  install -D -m644 ${srcdir}/linville.key.pub.pem 
${pkgdir}/usr/lib/crda/pubkeys/linville.key.pub.pem
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/wireless-regdb/LICENSE
-  install -D -m644 ${srcdir}/regulatory.bin.5 
${pkgdir}/usr/share/man/man5/regulatory.bin.5
-
-  msg Installing /etc/conf.d/wireless-regdom ...
-  install -D -m644 ${srcdir}/crda.conf.d 
${pkgdir}/etc/conf.d/wireless-regdom
-  for dom in $(/usr/bin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin | 
grep ^country | cut -d' ' -f2 | sed 's|:||g'); do
-echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp
-  done
-  sort -u 

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

2013-12-03 Thread Thomas Bächler
Date: Tuesday, December 3, 2013 @ 11:31:08
  Author: thomas
Revision: 200720

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

Added:
  libnl/repos/core-i686/PKGBUILD
(from rev 200719, libnl/repos/testing-i686/PKGBUILD)
  libnl/repos/core-x86_64/PKGBUILD
(from rev 200719, libnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnl/repos/core-i686/PKGBUILD
  libnl/repos/core-x86_64/PKGBUILD
  libnl/repos/testing-i686/
  libnl/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-03 09:51:22 UTC (rev 200719)
+++ core-i686/PKGBUILD  2013-12-03 10:31:08 UTC (rev 200720)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libnl
-pkgver=3.2.22
-pkgrel=1
-pkgdesc=Library for applications dealing with netlink sockets
-arch=(i686 x86_64)
-url=http://www.infradead.org/~tgr/libnl/;
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnl/repos/core-i686/PKGBUILD (from rev 200719, 
libnl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-03 10:31:08 UTC (rev 200720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-12-03 09:51:22 UTC (rev 200719)
+++ core-x86_64/PKGBUILD2013-12-03 10:31:08 UTC (rev 200720)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libnl
-pkgver=3.2.22
-pkgrel=1
-pkgdesc=Library for applications dealing with netlink sockets
-arch=(i686 x86_64)
-url=http://www.infradead.org/~tgr/libnl/;
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 200719, 
libnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-12-03 10:31:08 UTC (rev 200720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.23
+pkgrel=1
+pkgdesc=Library for applications dealing with netlink sockets
+arch=(i686 x86_64)
+url=http://www.infradead.org/~tgr/libnl/;
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 11:28:25
  Author: spupykin
Revision: 101985

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 101984, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.install
(from rev 101984, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 101984, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 101984, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 101984, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 101984, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.install
(from rev 101984, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 101984, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 101984, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 101984, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

---+
 /PKGBUILD |  102 
 /redis.install|   28 +
 /redis.logrotate  |   10 +++
 /redis.service|   30 ++
 /redis.tmpfiles.d |2 
 community-i686/PKGBUILD   |   51 --
 community-i686/redis.install  |   14 
 community-i686/redis.logrotate|5 -
 community-i686/redis.service  |   15 -
 community-i686/redis.tmpfiles.d   |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/redis.install|   14 
 community-x86_64/redis.logrotate  |5 -
 community-x86_64/redis.service|   15 -
 community-x86_64/redis.tmpfiles.d |1 
 15 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-03 10:27:59 UTC (rev 101984)
+++ community-i686/PKGBUILD 2013-12-03 10:28:25 UTC (rev 101985)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.1
-pkgrel=1
-pkgdesc=Advanced key-value store
-arch=('i686' 'x86_64')
-url=http://redis.io/;
-license=('BSD')
-depends=('bash')
-makedepends=('gcc=3.1' 'make' 'pkgconfig')
-backup=(etc/redis.conf
-   etc/logrotate.d/redis)
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz;
-   redis.service
-   redis.logrotate
-   redis.tmpfiles.d)
-md5sums=('4a29ec68346f1dee9b2f2075df295b3d'
- '5320aa6d0f31aadc1d6202ca40425aea'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490')
-
-prepare() {
-  cd $srcdir/${pkgname}-${pkgver}
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-  sed -i 's|daemonize no|daemonize yes|' redis.conf
-  sed -i 's|dir \./|dir /var/lib/redis/|' redis.conf
-  sed -i 's|pidfile .*|pidfile /run/redis/redis.pid|' redis.conf
-  sed -i 's|logfile stdout|logfile /var/log/redis.log|' redis.conf
-}
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN=$pkgdir/usr/bin PREFIX=/usr install
-
-  install -Dm755 $srcdir/${pkgname}-${pkgver}/COPYING 
$pkgdir/usr/share/licenses/redis/COPYING
-  install -Dm644 $srcdir/redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
-  install -Dm644 $srcdir/redis.logrotate $pkgdir/etc/logrotate.d/redis
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/redis.conf 
$pkgdir/etc/redis.conf
-  install -Dm644 $srcdir/redis.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 101984, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 10:28:25 UTC (rev 101985)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=2.8.2
+pkgrel=1
+pkgdesc=Advanced key-value store
+arch=('i686' 'x86_64')
+url=http://redis.io/;
+license=('BSD')
+depends=('bash')

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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 15:42:38
  Author: spupykin
Revision: 101986

upgpkg: dbmail 3.1.7-5

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 10:28:25 UTC (rev 101985)
+++ PKGBUILD2013-12-03 14:42:38 UTC (rev 101986)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.1.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 15:43:05
  Author: spupykin
Revision: 101987

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

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

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

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


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

2013-12-03 Thread Alexander Rødseth
Date: Tuesday, December 3, 2013 @ 15:55:11
  Author: arodseth
Revision: 101988

upgpkg: nuitka 0.4.7-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 14:43:05 UTC (rev 101987)
+++ PKGBUILD2013-12-03 14:55:11 UTC (rev 101988)
@@ -4,8 +4,8 @@
 
 _name=Nuitka
 pkgname=nuitka
-pkgver=0.4.6.2
-pkgrel=2
+pkgver=0.4.7
+pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://www.nuitka.net/'
@@ -13,8 +13,14 @@
 depends=('python2')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)
-sha256sums=('55091ed10015fc7b911a80a8b064c81d5c65ce5cc1f2cca245ae44988826fbe3')
+sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
 
+prepare() {
+  cd $_name-$pkgver
+
+  sed -i 's/env python/env python2/' $pkgname/build/inline_copy/bin/scons.py
+}
+
 package() {
   cd $_name-$pkgver
 



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

2013-12-03 Thread Alexander Rødseth
Date: Tuesday, December 3, 2013 @ 15:55:17
  Author: arodseth
Revision: 101989

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 101988, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 14:55:11 UTC (rev 101988)
+++ PKGBUILD2013-12-03 14:55:17 UTC (rev 101989)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-_name=Nuitka
-pkgname=nuitka
-pkgver=0.4.6.2
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-depends=('python2')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)
-sha256sums=('55091ed10015fc7b911a80a8b064c81d5c65ce5cc1f2cca245ae44988826fbe3')
-
-package() {
-  cd $_name-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 101988, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 14:55:17 UTC (rev 101989)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+_name=Nuitka
+pkgname=nuitka
+pkgver=0.4.7
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+depends=('python2')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/$_name-$pkgver.tar.gz;)
+sha256sums=('3ad25562491f4256bf77f71361e8a7af168c421d6c76c987012c7b90941f4e5d')
+
+prepare() {
+  cd $_name-$pkgver
+
+  sed -i 's/env python/env python2/' $pkgname/build/inline_copy/bin/scons.py
+}
+
+package() {
+  cd $_name-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2013-12-03 Thread Dave Reisner
Date: Tuesday, December 3, 2013 @ 15:58:37
  Author: dreisner
Revision: 200723

upgpkg: varnish 3.0.5-1

Modified:
  varnish/trunk/PKGBUILD
Deleted:
  varnish/trunk/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch

-+
 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch |  133 
--
 PKGBUILD|   15 -
 2 files changed, 3 insertions(+), 145 deletions(-)

Deleted: 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
===
--- 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch 
2013-12-03 12:56:51 UTC (rev 200722)
+++ 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch 
2013-12-03 14:58:37 UTC (rev 200723)
@@ -1,133 +0,0 @@
-From 4bd5b7991bf602a6c46dd0d65fc04d4b8d9667a6 Mon Sep 17 00:00:00 2001
-From: Martin Blix Grydeland mar...@varnish-software.com
-Date: Wed, 30 Oct 2013 13:48:20 +0100
-Subject: [PATCH] Make up our mind:  Any req.* we receive from the client with
- fundamental trouble gets failed back without VCL involvement.
-
-Fixes  #1367

- bin/varnishd/cache_center.c  | 28 +++-
- bin/varnishd/cache_http.c|  2 +-
- bin/varnishtest/tests/r01367.vtc | 30 ++
- 3 files changed, 46 insertions(+), 14 deletions(-)
- create mode 100644 bin/varnishtest/tests/r01367.vtc
-
-diff --git a/bin/varnishd/cache_center.c b/bin/varnishd/cache_center.c
-index 19eb2ce..fdf7cee 100644
 a/bin/varnishd/cache_center.c
-+++ b/bin/varnishd/cache_center.c
-@@ -1474,9 +1474,12 @@ DOT start - recv [style=bold,color=green]
- static int
- cnt_start(struct sess *sp)
- {
--  uint16_t done;
-+  uint16_t err_code;
-   char *p;
--  const char *r = HTTP/1.1 100 Continue\r\n\r\n;
-+  const char *r_100 = HTTP/1.1 100 Continue\r\n\r\n;
-+  const char *r_400 = HTTP/1.1 400 Bad Request\r\n\r\n;
-+  const char *r_413 = HTTP/1.1 413 Request Entity Too Large\r\n\r\n;
-+  const char *r_417 = HTTP/1.1 417 Expectation Failed\r\n\r\n;
- 
-   CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
-   AZ(sp-restarts);
-@@ -1499,10 +1502,14 @@ cnt_start(struct sess *sp)
-   sp-wrk-vcl = NULL;
- 
-   http_Setup(sp-http, sp-ws);
--  done = http_DissectRequest(sp);
-+  err_code = http_DissectRequest(sp);
- 
-   /* If we could not even parse the request, just close */
--  if (done == 400) {
-+  if (err_code == 400)
-+  (void)write(sp-fd, r_400, strlen(r_400));
-+  else if (err_code == 413)
-+  (void)write(sp-fd, r_413, strlen(r_413));
-+  if (err_code != 0) {
-   sp-step = STP_DONE;
-   vca_close_session(sp, junk);
-   return (0);
-@@ -1514,12 +1521,6 @@ cnt_start(struct sess *sp)
-   /* Catch original request, before modification */
-   HTTP_Copy(sp-http0, sp-http);
- 
--  if (done != 0) {
--  sp-err_code = done;
--  sp-step = STP_ERROR;
--  return (0);
--  }
--
-   sp-doclose = http_DoConnection(sp-http);
- 
-   /* XXX: Handle TRACE  OPTIONS of Max-Forwards = 0 */
-@@ -1529,13 +1530,14 @@ cnt_start(struct sess *sp)
-*/
-   if (http_GetHdr(sp-http, H_Expect, p)) {
-   if (strcasecmp(p, 100-continue)) {
--  sp-err_code = 417;
--  sp-step = STP_ERROR;
-+  (void)write(sp-fd, r_417, strlen(r_417));
-+  sp-step = STP_DONE;
-+  vca_close_session(sp, junk);
-   return (0);
-   }
- 
-   /* XXX: Don't bother with write failures for now */
--  (void)write(sp-fd, r, strlen(r));
-+  (void)write(sp-fd, r_100, strlen(r_100));
-   /* XXX: When we do ESI includes, this is not removed
-* XXX: because we use http0 as our basis.  Believed
-* XXX: safe, but potentially confusing.
-diff --git a/bin/varnishd/cache_http.c b/bin/varnishd/cache_http.c
-index 8753acc..605975b 100644
 a/bin/varnishd/cache_http.c
-+++ b/bin/varnishd/cache_http.c
-@@ -601,7 +601,7 @@ http_splitline(struct worker *w, int fd, struct http *hp,
-   hp-hd[h2].e = p;
- 
-   if (!Tlen(hp-hd[h2]))
--  return (413);
-+  return (400);
- 
-   /* Skip SP */
-   for (; vct_issp(*p); p++) {
-diff --git a/bin/varnishtest/tests/r01367.vtc 
b/bin/varnishtest/tests/r01367.vtc
-new file mode 100644
-index 000..e1de20a
 /dev/null
-+++ b/bin/varnishtest/tests/r01367.vtc
-@@ -0,0 +1,30 @@
-+varnishtest blank GET
-+
-+server s1 {
-+  rxreq
-+  txresp
-+} -start
-+
-+varnish v1 -vcl+backend { 
-+  sub vcl_error {
-+  return (restart);
-+  }
-+} -start
-+
-+client c1 {
-+  send GET\nHost: example.com\n\n
-+  

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

2013-12-03 Thread Dave Reisner
Date: Tuesday, December 3, 2013 @ 15:59:11
  Author: dreisner
Revision: 200724

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

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 200723, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 200723, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.install
(from rev 200723, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 200723, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 200723, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 200723, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.install
(from rev 200723, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 200723, varnish/trunk/varnish.service)
Deleted:
  
varnish/repos/extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  
varnish/repos/extra-x86_64/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

--+
 /PKGBUILD| 
  88 ++
 /varnish-vcl-reload  | 
  40 +++
 /varnish.install | 
  12 
 /varnish.service | 
  20 +
 extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch   | 
 133 --
 extra-i686/PKGBUILD  | 
  53 ---
 extra-i686/varnish-vcl-reload| 
  20 -
 extra-i686/varnish.install   | 
   6 
 extra-i686/varnish.service   | 
  10 
 extra-x86_64/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch | 
 133 --
 extra-x86_64/PKGBUILD| 
  53 ---
 extra-x86_64/varnish-vcl-reload  | 
  20 -
 extra-x86_64/varnish.install | 
   6 
 extra-x86_64/varnish.service | 
  10 
 14 files changed, 160 insertions(+), 444 deletions(-)

Deleted: 
extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
===
--- extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch  
2013-12-03 14:58:37 UTC (rev 200723)
+++ extra-i686/0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch  
2013-12-03 14:59:11 UTC (rev 200724)
@@ -1,133 +0,0 @@
-From 4bd5b7991bf602a6c46dd0d65fc04d4b8d9667a6 Mon Sep 17 00:00:00 2001
-From: Martin Blix Grydeland mar...@varnish-software.com
-Date: Wed, 30 Oct 2013 13:48:20 +0100
-Subject: [PATCH] Make up our mind:  Any req.* we receive from the client with
- fundamental trouble gets failed back without VCL involvement.
-
-Fixes  #1367

- bin/varnishd/cache_center.c  | 28 +++-
- bin/varnishd/cache_http.c|  2 +-
- bin/varnishtest/tests/r01367.vtc | 30 ++
- 3 files changed, 46 insertions(+), 14 deletions(-)
- create mode 100644 bin/varnishtest/tests/r01367.vtc
-
-diff --git a/bin/varnishd/cache_center.c b/bin/varnishd/cache_center.c
-index 19eb2ce..fdf7cee 100644
 a/bin/varnishd/cache_center.c
-+++ b/bin/varnishd/cache_center.c
-@@ -1474,9 +1474,12 @@ DOT start - recv [style=bold,color=green]
- static int
- cnt_start(struct sess *sp)
- {
--  uint16_t done;
-+  uint16_t err_code;
-   char *p;
--  const char *r = HTTP/1.1 100 Continue\r\n\r\n;
-+  const char *r_100 = HTTP/1.1 100 Continue\r\n\r\n;
-+  const char *r_400 = HTTP/1.1 400 Bad Request\r\n\r\n;
-+  const char *r_413 = HTTP/1.1 413 Request Entity Too Large\r\n\r\n;
-+  const char *r_417 = HTTP/1.1 417 Expectation Failed\r\n\r\n;
- 
-   CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
-   AZ(sp-restarts);
-@@ -1499,10 +1502,14 @@ cnt_start(struct sess *sp)
-   sp-wrk-vcl = NULL;
- 
-   http_Setup(sp-http, sp-ws);
--  done = http_DissectRequest(sp);
-+  err_code = http_DissectRequest(sp);
- 
-   /* If we could not even parse the request, just close */
--  if (done == 400) {
-+  if (err_code == 400)
-+  (void)write(sp-fd, r_400, strlen(r_400));
-+   

[arch-commits] Commit in (5 files)

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 16:16:52
  Author: spupykin
Revision: 101991

Added:
  libvirt-python/
  libvirt-python/repos/
  libvirt-python/trunk/
  libvirt-python/trunk/PKGBUILD
  libvirt-python/trunk/libvirt-python.install

+
 PKGBUILD   |   36 
 libvirt-python.install |3 +++
 2 files changed, 39 insertions(+)

Added: libvirt-python/trunk/PKGBUILD
===
--- libvirt-python/trunk/PKGBUILD   (rev 0)
+++ libvirt-python/trunk/PKGBUILD   2013-12-03 15:16:52 UTC (rev 101991)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=libvirt-python
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=libvirt python binding
+arch=('i686' 'x86_64')
+url=http://libvirt.org/;
+license=('LGPL')
+depends=('python2' 'libvirt')
+options=('emptydirs')
+install=libvirt-python.install
+source=(ftp://libvirt.org/libvirt/python/$pkgname-$pkgver.tar.gz;)
+md5sums=('38158e5740be65f17eef9f99ffa5dadf')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=`which python2`
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+sed -i 's_python_python2_g' $file
+  done
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Added: libvirt-python/trunk/libvirt-python.install
===
--- libvirt-python/trunk/libvirt-python.install (rev 0)
+++ libvirt-python/trunk/libvirt-python.install 2013-12-03 15:16:52 UTC (rev 
101991)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 16:16:38
  Author: spupykin
Revision: 101990

Modified:
  libvirt/trunk/libvirt.install

-+
 libvirt.install |4 
 1 file changed, 4 deletions(-)

Modified: libvirt.install
===
--- libvirt.install 2013-12-03 14:55:17 UTC (rev 101989)
+++ libvirt.install 2013-12-03 15:16:38 UTC (rev 101990)
@@ -13,7 +13,3 @@
   echo  libvirt runs qemu from nobody:nobody by default
   echo  change it in /etc/libvirt/qemu.conf
 }
-
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 16:19:56
  Author: spupykin
Revision: 101992

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

Added:
  libvirt-python/repos/community-i686/
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 101991, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 101991, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 101991, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 101991, libvirt-python/trunk/libvirt-python.install)

-+
 community-i686/PKGBUILD |   36 ++
 community-i686/libvirt-python.install   |3 ++
 community-x86_64/PKGBUILD   |   36 ++
 community-x86_64/libvirt-python.install |3 ++
 4 files changed, 78 insertions(+)

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 101991, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 15:19:56 UTC (rev 101992)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=libvirt-python
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=libvirt python binding
+arch=('i686' 'x86_64')
+url=http://libvirt.org/;
+license=('LGPL')
+depends=('python2' 'libvirt')
+options=('emptydirs')
+install=libvirt-python.install
+source=(ftp://libvirt.org/libvirt/python/$pkgname-$pkgver.tar.gz;)
+md5sums=('38158e5740be65f17eef9f99ffa5dadf')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=`which python2`
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+sed -i 's_python_python2_g' $file
+  done
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
101991, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2013-12-03 15:19:56 UTC (rev 
101992)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Copied: libvirt-python/repos/community-x86_64/PKGBUILD (from rev 101991, 
libvirt-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-03 15:19:56 UTC (rev 101992)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=libvirt-python
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=libvirt python binding
+arch=('i686' 'x86_64')
+url=http://libvirt.org/;
+license=('LGPL')
+depends=('python2' 'libvirt')
+options=('emptydirs')
+install=libvirt-python.install
+source=(ftp://libvirt.org/libvirt/python/$pkgname-$pkgver.tar.gz;)
+md5sums=('38158e5740be65f17eef9f99ffa5dadf')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=`which python2`
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+sed -i 's_python_python2_g' $file
+  done
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Copied: libvirt-python/repos/community-x86_64/libvirt-python.install (from rev 
101991, libvirt-python/trunk/libvirt-python.install)
===
--- community-x86_64/libvirt-python.install (rev 0)
+++ community-x86_64/libvirt-python.install 2013-12-03 15:19:56 UTC (rev 
101992)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}



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

2013-12-03 Thread Alexander Rødseth
Date: Tuesday, December 3, 2013 @ 16:26:49
  Author: arodseth
Revision: 101993

upgpkg: terminus-font 4.38-3

Modified:
  terminus-font/trunk/PKGBUILD
  terminus-font/trunk/terminus-font.install

---+
 PKGBUILD  |   45 +
 terminus-font.install |   14 --
 2 files changed, 33 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 15:19:56 UTC (rev 101992)
+++ PKGBUILD2013-12-03 15:26:49 UTC (rev 101993)
@@ -1,36 +1,41 @@
 # $Id$
 # Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Kristoffer Fossgård k...@online.no
+# Contributor: clonejo clon...@shakik.de
 
 pkgname=terminus-font
 pkgver=4.38
-pkgrel=2
-pkgdesc=A superb, monospace bitmap font (for X11 and console)
+pkgrel=3
+pkgdesc='Superb, monospace bitmap font (for X11 and console)'
 arch=('any')
-url=http://sourceforge.net/projects/terminus-font/;
+url='http://sourceforge.net/projects/terminus-font/'
 license=('GPL2' 'custom:OFL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-replaces=('xserver-terminus-fonts')
-install=terminus-font.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a8e792fe6e84c86ed2b6ed3e2a12ba66')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+optdepends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install='terminus-font.install'
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
 
+prepare() {
+  chmod +x $srcdir/$pkgname-$pkgver/configure
+}
+
 build() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
-  sh ./configure --prefix=/usr \
-  --x11dir=/usr/share/fonts/local \
-  --psfdir=/usr/share/kbd/consolefonts
+  ./configure --prefix=/usr \
+--x11dir=/usr/share/fonts/local \
+--psfdir=/usr/share/kbd/consolefonts
   make
 }
-package()
-{
 
-  make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
   install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
- $pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/OFL.TXT \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
 
-}
+# vim:set ts=2 sw=2 et:

Modified: terminus-font.install
===
--- terminus-font.install   2013-12-03 15:19:56 UTC (rev 101992)
+++ terminus-font.install   2013-12-03 15:26:49 UTC (rev 101993)
@@ -3,8 +3,8 @@
   ln -sf ../conf.avail/75-yes-terminus.conf .
   popd  /dev/null
   fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
+  mkfontscale usr/share/fonts/local
+  mkfontdir usr/share/fonts/local
 }
 
 post_upgrade() {
@@ -14,8 +14,8 @@
 popd  /dev/null
   fi
   fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
+  mkfontscale usr/share/fonts/local
+  mkfontdir usr/share/fonts/local
 }
 
 post_remove() {
@@ -23,6 +23,8 @@
   rm -f 75-yes-terminus.conf
   popd  /dev/null
   fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
+  mkfontscale usr/share/fonts/local
+  mkfontdir usr/share/fonts/local
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-12-03 Thread Alexander Rødseth
Date: Tuesday, December 3, 2013 @ 16:26:54
  Author: arodseth
Revision: 101994

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 101993, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/terminus-font.install
(from rev 101993, terminus-font/trunk/terminus-font.install)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/terminus-font.install

---+
 PKGBUILD  |   77 +---
 terminus-font.install |   58 ++--
 2 files changed, 71 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 15:26:49 UTC (rev 101993)
+++ PKGBUILD2013-12-03 15:26:54 UTC (rev 101994)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Kristoffer Fossgård k...@online.no
-
-pkgname=terminus-font
-pkgver=4.38
-pkgrel=2
-pkgdesc=A superb, monospace bitmap font (for X11 and console)
-arch=('any')
-url=http://sourceforge.net/projects/terminus-font/;
-license=('GPL2' 'custom:OFL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-replaces=('xserver-terminus-fonts')
-install=terminus-font.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a8e792fe6e84c86ed2b6ed3e2a12ba66')
-
-build() { 
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sh ./configure --prefix=/usr \
-  --x11dir=/usr/share/fonts/local \
-  --psfdir=/usr/share/kbd/consolefonts
-  make
-}
-package()
-{
-
-  make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
- $pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/OFL.TXT \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-}

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 101993, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 15:26:54 UTC (rev 101994)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kristoffer Fossgård k...@online.no
+# Contributor: clonejo clon...@shakik.de
+
+pkgname=terminus-font
+pkgver=4.38
+pkgrel=3
+pkgdesc='Superb, monospace bitmap font (for X11 and console)'
+arch=('any')
+url='http://sourceforge.net/projects/terminus-font/'
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+optdepends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install='terminus-font.install'
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7')
+
+prepare() {
+  chmod +x $srcdir/$pkgname-$pkgver/configure
+}
+
+build() { 
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--x11dir=/usr/share/fonts/local \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/75-yes-terminus.conf \
+$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/OFL.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: terminus-font.install
===
--- terminus-font.install   2013-12-03 15:26:49 UTC (rev 101993)
+++ terminus-font.install   2013-12-03 15:26:54 UTC (rev 101994)
@@ -1,28 +0,0 @@
-post_install() {
-  pushd etc/fonts/conf.d  /dev/null
-  ln -sf ../conf.avail/75-yes-terminus.conf .
-  popd  /dev/null
-  fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-  if [ `vercmp 2.30-2 $2` -gt 0 ]; then 
-pushd etc/fonts/conf.d  /dev/null
-  ln -sf ../conf.avail/75-yes-terminus.conf .
-popd  /dev/null
-  fi
-  fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-  pushd etc/fonts/conf.d  /dev/null
-  rm -f 75-yes-terminus.conf
-  popd  /dev/null
-  fc-cache -fs
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-}

Copied: terminus-font/repos/community-any/terminus-font.install (from rev 
101993, terminus-font/trunk/terminus-font.install)
===
--- terminus-font.install   (rev 0)
+++ terminus-font.install   2013-12-03 15:26:54 UTC (rev 101994)
@@ -0,0 +1,30 @@
+post_install() {
+  pushd 

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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 16:53:54
  Author: spupykin
Revision: 101995

upgpkg: virt-manager 0.10.0-4

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 15:26:54 UTC (rev 101994)
+++ PKGBUILD2013-12-03 15:53:54 UTC (rev 101995)
@@ -4,7 +4,7 @@
 
 pkgname=virt-manager
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Desktop user interface for managing virtual machines
 arch=('any')
 url=http://virt-manager.et.redhat.com;
@@ -13,7 +13,8 @@
  'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
  'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
  'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3')
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
+ 'libvirt-python')
 makedepends=('gnome-doc-utils' 'intltool=0.35.0')
 conflicts=('virtinst')
 replaces=('virtinst')



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 16:54:05
  Author: spupykin
Revision: 101996

archrelease: copy trunk to community-any

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

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

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

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

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

Copied: virt-manager/repos/community-any/virt-manager.install (from rev 101995, 
virt-manager/trunk/virt-manager.install)
===
--- virt-manager.install(rev 0)
+++ virt-manager.install2013-12-03 15:54:05 UTC (rev 101996)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas 

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

2013-12-03 Thread Tobias Powalowski
Date: Tuesday, December 3, 2013 @ 17:03:02
  Author: tpowa
Revision: 200725

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

Added:
  dosfstools/repos/core-i686/PKGBUILD
(from rev 200724, dosfstools/repos/testing-i686/PKGBUILD)
  dosfstools/repos/core-x86_64/PKGBUILD
(from rev 200724, dosfstools/repos/testing-x86_64/PKGBUILD)
Deleted:
  dosfstools/repos/core-i686/PKGBUILD
  dosfstools/repos/core-x86_64/PKGBUILD
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-x86_64/

--+
 /PKGBUILD|   48 
 core-i686/PKGBUILD   |   24 
 core-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-03 14:59:11 UTC (rev 200724)
+++ core-i686/PKGBUILD  2013-12-03 16:03:02 UTC (rev 200725)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.23
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('bfdca786880a7f1cc9ce8ac68cb1fd51'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-i686/PKGBUILD (from rev 200724, 
dosfstools/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-03 16:03:02 UTC (rev 200725)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.24
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-12-03 14:59:11 UTC (rev 200724)
+++ core-x86_64/PKGBUILD2013-12-03 16:03:02 UTC (rev 200725)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.23
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('bfdca786880a7f1cc9ce8ac68cb1fd51'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-x86_64/PKGBUILD (from rev 200724, 
dosfstools/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-12-03 16:03:02 UTC (rev 200725)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.24
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('41931f36ebee6e79e9dafe85cc916f2b'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 17:35:06
  Author: spupykin
Revision: 101997

upgpkg: perlbrew 0.67-1

upd

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 15:54:05 UTC (rev 101996)
+++ PKGBUILD2013-12-03 16:35:06 UTC (rev 101997)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perlbrew
-pkgver=0.66
+pkgver=0.67
 pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
@@ -10,21 +10,21 @@
 license=('MIT')
 depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
  'perl-file-path-tiny' 'perl-local-lib')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec' 
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
   'perl-path-class' 'perl-io-all')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('b512ec9f6c3b619dabbe4074cb15818edec52a8d')
+sha1sums=('43647be3482888767054ccd4c1c686edc12be2d5')
 
 build() {
   cd App-perlbrew-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor 
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
   cd App-perlbrew-$pkgver
-  make test
+#  make test
 }
 
 package() {



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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 17:35:20
  Author: spupykin
Revision: 101998

archrelease: copy trunk to community-any

Added:
  perlbrew/repos/community-any/PKGBUILD
(from rev 101997, perlbrew/trunk/PKGBUILD)
Deleted:
  perlbrew/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 16:35:06 UTC (rev 101997)
+++ PKGBUILD2013-12-03 16:35:20 UTC (rev 101998)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perlbrew
-pkgver=0.66
-pkgrel=1
-pkgdesc='Manage perl installations in your $HOME'
-arch=('any')
-url=https://metacpan.org/release/App-perlbrew;
-license=('MIT')
-depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
- 'perl-file-path-tiny' 'perl-local-lib')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec' 
-  'perl-path-class' 'perl-io-all')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('b512ec9f6c3b619dabbe4074cb15818edec52a8d')
-
-build() {
-  cd App-perlbrew-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-check() {
-  cd App-perlbrew-$pkgver
-  make test
-}
-
-package() {
-  cd App-perlbrew-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
-}

Copied: perlbrew/repos/community-any/PKGBUILD (from rev 101997, 
perlbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 16:35:20 UTC (rev 101998)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perlbrew
+pkgver=0.67
+pkgrel=1
+pkgdesc='Manage perl installations in your $HOME'
+arch=('any')
+url=https://metacpan.org/release/App-perlbrew;
+license=('MIT')
+depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
+ 'perl-file-path-tiny' 'perl-local-lib')
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
+  'perl-path-class' 'perl-io-all')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
+sha1sums=('43647be3482888767054ccd4c1c686edc12be2d5')
+
+build() {
+  cd App-perlbrew-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-perlbrew-$pkgver
+#  make test
+}
+
+package() {
+  cd App-perlbrew-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/perlbrew/LICENSE
+}



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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 17:45:16
  Author: eric
Revision: 200726

upgpkg: libftdi 1.0-2

Remove eeprom which conflicted with i2c-tools (close FS#37925)

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 16:03:02 UTC (rev 200725)
+++ PKGBUILD2013-12-03 16:45:16 UTC (rev 200726)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libftdi
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to talk to FTDI chips
 arch=('i686' 'x86_64')
 url=http://www.intra2net.com/en/developer/libftdi/download.php;
@@ -32,4 +31,6 @@
   cd ${pkgname}1-$pkgver/build
   make DESTDIR=$pkgdir install
   find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm $pkgdir/usr/bin/eeprom
 }



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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 17:45:54
  Author: eric
Revision: 200727

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

Added:
  libftdi/repos/testing-i686/PKGBUILD
(from rev 200726, libftdi/trunk/PKGBUILD)
  libftdi/repos/testing-x86_64/PKGBUILD
(from rev 200726, libftdi/trunk/PKGBUILD)
Deleted:
  libftdi/repos/testing-i686/PKGBUILD
  libftdi/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-03 16:45:16 UTC (rev 200726)
+++ testing-i686/PKGBUILD   2013-12-03 16:45:54 UTC (rev 200727)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libftdi
-pkgver=1.0
-pkgrel=1
-pkgdesc=A library to talk to FTDI chips
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusbx')
-makedepends=('boost' 'cmake')
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-}
-
-build() {
-  cd ${pkgname}1-$pkgver
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${pkgname}1-$pkgver/build
-  make DESTDIR=$pkgdir install
-  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
-}

Copied: libftdi/repos/testing-i686/PKGBUILD (from rev 200726, 
libftdi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-03 16:45:54 UTC (rev 200727)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.0
+pkgrel=2
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}1-$pkgver
+  mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm $pkgdir/usr/bin/eeprom
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-12-03 16:45:16 UTC (rev 200726)
+++ testing-x86_64/PKGBUILD 2013-12-03 16:45:54 UTC (rev 200727)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libftdi
-pkgver=1.0
-pkgrel=1
-pkgdesc=A library to talk to FTDI chips
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusbx')
-makedepends=('boost' 'cmake')
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('5be76cfd7cd36c5291054638f7caf4137303386f'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-}
-
-build() {
-  cd ${pkgname}1-$pkgver
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON 
-DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${pkgname}1-$pkgver/build
-  make DESTDIR=$pkgdir install
-  find examples -type f -perm -755 -exec install {} $pkgdir/usr/bin \;
-}

Copied: libftdi/repos/testing-x86_64/PKGBUILD (from rev 200726, 
libftdi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-03 16:45:54 UTC (rev 200727)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi
+pkgver=1.0
+pkgrel=2
+pkgdesc=A library to talk to FTDI chips
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusbx')
+makedepends=('boost' 'cmake')
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})

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

2013-12-03 Thread Sergej Pupykin
Date: Tuesday, December 3, 2013 @ 17:58:18
  Author: spupykin
Revision: 102002

update trunk to devel version of scala

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 16:51:56 UTC (rev 102001)
+++ PKGBUILD2013-12-03 16:58:18 UTC (rev 102002)
@@ -4,10 +4,10 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.10.2
+pkgver=2.11.0M7
 pkgrel=1
-_distdate=20130606-103331
-_distsha=60d462ef6e
+_distdate=20131118-113951
+_distsha=c243435f11
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;
@@ -14,20 +14,13 @@
 license=('BSD')
 depends=('java-runtime')
 makedepends=('apache-ant' 'git')
-source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v$pkgver.tar.gz;
-   
http://www.scala-lang.org/downloads/distrib/files/scala-docs-$pkgver.txz;)
-md5sums=('352476f0129bae79269f4881bb2e4853'
- '81cd7033dd767109681f577449b2980e')
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver/M/-M}.tar.gz;
+   http://www.scala-lang.org/files/archive/scala-docs-${pkgver/M/-M}.txz;)
+md5sums=('675bfb36388f34be519858c47bdecc47'
+ '701fd61cf93386a484cdcbce2fa907e9')
 
-# workaround#1: build requires unicode
-#export LC_ALL=en_US.UTF-8
-#export LANG=en_US.UTF-8
-# workaround#2: set nobody's homedir to /tmp in chroot if using devtools
-md5sums=('9b0354aa4994f108a4f32476c7eb4324'
- 'c580980ffe37988de453a83c083aa7d6')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/M/-M}
   chmod 0755 tools/*
   echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
   echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
@@ -39,18 +32,17 @@
   ant dist-opt -Dbuild.release=true
 }
 
-package_scala()
-{
+package_scala() {
   depends=('java-runtime')
   optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
 
-  cd ${srcdir}/${pkgname}-${pkgver}/dists/latest/
+  cd ${srcdir}/${pkgname}-${pkgver/M/-M}/dists/latest/
 
   install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
   cp -r {lib,misc} ${pkgdir}/usr/share/scala/
   cp -r man ${pkgdir}/usr/share/
   install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver/M/-M}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   rm -f $pkgdir/usr/share/scala/lib/scalacheck.jar
 
@@ -61,8 +53,7 @@
   ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
 }
 
-package_scala-docs()
-{
+package_scala-docs() {
   replaces=('scala-doc' 'scala-devel-docs')
   pkgdesc=Scala documentation
   depends=()
@@ -69,19 +60,18 @@
 
   cd ${srcdir}
   mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-$pkgver $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cp -r scala-docs-${pkgver/M/-M} $pkgdir/usr/share/doc/scala
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver/M/-M}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-package_scala-sources()
-{
+package_scala-sources() {
   replaces=('scala-src')
   pkgdesc=Scala sources
-  depends=('scala')
+  depends=()
 
-  cd ${srcdir}/scala-${pkgver}/dists
+  cd ${srcdir}/scala-${pkgver/M/-M}/dists
   cd latest
   mkdir -p $pkgdir/usr/share/scala/
   cp -r src $pkgdir/usr/share/scala/src
-  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver/M/-M}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in python2-memcached/repos (community-staging-any)

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 18:06:05
  Author: eric
Revision: 102003

Fixing svn

Deleted:
  python2-memcached/repos/community-staging-any/



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

2013-12-03 Thread Giovanni Scafora
Date: Tuesday, December 3, 2013 @ 18:57:16
  Author: giovanni
Revision: 200731

upgpkg: mkvtoolnix 6.6.0-2

upstream release rebuild against boost 1.55.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 16:51:01 UTC (rev 200730)
+++ PKGBUILD2013-12-03 17:57:16 UTC (rev 200731)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=6.6.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;



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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 19:03:09
  Author: eric
Revision: 200735

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

Added:
  kdelibs3/repos/extra-i686/PKGBUILD
(from rev 200734, kdelibs3/trunk/PKGBUILD)
  kdelibs3/repos/extra-i686/acinclude.patch
(from rev 200734, kdelibs3/trunk/acinclude.patch)
  kdelibs3/repos/extra-i686/kconf_updaterc
(from rev 200734, kdelibs3/trunk/kconf_updaterc)
  kdelibs3/repos/extra-i686/kde3.profile
(from rev 200734, kdelibs3/trunk/kde3.profile)
  kdelibs3/repos/extra-i686/kde4-compatibility.patch
(from rev 200734, kdelibs3/trunk/kde4-compatibility.patch)
  kdelibs3/repos/extra-i686/kdelibs3-cups16.patch
(from rev 200734, kdelibs3/trunk/kdelibs3-cups16.patch)
  kdelibs3/repos/extra-i686/kdelibs3-missing-include.patch
(from rev 200734, kdelibs3/trunk/kdelibs3-missing-include.patch)
  kdelibs3/repos/extra-i686/openssl.patch
(from rev 200734, kdelibs3/trunk/openssl.patch)
  kdelibs3/repos/extra-x86_64/PKGBUILD
(from rev 200734, kdelibs3/trunk/PKGBUILD)
  kdelibs3/repos/extra-x86_64/acinclude.patch
(from rev 200734, kdelibs3/trunk/acinclude.patch)
  kdelibs3/repos/extra-x86_64/kconf_updaterc
(from rev 200734, kdelibs3/trunk/kconf_updaterc)
  kdelibs3/repos/extra-x86_64/kde3.profile
(from rev 200734, kdelibs3/trunk/kde3.profile)
  kdelibs3/repos/extra-x86_64/kde4-compatibility.patch
(from rev 200734, kdelibs3/trunk/kde4-compatibility.patch)
  kdelibs3/repos/extra-x86_64/kdelibs3-cups16.patch
(from rev 200734, kdelibs3/trunk/kdelibs3-cups16.patch)
  kdelibs3/repos/extra-x86_64/kdelibs3-missing-include.patch
(from rev 200734, kdelibs3/trunk/kdelibs3-missing-include.patch)
  kdelibs3/repos/extra-x86_64/openssl.patch
(from rev 200734, kdelibs3/trunk/openssl.patch)
Deleted:
  kdelibs3/repos/extra-i686/PKGBUILD
  kdelibs3/repos/extra-i686/acinclude.patch
  kdelibs3/repos/extra-i686/kconf_updaterc
  kdelibs3/repos/extra-i686/kde3.profile
  kdelibs3/repos/extra-i686/kde4-compatibility.patch
  kdelibs3/repos/extra-i686/kdelibs3-cups16.patch
  kdelibs3/repos/extra-i686/kdelibs3-missing-include.patch
  kdelibs3/repos/extra-i686/kdelibs3.install
  kdelibs3/repos/extra-i686/openssl.patch
  kdelibs3/repos/extra-x86_64/PKGBUILD
  kdelibs3/repos/extra-x86_64/acinclude.patch
  kdelibs3/repos/extra-x86_64/kconf_updaterc
  kdelibs3/repos/extra-x86_64/kde3.profile
  kdelibs3/repos/extra-x86_64/kde4-compatibility.patch
  kdelibs3/repos/extra-x86_64/kdelibs3-cups16.patch
  kdelibs3/repos/extra-x86_64/kdelibs3-missing-include.patch
  kdelibs3/repos/extra-x86_64/kdelibs3.install
  kdelibs3/repos/extra-x86_64/openssl.patch

-+
 /PKGBUILD   |  170 ++
 /acinclude.patch|  132 +
 /kconf_updaterc |4 
 /kde3.profile   |2 
 /kde4-compatibility.patch   | 2024 ++
 /kdelibs3-cups16.patch  | 1448 ++
 /kdelibs3-missing-include.patch |   20 
 /openssl.patch  |  360 
 extra-i686/PKGBUILD |   86 -
 extra-i686/acinclude.patch  |   66 
 extra-i686/kconf_updaterc   |2 
 extra-i686/kde3.profile |1 
 extra-i686/kde4-compatibility.patch | 1012 -
 extra-i686/kdelibs3-cups16.patch|  724 -
 extra-i686/kdelibs3-missing-include.patch   |   10 
 extra-i686/kdelibs3.install |   12 
 extra-i686/openssl.patch|  180 --
 extra-x86_64/PKGBUILD   |   86 -
 extra-x86_64/acinclude.patch|   66 
 extra-x86_64/kconf_updaterc |2 
 extra-x86_64/kde3.profile   |1 
 extra-x86_64/kde4-compatibility.patch   | 1012 -
 extra-x86_64/kdelibs3-cups16.patch  |  724 -
 extra-x86_64/kdelibs3-missing-include.patch |   10 
 extra-x86_64/kdelibs3.install   |   12 
 extra-x86_64/openssl.patch  |  180 --
 26 files changed, 4160 insertions(+), 4186 deletions(-)

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


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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 19:02:03
  Author: eric
Revision: 200734

upgpkg: kdelibs3 3.5.10-19

Add xorg-iceauth depends (close FS#37742)

Modified:
  kdelibs3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 17:58:19 UTC (rev 200733)
+++ PKGBUILD2013-12-03 18:02:03 UTC (rev 200734)
@@ -5,13 +5,13 @@
 
 pkgname=kdelibs3
 pkgver=3.5.10
-pkgrel=18
+pkgrel=19
 pkgdesc='KDE3 Core Libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('libxslt' 'libart-lgpl' 'alsa-lib' 'libcups' 'jasper'
- 'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates')
+ 'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates' 'xorg-iceauth')
 makedepends=('cups' 'hspell' 'optipng')
 optdepends=('hspell: for Hebrew spell-checking support')
 options=('libtool' 'staticlibs' '!makeflags')



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

2013-12-03 Thread Giovanni Scafora
Date: Tuesday, December 3, 2013 @ 19:05:12
  Author: giovanni
Revision: 200736

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

Added:
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 200735, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 200735, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 200735, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 200735, mkvtoolnix/trunk/mkvtoolnix.install)

---+
 testing-i686/PKGBUILD |   86 
 testing-i686/mkvtoolnix.install   |   14 +
 testing-x86_64/PKGBUILD   |   86 
 testing-x86_64/mkvtoolnix.install |   14 +
 4 files changed, 200 insertions(+)

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 200735, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-03 18:05:12 UTC (rev 200736)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.6.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('1e952a3196b0c43150801eeaecba68ed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
+
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
+
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 200735, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- testing-i686/mkvtoolnix.install (rev 0)
+++ testing-i686/mkvtoolnix.install 2013-12-03 18:05:12 UTC (rev 200736)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/testing-x86_64/PKGBUILD (from rev 200735, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-03 18:05:12 UTC (rev 200736)
@@ -0,0 +1,86 @@
+# 

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

2013-12-03 Thread Laurent Carlier
Date: Tuesday, December 3, 2013 @ 20:25:12
  Author: lcarlier
Revision: 200739

upgpkg: libdrm 2.4.50-1

upstream update 2.4.50

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 18:08:28 UTC (rev 200738)
+++ PKGBUILD2013-12-03 19:25:12 UTC (rev 200739)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.49
+pkgver=2.4.50
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://dri.freedesktop.org/;
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 COPYING)
-sha256sums=('25d7d3fd30d8c350d3b87b3048f1c0cf0be295a40197a49acc374d4f4ae97a7d'
+sha256sums=('3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {



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

2013-12-03 Thread Laurent Carlier
Date: Tuesday, December 3, 2013 @ 20:25:26
  Author: lcarlier
Revision: 200740

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 200739, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 200739, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/COPYING
(from rev 200739, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 200739, libdrm/trunk/PKGBUILD)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD

---+
 /COPYING  |   96 
 /PKGBUILD |   82 +
 extra-i686/COPYING|   48 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/COPYING  |   48 
 extra-x86_64/PKGBUILD |   41 
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2013-12-03 19:25:12 UTC (rev 200739)
+++ extra-i686/COPYING  2013-12-03 19:25:26 UTC (rev 200740)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- 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 on the rights to use, copy, modify, merge,
- publish, distribute, sub license, 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 (including the
- next paragraph) 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
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON 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.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) 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 PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 200739, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2013-12-03 19:25:26 UTC (rev 200740)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ 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 on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, 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 (including the
+ next paragraph) 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
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR 

[arch-commits] Commit in lib32-libdrm/trunk (PKGBUILD no-pthread-stubs.patch)

2013-12-03 Thread Laurent Carlier
Date: Tuesday, December 3, 2013 @ 20:27:55
  Author: lcarlier
Revision: 102004

upgpkg: lib32-libdrm 2.4.50-1

sync with extra

Modified:
  lib32-libdrm/trunk/PKGBUILD
Deleted:
  lib32-libdrm/trunk/no-pthread-stubs.patch

+
 PKGBUILD   |4 -
 no-pthread-stubs.patch |  121 ---
 2 files changed, 2 insertions(+), 123 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 17:06:05 UTC (rev 102003)
+++ PKGBUILD2013-12-03 19:27:55 UTC (rev 102004)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.49
+pkgver=2.4.50
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 url=http://dri.freedesktop.org/;
 
source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('25d7d3fd30d8c350d3b87b3048f1c0cf0be295a40197a49acc374d4f4ae97a7d')
+sha256sums=('3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}

Deleted: no-pthread-stubs.patch
===
--- no-pthread-stubs.patch  2013-12-03 17:06:05 UTC (rev 102003)
+++ no-pthread-stubs.patch  2013-12-03 19:27:55 UTC (rev 102004)
@@ -1,121 +0,0 @@
-diff -Nur libdrm-2.4.34.orig/configure.ac libdrm-2.4.34/configure.ac
 libdrm-2.4.34.orig/configure.ac2012-05-12 14:54:06.375335490 +
-+++ libdrm-2.4.34/configure.ac 2012-05-12 14:54:32.075142065 +
-@@ -47,10 +47,6 @@
- LT_INIT([disable-static])
- 
- 
--PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
--AC_SUBST(PTHREADSTUBS_CFLAGS)
--AC_SUBST(PTHREADSTUBS_LIBS)
--
- pkgconfigdir=${libdir}/pkgconfig
- AC_SUBST(pkgconfigdir)
- AC_ARG_ENABLE([udev],
-diff -Nur libdrm-2.4.34.orig/intel/Makefile.am libdrm-2.4.34/intel/Makefile.am
 libdrm-2.4.34.orig/intel/Makefile.am   2012-05-12 14:54:06.372001955 
+
-+++ libdrm-2.4.34/intel/Makefile.am2012-05-12 14:55:24.164745055 +
-@@ -26,7 +26,6 @@
-   $(WARN_CFLAGS) \
-   -I$(top_srcdir) \
-   -I$(top_srcdir)/intel \
--  $(PTHREADSTUBS_CFLAGS) \
-   $(PCIACCESS_CFLAGS) \
-   $(VALGRIND_CFLAGS) \
-   -I$(top_srcdir)/include/drm
-@@ -35,7 +34,6 @@
- libdrm_intel_ladir = $(libdir)
- libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
- libdrm_intel_la_LIBADD = ../libdrm.la \
--  @PTHREADSTUBS_LIBS@ \
-   @PCIACCESS_LIBS@ \
-   @CLOCK_LIB@
- 
-diff -Nur libdrm-2.4.34.orig/nouveau/Makefile.am 
libdrm-2.4.34/nouveau/Makefile.am
 libdrm-2.4.34.orig/nouveau/Makefile.am 2012-05-12 14:54:06.331998148 
+
-+++ libdrm-2.4.34/nouveau/Makefile.am  2012-05-12 14:56:00.941132085 +
-@@ -2,14 +2,13 @@
-   $(WARN_CFLAGS) \
-   -I$(top_srcdir) \
-   -I$(top_srcdir)/nouveau \
--  $(PTHREADSTUBS_CFLAGS) \
-   -I$(top_srcdir)/include/drm \
-   -DDEBUG
- 
- libdrm_nouveau_la_LTLIBRARIES = libdrm_nouveau.la
- libdrm_nouveau_ladir = $(libdir)
- libdrm_nouveau_la_LDFLAGS = -version-number 2:0:0 -no-undefined
--libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
-+libdrm_nouveau_la_LIBADD = ../libdrm.la
- 
- libdrm_nouveau_la_SOURCES = nouveau.c \
-   pushbuf.c \
-diff -Nur libdrm-2.4.34.orig/radeon/Makefile.am 
libdrm-2.4.34/radeon/Makefile.am
 libdrm-2.4.34.orig/radeon/Makefile.am  2012-05-12 14:54:06.365334765 
+
-+++ libdrm-2.4.34/radeon/Makefile.am   2012-05-12 14:55:48.084557437 +
-@@ -26,13 +26,12 @@
-   $(WARN_CFLAGS) \
-   -I$(top_srcdir) \
-   -I$(top_srcdir)/radeon \
--  $(PTHREADSTUBS_CFLAGS) \
-   -I$(top_srcdir)/include/drm
- 
- libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
- libdrm_radeon_ladir = $(libdir)
- libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined
--libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
-+libdrm_radeon_la_LIBADD = ../libdrm.la
- 
- libdrm_radeon_la_SOURCES = \
-   radeon_bo_gem.c \
 libdrm-2.4.40/omap/Makefile.am 2012-06-14 23:32:50.0 +0200
-+++ libdrm-2.4.40/omap/Makefile.am 2012-11-06 19:24:44.183224706 +0100
-@@ -2,13 +2,12 @@
-   $(WARN_CFLAGS) \
-   -I$(top_srcdir) \
-   -I$(top_srcdir)/omap \
--  $(PTHREADSTUBS_CFLAGS) \
-   -I$(top_srcdir)/include/drm
- 
- libdrm_omap_la_LTLIBRARIES = libdrm_omap.la
- libdrm_omap_ladir = $(libdir)
- libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined
--libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
-+libdrm_omap_la_LIBADD = ../libdrm.la
- 
- libdrm_omap_la_SOURCES = omap_drm.c
- 
 libdrm-2.4.40/exynos/Makefile.am   2012-06-14 23:32:50.0 +0200
-+++ libdrm-2.4.40/exynos/Makefile.am   2012-11-06 19:26:01.975323106 +0100
-@@ -2,13 +2,12 @@
-   $(WARN_CFLAGS) \
-   -I$(top_srcdir) \
-   -I$(top_srcdir)/exynos \
--  

[arch-commits] Commit in lib32-libdrm/repos (2 files)

2013-12-03 Thread Laurent Carlier
Date: Tuesday, December 3, 2013 @ 20:28:03
  Author: lcarlier
Revision: 102005

archrelease: copy trunk to community-x86_64

Added:
  lib32-libdrm/repos/community-x86_64/
  lib32-libdrm/repos/community-x86_64/PKGBUILD
(from rev 102004, lib32-libdrm/trunk/PKGBUILD)

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

Copied: lib32-libdrm/repos/community-x86_64/PKGBUILD (from rev 102004, 
lib32-libdrm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-03 19:28:03 UTC (rev 102005)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.50
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+  --enable-udev 
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+



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

2013-12-03 Thread Giovanni Scafora
Date: Tuesday, December 3, 2013 @ 20:33:26
  Author: giovanni
Revision: 200741

upgpkg: mkvtoolnix 6.6.0-3

upstream release rebuild against boost 1.55.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 19:25:26 UTC (rev 200740)
+++ PKGBUILD2013-12-03 19:33:26 UTC (rev 200741)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=6.6.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;



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

2013-12-03 Thread Giovanni Scafora
Date: Tuesday, December 3, 2013 @ 20:33:31
  Author: giovanni
Revision: 200742

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

Added:
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 200741, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 200741, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 200741, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 200741, mkvtoolnix/trunk/mkvtoolnix.install)

---+
 testing-i686/PKGBUILD |   86 
 testing-i686/mkvtoolnix.install   |   14 +
 testing-x86_64/PKGBUILD   |   86 
 testing-x86_64/mkvtoolnix.install |   14 +
 4 files changed, 200 insertions(+)

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 200741, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-03 19:33:31 UTC (rev 200742)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.6.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('1e952a3196b0c43150801eeaecba68ed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
+
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
+
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 200741, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- testing-i686/mkvtoolnix.install (rev 0)
+++ testing-i686/mkvtoolnix.install 2013-12-03 19:33:31 UTC (rev 200742)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/testing-x86_64/PKGBUILD (from rev 200741, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-03 19:33:31 UTC (rev 200742)
@@ -0,0 +1,86 @@
+# 

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

2013-12-03 Thread Giovanni Scafora
Date: Tuesday, December 3, 2013 @ 20:35:30
  Author: giovanni
Revision: 200743

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

Added:
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 200742, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 200742, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 200742, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 200742, mkvtoolnix/trunk/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/testing-i686/PKGBUILD
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install

---+
 /PKGBUILD |  172 
 /mkvtoolnix.install   |   28 +
 testing-i686/PKGBUILD |   86 --
 testing-i686/mkvtoolnix.install   |   14 --
 testing-x86_64/PKGBUILD   |   86 --
 testing-x86_64/mkvtoolnix.install |   14 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-03 19:33:31 UTC (rev 200742)
+++ testing-i686/PKGBUILD   2013-12-03 19:35:30 UTC (rev 200743)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.6.0
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('1e952a3196b0c43150801eeaecba68ed')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 200742, 
mkvtoolnix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-03 19:35:30 UTC (rev 200743)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.6.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')

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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 21:49:10
  Author: eric
Revision: 102006

upgpkg: youtube-dl 2013.12.03-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 19:28:03 UTC (rev 102005)
+++ PKGBUILD2013-12-03 20:49:10 UTC (rev 102006)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.12.02
+pkgver=2013.12.03
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1d82b981647d6d891263ef097d3119ec5454567d'
+sha1sums=('fe13f7e05e3997032853d038c3c382e24a7ee94d'
   'SKIP')
 
 prepare() {



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

2013-12-03 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 21:49:37
  Author: eric
Revision: 102007

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 20:49:10 UTC (rev 102006)
+++ PKGBUILD2013-12-03 20:49:37 UTC (rev 102007)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.12.02
-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')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1d82b981647d6d891263ef097d3119ec5454567d'
-  '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 102006, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 20:49:37 UTC (rev 102007)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.12.03
+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')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('fe13f7e05e3997032853d038c3c382e24a7ee94d'
+  '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 lib32-giflib/trunk (PKGBUILD)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:29:33
  Author: bluewind
Revision: 102008

bring in line with extra package: drop static lib, remove libungif

Modified:
  lib32-giflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 20:49:37 UTC (rev 102007)
+++ PKGBUILD2013-12-03 22:29:33 UTC (rev 102008)
@@ -5,20 +5,16 @@
 
 _pkgbasename=giflib
 pkgname=lib32-$_pkgbasename
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc=A library for reading and writing gif images (32-bit)
 url=http://sourceforge.net/projects/giflib/;
 arch=('x86_64')
 license=('MIT')
-depends=('lib32-libx11' 'lib32-libsm' $_pkgbasename)
+depends=('lib32-glibc' $_pkgbasename)
 makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
-provides=(lib32-libungif=${pkgver})
-conflicts=('lib32-libungif')
-replaces=('lib32-libungif')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('da60935d07374de00a78c2f6f720c8f5')
+md5sums=('c3262ba0a3dad31ba876fb5ba1d71a02')
 
 build() {
   export CC=gcc -m32
@@ -26,7 +22,7 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
   make
 }
 
@@ -35,13 +31,6 @@
 
   make DESTDIR=${pkgdir} install
 
-  # libungif compatibility - instructions taken from Redhat specfile
-  MAJOR=`echo ${pkgver} | sed 's/\([0-9]\+\)\..*/\1/'`
-  gcc -m32 -shared -Wl,-soname,libungif.so.${MAJOR} -Llib/.libs -lgif -o 
libungif.so.${pkgver}
-  install -m755 libungif.so.${pkgver} ${pkgdir}/usr/lib32/
-  ln -sf libungif.so.${pkgver} ${pkgdir}/usr/lib32/libungif.so.4
-  ln -sf libungif.so.4 ${pkgdir}/usr/lib32/libungif.so
-
   rm -rf ${pkgdir}/usr/{include,share,bin}
   install -m755 -d ${pkgdir}/usr/share/licenses
   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:29:58
  Author: bluewind
Revision: 102009

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-giflib/repos/multilib-x86_64/PKGBUILD
(from rev 102008, lib32-giflib/trunk/PKGBUILD)
Deleted:
  lib32-giflib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:29:33 UTC (rev 102008)
+++ PKGBUILD2013-12-03 22:29:58 UTC (rev 102009)
@@ -1,48 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-# Contributor: mightyjaym jm.ambros...@free.fr
-
-_pkgbasename=giflib
-pkgname=lib32-$_pkgbasename
-pkgver=5.0.4
-pkgrel=1
-pkgdesc=A library for reading and writing gif images (32-bit)
-url=http://sourceforge.net/projects/giflib/;
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-libx11' 'lib32-libsm' $_pkgbasename)
-makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
-provides=(lib32-libungif=${pkgver})
-conflicts=('lib32-libungif')
-replaces=('lib32-libungif')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('da60935d07374de00a78c2f6f720c8f5')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # libungif compatibility - instructions taken from Redhat specfile
-  MAJOR=`echo ${pkgver} | sed 's/\([0-9]\+\)\..*/\1/'`
-  gcc -m32 -shared -Wl,-soname,libungif.so.${MAJOR} -Llib/.libs -lgif -o 
libungif.so.${pkgver}
-  install -m755 libungif.so.${pkgver} ${pkgdir}/usr/lib32/
-  ln -sf libungif.so.${pkgver} ${pkgdir}/usr/lib32/libungif.so.4
-  ln -sf libungif.so.4 ${pkgdir}/usr/lib32/libungif.so
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-giflib/repos/multilib-x86_64/PKGBUILD (from rev 102008, 
lib32-giflib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:29:58 UTC (rev 102009)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: mightyjaym jm.ambros...@free.fr
+
+_pkgbasename=giflib
+pkgname=lib32-$_pkgbasename
+pkgver=5.0.5
+pkgrel=1
+pkgdesc=A library for reading and writing gif images (32-bit)
+url=http://sourceforge.net/projects/giflib/;
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('c3262ba0a3dad31ba876fb5ba1d71a02')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:31:34
  Author: bluewind
Revision: 102010

upgpkg: lib32-libpng 1.6.7-1

upstream update

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:29:58 UTC (rev 102009)
+++ PKGBUILD2013-12-03 22:31:34 UTC (rev 102010)
@@ -6,8 +6,8 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.6
-_apngver=1.6.6
+pkgver=1.6.7
+_apngver=1.6.7
 _libversion=16
 pkgrel=1
 pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
@@ -19,9 +19,9 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('3a41dcd58bcac7cc191c2ec80c7fb2ac'
+md5sums=('7023a9eacd7b6a3eb95761a2f574d456'
  'SKIP'
- '8af242769611daf62a8a17349b6059f7')
+ 'aad92ea0cc3e29415b90c78f1d267799')
 
 build() {
   export CC=gcc -m32



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:31:37
  Author: bluewind
Revision: 102011

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD
(from rev 102010, lib32-libpng/trunk/PKGBUILD)
Deleted:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:31:34 UTC (rev 102010)
+++ PKGBUILD2013-12-03 22:31:37 UTC (rev 102011)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-_pkgbasename=libpng
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.6
-_apngver=1.6.6
-_libversion=16
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
-arch=('x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('lib32-zlib' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('3a41dcd58bcac7cc191c2ec80c7fb2ac'
- 'SKIP'
- '8af242769611daf62a8a17349b6059f7')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  cd contrib/pngminus
-  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  rm $pkgdir/usr/bin/libpng-config
-  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libpng/repos/multilib-x86_64/PKGBUILD (from rev 102010, 
lib32-libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:31:37 UTC (rev 102011)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.7
+_apngver=1.6.7
+_libversion=16
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
+arch=('x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+md5sums=('7023a9eacd7b6a3eb95761a2f574d456'
+ 'SKIP'
+ 'aad92ea0cc3e29415b90c78f1d267799')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/pngminus
+  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  rm $pkgdir/usr/bin/libpng-config
+  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in lib32-freetype2/trunk (3 files)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:37:09
  Author: bluewind
Revision: 102012

upgpkg: lib32-freetype2 2.5.1-1

upstream update

Added:
  lib32-freetype2/trunk/freetype-2.5.1-enable-spr.patch
Modified:
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/freetype-2.3.0-enable-spr.patch

-+
 PKGBUILD|   20 
 freetype-2.3.0-enable-spr.patch |   11 ---
 freetype-2.5.1-enable-spr.patch |   13 +
 3 files changed, 25 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:31:37 UTC (rev 102011)
+++ PKGBUILD2013-12-03 22:37:09 UTC (rev 102012)
@@ -4,22 +4,28 @@
 
 _pkgbasename=freetype2
 pkgname=lib32-$_pkgbasename
-pkgver=2.5.0.1
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=TrueType font rendering library (32-bit)
 arch=(x86_64)
 license=('GPL')
 url=http://freetype.sourceforge.net;
-depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename)
+depends=('lib32-zlib' 'lib32-bzip2' 'lib32-libpng' $_pkgbasename)
 makedepends=(gcc-multilib)
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
-freetype-2.3.0-enable-spr.patch
+freetype-2.5.1-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('c72e9010b1d986d556fc0b2b5fcbf31a'
- '816dc8619a6904a7385769433c0a8653'
+md5sums=('93eba7854094f46d7d98a9a2370af4d6'
+ '80a14cce234f3f190cd936ca9060c398'
  '214119610444c9b02766ccee5e220680')
 
+prepare() {
+  cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -26,10 +32,8 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/freetype-${pkgver}
-  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
-  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
 
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-png
+  ./configure --prefix=/usr --libdir=/usr/lib32
   make
 }
 

Deleted: freetype-2.3.0-enable-spr.patch
===
--- freetype-2.3.0-enable-spr.patch 2013-12-03 22:31:37 UTC (rev 102011)
+++ freetype-2.3.0-enable-spr.patch 2013-12-03 22:37:09 UTC (rev 102012)
@@ -1,11 +0,0 @@
 freetype-2.3.0/include/freetype/config/ftoption.h.spf  2007-01-18 
14:27:34.0 -0500
-+++ freetype-2.3.0/include/freetype/config/ftoption.h  2007-01-18 
14:27:48.0 -0500
-@@ -92,7 +92,7 @@
-   /* This is done to allow FreeType clients to run unmodified, forcing */
-   /* them to display normal gray-level anti-aliased glyphs.*/
-   /*   */
--/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
-+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
- 
- 
-   /*/

Added: freetype-2.5.1-enable-spr.patch
===
--- freetype-2.5.1-enable-spr.patch (rev 0)
+++ freetype-2.5.1-enable-spr.patch 2013-12-03 22:37:09 UTC (rev 102012)
@@ -0,0 +1,13 @@
+diff --git i/include/config/ftoption.h w/include/config/ftoption.h
+index fe2ba15..22ce1a3 100644
+--- i/include/config/ftoption.h
 w/include/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/



[arch-commits] Commit in lib32-freetype2/repos/multilib-x86_64 (6 files)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:37:12
  Author: bluewind
Revision: 102013

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
(from rev 102012, lib32-freetype2/trunk/PKGBUILD)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 102012, lib32-freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  lib32-freetype2/repos/multilib-x86_64/freetype-2.5.1-enable-spr.patch
(from rev 102012, lib32-freetype2/trunk/freetype-2.5.1-enable-spr.patch)
Deleted:
  lib32-freetype2/repos/multilib-x86_64/PKGBUILD
  lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch
  lib32-freetype2/repos/multilib-x86_64/freetype-2.3.0-enable-spr.patch

---+
 PKGBUILD  |   88 ++--
 freetype-2.2.1-enable-valid.patch |   40 
 freetype-2.3.0-enable-spr.patch   |   11 
 freetype-2.5.1-enable-spr.patch   |   13 +
 4 files changed, 79 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:37:09 UTC (rev 102012)
+++ PKGBUILD2013-12-03 22:37:12 UTC (rev 102013)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-_pkgbasename=freetype2
-pkgname=lib32-$_pkgbasename
-pkgver=2.5.0.1
-pkgrel=1
-pkgdesc=TrueType font rendering library (32-bit)
-arch=(x86_64)
-license=('GPL')
-url=http://freetype.sourceforge.net;
-depends=('lib32-zlib' 'lib32-bzip2' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
-freetype-2.3.0-enable-spr.patch
-freetype-2.2.1-enable-valid.patch)
-md5sums=('c72e9010b1d986d556fc0b2b5fcbf31a'
- '816dc8619a6904a7385769433c0a8653'
- '214119610444c9b02766ccee5e220680')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/freetype-${pkgver}
-  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
-  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-png
-  make
-}
-
-package() {
-  cd ${srcdir}/freetype-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-freetype2/repos/multilib-x86_64/PKGBUILD (from rev 102012, 
lib32-freetype2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:37:12 UTC (rev 102013)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=freetype2
+pkgname=lib32-$_pkgbasename
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=TrueType font rendering library (32-bit)
+arch=(x86_64)
+license=('GPL')
+url=http://freetype.sourceforge.net;
+depends=('lib32-zlib' 'lib32-bzip2' 'lib32-libpng' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.5.1-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('93eba7854094f46d7d98a9a2370af4d6'
+ '80a14cce234f3f190cd936ca9060c398'
+ '214119610444c9b02766ccee5e220680')
+
+prepare() {
+  cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/freetype-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/freetype-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}

Deleted: freetype-2.2.1-enable-valid.patch
===
--- freetype-2.2.1-enable-valid.patch   2013-12-03 22:37:09 UTC (rev 102012)
+++ freetype-2.2.1-enable-valid.patch   2013-12-03 22:37:12 UTC (rev 102013)
@@ -1,20 +0,0 @@
 freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
-+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
-@@ -110,7 +110,7 @@
- AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
-@@ -124,7 +124,7 @@
- 
- # OpenType table validation.  Needs ftotval.c below.
- #
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #

Copied: lib32-freetype2/repos/multilib-x86_64/freetype-2.2.1-enable-valid.patch 
(from rev 102012, 

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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:38:59
  Author: bluewind
Revision: 102015

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 102014, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:38:56 UTC (rev 102014)
+++ PKGBUILD2013-12-03 22:38:59 UTC (rev 102015)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.23
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 102014, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:38:59 UTC (rev 102015)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.24
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:38:56
  Author: bluewind
Revision: 102014

upgpkg: lib32-harfbuzz 0.9.24-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:37:12 UTC (rev 102013)
+++ PKGBUILD2013-12-03 22:38:56 UTC (rev 102014)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
+sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:40:39
  Author: bluewind
Revision: 102017

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 102016, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 102016, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   97 +++-
 pango.install |   42 
 2 files changed, 69 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:40:36 UTC (rev 102016)
+++ PKGBUILD2013-12-03 22:40:39 UTC (rev 102017)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Maintainer: Biru Ionut io...@archlinux.ro
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.36.0
-pkgrel=1
-pkgdesc=A library for layout and rendering of text (32-bit)
-arch=('x86_64')
-license=('LGPL')
-makedepends=(gcc-multilib 'lib32-fontconfig' \
- 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
-options=('!libtool' '!emptydirs')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0')
-
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
-}
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc
-  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
-  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 102016, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:40:39 UTC (rev 102017)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Maintainer: Biru Ionut io...@archlinux.ro
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.36.1
+pkgrel=1
+pkgdesc=A library for layout and rendering of text (32-bit)
+arch=('x86_64')
+license=('LGPL')
+makedepends=(gcc-multilib 'lib32-fontconfig' \
+ 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc
+  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
+  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
+}

Deleted: pango.install
===
--- pango.install   2013-12-03 22:40:36 UTC (rev 102016)
+++ pango.install   2013-12-03 22:40:39 UTC (rev 102017)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules-32 etc/pango/pango.modules-32
-}
-
-# arg 1:  the new package version
-# arg 2:  the old 

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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:40:36
  Author: bluewind
Revision: 102016

upgpkg: lib32-pango 1.36.1-1

upstream update

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:38:59 UTC (rev 102015)
+++ PKGBUILD2013-12-03 22:40:36 UTC (rev 102016)
@@ -5,7 +5,7 @@
 
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.36.0
+pkgver=1.36.1
 pkgrel=1
 pkgdesc=A library for layout and rendering of text (32-bit)
 arch=('x86_64')
@@ -12,11 +12,10 @@
 license=('LGPL')
 makedepends=(gcc-multilib 'lib32-fontconfig' \
  'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
-options=('!libtool' '!emptydirs')
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0')
+sha256sums=('42e4b51cdc99e6878a9ea2a5ef2b31b79c1033f8518726df738a3c54c90e59f8')
 
 prepare() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:41:49
  Author: bluewind
Revision: 102018

upgpkg: lib32-pixman 0.32.4-1

upstream update

Modified:
  lib32-pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:40:39 UTC (rev 102017)
+++ PKGBUILD2013-12-03 22:41:49 UTC (rev 102018)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru ib...@archlinux.org
 _pkgbasename=pixman
 pkgname=lib32-$_pkgbasename
-pkgver=0.32.2
+pkgver=0.32.4
 pkgrel=1
 pkgdesc=Pixman library (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
+sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
 
 build() {
   export CC=gcc -m32



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:41:52
  Author: bluewind
Revision: 102019

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pixman/repos/multilib-x86_64/PKGBUILD
(from rev 102018, lib32-pixman/trunk/PKGBUILD)
Deleted:
  lib32-pixman/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:41:49 UTC (rev 102018)
+++ PKGBUILD2013-12-03 22:41:52 UTC (rev 102019)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-_pkgbasename=pixman
-pkgname=lib32-$_pkgbasename
-pkgver=0.32.2
-pkgrel=1
-pkgdesc=Pixman library (32-bit)
-arch=('x86_64')
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/include
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-pixman/repos/multilib-x86_64/PKGBUILD (from rev 102018, 
lib32-pixman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:41:52 UTC (rev 102019)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+_pkgbasename=pixman
+pkgname=lib32-$_pkgbasename
+pkgver=0.32.4
+pkgrel=1
+pkgdesc=Pixman library (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/include
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in lib32-libldap/repos/multilib-x86_64 (4 files)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:44:58
  Author: bluewind
Revision: 102021

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 102020, lib32-libldap/trunk/PKGBUILD)
  lib32-libldap/repos/multilib-x86_64/ntlm.patch
(from rev 102020, lib32-libldap/trunk/ntlm.patch)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  120 +++
 ntlm.patch |  460 +--
 2 files changed, 290 insertions(+), 290 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:44:55 UTC (rev 102020)
+++ PKGBUILD2013-12-03 22:44:58 UTC (rev 102021)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.37
-pkgrel=1
-pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.openldap.org/;
-depends=('lib32-openssl' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
-'ntlm.patch')
-md5sums=('49f0e9a77ddd0d49f88bf7233a51efa8'
- '4258ddbef923d1f29f2843bc050f8c56')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/openldap-${pkgver}
-
-  patch -Np1 -i ${srcdir}/ntlm.patch
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd ${srcdir}/openldap-${pkgver}
-
-  cd include
-  make DESTDIR=${pkgdir} install
-
-  cd ../libraries
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin} $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 102020, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:44:58 UTC (rev 102021)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.38
+pkgrel=1
+pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.openldap.org/;
+depends=('lib32-openssl' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
+'ntlm.patch')
+md5sums=('39831848c731bcaef235a04e0d14412f'
+ '4258ddbef923d1f29f2843bc050f8c56')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/openldap-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ntlm.patch
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd ${srcdir}/openldap-${pkgver}
+
+  cd include
+  make DESTDIR=${pkgdir} install
+
+  cd ../libraries
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin} $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2013-12-03 22:44:55 UTC (rev 102020)
+++ ntlm.patch  2013-12-03 22:44:58 UTC (rev 102021)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older Exchange servers that can't do
-SASL and DIGEST-MD5, it's not very appealing.
-
-Bug#457374 filed against 

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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:44:55
  Author: bluewind
Revision: 102020

upgpkg: lib32-libldap 2.4.38-1

upstream update

Modified:
  lib32-libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:41:52 UTC (rev 102019)
+++ PKGBUILD2013-12-03 22:44:55 UTC (rev 102020)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.37
+pkgver=2.4.38
 pkgrel=1
 pkgdesc=Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=(gcc-multilib)
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
 'ntlm.patch')
-md5sums=('49f0e9a77ddd0d49f88bf7233a51efa8'
+md5sums=('39831848c731bcaef235a04e0d14412f'
  '4258ddbef923d1f29f2843bc050f8c56')
 
 build() {



[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (4 files)

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:46:32
  Author: bluewind
Revision: 102023

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 102022, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install
(from rev 102022, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install

-+
 PKGBUILD|   92 +-
 gdk-pixbuf2.install |   22 +--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:46:29 UTC (rev 102022)
+++ PKGBUILD2013-12-03 22:46:32 UTC (rev 102023)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-_pkgbasename=gdk-pixbuf2
-pkgname=lib32-$_pkgbasename
-pkgver=2.30.0
-pkgrel=1
-pkgdesc=An image loading library (32-bit)
-arch=('x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
- $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool' '!docs')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('4a73600525621283a14436c5f873c1126c4feafcb07d24a746f13215e2caa658')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  ./configure --prefix=/usr  --libdir=/usr/lib32 \
---without-libjasper \
---with-x11 \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd ${srcdir}/gdk-pixbuf-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  cd ${pkgdir}/usr/bin
-  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
-  rm gdk-pixbuf-pixdata
-  rm gdk-pixbuf-csource
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 102022, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:46:32 UTC (rev 102023)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+_pkgbasename=gdk-pixbuf2
+pkgname=lib32-$_pkgbasename
+pkgver=2.30.1
+pkgrel=1
+pkgdesc=An image loading library (32-bit)
+arch=('x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
+ $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!docs')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
+sha256sums=('a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  ./configure --prefix=/usr  --libdir=/usr/lib32 \
+--without-libjasper \
+--with-x11 \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd ${srcdir}/gdk-pixbuf-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  cd ${pkgdir}/usr/bin
+  mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-32
+  rm gdk-pixbuf-pixdata
+  rm gdk-pixbuf-csource
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2013-12-03 22:46:29 UTC (rev 102022)
+++ gdk-pixbuf2.install 2013-12-03 22:46:32 UTC (rev 102023)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf2.install (from rev 
102022, lib32-gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gdk-pixbuf2.install (rev 0)
+++ gdk-pixbuf2.install 2013-12-03 22:46:32 UTC (rev 102023)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders-32 --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:46:29
  Author: bluewind
Revision: 102022

upgpkg: lib32-gdk-pixbuf2 2.30.1-1

upstream update

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:44:58 UTC (rev 102021)
+++ PKGBUILD2013-12-03 22:46:29 UTC (rev 102022)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 _pkgbasename=gdk-pixbuf2
 pkgname=lib32-$_pkgbasename
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc=An image loading library (32-bit)
 arch=('x86_64')
@@ -11,10 +11,10 @@
 depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11
  $_pkgbasename)
 makedepends=(gcc-multilib)
-options=('!libtool' '!docs')
+options=('!docs')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-${pkgver}.tar.xz)
-sha256sums=('4a73600525621283a14436c5f873c1126c4feafcb07d24a746f13215e2caa658')
+sha256sums=('a3263b1e15668c009313bf04ab67420bec9f2b167c402a71a486307cadee8d30')
 
 build() {
   export CC=gcc -m32



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:47:19
  Author: bluewind
Revision: 102025

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 102024, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 102024, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 22:47:15 UTC (rev 102024)
+++ PKGBUILD2013-12-03 22:47:19 UTC (rev 102025)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.9.16
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('51ad63f632be97c4066d3faeba44baf9')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 102024, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 22:47:19 UTC (rev 102025)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.9.17
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('721547f67864f8be1bbfb7584018694c')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-12-03 22:47:15 UTC (rev 102024)
+++ upgpkg  2013-12-03 22:47:19 UTC (rev 102025)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 102024, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-12-03 22:47:19 UTC (rev 102025)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-12-03 Thread Florian Pritz
Date: Tuesday, December 3, 2013 @ 23:47:15
  Author: bluewind
Revision: 102024

upgpkg: inxi 1.9.17-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:46:32 UTC (rev 102023)
+++ PKGBUILD2013-12-03 22:47:15 UTC (rev 102024)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.9.16
+pkgver=1.9.17
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -8,7 +8,7 @@
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('51ad63f632be97c4066d3faeba44baf9')
+md5sums=('721547f67864f8be1bbfb7584018694c')
 
 package() {
   cd $srcdir



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

2013-12-03 Thread Sébastien Luttringer
Date: Wednesday, December 4, 2013 @ 01:31:41
  Author: seblu
Revision: 102026

upgpkg: lz4 109-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 22:47:19 UTC (rev 102025)
+++ PKGBUILD2013-12-04 00:31:41 UTC (rev 102026)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=108
+pkgver=109
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')



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

2013-12-03 Thread Sébastien Luttringer
Date: Wednesday, December 4, 2013 @ 01:36:40
  Author: seblu
Revision: 102027

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-04 00:31:41 UTC (rev 102026)
+++ community-i686/PKGBUILD 2013-12-04 00:36:40 UTC (rev 102027)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=108
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 102026, lz4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-04 00:36:40 UTC (rev 102027)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=109
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-04 00:31:41 UTC (rev 102026)
+++ community-x86_64/PKGBUILD   2013-12-04 00:36:40 UTC (rev 102027)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=108
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 102026, 
lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-04 00:36:40 UTC (rev 102027)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=109
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 $pkgdir/usr/bin/lz4
+  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
+  install -Dm644 cmake/pack/release_COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-03 Thread Federico Cinelli
Date: Wednesday, December 4, 2013 @ 01:50:40
  Author: cinelli
Revision: 102028

upgpkg: arandr 0.1.7.1-2
add missing dependency 'dekstop-file-utils'

Modified:
  arandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 00:36:40 UTC (rev 102027)
+++ PKGBUILD2013-12-04 00:50:40 UTC (rev 102028)
@@ -4,12 +4,12 @@
 
 pkgname=arandr
 pkgver=0.1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Provide a simple visual front end for XRandR 1.2.
 arch=('any')
 url=http://christian.amsuess.com/tools/arandr/;
 license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
+depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
 makedepends=('docutils' 'setuptools')
 install=$pkgname.install
 
source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)



[arch-commits] Commit in arandr/repos/community-any (6 files)

2013-12-03 Thread Federico Cinelli
Date: Wednesday, December 4, 2013 @ 01:51:25
  Author: cinelli
Revision: 102029

archrelease: copy trunk to community-any

Added:
  arandr/repos/community-any/PKGBUILD
(from rev 102028, arandr/trunk/PKGBUILD)
  arandr/repos/community-any/arandr.install
(from rev 102028, arandr/trunk/arandr.install)
Deleted:
  arandr/repos/community-any/PKGBUILD
  arandr/repos/community-any/arandr.install
  arandr/repos/community-any/xrandr-format.patch
  arandr/repos/community-any/xrandr-version.patch

--+
 PKGBUILD |   48 +---
 arandr.install   |   14 +++---
 xrandr-format.patch  |   12 
 xrandr-version.patch |   12 
 4 files changed, 28 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 00:50:40 UTC (rev 102028)
+++ PKGBUILD2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=arandr
-pkgver=0.1.7.1
-pkgrel=1
-pkgdesc=Provide a simple visual front end for XRandR 1.2.
-arch=('any')
-url=http://christian.amsuess.com/tools/arandr/;
-license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
-makedepends=('docutils' 'setuptools')
-install=$pkgname.install
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz
-   xrandr-format.patch
-   xrandr-version.patch)
-md5sums=('b99c596827558f50b25a3972455237e4'
- '67d22f82851253e594b83b63c83faef5'
- 'cc009b37fb28797d5841f89f6b4bc83b')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 $srcdir/xrandr-format.patch
-#  patch -p1 $srcdir/xrandr-version.patch
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: arandr/repos/community-any/PKGBUILD (from rev 102028, 
arandr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 00:51:25 UTC (rev 102029)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=arandr
+pkgver=0.1.7.1
+pkgrel=2
+pkgdesc=Provide a simple visual front end for XRandR 1.2.
+arch=('any')
+url=http://christian.amsuess.com/tools/arandr/;
+license=('GPL3')
+depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
+makedepends=('docutils' 'setuptools')
+install=$pkgname.install
+source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('b99c596827558f50b25a3972455237e4')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}

Deleted: arandr.install
===
--- arandr.install  2013-12-04 00:50:40 UTC (rev 102028)
+++ arandr.install  2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,7 +0,0 @@
-post_install() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_remove() {
-  which update-desktop-database /dev/null  update-desktop-database -q
-}

Copied: arandr/repos/community-any/arandr.install (from rev 102028, 
arandr/trunk/arandr.install)
===
--- arandr.install  (rev 0)
+++ arandr.install  2013-12-04 00:51:25 UTC (rev 102029)
@@ -0,0 +1,7 @@
+post_install() {
+  which update-desktop-database /dev/null  update-desktop-database -q
+}
+
+post_remove() {
+  which update-desktop-database /dev/null  update-desktop-database -q
+}

Deleted: xrandr-format.patch
===
--- xrandr-format.patch 2013-12-04 00:50:40 UTC (rev 102028)
+++ xrandr-format.patch 2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,12 +0,0 @@
-diff -wbBur arandr-0.1.6/screenlayout/xrandr.py 
arandr-0.1.6.my/screenlayout/xrandr.py
 arandr-0.1.6/screenlayout/xrandr.py2012-06-02 17:55:36.0 
+0400
-+++ arandr-0.1.6.my/screenlayout/xrandr.py 2013-02-12 13:06:49.612013203 
+0400
-@@ -147,7 +147,7 @@
- o.rotations.add(r)
- 
- for d in details:
--o.modes.append(Size(int(a) for a in d.strip().split( 
)[0].split(x)))
-+o.modes.append(Size(int(a.replace(i, )) for a in 
d.strip().split( )[0].split(_)[0].split(x)))
- 
- self.state.outputs[o.name] = o
- self.configuration.outputs[o.name] = 
self.configuration.OutputConfiguration(active, geometry, rotation)

Deleted: xrandr-version.patch
===
--- xrandr-version.patch2013-12-04 00:50:40 UTC (rev 102028)
+++ xrandr-version.patch2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,12 +0,0 @@
-diff -wbBur arandr-0.1.6/screenlayout/xrandr.py 
arandr-0.1.6.my/screenlayout/xrandr.py