[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2014-08-21 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 09:08:23
  Author: fyan
Revision: 117699

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 117698, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-21 07:08:03 UTC (rev 117698)
+++ PKGBUILD2014-08-21 07:08:23 UTC (rev 117699)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.5.3
-pkgrel=1
-pkgdesc=Test vectors for the cryptography package
-arch=('any')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('481253babcde2f66fcfa323fc06ad79b')
-
-prepare() {
-   cp -a cryptography_vectors-${pkgver}{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
117698, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-21 07:08:23 UTC (rev 117699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=0.5.4
+pkgrel=1
+pkgdesc=Test vectors for the cryptography package
+arch=('any')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('04fc08553b06d77c1e34bbf1815295b0')
+
+prepare() {
+   cp -a cryptography_vectors-${pkgver}{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2014-08-21 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 09:08:03
  Author: fyan
Revision: 117698

upgpkg: python-cryptography-vectors 0.5.4-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 06:39:21 UTC (rev 117697)
+++ PKGBUILD2014-08-21 07:08:03 UTC (rev 117698)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc=Test vectors for the cryptography package
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('481253babcde2f66fcfa323fc06ad79b')
+md5sums=('04fc08553b06d77c1e34bbf1815295b0')
 
 prepare() {
cp -a cryptography_vectors-${pkgver}{,-python2}



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

2014-08-21 Thread Daniel Micay
Date: Thursday, August 21, 2014 @ 10:59:05
  Author: thestinger
Revision: 117701

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 117700, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 117700, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 117700, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 117700, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 117700, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 117700, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |   96 ++
 /chrony.install |   76 ++
 /service|   24 +
 community-i686/PKGBUILD |   51 
 community-i686/chrony.install   |   38 ---
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   51 
 community-x86_64/chrony.install |   38 ---
 community-x86_64/service|   12 
 9 files changed, 196 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 08:58:31 UTC (rev 117700)
+++ community-i686/PKGBUILD 2014-08-21 08:59:05 UTC (rev 117701)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.30
-pkgrel=4
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  
$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 117700, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 08:59:05 UTC (rev 117701)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.30
+pkgrel=5
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-docs
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  echo -e \n# Enable kernel RTC sync\nrtcsync  

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

2014-08-21 Thread Daniel Micay
Date: Thursday, August 21, 2014 @ 10:58:31
  Author: thestinger
Revision: 117700

upgpkg: chrony 1.30-5

build with NSS support + rm obsolete ntp-units.d file

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 07:08:23 UTC (rev 117699)
+++ PKGBUILD2014-08-21 08:58:31 UTC (rev 117700)
@@ -9,13 +9,13 @@
 
 pkgname=chrony
 pkgver=1.30
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
 options=(strip emptydirs)
 license=('GPL')
-depends=('readline' 'libcap')
+depends=('nss' 'readline' 'libcap')
 backup=('etc/chrony.conf')
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
@@ -44,8 +44,5 @@
 
   install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
 
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  
$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list
-
   chown 183:183 $pkgdir/var/lib/chrony
 }



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

2014-08-21 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 11:51:39
  Author: fyan
Revision: 220498

upgpkg: python-cryptography 0.5.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 03:41:17 UTC (rev 220497)
+++ PKGBUILD2014-08-21 09:51:39 UTC (rev 220498)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('51a6a303bf35bf2bd18de6a51277020b')
+md5sums=('4fd1f10e9f99009a44667fabe7980aec')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-08-21 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 11:52:12
  Author: fyan
Revision: 220499

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 220498, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 220498, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-21 09:51:39 UTC (rev 220498)
+++ extra-i686/PKGBUILD 2014-08-21 09:52:12 UTC (rev 220499)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.3
-pkgrel=1
-pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
-arch=('i686' 'x86_64')
-license=('Apache')
-url=http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
-source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('51a6a303bf35bf2bd18de6a51277020b')
-
-prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
-}
- 
-package_python-cryptography() {
-   depends=('python' 'python-six' 'python-cffi')
- 
-   cd cryptography-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi')
- 
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 220498, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 09:52:12 UTC (rev 220499)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.5.4
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('4fd1f10e9f99009a44667fabe7980aec')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-21 09:51:39 UTC (rev 220498)
+++ extra-x86_64/PKGBUILD   2014-08-21 09:52:12 UTC (rev 220499)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 12:16:09
  Author: spupykin
Revision: 117702

upgpkg: openvswitch 2.3.0-1

upd

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 08:59:05 UTC (rev 117701)
+++ PKGBUILD2014-08-21 10:16:09 UTC (rev 117702)
@@ -4,8 +4,8 @@
 # Contributor: Matt Monaco net 0x01b dgbaley27
 
 pkgname=openvswitch
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
 pkgdesc=Production Quality, Multilayer Open Virtual Switch
 url=http://openvswitch.org;
 license=('APACHE')
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2')
 optdepends=('python2')
-md5sums=('430ff6d1e1fc81e9c5ebc2e641cfc953'
+md5sums=('9c4d1471a56718132e0157af1bfc9310'
  '0534c19ed27d2ff8c6b32d87c07bc76f'
  '3a1b706c1adfb1166b58bc9d65ea396f'
  '4ec9c05448d6910c5fd581e964518ef7')



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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 12:16:34
  Author: spupykin
Revision: 117703

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 117702, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 117702, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 117702, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 117702, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 117702, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 117702, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 117702, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 117702, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 117702, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 117702, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |   94 
 /openvswitch.install  |   28 +
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 ++
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   47 
 community-i686/openvswitch.install|   14 
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 -
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   47 
 community-x86_64/openvswitch.install  |   14 
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 -
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 10:16:09 UTC (rev 117702)
+++ community-i686/PKGBUILD 2014-08-21 10:16:34 UTC (rev 117703)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco net 0x01b dgbaley27
-
-pkgname=openvswitch
-pkgver=2.1.2
-pkgrel=3
-pkgdesc=Production Quality, Multilayer Open Virtual Switch
-url=http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=(http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2')
-optdepends=('python2')
-md5sums=('430ff6d1e1fc81e9c5ebc2e641cfc953'
- '0534c19ed27d2ff8c6b32d87c07bc76f'
- '3a1b706c1adfb1166b58bc9d65ea396f'
- '4ec9c05448d6910c5fd581e964518ef7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./boot.sh
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-rundir=/run/openvswitch \
-   --sbindir=/usr/bin \
-   PYTHON=/usr/bin/python2
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm0644 $srcdir/openvswitch.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf
-   install -Dm0644 $srcdir/ovsdb-server.service 
$pkgdir/usr/lib/systemd/system/ovsdb-server.service
-   install -Dm0644 $srcdir/ovs-vswitchd.service 
$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service
-   install -dm0755 $pkgdir/etc/openvswitch
-   rm -rf $pkgdir/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 117702, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 10:16:34 UTC (rev 117703)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: 

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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 12:43:12
  Author: spupykin
Revision: 117704

upgpkg: yagf 0.9.4-3

upd

Modified:
  yagf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 10:16:34 UTC (rev 117703)
+++ PKGBUILD2014-08-21 10:43:12 UTC (rev 117704)
@@ -4,7 +4,7 @@
 
 pkgname=yagf
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
 arch=(i686 x86_64)
 url=http://symmetrica.net/cuneiform-linux/yagf-en.html;
@@ -16,7 +16,7 @@
 makedepends=('cmake')
 install=yagf.install
 source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
-md5sums=('8a14cffa63c4e5492962b777cbb5f96b')
+md5sums=('SKIP')
 
 prepare() {
   cd `find ${srcdir}/ -type d -name ${pkgname}*`



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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 12:43:25
  Author: spupykin
Revision: 117705

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

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

---+
 /PKGBUILD |   74 
 /yagf.install |   26 ++
 community-i686/PKGBUILD   |   37 
 community-i686/yagf.install   |   13 ---
 community-x86_64/PKGBUILD |   37 
 community-x86_64/yagf.install |   13 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 10:43:12 UTC (rev 117704)
+++ community-i686/PKGBUILD 2014-08-21 10:43:25 UTC (rev 117705)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: das-ich das-...@yandex.ru
-
-pkgname=yagf
-pkgver=0.9.4
-pkgrel=2
-pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
-arch=(i686 x86_64)
-url=http://symmetrica.net/cuneiform-linux/yagf-en.html;
-license=('GPL')
-depends=('qt4' 'aspell')
-optdepends=('cuneiform: recognition tool'
-   'tesseract: recognition tool'
-   'xsane: acquire images from a scanner into YAGF directly')
-makedepends=('cmake')
-install=yagf.install
-source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
-md5sums=('8a14cffa63c4e5492962b777cbb5f96b')
-
-prepare() {
-  cd `find ${srcdir}/ -type d -name ${pkgname}*`
-  cp src/images/{A,a}lign.png
-  sed -i '1,1i#include unistd.h' src/mainform.cpp
-}
-
-build() {
-  cd `find ${srcdir}/ -type d -name ${pkgname}*`
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd `find ${srcdir}/ -type d -name ${pkgname}*`
-  make DESTDIR=${pkgdir} install
-  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
-}

Copied: yagf/repos/community-i686/PKGBUILD (from rev 117704, 
yagf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 10:43:25 UTC (rev 117705)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: das-ich das-...@yandex.ru
+
+pkgname=yagf
+pkgver=0.9.4
+pkgrel=3
+pkgdesc=Qt4-based GUI for Cuneiform and Tesseract OCRs
+arch=(i686 x86_64)
+url=http://symmetrica.net/cuneiform-linux/yagf-en.html;
+license=('GPL')
+depends=('qt4' 'aspell')
+optdepends=('cuneiform: recognition tool'
+   'tesseract: recognition tool'
+   'xsane: acquire images from a scanner into YAGF directly')
+makedepends=('cmake')
+install=yagf.install
+source=(https://yagf.googlecode.com/archive/yagf-$pkgver.tar.gz)
+md5sums=('SKIP')
+
+prepare() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  cp src/images/{A,a}lign.png
+  sed -i '1,1i#include unistd.h' src/mainform.cpp
+}
+
+build() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd `find ${srcdir}/ -type d -name ${pkgname}*`
+  make DESTDIR=${pkgdir} install
+  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true
+}

Deleted: community-i686/yagf.install
===
--- community-i686/yagf.install 2014-08-21 10:43:12 UTC (rev 117704)
+++ community-i686/yagf.install 2014-08-21 10:43:25 UTC (rev 117705)
@@ -1,13 +0,0 @@
-post_install() {
-   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
-   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-   bin/true
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: yagf/repos/community-i686/yagf.install (from rev 117704, 
yagf/trunk/yagf.install)
===
--- community-i686/yagf.install (rev 0)
+++ community-i686/yagf.install 2014-08-21 10:43:25 UTC (rev 117705)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   bin/true
+}
+
+post_upgrade() {
+   post_install $1
+}
+

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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 13:12:05
  Author: spupykin
Revision: 117706

upgpkg: gmic 1.6.0.0-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 10:43:25 UTC (rev 117705)
+++ PKGBUILD2014-08-21 11:12:05 UTC (rev 117706)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.3
+pkgver=1.6.0.0
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('071cf1d7926f8e953da32f2f2cfa949b')
+md5sums=('8c3d26967f4fe6be9332f7c481c2b84b')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}



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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 13:12:21
  Author: spupykin
Revision: 117707

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 11:12:05 UTC (rev 117706)
+++ community-i686/PKGBUILD 2014-08-21 11:12:21 UTC (rev 117707)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.9.3
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('071cf1d7926f8e953da32f2f2cfa949b')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 117706, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 11:12:21 UTC (rev 117707)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.6.0.0
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('8c3d26967f4fe6be9332f7c481c2b84b')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp 

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

2014-08-21 Thread Daniel Micay
Date: Thursday, August 21, 2014 @ 16:24:06
  Author: thestinger
Revision: 117708

upgpkg: playpen 1:9-1

Modified:
  playpen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 11:12:21 UTC (rev 117707)
+++ PKGBUILD2014-08-21 14:24:06 UTC (rev 117708)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=playpen
-pkgver=8
+pkgver=9
 pkgrel=1
 epoch=1
 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'



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

2014-08-21 Thread Daniel Micay
Date: Thursday, August 21, 2014 @ 16:24:56
  Author: thestinger
Revision: 117709

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 14:24:06 UTC (rev 117708)
+++ community-i686/PKGBUILD 2014-08-21 14:24:56 UTC (rev 117709)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=8
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-i686/PKGBUILD (from rev 117708, 
playpen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 14:24:56 UTC (rev 117709)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=9
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  CC=cc make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-21 14:24:06 UTC (rev 117708)
+++ community-x86_64/PKGBUILD   2014-08-21 14:24:56 UTC (rev 117709)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=playpen
-pkgver=8
-pkgrel=1
-epoch=1
-pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/playpen/'
-license=(MIT)
-depends=(libseccomp systemd)
-makedepends=(git)
-source=(git://github.com/thestinger/playpen#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  CC=cc make
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: playpen/repos/community-x86_64/PKGBUILD (from rev 117708, 
playpen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-21 14:24:56 UTC (rev 117709)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=playpen
+pkgver=9
+pkgrel=1
+epoch=1
+pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/playpen/'
+license=(MIT)
+depends=(libseccomp systemd)
+makedepends=(git)
+source=(git://github.com/thestinger/playpen#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  CC=cc make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in sslh/trunk (5 files)

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:39:06
  Author: seblu
Revision: 117710

upgpkg: sslh 1.16-3

- start as user sslh by default
- add user/group sslh
- provide a working default conf
- fix FS#41643

Added:
  sslh/trunk/sslh.conf
Modified:
  sslh/trunk/PKGBUILD
  sslh/trunk/sslh-fork.service
  sslh/trunk/sslh-select.service
  sslh/trunk/sslh.install

-+
 PKGBUILD|   29 +
 sslh-fork.service   |3 ++-
 sslh-select.service |3 ++-
 sslh.conf   |   29 +
 sslh.install|   23 +--
 5 files changed, 71 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:24:56 UTC (rev 117709)
+++ PKGBUILD2014-08-21 14:39:06 UTC (rev 117710)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
 # Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
 # Contributor: Jason Rodriguez jason-...@catloaf.net
 
 pkgname=sslh
 pkgver=1.16
-pkgrel=2
+pkgrel=3
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
@@ -14,11 +14,13 @@
 backup=('etc/sslh.conf')
 install=$pkgname.install
 source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-   'sslh-select.service'
-   'sslh-fork.service')
-md5sums=('1e85b84eb82a96b81de9b1e637a3e795'
- '67e8c9511508673254afa3e1ca61ff89'
- 'a4402244a4d819beb3c6dc7ff031084e')
+'sslh.conf'
+'sslh-select.service'
+'sslh-fork.service')
+md5sums=('c6e7d1cb0adb15f6efe480e36d98c560'
+ 'd5405c7ca7e1813e4d49a473e5834640'
+ 'eebafa2f6c1b3f88ade8e0a3c054e1b8'
+ '77e84cac50178eb389f7b25387c1f403')
 
 build() {
   cd $pkgname-v$pkgver
@@ -26,15 +28,18 @@
 }
 
 package() {
+  # default arch config
+  install -Dm 644 sslh.conf $pkgdir/etc/sslh.conf
   # manually install to have both ssl-fork and ssl-select
   cd $pkgname-v$pkgver
-  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
+  install -Dm 755 sslh-fork $pkgdir/usr/bin/sslh-fork
+  install -Dm 755 sslh-select $pkgdir/usr/bin/sslh-select
   ln -s sslh-fork $pkgdir/usr/bin/sslh
   # install manpage
-  install -Dm 0644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install example file
-  install -Dm 0644 example.cfg $pkgdir/etc/sslh.conf
+  install -Dm 644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
+  # install examples files
+  install -Dm 644 basic.cfg $pkgdir/usr/share/doc/$pkgname/basic.cfg
+  install -Dm 644 example.cfg $pkgdir/usr/share/doc/$pkgname/example.cfg
   # systemd
   install -Dm 644 $srcdir/sslh-fork.service \
 $pkgdir/usr/lib/systemd/system/sslh-fork.service

Modified: sslh-fork.service
===
--- sslh-fork.service   2014-08-21 14:24:56 UTC (rev 117709)
+++ sslh-fork.service   2014-08-21 14:39:06 UTC (rev 117710)
@@ -3,8 +3,9 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/sslh-fork -f -F /etc/sslh.conf
+ExecStart=/usr/bin/sslh-fork -F /etc/sslh.conf
 KillMode=process
+PIDFile=/run/sslh.pid
 
 [Install]
 WantedBy=multi-user.target

Modified: sslh-select.service
===
--- sslh-select.service 2014-08-21 14:24:56 UTC (rev 117709)
+++ sslh-select.service 2014-08-21 14:39:06 UTC (rev 117710)
@@ -3,7 +3,8 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/sslh-select -f -F /etc/sslh.conf
+ExecStart=/usr/bin/sslh-select -F /etc/sslh.conf
+PIDFile=/run/sslh.pid
 
 [Install]
 WantedBy=multi-user.target

Added: sslh.conf
===
--- sslh.conf   (rev 0)
+++ sslh.conf   2014-08-21 14:39:06 UTC (rev 117710)
@@ -0,0 +1,29 @@
+# Default Arch configuration
+# You can find more examples in /usr/share/doc/sslh
+
+verbose: false;
+foreground: true;
+inetd: false;
+numeric: false;
+transparent: false;
+timeout: 2;
+user: sslh;
+pidfile: /run/sslh.pid;
+
+
+listen:
+(
+{ host: ::0; port: 443; }
+);
+
+protocols:
+(
+ { name: ssh; service: ssh; host: localhost; port: 22; probe: 
builtin; },
+ { name: openvpn; host: localhost; port: 1194; probe: builtin; },
+ { name: xmpp; host: localhost; port: 5222; probe: builtin; },
+ { name: http; host: localhost; port: 80; probe: builtin; },
+ { name: ssl; host: localhost; port: 8443; probe: builtin; },
+ { name: anyprot; host: localhost; port: 8443; probe: builtin; }
+);
+
+# vim:set ts=4 sw=4 et:

Modified: sslh.install
===
--- sslh.install2014-08-21 14:24:56 UTC (rev 117709)
+++ sslh.install2014-08-21 14:39:06 UTC (rev 117710)
@@ -1,13 +1,32 @@
 #!/bin/sh
 
 # arg 1:  the new 

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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:39:34
  Author: seblu
Revision: 117711

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 117710, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 117710, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 117710, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.conf
(from rev 117710, sslh/trunk/sslh.conf)
  sslh/repos/community-i686/sslh.install
(from rev 117710, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 117710, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 117710, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 117710, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.conf
(from rev 117710, sslh/trunk/sslh.conf)
  sslh/repos/community-x86_64/sslh.install
(from rev 117710, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh-fork.service
  sslh/repos/community-i686/sslh-select.service
  sslh/repos/community-i686/sslh.install
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.install

--+
 /PKGBUILD|  100 +
 /sslh-fork.service   |   22 +++
 /sslh-select.service |   20 ++
 /sslh.install|   64 +
 community-i686/PKGBUILD  |   45 --
 community-i686/sslh-fork.service |   10 ---
 community-i686/sslh-select.service   |9 --
 community-i686/sslh.conf |   29 +
 community-i686/sslh.install  |   13 
 community-x86_64/PKGBUILD|   45 --
 community-x86_64/sslh-fork.service   |   10 ---
 community-x86_64/sslh-select.service |9 --
 community-x86_64/sslh.conf   |   29 +
 community-x86_64/sslh.install|   13 
 14 files changed, 264 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 14:39:06 UTC (rev 117710)
+++ community-i686/PKGBUILD 2014-08-21 14:39:34 UTC (rev 117711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.16
-pkgrel=2
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libcap' 'libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-   'sslh-select.service'
-   'sslh-fork.service')
-md5sums=('1e85b84eb82a96b81de9b1e637a3e795'
- '67e8c9511508673254afa3e1ca61ff89'
- 'a4402244a4d819beb3c6dc7ff031084e')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\ USELIBCAP=1
-}
-
-package() {
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 0644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install example file
-  install -Dm 0644 example.cfg $pkgdir/etc/sslh.conf
-  # systemd
-  install -Dm 644 $srcdir/sslh-fork.service \
-$pkgdir/usr/lib/systemd/system/sslh-fork.service
-  install -Dm 644 $srcdir/sslh-select.service \
-$pkgdir/usr/lib/systemd/system/sslh-select.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 117710, 
sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 14:39:34 UTC (rev 117711)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.16
+pkgrel=3
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686' 'x86_64')
+url='http://www.rutschle.net/tech/sslh.shtml'
+license=('GPL2')
+depends=('libcap' 'libconfig')
+backup=('etc/sslh.conf')
+install=$pkgname.install
+source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
+'sslh.conf'
+'sslh-select.service'
+'sslh-fork.service')
+md5sums=('c6e7d1cb0adb15f6efe480e36d98c560'
+ 'd5405c7ca7e1813e4d49a473e5834640'
+ 

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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:50:05
  Author: seblu
Revision: 220500

upgpkg: btrfs-progs 3.14.2-4

- fix FS#41627

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 09:52:12 UTC (rev 220499)
+++ PKGBUILD2014-08-21 14:50:05 UTC (rev 220500)
@@ -5,7 +5,7 @@
 
 pkgname=btrfs-progs
 pkgver=3.14.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
@@ -28,6 +28,9 @@
 
 prepare() {
   patch -p 1 -d $pkgname  01-fix-manpages.patch
+  # FS#41627
+  cd $pkgname
+  git update-index --assume-unchanged Documentation/Makefile
 }
 
 build() {



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

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 16:53:14
  Author: svenstaro
Revision: 220503

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-21 14:53:00 UTC (rev 220502)
+++ extra-i686/PKGBUILD 2014-08-21 14:53:14 UTC (rev 220503)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.14.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/extra-i686/PKGBUILD (from rev 220502, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 14:53:14 UTC (rev 220503)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.14.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   

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

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 16:53:00
  Author: svenstaro
Revision: 220502

upgpkg: kdeartwork 4.14.0-2

Fix FS#41649

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:50:30 UTC (rev 220501)
+++ PKGBUILD2014-08-21 14:53:00 UTC (rev 220502)
@@ -12,12 +12,12 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('cd1e85898fe7965c627aba6b5f9d167c7b0aa1e5')
 



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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:53:54
  Author: seblu
Revision: 220504

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

Added:
  btrfs-progs/repos/testing-i686/01-fix-manpages.patch
(from rev 220503, btrfs-progs/trunk/01-fix-manpages.patch)
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 220503, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 220503, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 220503, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 220503, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch
(from rev 220503, btrfs-progs/trunk/01-fix-manpages.patch)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 220503, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 220503, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 220503, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 220503, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/01-fix-manpages.patch
  btrfs-progs/repos/testing-i686/PKGBUILD
  btrfs-progs/repos/testing-i686/btrfs-progs.install
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch
  btrfs-progs/repos/testing-x86_64/PKGBUILD
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs

---+
 /01-fix-manpages.patch|   26 +++
 /PKGBUILD |  108 
 /btrfs-progs.install  |   18 +
 /initcpio-hook-btrfs  |   14 
 /initcpio-install-btrfs   |   34 ++
 testing-i686/01-fix-manpages.patch|   13 ---
 testing-i686/PKGBUILD |   54 
 testing-i686/btrfs-progs.install  |9 --
 testing-i686/initcpio-hook-btrfs  |7 --
 testing-i686/initcpio-install-btrfs   |   17 -
 testing-x86_64/01-fix-manpages.patch  |   13 ---
 testing-x86_64/PKGBUILD   |   54 
 testing-x86_64/btrfs-progs.install|9 --
 testing-x86_64/initcpio-hook-btrfs|7 --
 testing-x86_64/initcpio-install-btrfs |   17 -
 15 files changed, 200 insertions(+), 200 deletions(-)

Deleted: testing-i686/01-fix-manpages.patch
===
--- testing-i686/01-fix-manpages.patch  2014-08-21 14:53:14 UTC (rev 220503)
+++ testing-i686/01-fix-manpages.patch  2014-08-21 14:53:54 UTC (rev 220504)
@@ -1,13 +0,0 @@
-diff --git a/Documentation/Makefile b/Documentation/Makefile
-index e22f5bca0ff2..e3ad34133832 100644
 a/Documentation/Makefile
-+++ b/Documentation/Makefile
-@@ -74,7 +74,7 @@ install: install-man
- install-man: man
-   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
-   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
--  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
-+  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
- 
- clean:
-   $(RM) *.xml *.xml+ *.8 *.8.gz

Copied: btrfs-progs/repos/testing-i686/01-fix-manpages.patch (from rev 220503, 
btrfs-progs/trunk/01-fix-manpages.patch)
===
--- testing-i686/01-fix-manpages.patch  (rev 0)
+++ testing-i686/01-fix-manpages.patch  2014-08-21 14:53:54 UTC (rev 220504)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
 b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+   $(RM) *.xml *.xml+ *.8 *.8.gz

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-08-21 14:53:14 UTC (rev 220503)
+++ testing-i686/PKGBUILD   2014-08-21 14:53:54 UTC (rev 220504)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=3.14.2
-pkgrel=4
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')

[arch-commits] Commit in nftables/trunk (PKGBUILD nftables.service)

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:54:02
  Author: seblu
Revision: 220505

upgpkg: nftables 1:0.3-3

- fix FS#41633

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables.service

--+
 PKGBUILD |4 ++--
 nftables.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:53:54 UTC (rev 220504)
+++ PKGBUILD2014-08-21 14:54:02 UTC (rev 220505)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
@@ -19,7 +19,7 @@
 sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
   'SKIP'
   '041027cc0c217a5efa6b513a75736e28ab6db076'
-  'a9021dd71f55f985a146f26a8ec66d4e15949978'
+  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
   'e04e980a79159acb5e7c27b23c39323b8c415e3f')
 
 build() {

Modified: nftables.service
===
--- nftables.service2014-08-21 14:53:54 UTC (rev 220504)
+++ nftables.service2014-08-21 14:54:02 UTC (rev 220505)
@@ -1,6 +1,8 @@
 [Unit]
 Description=Netfilter Tables
 Documentation=man:nft(8)
+Wants=network-pre.target
+Before=network-pre.target
 
 [Service]
 Type=oneshot



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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:54:27
  Author: seblu
Revision: 220506

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

Added:
  nftables/repos/testing-i686/PKGBUILD
(from rev 220505, nftables/trunk/PKGBUILD)
  nftables/repos/testing-i686/nftables-flush
(from rev 220505, nftables/trunk/nftables-flush)
  nftables/repos/testing-i686/nftables.conf
(from rev 220505, nftables/trunk/nftables.conf)
  nftables/repos/testing-i686/nftables.service
(from rev 220505, nftables/trunk/nftables.service)
  nftables/repos/testing-x86_64/PKGBUILD
(from rev 220505, nftables/trunk/PKGBUILD)
  nftables/repos/testing-x86_64/nftables-flush
(from rev 220505, nftables/trunk/nftables-flush)
  nftables/repos/testing-x86_64/nftables.conf
(from rev 220505, nftables/trunk/nftables.conf)
  nftables/repos/testing-x86_64/nftables.service
(from rev 220505, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/testing-i686/PKGBUILD
  nftables/repos/testing-i686/nftables-flush
  nftables/repos/testing-i686/nftables.conf
  nftables/repos/testing-i686/nftables.service
  nftables/repos/testing-x86_64/PKGBUILD
  nftables/repos/testing-x86_64/nftables-flush
  nftables/repos/testing-x86_64/nftables.conf
  nftables/repos/testing-x86_64/nftables.service

-+
 /PKGBUILD   |   92 ++
 /nftables-flush |   64 ++
 /nftables.conf  |   76 +++
 /nftables.service   |   28 +++
 testing-i686/PKGBUILD   |   46 ---
 testing-i686/nftables-flush |   32 -
 testing-i686/nftables.conf  |   38 ---
 testing-i686/nftables.service   |   12 
 testing-x86_64/PKGBUILD |   46 ---
 testing-x86_64/nftables-flush   |   32 -
 testing-x86_64/nftables.conf|   38 ---
 testing-x86_64/nftables.service |   12 
 12 files changed, 260 insertions(+), 256 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-08-21 14:54:02 UTC (rev 220505)
+++ testing-i686/PKGBUILD   2014-08-21 14:54:27 UTC (rev 220506)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-
-pkgname=nftables
-epoch=1
-pkgver=0.3
-pkgrel=2
-pkgdesc='Netfilter tables userspace tools'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
-'nftables.conf'
-'nftables.service'
-'nftables-flush')
-sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
-  'SKIP'
-  '041027cc0c217a5efa6b513a75736e28ab6db076'
-  'a9021dd71f55f985a146f26a8ec66d4e15949978'
-  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf $pkgdir/etc/nftables.conf
-  # systemd
-  install -Dm644 nftables.service 
$pkgdir/usr/lib/systemd/system/nftables.service
-  install -Dm755 nftables-flush 
$pkgdir/usr/lib/systemd/scripts/nftables-flush
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/testing-i686/PKGBUILD (from rev 220505, 
nftables/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-21 14:54:27 UTC (rev 220506)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=nftables
+epoch=1
+pkgver=0.3
+pkgrel=3
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-flush')
+sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
+  'SKIP'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
+  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
+  'e04e980a79159acb5e7c27b23c39323b8c415e3f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  popd
+  

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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 16:50:30
  Author: seblu
Revision: 220501

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/01-fix-manpages.patch
(from rev 220500, btrfs-progs/trunk/01-fix-manpages.patch)
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 220500, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 220500, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 220500, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 220500, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/01-fix-manpages.patch
(from rev 220500, btrfs-progs/trunk/01-fix-manpages.patch)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 220500, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 220500, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 220500, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 220500, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/01-fix-manpages.patch|   13 +++
 testing-i686/PKGBUILD |   54 
 testing-i686/btrfs-progs.install  |9 +
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 ++
 testing-x86_64/01-fix-manpages.patch  |   13 +++
 testing-x86_64/PKGBUILD   |   54 
 testing-x86_64/btrfs-progs.install|9 +
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 ++
 10 files changed, 200 insertions(+)

Copied: btrfs-progs/repos/testing-i686/01-fix-manpages.patch (from rev 220500, 
btrfs-progs/trunk/01-fix-manpages.patch)
===
--- testing-i686/01-fix-manpages.patch  (rev 0)
+++ testing-i686/01-fix-manpages.patch  2014-08-21 14:50:30 UTC (rev 220501)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
 b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+   $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+   $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++  $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+   $(RM) *.xml *.xml+ *.8 *.8.gz

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 220500, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-21 14:50:30 UTC (rev 220501)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=3.14.2
+pkgrel=4
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'01-fix-manpages.patch')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ 'db22d0460539f4696b3d7301dedee17c')
+
+prepare() {
+  patch -p 1 -d $pkgname  01-fix-manpages.patch
+  # FS#41627
+  cd $pkgname
+  git update-index --assume-unchanged Documentation/Makefile
+}
+
+build() {
+   cd $pkgname
+   make CFLAGS=$CFLAGS
+   make CFLAGS=$CFLAGS btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # install mkinitcpio hooks
+   cd $srcdir
+   install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 220500, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ 

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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 17:18:21
  Author: seblu
Revision: 220508

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

Added:
  ulogd/repos/extra-i686/PKGBUILD
(from rev 220507, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-i686/ulogd
(from rev 220507, ulogd/trunk/ulogd)
  ulogd/repos/extra-i686/ulogd.conf
(from rev 220507, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-i686/ulogd.logrotate
(from rev 220507, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-i686/ulogd.service
(from rev 220507, ulogd/trunk/ulogd.service)
  ulogd/repos/extra-x86_64/PKGBUILD
(from rev 220507, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-x86_64/ulogd
(from rev 220507, ulogd/trunk/ulogd)
  ulogd/repos/extra-x86_64/ulogd.conf
(from rev 220507, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-x86_64/ulogd.logrotate
(from rev 220507, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-x86_64/ulogd.service
(from rev 220507, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/extra-i686/PKGBUILD
  ulogd/repos/extra-i686/ulogd
  ulogd/repos/extra-i686/ulogd.conf
  ulogd/repos/extra-i686/ulogd.logrotate
  ulogd/repos/extra-i686/ulogd.service
  ulogd/repos/extra-x86_64/PKGBUILD
  ulogd/repos/extra-x86_64/ulogd
  ulogd/repos/extra-x86_64/ulogd.conf
  ulogd/repos/extra-x86_64/ulogd.logrotate
  ulogd/repos/extra-x86_64/ulogd.service

--+
 /PKGBUILD|  130 +
 /ulogd   |  108 ++
 /ulogd.conf  |   40 
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   18 +
 extra-i686/PKGBUILD  |   60 --
 extra-i686/ulogd |   54 -
 extra-i686/ulogd.conf|   20 --
 extra-i686/ulogd.logrotate   |   10 ---
 extra-i686/ulogd.service |9 --
 extra-x86_64/PKGBUILD|   60 --
 extra-x86_64/ulogd   |   54 -
 extra-x86_64/ulogd.conf  |   20 --
 extra-x86_64/ulogd.logrotate |   10 ---
 extra-x86_64/ulogd.service   |9 --
 15 files changed, 316 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-21 15:17:53 UTC (rev 220507)
+++ extra-i686/PKGBUILD 2014-08-21 15:18:21 UTC (rev 220508)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Sergej Pupykin p...@lx-ltd.ru
-
-pkgname=ulogd
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite')
-optdepends=(${makedepends[@]})
-source=(http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2{,.sig}
-$pkgname.logrotate
-$pkgname.conf
-$pkgname.service)
-md5sums=('7c71ec460dfea5287eba27472c521ebc'
- 'SKIP'
- '95f05af0a0c8f5fdea5bd92ccb2fd465'
- '2c8cbedb2fb455cba220ca35186ad846'
- '092d72209e30c132e0a08112e4062772')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/usr/share/doc/ulogd
-  install -Dm644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf
-  install -m644 doc/*.{table,sql} $pkgdir/usr/share/doc/ulogd
-  cd $srcdir
-  install -Dm644 $pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname.logrotate $pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/extra-i686/PKGBUILD (from rev 220507, ulogd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 15:18:21 UTC (rev 220508)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=ulogd
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 

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

2014-08-21 Thread Sébastien Luttringer
Date: Thursday, August 21, 2014 @ 17:17:53
  Author: seblu
Revision: 220507

upgpkg: ulogd 2.0.4-2

- fix FS#41402

Modified:
  ulogd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:54:27 UTC (rev 220506)
+++ PKGBUILD2014-08-21 15:17:53 UTC (rev 220507)
@@ -1,12 +1,11 @@
 # $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Dale Blount d...@archlinux.org
-# Contributor: Sergej Pupykin p...@lx-ltd.ru
 
 pkgname=ulogd
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -21,8 +20,14 @@
  'libpcap'
  'libdbi'
  'postgresql-libs'
- 'sqlite')
-optdepends=(${makedepends[@]})
+ 'sqlite'
+ 'jansson')
+optdepends=('libmariadbclient: MySQL databases support'
+'sqlite: SQLite3 databases support'
+'postgresql-libs: PostgreSQL databases support'
+'libdbi: DBI abstraction databases support'
+'libpcap: PCAP output support'
+'jansson: JSON output support')
 
source=(http://www.netfilter.org/projects/ulogd/files/$pkgname-$pkgver.tar.bz2{,.sig}
 $pkgname.logrotate
 $pkgname.conf



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

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 17:33:31
  Author: svenstaro
Revision: 117713

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

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

-+
 /PKGBUILD   |  132 ++
 /mumble.install |   22 ++
 community-i686/PKGBUILD |   66 ---
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD   |   66 ---
 community-x86_64/mumble.install |   11 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 15:33:22 UTC (rev 117712)
+++ community-i686/PKGBUILD 2014-08-21 15:33:31 UTC (rev 117713)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lauri Niskanen a...@ape3000.com
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete no-g15 in the configure line below
-
-pkgname=mumble
-pkgver=1.2.8
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=A voice chat application similar to TeamSpeak
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
-makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
-install=mumble.install
-url=http://mumble.sourceforge.net/;
-source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
-gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
-md5sums=('1a3ef91489ff674dfc010377d7721a28'
- '83fcb0b6ba83bab8716ac996a8f5f501')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1  $srcdir/gcc49.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+=bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 
no-xevie no-server \
-no-embed-qt-translations no-update packaged \
-DEFINES+=PLUGIN_PATH=/usr/lib/mumble
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 117712, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 15:33:31 UTC (rev 117713)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete no-g15 in the configure line below
+
+pkgname=mumble
+pkgver=1.2.8
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc=A voice chat application similar to TeamSpeak
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
+install=mumble.install
+url=http://mumble.sourceforge.net/;

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

2014-08-21 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 17:33:22
  Author: svenstaro
Revision: 117712

upgpkg: mumble 1.2.8-2

Fixes FS#41595

Modified:
  mumble/trunk/PKGBUILD
  mumble/trunk/mumble.install

+
 PKGBUILD   |6 +++---
 mumble.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 14:39:34 UTC (rev 117711)
+++ PKGBUILD2014-08-21 15:33:22 UTC (rev 117712)
@@ -9,11 +9,11 @@
 
 pkgname=mumble
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc=A voice chat application similar to TeamSpeak
 license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils')
 makedepends=('boost' 'mesa')
 #optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
 install=mumble.install
@@ -21,7 +21,7 @@
 source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
 
gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
 md5sums=('1a3ef91489ff674dfc010377d7721a28'
- '83fcb0b6ba83bab8716ac996a8f5f501')
+ 'fc9dfbd6a58a963b3c0ba2c44c61987a')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: mumble.install
===
--- mumble.install  2014-08-21 14:39:34 UTC (rev 117711)
+++ mumble.install  2014-08-21 15:33:22 UTC (rev 117712)
@@ -1,5 +1,5 @@
 post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
 }
 
 post_upgrade() {



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

2014-08-21 Thread Andreas Radke
Date: Thursday, August 21, 2014 @ 18:02:58
  Author: andyrtr
Revision: 220509

upgpkg: libgcrypt 1.6.2-1

upstream update 1.6.2

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 15:18:21 UTC (rev 220508)
+++ PKGBUILD2014-08-21 16:02:58 UTC (rev 220509)
@@ -6,7 +6,7 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=General purpose cryptographic library based on the code from GnuPG
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f03d9b63ac3b17a6972fc11150d136925b702f02')
+sha1sums=('cc31aca87e4a3769cb86884a3f5982b2cc8eb7ec')
 
 #prepare() {
 #  cd ${pkgname}-${pkgver}



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

2014-08-21 Thread Andreas Radke
Date: Thursday, August 21, 2014 @ 18:08:00
  Author: andyrtr
Revision: 220510

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

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

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/libgcrypt.install   |   20 ++
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/libgcrypt.install |   20 ++
 4 files changed, 122 insertions(+)

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 220509, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-21 16:08:00 UTC (rev 220510)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=General purpose cryptographic library based on the code from GnuPG
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cc31aca87e4a3769cb86884a3f5982b2cc8eb7ec')
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 220509, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-i686/libgcrypt.install  (rev 0)
+++ testing-i686/libgcrypt.install  2014-08-21 16:08:00 UTC (rev 220510)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 220509, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-21 16:08:00 UTC (rev 220510)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=General purpose cryptographic library based on the code from GnuPG
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cc31aca87e4a3769cb86884a3f5982b2cc8eb7ec')
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 220509, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-x86_64/libgcrypt.install(rev 0)
+++ testing-x86_64/libgcrypt.install2014-08-21 16:08:00 UTC (rev 220510)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+

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

2014-08-21 Thread Pierre Schmitz
Date: Thursday, August 21, 2014 @ 18:42:43
  Author: pierre
Revision: 220511

upgpkg: php 5.5.16-2

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 16:08:00 UTC (rev 220510)
+++ PKGBUILD2014-08-21 16:42:43 UTC (rev 220511)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.5.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -34,7 +34,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('e3c33f832e141535720e7634396baae5'
+md5sums=('5def6d89792caa70448c67cd510e0f3e'
  'SKIP'
  '510f9092ebfe6e378e12817e197a88b6'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'



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

2014-08-21 Thread Pierre Schmitz
Date: Thursday, August 21, 2014 @ 18:43:20
  Author: pierre
Revision: 220512

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

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

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

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


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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 19:03:02
  Author: spupykin
Revision: 117714

upgpkg: flickcurl 1.26-1

upd

Modified:
  flickcurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 15:33:31 UTC (rev 117713)
+++ PKGBUILD2014-08-21 17:03:02 UTC (rev 117714)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=flickcurl
-pkgver=1.25
+pkgver=1.26
 pkgrel=1
 pkgdesc=C library for the Flickr API
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('raptor' 'curl')
 source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('9598526f2b9a0a4619d1f1563300e72a')
+md5sums=('7013a36656400dac398748a374c9104f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-08-21 Thread Sergej Pupykin
Date: Thursday, August 21, 2014 @ 19:03:21
  Author: spupykin
Revision: 117715

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 17:03:02 UTC (rev 117714)
+++ community-i686/PKGBUILD 2014-08-21 17:03:21 UTC (rev 117715)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.25
-pkgrel=1
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('9598526f2b9a0a4619d1f1563300e72a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 117714, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 17:03:21 UTC (rev 117715)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.26
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7013a36656400dac398748a374c9104f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-21 17:03:02 UTC (rev 117714)
+++ community-x86_64/PKGBUILD   2014-08-21 17:03:21 UTC (rev 117715)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.25
-pkgrel=1
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('9598526f2b9a0a4619d1f1563300e72a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 117714, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-21 17:03:21 UTC (rev 117715)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.26
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7013a36656400dac398748a374c9104f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-08-21 Thread Dave Reisner
Date: Thursday, August 21, 2014 @ 19:34:29
  Author: dreisner
Revision: 117716

upgpkg: ponymix 4-1

Modified:
  ponymix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 17:03:21 UTC (rev 117715)
+++ PKGBUILD2014-08-21 17:34:29 UTC (rev 117716)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=ponymix
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc=CLI PulseAudio Volume Control
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('pulseaudio' 'libnotify')
 
source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
+md5sums=('32a94c57930ddb0e08056438cc4742fe'
  'SKIP')
 
 build() {



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

2014-08-21 Thread Dave Reisner
Date: Thursday, August 21, 2014 @ 19:35:00
  Author: dreisner
Revision: 117717

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 17:34:29 UTC (rev 117716)
+++ community-i686/PKGBUILD 2014-08-21 17:35:00 UTC (rev 117717)
@@ -1,24 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=3
-pkgrel=1
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio' 'libnotify')
-source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
- 'SKIP')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: ponymix/repos/community-i686/PKGBUILD (from rev 117716, 
ponymix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 17:35:00 UTC (rev 117717)
@@ -0,0 +1,24 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=4
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio' 'libnotify')
+source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('32a94c57930ddb0e08056438cc4742fe'
+ 'SKIP')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-21 17:34:29 UTC (rev 117716)
+++ community-x86_64/PKGBUILD   2014-08-21 17:35:00 UTC (rev 117717)
@@ -1,24 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=3
-pkgrel=1
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio' 'libnotify')
-source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
- 'SKIP')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: ponymix/repos/community-x86_64/PKGBUILD (from rev 117716, 
ponymix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-21 17:35:00 UTC (rev 117717)
@@ -0,0 +1,24 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=4
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio' 'libnotify')
+source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('32a94c57930ddb0e08056438cc4742fe'
+ 'SKIP')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:36:18
  Author: lcarlier
Revision: 220514

upgpkg: mesa 10.2.6-1

upstream update 10.2.6

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 16:49:41 UTC (rev 220513)
+++ PKGBUILD2014-08-21 18:36:18 UTC (rev 220514)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.5
+pkgver=10.2.6
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('b4459f0bf7f4a3c8fb78ece3c9d2eac3d0e5bf38cb470f2a72705e744bd0310d'
+sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
 SKIP
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:36:32
  Author: lcarlier
Revision: 220515

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

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

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  412 
 extra-i686/LICENSE|   82 -
 extra-i686/PKGBUILD   |  206 
 extra-x86_64/LICENSE  |   82 -
 extra-x86_64/PKGBUILD |  206 
 6 files changed, 576 insertions(+), 576 deletions(-)

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


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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:46:13
  Author: lcarlier
Revision: 117719

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  322 ++---
 1 file changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-21 18:45:59 UTC (rev 117718)
+++ PKGBUILD2014-08-21 18:46:13 UTC (rev 117719)
@@ -1,161 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.5
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
- 'lib32-libvdpau' 'lib32-wayland')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b4459f0bf7f4a3c8fb78ece3c9d2eac3d0e5bf38cb470f2a72705e744bd0310d'
-SKIP)
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-egl-platforms=x11,drm,wayland \
---enable-llvm-shared-libs \
---enable-egl \
---disable-gallium-egl \
---disable-gallium-gbm \
---enable-gbm \
---enable-gallium-llvm \
---enable-shared-glapi \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-vdpau \
---enable-dri3
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  #install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  #mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  #install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  #mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-wayland' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  

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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:45:59
  Author: lcarlier
Revision: 117718

upgpkg: lib32-mesa 10.2.6-1

upstream update 10.2.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 17:35:00 UTC (rev 117717)
+++ PKGBUILD2014-08-21 18:45:59 UTC (rev 117718)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.5
+pkgver=10.2.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -13,7 +13,7 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b4459f0bf7f4a3c8fb78ece3c9d2eac3d0e5bf38cb470f2a72705e744bd0310d'
+sha256sums=('193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806'
 SKIP)
 
 build() {



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:53:35
  Author: lcarlier
Revision: 117721

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-21 18:53:22 UTC (rev 117720)
+++ PKGBUILD2014-08-21 18:53:35 UTC (rev 117721)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080500
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.5
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  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-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 117720, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-21 18:53:35 UTC (rev 117721)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080600
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.6
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  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-sqlite/trunk (PKGBUILD)

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 20:53:22
  Author: lcarlier
Revision: 117720

upgpkg: lib32-sqlite 3.8.6-1

upstream update 3.8.6

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 18:46:13 UTC (rev 117719)
+++ PKGBUILD2014-08-21 18:53:22 UTC (rev 117720)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080500
+_amalgamationver=3080600
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.5
+pkgver=3.8.6
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae')
+sha1sums=('c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
 conflicts=(lib32-sqlite3)



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 21:17:50
  Author: lcarlier
Revision: 117722

upgpkg: lib32-systemd 216-1

upstream update 216

Modified:
  lib32-systemd/trunk/PKGBUILD
Deleted:
  
lib32-systemd/trunk/0001-networkd-properly-track-addresses-when-first-added.patch

---+
 0001-networkd-properly-track-addresses-when-first-added.patch |  104 --
 PKGBUILD  |   16 -
 2 files changed, 4 insertions(+), 116 deletions(-)

Deleted: 0001-networkd-properly-track-addresses-when-first-added.patch
===
--- 0001-networkd-properly-track-addresses-when-first-added.patch   
2014-08-21 18:53:35 UTC (rev 117721)
+++ 0001-networkd-properly-track-addresses-when-first-added.patch   
2014-08-21 19:17:50 UTC (rev 117722)
@@ -1,104 +0,0 @@
-From 4958aee4977f325be19f0e1e4b424922c3cada5f Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Thu, 3 Jul 2014 22:47:51 +0200
-Subject: [PATCH] networkd: properly track addresses when first added
-
-When doing a NEWADDR, the reply we get back is the NEWADDR itself, rather
-than just an empty ack (unlike how NEWLINK works). For this reason, the
-process that did the NEWADDR does not get the broadcast message.
-
-We were only listening for broadcast messages, and hence not tracking the
-addresses we added ourselves. This went unnoticed as the kernel will usually
-send NEWADDR messages from time to time anyway, so things would mostly work,
-but in the worst case we would not notice that a routable address was available
-and consider ourselves offline.

- src/network/networkd-link.c | 54 +
- 1 file changed, 30 insertions(+), 24 deletions(-)
-
-diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
-index 961c1ab..6257372 100644
 a/src/network/networkd-link.c
-+++ b/src/network/networkd-link.c
-@@ -599,10 +599,35 @@ static int route_drop_handler(sd_rtnl *rtnl, 
sd_rtnl_message *m, void *userdata)
- return 0;
- }
- 
-+static int link_get_address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void 
*userdata) {
-+_cleanup_link_unref_ Link *link = userdata;
-+int r;
-+
-+assert(rtnl);
-+assert(m);
-+assert(link);
-+assert(link-manager);
-+
-+for (; m; m = sd_rtnl_message_next(m)) {
-+r = sd_rtnl_message_get_errno(m);
-+if (r  0) {
-+log_debug_link(link, getting address failed: %s, 
strerror(-r));
-+continue;
-+}
-+
-+r = link_rtnl_process_address(rtnl, m, link-manager);
-+if (r  0)
-+log_warning_link(link, could not process address: 
%s, strerror(-r));
-+}
-+
-+return 1;
-+}
-+
- static int address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) 
{
- _cleanup_link_unref_ Link *link = userdata;
- int r;
- 
-+assert(rtnl);
- assert(m);
- assert(link);
- assert(link-ifname);
-@@ -623,6 +648,11 @@ static int address_handler(sd_rtnl *rtnl, sd_rtnl_message 
*m, void *userdata) {
- link-ifname, strerror(-r),
- ERRNO=%d, -r,
- NULL);
-+if (r = 0) {
-+/* calling handler directly so take a ref */
-+link_ref(link);
-+link_get_address_handler(rtnl, m, link);
-+}
- 
- if (link-addr_messages == 0) {
- log_debug_link(link, addresses set);
-@@ -2233,30 +2263,6 @@ int link_rtnl_process_address(sd_rtnl *rtnl, 
sd_rtnl_message *message, void *use
- return 1;
- }
- 
--static int link_get_address_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void 
*userdata) {
--_cleanup_link_unref_ Link *link = userdata;
--int r;
--
--assert(rtnl);
--assert(m);
--assert(link);
--assert(link-manager);
--
--for (; m; m = sd_rtnl_message_next(m)) {
--r = sd_rtnl_message_get_errno(m);
--if (r  0) {
--log_debug_link(link, getting address failed: %s, 
strerror(-r));
--continue;
--}
--
--r = link_rtnl_process_address(rtnl, m, link-manager);
--if (r  0)
--log_warning_link(link, could not process address: 
%s, strerror(-r));
--}
--
--return 1;
--}
--
- int link_add(Manager *m, sd_rtnl_message *message, Link **ret) {
- Link *link;
- _cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL;
--- 
-2.0.1
-

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 18:53:35 UTC (rev 117721)
+++ PKGBUILD2014-08-21 

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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 21:18:02
  Author: lcarlier
Revision: 117723

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 117722, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 117722, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-08-21 19:18:02 UTC (rev 117723)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=216
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'lib32-curl' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('04fda588a04f549da0f397dce3ae6a39')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  # LTO currently breaks the build because of libtool failures
+  CFLAGS+=' -fno-lto'
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-tests \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-networkd \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+package() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 21:41:12
  Author: lcarlier
Revision: 117724

upgpkg: openttd 1.4.2-1

upstream update 1.4.2

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 19:18:02 UTC (rev 117723)
+++ PKGBUILD2014-08-21 19:41:12 UTC (rev 117724)
@@ -2,7 +2,7 @@
 # Maintainer: Vesa Kaihlavirta ve...@iki.fi
 
 pkgname=openttd
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 optdepends=('openttd-opengfx: free graphics' 
 'openttd-opensfx: free soundset')
 
source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('1face3af7a9b2169c0e284f3916f4b7b82947364e836107c404be520a570753e')
+sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
 
-package() {
+build() {
   cd ${pkgname}-${pkgver} 
 
  ./configure \
@@ -29,5 +29,10 @@
 --personal-dir=.${pkgname}
 
   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
   make install
 }



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

2014-08-21 Thread Laurent Carlier
Date: Thursday, August 21, 2014 @ 21:41:33
  Author: lcarlier
Revision: 117725

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

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

--+
 /PKGBUILD|   76 +
 /openttd.install |   34 
 community-i686/PKGBUILD  |   33 
 community-i686/openttd.install   |   17 
 community-x86_64/PKGBUILD|   33 
 community-x86_64/openttd.install |   17 
 6 files changed, 110 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 19:41:12 UTC (rev 117724)
+++ community-i686/PKGBUILD 2014-08-21 19:41:33 UTC (rev 117725)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=openttd
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='An engine for running Transport Tycoon Deluxe.'
-arch=('i686' 'x86_64')
-url='http://www.openttd.org'
-license=('GPL')
-depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
-install=openttd.install
-optdepends=('openttd-opengfx: free graphics' 
-'openttd-opensfx: free soundset')
-source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
-sha256sums=('1face3af7a9b2169c0e284f3916f4b7b82947364e836107c404be520a570753e')
-
-package() {
-  cd ${pkgname}-${pkgver} 
-
- ./configure \
---prefix-dir=/usr \
---binary-name=${pkgname} \
---binary-dir=bin \
---data-dir=share/${pkgname} \
---install-dir=${pkgdir} \
---doc-dir=share/doc/${pkgname} \
---menu-name=OpenTTD \
---personal-dir=.${pkgname}
-
-  make
-  make install
-}

Copied: openttd/repos/community-i686/PKGBUILD (from rev 117724, 
openttd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 19:41:33 UTC (rev 117725)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('e286c7e82fc5a9d5b52902ffab566c5924ff27eced165cb2583aa6df2d52eccf')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Deleted: community-i686/openttd.install
===
--- community-i686/openttd.install  2014-08-21 19:41:12 UTC (rev 117724)
+++ community-i686/openttd.install  2014-08-21 19:41:33 UTC (rev 117725)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
-  update-desktop-database  /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database  /dev/null 21
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
-  update-desktop-database  /dev/null 21
-}

Copied: openttd/repos/community-i686/openttd.install (from rev 117724, 
openttd/trunk/openttd.install)
===
--- community-i686/openttd.install  (rev 0)
+++ community-i686/openttd.install  2014-08-21 19:41:33 UTC (rev 117725)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  

[arch-commits] Commit in (5 files)

2014-08-21 Thread Guillaume Alaux
Date: Thursday, August 21, 2014 @ 23:35:02
  Author: guillaume
Revision: 220516

Turn icedtea-web-java7 into icedtea-web

Added:
  icedtea-web/
  icedtea-web/repos/
  icedtea-web/trunk/
  icedtea-web/trunk/PKGBUILD
  icedtea-web/trunk/install_icedtea-web.sh

+
 PKGBUILD   |   88 +++
 install_icedtea-web.sh |   11 +
 2 files changed, 99 insertions(+)

Added: icedtea-web/trunk/PKGBUILD
===
--- icedtea-web/trunk/PKGBUILD  (rev 0)
+++ icedtea-web/trunk/PKGBUILD  2014-08-21 21:35:02 UTC (rev 220516)
@@ -0,0 +1,88 @@
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+
+pkgbase=icedtea-web
+pkgname=('icedtea-web' 'icedtea-web-doc')
+pkgver=1.5.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://icedtea.classpath.org/wiki/IcedTea-Web'
+license=('GPL2')
+# TODO do we still need 'chromium' and '--with-chromium'? What does it do?
+# https://www.java.com/en/download/faq/chrome.xml
+makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 
'junit'
+ 'firefox' 'chromium' 'epiphany')
+# Due to broken path names in the tarball that fails with LANG=C in our chroot
+noextract=${pkgbase}-${pkgver}.tar.gz
+source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195')
+
+build() {
+  # extract it
+  cd ${srcdir}
+  LANG=en_US.UTF-8 bsdtar -x -f ${srcdir}/${pkgbase}-${pkgver}.tar.gz
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure \
+  --prefix=/usr/share/${pkgbase} \
+  --datarootdir=/usr/share \
+  --with-jdk-home=/usr/lib/jvm/java-default-runtime \
+  --with-browser-tests \
+  --with-firefox=/usr/bin/firefox \
+  --with-chromium=/usr/bin/chromium \
+  --with-epiphany=/usr/bin/epiphany
+   make
+}
+
+#check() {
+#  cd ${srcdir}/${pkgbase}-${pkgver}
+#  # as more tests have been added some are expectged to fail
+#  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
+#  make -k check
+#}
+
+
+package_icedtea-web() {
+
+  pkgdesc='Free web browser plugin to run applets written in Java and an 
implementation of Java Web Start'
+  depends=('java-runtime-openjdk' 'desktop-file-utils')
+  provides=('java-web-start')
+  replaces=('icedtea-web-java7')
+  install=install_${pkgname}.sh
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
+  make DESTDIR=${pkgdir} install-exec-local install-data-local
+
+  # Install desktop files.
+  install -m 755 -d ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 javaws.png ${pkgdir}/usr/share/pixmaps
+  install -m 644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
+  # remove splitted doc files
+  rm -rf ${pkgdir}/usr/share/doc
+
+  # link binaries into /usr/bin + jre/bin
+  install -m 755 -d ${pkgdir}/usr/bin
+  pushd ${pkgdir}/usr/share/${pkgbase}/bin
+  for file in *; do
+ln -sf /usr/share/${pkgbase}/bin/${file} ${pkgdir}/usr/bin
+  done
+  popd
+
+  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
+  install -m 755 -d ${pkgdir}/usr/lib/mozilla/plugins/
+  ln -sf /usr/share/${pkgbase}/lib/IcedTeaPlugin.so 
${pkgdir}/usr/lib/mozilla/plugins/
+}
+
+package_icedtea-web-doc() {
+
+  pkgdesc='icedtea-web browser plugin + Java WebStart - documentation files'
+  replaces=('icedtea-web-java7-doc')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-data-local
+  # remove javaws about and man page
+  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
+}


Property changes on: icedtea-web/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: icedtea-web/trunk/install_icedtea-web.sh
===
--- icedtea-web/trunk/install_icedtea-web.sh(rev 0)
+++ icedtea-web/trunk/install_icedtea-web.sh2014-08-21 21:35:02 UTC (rev 
220516)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



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

2014-08-21 Thread Guillaume Alaux
Date: Thursday, August 21, 2014 @ 23:36:26
  Author: guillaume
Revision: 220517

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

Added:
  icedtea-web/repos/extra-i686/
  icedtea-web/repos/extra-i686/PKGBUILD
(from rev 220516, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-i686/install_icedtea-web.sh
(from rev 220516, icedtea-web/trunk/install_icedtea-web.sh)
  icedtea-web/repos/extra-x86_64/
  icedtea-web/repos/extra-x86_64/PKGBUILD
(from rev 220516, icedtea-web/trunk/PKGBUILD)
  icedtea-web/repos/extra-x86_64/install_icedtea-web.sh
(from rev 220516, icedtea-web/trunk/install_icedtea-web.sh)

-+
 extra-i686/PKGBUILD |   88 ++
 extra-i686/install_icedtea-web.sh   |   11 
 extra-x86_64/PKGBUILD   |   88 ++
 extra-x86_64/install_icedtea-web.sh |   11 
 4 files changed, 198 insertions(+)

Copied: icedtea-web/repos/extra-i686/PKGBUILD (from rev 220516, 
icedtea-web/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-21 21:36:26 UTC (rev 220517)
@@ -0,0 +1,88 @@
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+
+pkgbase=icedtea-web
+pkgname=('icedtea-web' 'icedtea-web-doc')
+pkgver=1.5.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://icedtea.classpath.org/wiki/IcedTea-Web'
+license=('GPL2')
+# TODO do we still need 'chromium' and '--with-chromium'? What does it do?
+# https://www.java.com/en/download/faq/chrome.xml
+makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 
'junit'
+ 'firefox' 'chromium' 'epiphany')
+# Due to broken path names in the tarball that fails with LANG=C in our chroot
+noextract=${pkgbase}-${pkgver}.tar.gz
+source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('03f16356fa84564f1ae32286e0a090a464c87ec123b40602dcea925757900195')
+
+build() {
+  # extract it
+  cd ${srcdir}
+  LANG=en_US.UTF-8 bsdtar -x -f ${srcdir}/${pkgbase}-${pkgver}.tar.gz
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure \
+  --prefix=/usr/share/${pkgbase} \
+  --datarootdir=/usr/share \
+  --with-jdk-home=/usr/lib/jvm/java-default-runtime \
+  --with-browser-tests \
+  --with-firefox=/usr/bin/firefox \
+  --with-chromium=/usr/bin/chromium \
+  --with-epiphany=/usr/bin/epiphany
+   make
+}
+
+#check() {
+#  cd ${srcdir}/${pkgbase}-${pkgver}
+#  # as more tests have been added some are expectged to fail
+#  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
+#  make -k check
+#}
+
+
+package_icedtea-web() {
+
+  pkgdesc='Free web browser plugin to run applets written in Java and an 
implementation of Java Web Start'
+  depends=('java-runtime-openjdk' 'desktop-file-utils')
+  provides=('java-web-start')
+  replaces=('icedtea-web-java7')
+  install=install_${pkgname}.sh
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
+  make DESTDIR=${pkgdir} install-exec-local install-data-local
+
+  # Install desktop files.
+  install -m 755 -d ${pkgdir}/usr/share/{applications,pixmaps}
+  install -m 644 javaws.png ${pkgdir}/usr/share/pixmaps
+  install -m 644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
+  # remove splitted doc files
+  rm -rf ${pkgdir}/usr/share/doc
+
+  # link binaries into /usr/bin + jre/bin
+  install -m 755 -d ${pkgdir}/usr/bin
+  pushd ${pkgdir}/usr/share/${pkgbase}/bin
+  for file in *; do
+ln -sf /usr/share/${pkgbase}/bin/${file} ${pkgdir}/usr/bin
+  done
+  popd
+
+  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
+  install -m 755 -d ${pkgdir}/usr/lib/mozilla/plugins/
+  ln -sf /usr/share/${pkgbase}/lib/IcedTeaPlugin.so 
${pkgdir}/usr/lib/mozilla/plugins/
+}
+
+package_icedtea-web-doc() {
+
+  pkgdesc='icedtea-web browser plugin + Java WebStart - documentation files'
+  replaces=('icedtea-web-java7-doc')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-data-local
+  # remove javaws about and man page
+  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
+}

Copied: icedtea-web/repos/extra-i686/install_icedtea-web.sh (from rev 220516, 
icedtea-web/trunk/install_icedtea-web.sh)
===
--- extra-i686/install_icedtea-web.sh   (rev 0)
+++ extra-i686/install_icedtea-web.sh   2014-08-21 21:36:26 UTC (rev 220517)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: 

[arch-commits] Commit in (icedtea-web-java7)

2014-08-21 Thread Guillaume Alaux
Date: Thursday, August 21, 2014 @ 23:58:13
  Author: guillaume
Revision: 220520

icedtea-web-java7 is now replaced by icedtea-web

Deleted:
  icedtea-web-java7/



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

2014-08-21 Thread Alexander Rødseth
Date: Friday, August 22, 2014 @ 00:05:59
  Author: arodseth
Revision: 117726

upgpkg: julia 2:0.3.0-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 19:41:33 UTC (rev 117725)
+++ PKGBUILD2014-08-21 22:05:59 UTC (rev 117726)
@@ -5,8 +5,9 @@
 # Contributor: devmotion nospam-archlinux@devmotion.de
 
 pkgname=julia
-pkgver=0.3.0_rc1
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
+epoch=2
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
@@ -79,9 +80,6 @@
 
 # Remove duplicate man-page from julia/doc
 rm -rv $pkgdir/usr/share/julia/doc/man
-
-# Fix wonky permission
-chmod 644 $pkgdir/usr/lib/julia/libuv.a
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-08-21 Thread Alexander Rødseth
Date: Friday, August 22, 2014 @ 00:06:13
  Author: arodseth
Revision: 117727

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 117726, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 117726, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 117726, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 117726, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  170 ++
 /sysfix.install |   16 +++
 community-i686/PKGBUILD |   87 ---
 community-i686/sysfix.install   |8 -
 community-x86_64/PKGBUILD   |   87 ---
 community-x86_64/sysfix.install |8 -
 6 files changed, 186 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 22:05:59 UTC (rev 117726)
+++ community-i686/PKGBUILD 2014-08-21 22:06:13 UTC (rev 117727)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-
-pkgname=julia
-pkgver=0.3.0_rc1
-pkgrel=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org'
-license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
-install=sysfix.install
-sha256sums=('SKIP')
-
-prepare() {
-  # Fix for FS#40736
-  [ $CARCH != x86_64 ] || (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2)
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=0 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
-
-# Fix wonky permission
-chmod 644 $pkgdir/usr/lib/julia/libuv.a
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 117726, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 22:06:13 UTC (rev 117727)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Michael Jakl jakl.mich...@gmail.com
+# Contributor: devmotion nospam-archlinux@devmotion.de
+
+pkgname=julia
+pkgver=0.3.0
+pkgrel=1
+epoch=2
+pkgdesc='High-level, high-performance, dynamic programming language'
+arch=('x86_64' 'i686')
+url='http://julialang.org'
+license=('GPL')
+depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
+optdepends=('gnuplot: If using the Gaston Package from julia')
+options=('!emptydirs' 'staticlibs')
+source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
+install=sysfix.install
+sha256sums=('SKIP')
+
+prepare() {
+  # Fix for FS#40736
+  [ $CARCH != x86_64 ] || (setconf $pkgname/Make.inc JULIA_CPU_TARGET core2)
+}
+
+build() {
+  make -C $pkgname prefix=/usr sysconfdir=/etc \
+USE_SYSTEM_LLVM=0 

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

2014-08-21 Thread Alexander Rødseth
Date: Friday, August 22, 2014 @ 00:18:30
  Author: arodseth
Revision: 117729

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-21 22:18:18 UTC (rev 117728)
+++ community-i686/PKGBUILD 2014-08-21 22:18:30 UTC (rev 117729)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/ColinJones/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk2')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('40f5b80e9a405ce79ecca74bcd72778372729b2add63a9c4e3386908cfb8ad4c')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-i686/PKGBUILD (from rev 117728, 
cbatticon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-21 22:18:30 UTC (rev 117729)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/ColinJones/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-21 22:18:18 UTC (rev 117728)
+++ community-x86_64/PKGBUILD   2014-08-21 22:18:30 UTC (rev 117729)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/ColinJones/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk2')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('40f5b80e9a405ce79ecca74bcd72778372729b2add63a9c4e3386908cfb8ad4c')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 117728, 
cbatticon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-21 22:18:30 UTC (rev 117729)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/ColinJones/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-21 Thread Alexander Rødseth
Date: Friday, August 22, 2014 @ 00:18:18
  Author: arodseth
Revision: 117728

upgpkg: cbatticon 1.4.0-1

Modified:
  cbatticon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 22:06:13 UTC (rev 117727)
+++ PKGBUILD2014-08-21 22:18:18 UTC (rev 117728)
@@ -3,20 +3,20 @@
 # Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
 
 pkgname=cbatticon
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='Lightweight and fast battery icon that sits in your system tray'
 arch=('x86_64' 'i686')
 url='https://github.com/ColinJones/cbatticon'
 license=('GPL2')
-depends=('libnotify' 'gtk2')
+depends=('libnotify' 'gtk3')
 provides=('cbatticon')
 conflicts=('cbatticon-git')
 source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('40f5b80e9a405ce79ecca74bcd72778372729b2add63a9c4e3386908cfb8ad4c')
+sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
 
 build() {
-  make -C $pkgname-$pkgver
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
 }
 
 package() {



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

2014-08-21 Thread Kyle Keen
Date: Friday, August 22, 2014 @ 01:34:07
  Author: kkeen
Revision: 117730

upgpkg: python-pillow 2.5.3-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 22:18:30 UTC (rev 117729)
+++ PKGBUILD2014-08-21 23:34:07 UTC (rev 117730)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.5.1
+pkgver=2.5.3
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -11,11 +11,11 @@
 _py3basever=3.4m
 pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
 arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
+url=http://python-pillow.github.io/;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('cf42c695fab68116af2c8ef816fca0d9')
+md5sums=('9879437c28ee0ad6ea04b93d0be2c2d7')
 
 build() {
   cd $srcdir



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

2014-08-21 Thread Kyle Keen
Date: Friday, August 22, 2014 @ 01:34:29
  Author: kkeen
Revision: 117731

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

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

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

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

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

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

2014-08-21 Thread Eric Bélanger
Date: Friday, August 22, 2014 @ 02:35:31
  Author: eric
Revision: 117732

upgpkg: gitg 3.13.91-1

Upstream update, Clean up depends

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 23:34:29 UTC (rev 117731)
+++ PKGBUILD2014-08-22 00:35:31 UTC (rev 117732)
@@ -2,19 +2,18 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gitg
-pkgver=0.3.3
+pkgver=3.13.91
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'
 license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
- 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkitgtk'
  'libpeas' 'gtkspell3')
 makedepends=('intltool' 'vala')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
+sha1sums=('9ba1852be6d75bca10de7394ec1a931815c3b2d2')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-08-21 Thread Eric Bélanger
Date: Friday, August 22, 2014 @ 02:38:07
  Author: eric
Revision: 117733

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

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

---+
 /PKGBUILD |   54 
 /gitg.install |   26 +++
 community-i686/PKGBUILD   |   28 
 community-i686/gitg.install   |   13 -
 community-x86_64/PKGBUILD |   28 
 community-x86_64/gitg.install |   13 -
 6 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-22 00:35:31 UTC (rev 117732)
+++ community-i686/PKGBUILD 2014-08-22 00:38:07 UTC (rev 117733)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gitg
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
- 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
- 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala')
-install=gitg.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8cccbf071a57c8f213111625100889451aa87103')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make WARN_CFLAGS=-Wall
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gitg/repos/community-i686/PKGBUILD (from rev 117732, 
gitg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-22 00:38:07 UTC (rev 117733)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.13.91
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('9ba1852be6d75bca10de7394ec1a931815c3b2d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gitg.install
===
--- community-i686/gitg.install 2014-08-22 00:35:31 UTC (rev 117732)
+++ community-i686/gitg.install 2014-08-22 00:38:07 UTC (rev 117733)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gitg/repos/community-i686/gitg.install (from rev 117732, 
gitg/trunk/gitg.install)
===
--- community-i686/gitg.install (rev 0)
+++ community-i686/gitg.install 2014-08-22 00:38:07 UTC (rev 117733)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-22 00:35:31 UTC (rev 117732)
+++ community-x86_64/PKGBUILD   2014-08-22 00:38:07 UTC (rev 117733)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gitg
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='A GIT repository viewer based on GTK+'
-arch=('i686' 'x86_64')
-url='https://git.gnome.org/browse/gitg/'
-license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
- 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
- 'libpeas' 'gtkspell3')
-makedepends=('intltool' 'vala')
-install=gitg.install

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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 05:59:29
  Author: fyan
Revision: 117736

upgpkg: nodejs 0.10.31-2

update npm

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 03:57:28 UTC (rev 117735)
+++ PKGBUILD2014-08-22 03:59:29 UTC (rev 117736)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.31
-_npmver=1.4.24
-pkgrel=1
+_npmver=1.4.25
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'



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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 06:00:04
  Author: fyan
Revision: 117737

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-22 03:59:29 UTC (rev 117736)
+++ community-i686/PKGBUILD 2014-08-22 04:00:04 UTC (rev 117737)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.31
-_npmver=1.4.24
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 117736, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-22 04:00:04 UTC (rev 117737)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.31
+_npmver=1.4.25
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for 

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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 05:56:54
  Author: fyan
Revision: 117734

upgpkg: lwqq 0.4.0-2

upstream re-tagged release

Modified:
  lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 00:38:07 UTC (rev 117733)
+++ PKGBUILD2014-08-22 03:56:54 UTC (rev 117734)
@@ -5,7 +5,7 @@
 pkgver=0.4.0
 _gitver=tag=v$pkgver
 #_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/lwqq;



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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 05:57:28
  Author: fyan
Revision: 117735

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-22 03:56:54 UTC (rev 117734)
+++ community-i686/PKGBUILD 2014-08-22 03:57:28 UTC (rev 117735)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 117734, 
lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-22 03:57:28 UTC (rev 117735)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=2
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-22 03:56:54 UTC (rev 117734)
+++ community-x86_64/PKGBUILD   2014-08-22 03:57:28 UTC (rev 117735)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=lwqq
-pkgver=0.4.0
-_gitver=tag=v$pkgver
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=1
-pkgdesc=A library for webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/lwqq;
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=(git://github.com/xiehuc/lwqq.git#$_gitver)
-
-build() {
-  cd $pkgname
-  
-  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
-  -i CMakeLists.txt
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 117734, 
lwqq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-22 03:57:28 UTC (rev 117735)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=lwqq
+pkgver=0.4.0
+_gitver=tag=v$pkgver
+#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
+pkgrel=2
+pkgdesc=A library for webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/lwqq;
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=(git://github.com/xiehuc/lwqq.git#$_gitver)
+
+build() {
+  cd $pkgname
+  
+  sed -e 's/set(LIBSUFFIX 64)/set(LIBSUFFIX )/' \
+  -i CMakeLists.txt
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP')



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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 06:34:47
  Author: fyan
Revision: 220522

archrelease: copy trunk to extra-any

Added:
  python-characteristic/repos/extra-any/PKGBUILD
(from rev 220521, python-characteristic/trunk/PKGBUILD)
Deleted:
  python-characteristic/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-22 04:34:25 UTC (rev 220521)
+++ PKGBUILD2014-08-22 04:34:47 UTC (rev 220522)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-characteristic
-pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Service identity verification for pyOpenSSL
-arch=('any')
-license=('MIT')
-url=http://pypi.python.org/pypi/characteristic;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz;)
-md5sums=('b4eba58e38133e5e90e8c679c116aa62')
-
-prepare() {
-   cp -a characteristic-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd characteristic-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../characteristic-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/characteristic-${pkgver}
-   py.test test_characteristic.py
-
-   # Check python2 module
-   cd ${srcdir}/characteristic-${pkgver}-python2
-   py.test2 test_characteristic.py
-}
- 
-package_python-characteristic() {
-   depends=('python')
- 
-   cd characteristic-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
- 
-package_python2-characteristic() {
-   depends=('python2')
- 
-   cd characteristic-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-characteristic/repos/extra-any/PKGBUILD (from rev 220521, 
python-characteristic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-22 04:34:47 UTC (rev 220522)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-characteristic
+pkgname=('python-characteristic' 'python2-characteristic')
+pkgver=14.0.0
+pkgrel=1
+pkgdesc=Service identity verification for pyOpenSSL
+arch=('any')
+license=('MIT')
+url=http://pypi.python.org/pypi/characteristic;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz;)
+md5sums=('baea1f28f71c47d88d7d24335f814ee8')
+
+prepare() {
+   cp -a characteristic-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd characteristic-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../characteristic-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/characteristic-${pkgver}
+   python -Walways setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/characteristic-${pkgver}-python2
+   python2 -Walways setup.py test
+}
+ 
+package_python-characteristic() {
+   depends=('python')
+ 
+   cd characteristic-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-characteristic() {
+   depends=('python2')
+ 
+   cd characteristic-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-08-21 Thread Felix Yan
Date: Friday, August 22, 2014 @ 06:34:25
  Author: fyan
Revision: 220521

upgpkg: python-characteristic 14.0.0-1

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 21:58:13 UTC (rev 220520)
+++ PKGBUILD2014-08-22 04:34:25 UTC (rev 220521)
@@ -3,7 +3,7 @@
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=0.1.0
+pkgver=14.0.0
 pkgrel=1
 pkgdesc=Service identity verification for pyOpenSSL
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz;)
-md5sums=('b4eba58e38133e5e90e8c679c116aa62')
+md5sums=('baea1f28f71c47d88d7d24335f814ee8')
 
 prepare() {
cp -a characteristic-${pkgver}{,-python2}
@@ -31,11 +31,11 @@
 check() {
# Check python3 module
cd ${srcdir}/characteristic-${pkgver}
-   py.test test_characteristic.py
+   python -Walways setup.py test
 
# Check python2 module
cd ${srcdir}/characteristic-${pkgver}-python2
-   py.test2 test_characteristic.py
+   python2 -Walways setup.py test
 }
  
 package_python-characteristic() {



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

2014-08-21 Thread Thomas Bächler
Date: Friday, August 22, 2014 @ 07:04:30
  Author: thomas
Revision: 220523

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

Added:
  libnl/repos/core-i686/PKGBUILD
(from rev 220522, libnl/repos/testing-i686/PKGBUILD)
  libnl/repos/core-x86_64/PKGBUILD
(from rev 220522, 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  2014-08-22 04:34:47 UTC (rev 220522)
+++ core-i686/PKGBUILD  2014-08-22 05:04:30 UTC (rev 220523)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libnl
-pkgver=3.2.24
-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=('fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816')
-
-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 220522, 
libnl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-22 05:04:30 UTC (rev 220523)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.25
+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=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+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/PKGBUILD2014-08-22 04:34:47 UTC (rev 220522)
+++ core-x86_64/PKGBUILD2014-08-22 05:04:30 UTC (rev 220523)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=libnl
-pkgver=3.2.24
-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=('fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816')
-
-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 220522, 
libnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-08-22 05:04:30 UTC (rev 220523)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libnl
+pkgver=3.2.25
+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=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+
+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 libpcap/repos (8 files)

2014-08-21 Thread Thomas Bächler
Date: Friday, August 22, 2014 @ 07:04:31
  Author: thomas
Revision: 220524

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

Added:
  libpcap/repos/core-i686/PKGBUILD
(from rev 220522, libpcap/repos/testing-i686/PKGBUILD)
  libpcap/repos/core-i686/mgmt.h
(from rev 220522, libpcap/repos/testing-i686/mgmt.h)
  libpcap/repos/core-x86_64/PKGBUILD
(from rev 220522, libpcap/repos/testing-x86_64/PKGBUILD)
  libpcap/repos/core-x86_64/mgmt.h
(from rev 220522, libpcap/repos/testing-x86_64/mgmt.h)
Deleted:
  libpcap/repos/core-i686/PKGBUILD
  libpcap/repos/core-x86_64/PKGBUILD
  libpcap/repos/testing-i686/
  libpcap/repos/testing-x86_64/

--+
 /PKGBUILD|   92 +
 core-i686/PKGBUILD   |   38 --
 core-i686/mgmt.h |  772 +
 core-x86_64/PKGBUILD |   38 --
 core-x86_64/mgmt.h   |  772 +
 5 files changed, 1636 insertions(+), 76 deletions(-)

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


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

2014-08-21 Thread Eric Bélanger
Date: Friday, August 22, 2014 @ 07:22:51
  Author: eric
Revision: 117738

upgpkg: youtube-dl 2014.08.22.2-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 04:00:04 UTC (rev 117737)
+++ PKGBUILD2014-08-22 05:22:51 UTC (rev 117738)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.08.10
+pkgver=2014.08.22.2
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('fd4d544f4852eb803fea7a2918b8f6e7deb89931'
+sha1sums=('3183ec9a60a4b2cdfa02cd7b3170030c746a39a3'
   'SKIP')
 
 prepare() {



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

2014-08-21 Thread Eric Bélanger
Date: Friday, August 22, 2014 @ 07:24:29
  Author: eric
Revision: 117739

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-22 05:22:51 UTC (rev 117738)
+++ PKGBUILD2014-08-22 05:24:29 UTC (rev 117739)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.08.10
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('fd4d544f4852eb803fea7a2918b8f6e7deb89931'
-  '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 117738, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-22 05:24:29 UTC (rev 117739)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.08.22.2
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('3183ec9a60a4b2cdfa02cd7b3170030c746a39a3'
+  '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 tcpdump/trunk (PKGBUILD)

2014-08-21 Thread Giovanni Scafora
Date: Friday, August 22, 2014 @ 07:31:02
  Author: giovanni
Revision: 220525

upgpkg: tcpdump 4.6.1-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 05:04:31 UTC (rev 220524)
+++ PKGBUILD2014-08-22 05:31:02 UTC (rev 220525)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=tcpdump
-pkgver=4.5.1
+pkgver=4.6.1
 pkgrel=1
 pkgdesc=A tool for network monitoring and data acquisition
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libpcap' 'openssl')
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
 'tcpdump_duplicate_executable.patch')
-md5sums=('973a2513d0076e34aa9da7e15ed98e1b'
+md5sums=('dab267ec30216a069747d10314079ec7'
  '01379e4a12a208ce951c6c2abe80300f')
 
 prepare() {



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

2014-08-21 Thread Giovanni Scafora
Date: Friday, August 22, 2014 @ 07:31:09
  Author: giovanni
Revision: 220526

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 220525, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 220525, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 220525, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 220525, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 /PKGBUILD   |   82 ++
 /tcpdump_duplicate_executable.patch |   20 +
 extra-i686/PKGBUILD |   41 ---
 extra-i686/tcpdump_duplicate_executable.patch   |   10 --
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/tcpdump_duplicate_executable.patch |   10 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-22 05:31:02 UTC (rev 220525)
+++ extra-i686/PKGBUILD 2014-08-22 05:31:09 UTC (rev 220526)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=tcpdump
-pkgver=4.5.1
-pkgrel=1
-pkgdesc=A tool for network monitoring and data acquisition
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch')
-md5sums=('973a2513d0076e34aa9da7e15ed98e1b'
- '01379e4a12a208ce951c6c2abe80300f')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #install the license
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 220525, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-22 05:31:09 UTC (rev 220526)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=tcpdump
+pkgver=4.6.1
+pkgrel=1
+pkgdesc=A tool for network monitoring and data acquisition
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
+'tcpdump_duplicate_executable.patch')
+md5sums=('dab267ec30216a069747d10314079ec7'
+ '01379e4a12a208ce951c6c2abe80300f')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #install the license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2014-08-22 05:31:02 UTC 
(rev 220525)
+++ extra-i686/tcpdump_duplicate_executable.patch   2014-08-22 05:31:09 UTC 
(rev 220526)
@@ -1,10 +0,0 @@
 a/Makefile.in  2013-03-24 22:49:18.0 +0100
-+++ b/Makefile.in  2013-05-19 13:44:29.0 +0200
-@@ -326,7 +326,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

Copied: tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch (from rev 
220525, tcpdump/trunk/tcpdump_duplicate_executable.patch)

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

2014-08-21 Thread Giovanni Scafora
Date: Friday, August 22, 2014 @ 07:35:08
  Author: giovanni
Revision: 117740

upgpkg: converseen 0.8.2-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 05:24:29 UTC (rev 117739)
+++ PKGBUILD2014-08-22 05:35:08 UTC (rev 117740)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e0bf5acc307a0e470536c4096b5d2d59')
+md5sums=('53b0fef9074fbdbaf28873f3f33ccadd')
 
 build() {
   cd ${srcdir}



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

2014-08-21 Thread Giovanni Scafora
Date: Friday, August 22, 2014 @ 07:35:16
  Author: giovanni
Revision: 117741

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-22 05:35:08 UTC (rev 117740)
+++ community-i686/PKGBUILD 2014-08-22 05:35:16 UTC (rev 117741)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e0bf5acc307a0e470536c4096b5d2d59')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 117740, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-22 05:35:16 UTC (rev 117741)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('53b0fef9074fbdbaf28873f3f33ccadd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2014-08-22 05:35:08 UTC (rev 117740)
+++ community-i686/converseen.install   2014-08-22 05:35:16 UTC (rev 117741)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 117740, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2014-08-22 05:35:16 UTC (rev 117741)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-22 05:35:08 UTC (rev 117740)
+++ community-x86_64/PKGBUILD   2014-08-22 05:35:16 UTC (rev 117741)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick'