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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:34:34
  Author: fyan
Revision: 153809

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 01:34:09 UTC (rev 153808)
+++ PKGBUILD2015-12-21 01:34:34 UTC (rev 153809)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.2
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('795eadfdfd2f747df146dd1dac9835c0')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 153808, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 01:34:34 UTC (rev 153809)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:30:42
  Author: fyan
Revision: 257053

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
(from rev 257052, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 01:30:19 UTC (rev 257052)
+++ PKGBUILD2015-12-21 01:30:42 UTC (rev 257053)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=pylint
-pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org;
-license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'mercurial')
-optdepends=('tk: Pylint GUI')
-source=("hg+https://felixonm...@bitbucket.org/logilab/pylint#tag=pylint-$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a ${pkgbase}{,-py3}
-
-  cd ${pkgbase}/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-
-  cd ../../${pkgbase}-py3/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-}
-
-build() {
-  cd ${pkgbase}
-  python2 setup.py build
-
-  cd ../${pkgbase}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd ${pkgbase}
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-
-  cd ../${pkgbase}-py3
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-}
-
-package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
-
-  cd ${pkgbase}
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-
-  for i in epylint pylint pylint-gui pyreverse symilar; do
- mv "${pkgdir}"/usr/bin/${i}{,2}
- mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
-  done
-}
-
-package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six')
-
-  cd ${pkgbase}-py3
-
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}/usr/share/man/man1"
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 257052, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 01:30:42 UTC (rev 257053)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org;
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'git')
+optdepends=('tk: Pylint GUI')
+source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a ${pkgbase}{,-py3}
+
+  cd ${pkgbase}/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+
+  cd ../../${pkgbase}-py3/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd ${pkgbase}
+  python2 setup.py build
+
+  cd ../${pkgbase}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd ${pkgbase}
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+
+  cd ../${pkgbase}-py3
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+}
+
+package_python2-pylint() {
+  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
+
+  cd ${pkgbase}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  install 

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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:34:09
  Author: fyan
Revision: 153808

upgpkg: python-secretstorage 2.1.3-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 20:46:00 UTC (rev 153807)
+++ PKGBUILD2015-12-21 01:34:09 UTC (rev 153808)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage;
@@ -14,7 +14,7 @@
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 
source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('795eadfdfd2f747df146dd1dac9835c0')
+md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

2015-12-20 Thread Daniel Micay
Date: Monday, December 21, 2015 @ 04:08:07
  Author: thestinger
Revision: 153812

upgpkg: paxd 31-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 01:44:36 UTC (rev 153811)
+++ PKGBUILD2015-12-21 03:08:07 UTC (rev 153812)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=30
+pkgver=31
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glib2)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
10-enable-pax.conf)
-sha1sums=('4684bc3d0cac1829239a2bae60fcb445c635e290'
+sha1sums=('bc4303b9a7e2b885ffbdc22919c002550270108f'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2015-12-20 Thread Daniel Micay
Date: Monday, December 21, 2015 @ 04:08:45
  Author: thestinger
Revision: 153813

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 153812, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 153812, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 153812, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 153812, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   56 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   28 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   28 -
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2015-12-21 03:08:07 UTC (rev 153812)
+++ community-i686/10-enable-pax.conf   2015-12-21 03:08:45 UTC (rev 153813)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 153812, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2015-12-21 03:08:45 UTC (rev 153813)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 03:08:07 UTC (rev 153812)
+++ community-i686/PKGBUILD 2015-12-21 03:08:45 UTC (rev 153813)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=30
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-   10-enable-pax.conf)
-sha1sums=('4684bc3d0cac1829239a2bae60fcb445c635e290'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 153812, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 03:08:45 UTC (rev 153813)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=31
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+   10-enable-pax.conf)
+sha1sums=('bc4303b9a7e2b885ffbdc22919c002550270108f'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2015-12-21 03:08:07 UTC (rev 153812)
+++ community-x86_64/10-enable-pax.conf 2015-12-21 03:08:45 UTC (rev 153813)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 153812, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2015-12-21 03:08:45 UTC (rev 153813)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD

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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:27:55
  Author: fyan
Revision: 257051

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 01:27:33 UTC (rev 257050)
+++ PKGBUILD2015-12-21 01:27:55 UTC (rev 257051)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://bitbucket.org/logilab/astroid;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'mercurial'
- 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 
'python-wrapt' 'python2-wrapt'
- 'python2-singledispatch')
-source=("hg+https://bitbucket.org/logilab/astroid#tag=astroid-$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a astroid{,-py2}
-}
-
-build() {
-  cd astroid
-  python setup.py build
-
-  cd ../astroid-py2
-  python2 setup.py build
-}
-
-check() {
-  cd astroid
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
-
-  cd ../astroid-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
-}
-
-package_python-astroid() {
-  depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid
-
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}
-
-package_python2-astroid() {
-  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-py2
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 257050, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 01:27:55 UTC (rev 257051)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git'
+ 'python-lazy-object-proxy' 'python2-lazy-object-proxy' 
'python-wrapt' 'python2-wrapt'
+ 'python2-singledispatch')
+source=("git+https://github.com/PyCQA/astroid.git#tag=astroid-$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a astroid{,-py2}
+}
+
+build() {
+  cd astroid
+  python setup.py build
+
+  cd ../astroid-py2
+  python2 setup.py build
+}
+
+check() {
+  cd astroid
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
+
+  cd ../astroid-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
build/lib/astroid/tests -p "unittest*.py"
+}
+
+package_python-astroid() {
+  depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid
+
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}
+
+package_python2-astroid() {
+  depends=('python2-six' 'python2-lazy-object-proxy' 'python2-wrapt' 
'python2-singledispatch')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-py2
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}


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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:27:33
  Author: fyan
Revision: 257050

upgpkg: python-astroid 1.4.2-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 20:59:27 UTC (rev 257049)
+++ PKGBUILD2015-12-21 01:27:33 UTC (rev 257050)
@@ -4,16 +4,16 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
-url="https://bitbucket.org/logilab/astroid;
+url="https://github.com/PyCQA/astroid;
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'mercurial'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git'
  'python-lazy-object-proxy' 'python2-lazy-object-proxy' 
'python-wrapt' 'python2-wrapt'
  'python2-singledispatch')
-source=("hg+https://bitbucket.org/logilab/astroid#tag=astroid-$pkgver;)
+source=("git+https://github.com/PyCQA/astroid.git#tag=astroid-$pkgver;)
 sha1sums=('SKIP')
 
 prepare() {


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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:30:19
  Author: fyan
Revision: 257052

upgpkg: pylint 1.5.2-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 01:27:55 UTC (rev 257051)
+++ PKGBUILD2015-12-21 01:30:19 UTC (rev 257052)
@@ -6,15 +6,15 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org;
 license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'mercurial')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six' 'git')
 optdepends=('tk: Pylint GUI')
-source=("hg+https://felixonm...@bitbucket.org/logilab/pylint#tag=pylint-$pkgver;)
+source=("git+https://github.com/PyCQA/pylint.git#tag=pylint-$pkgver;)
 sha1sums=('SKIP')
 
 prepare() {


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

2015-12-20 Thread Gaetan Bisson
Date: Monday, December 21, 2015 @ 05:49:20
  Author: bisson
Revision: 257057

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 257056, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 257056, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 257056, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 257056, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/install|   25 ++
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/install  |   25 ++
 4 files changed, 174 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 257056, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-21 04:49:20 UTC (rev 257057)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 257056, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-12-21 04:49:20 UTC (rev 257057)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] &&
+   dirmngr /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 257056, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-21 04:49:20 UTC (rev 257057)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 

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

2015-12-20 Thread Gaetan Bisson
Date: Monday, December 21, 2015 @ 05:48:52
  Author: bisson
Revision: 257056

implement FS#47407

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 01:44:09 UTC (rev 257055)
+++ PKGBUILD2015-12-21 04:48:52 UTC (rev 257056)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -15,7 +15,7 @@
 'libusb-compat: scdaemon')
 makedepends=('libldap' 'libusb-compat')
 depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls')
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'


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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 10:21:41
  Author: fyan
Revision: 257019

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

Added:
  perl-ev/repos/extra-i686/PKGBUILD
(from rev 257018, perl-ev/trunk/PKGBUILD)
  perl-ev/repos/extra-x86_64/PKGBUILD
(from rev 257018, perl-ev/trunk/PKGBUILD)
Deleted:
  perl-ev/repos/extra-i686/PKGBUILD
  perl-ev/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 09:21:06 UTC (rev 257018)
+++ extra-i686/PKGBUILD 2015-12-20 09:21:41 UTC (rev 257019)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-ev
-pkgver=4.21
-pkgrel=1
-pkgdesc='perl interface to libev, a high performance full-featured event loop'
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-common-sense')
-makedepends=('perl-canary-stability')
-url='https://metacpan.org/release/EV'
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('4f80209cce5f32d0e49d145096f205c1')
-
-build() {
-  cd EV-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd EV-$pkgver
-  make test
-}
-
-package() {
-  cd EV-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-ev/repos/extra-i686/PKGBUILD (from rev 257018, 
perl-ev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 09:21:41 UTC (rev 257019)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-ev
+pkgver=4.22
+pkgrel=1
+pkgdesc='perl interface to libev, a high performance full-featured event loop'
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-common-sense')
+makedepends=('perl-canary-stability')
+url='https://metacpan.org/release/EV'
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
+md5sums=('8bca55688edafcf98ab6d7a86ea195be')
+
+build() {
+  cd EV-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd EV-$pkgver
+  make test
+}
+
+package() {
+  cd EV-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 09:21:06 UTC (rev 257018)
+++ extra-x86_64/PKGBUILD   2015-12-20 09:21:41 UTC (rev 257019)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-ev
-pkgver=4.21
-pkgrel=1
-pkgdesc='perl interface to libev, a high performance full-featured event loop'
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-common-sense')
-makedepends=('perl-canary-stability')
-url='https://metacpan.org/release/EV'
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('4f80209cce5f32d0e49d145096f205c1')
-
-build() {
-  cd EV-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd EV-$pkgver
-  make test
-}
-
-package() {
-  cd EV-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-ev/repos/extra-x86_64/PKGBUILD (from rev 257018, 
perl-ev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 10:22:08
  Author: fyan
Revision: 153755

upgpkg: shadowsocks-libev 2.4.3-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:20:18 UTC (rev 153754)
+++ PKGBUILD2015-12-20 09:22:08 UTC (rev 153755)
@@ -5,7 +5,7 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')


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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 10:23:21
  Author: fyan
Revision: 153756

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

Added:
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 153755, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 153755, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 153755, shadowsocks-libev/trunk/shadowsocks-libev@.service)
Deleted:
  shadowsocks-libev/repos/community-i686/PKGBUILD
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service

+
 /PKGBUILD  |   86 +++
 /shadowsocks-libev-redir@.service  |   24 +
 /shadowsocks-libev-server@.service |   24 +
 /shadowsocks-libev-tunnel@.service |   24 +
 /shadowsocks-libev.install |   20 
 /shadowsocks-libev@.service|   24 +
 community-i686/PKGBUILD|   43 -
 community-i686/shadowsocks-libev-redir@.service|   12 --
 community-i686/shadowsocks-libev-server@.service   |   12 --
 community-i686/shadowsocks-libev-tunnel@.service   |   12 --
 community-i686/shadowsocks-libev.install   |   10 --
 community-i686/shadowsocks-libev@.service  |   12 --
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/shadowsocks-libev-redir@.service  |   12 --
 community-x86_64/shadowsocks-libev-server@.service |   12 --
 community-x86_64/shadowsocks-libev-tunnel@.service |   12 --
 community-x86_64/shadowsocks-libev.install |   10 --
 community-x86_64/shadowsocks-libev@.service|   12 --
 18 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 09:22:08 UTC (rev 153755)
+++ community-i686/PKGBUILD 2015-12-20 09:23:21 UTC (rev 153756)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.4.2
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
-makedepends=('git')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-'shadowsocks-libev-tunnel@.service')
-

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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 11:15:24
  Author: arojas
Revision: 257032

Don't build kuiserver and kglobalaccel (FS#46730)

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:55:37 UTC (rev 257031)
+++ PKGBUILD2015-12-20 10:15:24 UTC (rev 257032)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -36,6 +36,8 @@
 -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
 -DWITH_NepomukCore=OFF \
 -DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
 -DBUILD_doc=OFF
   make
 }


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 11:15:45
  Author: arojas
Revision: 257033

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

Added:
  kdebase-runtime/repos/testing-i686/
  kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 257032, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 257032, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/testing-x86_64/
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 257032, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 257032, kdebase-runtime/trunk/kdebase-runtime.install)

+
 testing-i686/PKGBUILD  |   55 +++
 testing-i686/kdebase-runtime.install   |   13 +++
 testing-x86_64/PKGBUILD|   55 +++
 testing-x86_64/kdebase-runtime.install |   13 +++
 4 files changed, 136 insertions(+)

Copied: kdebase-runtime/repos/testing-i686/PKGBUILD (from rev 257032, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-20 10:15:45 UTC (rev 257033)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=15.12.0
+pkgrel=2
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
+optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('30da08dfb51fade220df7f8cf3e3eab5669a2e18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF \
+-DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
+-DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
+  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
+
+# FS#36668
+  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/testing-i686/kdebase-runtime.install (from rev 
257032, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- testing-i686/kdebase-runtime.install(rev 0)
+++ testing-i686/kdebase-runtime.install2015-12-20 10:15:45 UTC (rev 
257033)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/testing-x86_64/PKGBUILD (from rev 257032, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-20 10:15:45 UTC (rev 257033)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=15.12.0
+pkgrel=2
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
+optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications 

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

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 11:51:20
  Author: jelle
Revision: 153761

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

Added:
  haskell-setlocale/repos/community-i686/
  haskell-setlocale/repos/community-i686/PKGBUILD
(from rev 153760, haskell-setlocale/trunk/PKGBUILD)
  haskell-setlocale/repos/community-i686/haskell-setlocale.install
(from rev 153760, haskell-setlocale/trunk/haskell-setlocale.install)
  haskell-setlocale/repos/community-x86_64/
  haskell-setlocale/repos/community-x86_64/PKGBUILD
(from rev 153760, haskell-setlocale/trunk/PKGBUILD)
  haskell-setlocale/repos/community-x86_64/haskell-setlocale.install
(from rev 153760, haskell-setlocale/trunk/haskell-setlocale.install)

+
 community-i686/PKGBUILD|   39 +++
 community-i686/haskell-setlocale.install   |   18 
 community-x86_64/PKGBUILD  |   39 +++
 community-x86_64/haskell-setlocale.install |   18 
 4 files changed, 114 insertions(+)

Copied: haskell-setlocale/repos/community-i686/PKGBUILD (from rev 153760, 
haskell-setlocale/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 10:51:20 UTC (rev 153761)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.3
+pkgrel=2
+pkgdesc="Haskell bindings to setlocale"
+url="http://hackage.haskell.org/package/setlocale;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+md5sums=('348690842f5233f0e42e16bd615f777e')
+
+build() {
+cd ${srcdir}/setlocale-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/setlocale-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-setlocale/repos/community-i686/haskell-setlocale.install (from 
rev 153760, haskell-setlocale/trunk/haskell-setlocale.install)
===
--- community-i686/haskell-setlocale.install(rev 0)
+++ community-i686/haskell-setlocale.install2015-12-20 10:51:20 UTC (rev 
153761)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-setlocale
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-setlocale/repos/community-x86_64/PKGBUILD (from rev 153760, 
haskell-setlocale/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 10:51:20 UTC (rev 153761)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.3
+pkgrel=2
+pkgdesc="Haskell bindings to setlocale"
+url="http://hackage.haskell.org/package/setlocale;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+md5sums=('348690842f5233f0e42e16bd615f777e')
+
+build() {
+cd ${srcdir}/setlocale-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 

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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:00:49
  Author: alucryd
Revision: 257035

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 257034, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 257034, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  
ffmpeg/repos/extra-i686/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
  ffmpeg/repos/extra-x86_64/PKGBUILD
  
ffmpeg/repos/extra-x86_64/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch

---+
 /PKGBUILD 
|  176 ++
 extra-i686/PKGBUILD   
|   96 -
 extra-i686/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch   
|   41 --
 extra-x86_64/PKGBUILD 
|   96 -
 extra-x86_64/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch 
|   41 --
 5 files changed, 176 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 11:00:18 UTC (rev 257034)
+++ extra-i686/PKGBUILD 2015-12-20 11:00:49 UTC (rev 257035)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Maxime Gauduin 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=2.8.3
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
-  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
-  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
-  'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=(
-  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
-)
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('937a6573ba399cf3e6808c9c6ea3d6d6'
- 'SKIP'
- '71be9bcd297cb9ce833bbc5d425c0470')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 257034, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 11:00:49 UTC (rev 257035)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=2.8.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'

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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:00:18
  Author: alucryd
Revision: 257034

upgpkg: ffmpeg 1:2.8.4-1

Modified:
  ffmpeg/trunk/PKGBUILD
Deleted:
  ffmpeg/trunk/ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch

--+
 PKGBUILD |   60 
--
 ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch |   41 --
 2 files changed, 26 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 10:15:45 UTC (rev 257033)
+++ PKGBUILD2015-12-20 11:00:18 UTC (rev 257034)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer:  Ionut Biru 
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Maxime Gauduin 
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
 # Contributor: Tom Newsom 
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -13,38 +13,27 @@
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
-  'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
-  'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
-  'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
-  'libvpx.so' 'libx264.so' 'libx265.so'
-)
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
-provides=(
-  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
-)
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('937a6573ba399cf3e6808c9c6ea3d6d6'
- 'SKIP'
- '71be9bcd297cb9ce833bbc5d425c0470')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=(http://ffmpeg.org/releases/${pkgname}-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
+sha256sums=('83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
../ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
 
   ./configure \
---prefix=/usr \
+--prefix='/usr' \
 --disable-debug \
 --disable-static \
 --disable-stripping \
@@ -82,7 +71,7 @@
 --enable-libxvid \
 --enable-shared \
 --enable-version3 \
---enable-x11grab \
+--enable-x11grab
 
   make
   make tools/qt-faststart
@@ -90,7 +79,10 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -Dm755 tools/qt-faststart "$pkgdir"/usr/bin/qt-faststart
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-man
+  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
 }
+
+# vim: ts=2 sw=2 et:

Deleted: ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
===
--- ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
2015-12-20 10:15:45 UTC (rev 257033)
+++ ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
2015-12-20 11:00:18 UTC (rev 257034)
@@ -1,41 +0,0 @@
-From 6540fe04a3f9a11ba7084a49b3ee5fa2fc5b32ab Mon Sep 17 00:00:00 2001
-From: James Zern 
-Date: Mon, 19 Oct 2015 22:44:11 -0700
-Subject: [PATCH] libvpxenc: remove some unused ctrl id mappings
-
-VP8E_UPD_ENTROPY, VP8E_UPD_REFERENCE, VP8E_USE_REFERENCE were removed
-from libvpx and the remaining values were never used here
-
-Reviewed-by: Michael Niedermayer 
-Signed-off-by: James Zern 

- libavcodec/libvpxenc.c |8 
- 1 

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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 12:01:56
  Author: fyan
Revision: 153763

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

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

--+
 /PKGBUILD|   90 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   45 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   45 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 11:01:21 UTC (rev 153762)
+++ community-i686/PKGBUILD 2015-12-20 11:01:56 UTC (rev 153763)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.3.1
-_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
-pkgrel=2
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 153762, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 11:01:56 UTC (rev 153763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.3.3.20151218
+_commit=5976b84919f151652d0c8825f9c50f751b506521
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-12-20 11:01:21 UTC (rev 153762)
+++ community-i686/wiznote.install  2015-12-20 11:01:56 UTC (rev 153763)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 153762, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-12-20 11:01:56 

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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 12:01:21
  Author: fyan
Revision: 153762

upgpkg: wiznote 2.3.3.20151218-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 10:51:20 UTC (rev 153761)
+++ PKGBUILD2015-12-20 11:01:21 UTC (rev 153762)
@@ -3,9 +3,9 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.3.1
-_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
-pkgrel=2
+pkgver=2.3.3.20151218
+_commit=5976b84919f151652d0c8825f9c50f751b506521
+pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com;


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

2015-12-20 Thread Jiachen Yang
Date: Sunday, December 20, 2015 @ 10:17:44
  Author: farseerfc
Revision: 153753

Commiting toxic.install

Added:
  toxic/trunk/toxic.install

---+
 toxic.install |   11 +++
 1 file changed, 11 insertions(+)

Added: toxic.install
===
--- toxic.install   (rev 0)
+++ toxic.install   2015-12-20 09:17:44 UTC (rev 153753)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:33:39
  Author: arojas
Revision: 257020

Rename signon to signond, drop Qt4 support, don't default to gnome-keyring

Added:
  signond/
  signond/trunk/
  signond/trunk/PKGBUILD

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

Added: signond/trunk/PKGBUILD
===
--- signond/trunk/PKGBUILD  (rev 0)
+++ signond/trunk/PKGBUILD  2015-12-20 09:33:39 UTC (rev 257020)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 248249 2015-10-02 10:53:27Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=signond
+pkgver=8.58
+pkgrel=1
+pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/signond/;
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha1sums=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in signond (5 files)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:34:13
  Author: arojas
Revision: 257021

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

Added:
  signond/repos/
  signond/repos/extra-i686/
  signond/repos/extra-i686/PKGBUILD
(from rev 257020, signond/trunk/PKGBUILD)
  signond/repos/extra-x86_64/
  signond/repos/extra-x86_64/PKGBUILD
(from rev 257020, signond/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   33 +
 extra-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: signond/repos/extra-i686/PKGBUILD (from rev 257020, 
signond/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-12-20 09:34:13 UTC (rev 257021)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 248249 2015-10-02 10:53:27Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=signond
+pkgver=8.58
+pkgrel=1
+pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/signond/;
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha1sums=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}

Copied: signond/repos/extra-x86_64/PKGBUILD (from rev 257020, 
signond/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2015-12-20 09:34:13 UTC (rev 257021)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 248249 2015-10-02 10:53:27Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=signond
+pkgver=8.58
+pkgrel=1
+pkgdesc="A D-Bus service which performs user authentication on behalf of its 
clients"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/signond/;
+license=(LGPL)
+depends=(qt5-base libproxy)
+makedepends=(doxygen graphviz ttf-font qt5-tools)
+conflicts=(signon signon-qt5)
+provides=(signon signon-qt5)
+replaces=(signon signon-qt5)
+source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver;)
+sha1sums=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+
+build() {
+  cd $pkgname-*
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Do not ship docs
+  rm -rf "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in (3 files)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:36:57
  Author: arojas
Revision: 257022

signon -> signond

Modified:
  libsignon-glib/trunk/PKGBUILD
  signon-plugin-oauth2/trunk/PKGBUILD
  signon-ui/trunk/PKGBUILD

-+
 libsignon-glib/trunk/PKGBUILD   |2 +-
 signon-plugin-oauth2/trunk/PKGBUILD |2 +-
 signon-ui/trunk/PKGBUILD|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: libsignon-glib/trunk/PKGBUILD
===
--- libsignon-glib/trunk/PKGBUILD   2015-12-20 09:34:13 UTC (rev 257021)
+++ libsignon-glib/trunk/PKGBUILD   2015-12-20 09:36:57 UTC (rev 257022)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'
 license=(LGPL2.1)
-depends=(signon)
+depends=(signond)
 makedepends=(python-gobject gtk-doc gobject-introspection)
 
source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver;)
 md5sums=('54a6d51db16934d36e0547b3cfbdf25f')

Modified: signon-plugin-oauth2/trunk/PKGBUILD
===
--- signon-plugin-oauth2/trunk/PKGBUILD 2015-12-20 09:34:13 UTC (rev 257021)
+++ signon-plugin-oauth2/trunk/PKGBUILD 2015-12-20 09:36:57 UTC (rev 257022)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/signon-plugin-oauth2;
 license=(LGPL)
-depends=(signon)
+depends=(signond)
 makedepends=(qt5-xmlpatterns)
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver;)
 md5sums=('772197567b8778552bba34ace41aec7d')

Modified: signon-ui/trunk/PKGBUILD
===
--- signon-ui/trunk/PKGBUILD2015-12-20 09:34:13 UTC (rev 257021)
+++ signon-ui/trunk/PKGBUILD2015-12-20 09:36:57 UTC (rev 257022)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 url="https://launchpad.net/online-accounts-signon-ui;
 license=(GPL)
-depends=(libaccounts-qt qt5-webkit signon libnotify)
+depends=(libaccounts-qt qt5-webkit signond libnotify)
 
source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
 md5sums=('560ea77014d0418c4899984486839da8')
 


[arch-commits] Commit in (signon)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:39:10
  Author: arojas
Revision: 257026

Renamed to signond

Deleted:
  signon/


[arch-commits] Commit in signon-kwallet-extension/trunk (PKGBUILD)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:38:06
  Author: arojas
Revision: 257023

signon -> signond

Modified:
  signon-kwallet-extension/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:36:57 UTC (rev 257022)
+++ PKGBUILD2015-12-20 09:38:06 UTC (rev 257023)
@@ -8,7 +8,7 @@
 url="http://kde.org;
 license=('LGPL')
 groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
+depends=('signond' 'kwallet')
 makedepends=('extra-cmake-modules')
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('07b44f171e957fbf71986a5a7982f0b7')


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:50:15
  Author: arojas
Revision: 257029

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

Added:
  baloo4/repos/extra-i686/PKGBUILD
(from rev 257028, baloo4/trunk/PKGBUILD)
  baloo4/repos/extra-x86_64/PKGBUILD
(from rev 257028, baloo4/trunk/PKGBUILD)
Deleted:
  baloo4/repos/extra-i686/PKGBUILD
  baloo4/repos/extra-i686/baloo4.install
  baloo4/repos/extra-x86_64/PKGBUILD
  baloo4/repos/extra-x86_64/baloo4.install

-+
 /PKGBUILD   |   74 ++
 extra-i686/PKGBUILD |   63 ---
 extra-i686/baloo4.install   |   11 --
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/baloo4.install |   11 --
 5 files changed, 74 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 09:49:49 UTC (rev 257028)
+++ extra-i686/PKGBUILD 2015-12-20 09:50:15 UTC (rev 257029)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=baloo4
-pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
-pkgver=4.14.3
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Baloo'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
-source=("http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
-sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../baloo-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_baloo4() {
-  pkgdesc='A KDE4 framework for searching and managing metadata'
-  depends=('baloo4-akonadi')
-  conflicts=('baloo')
-  install=${pkgname}.install
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
-}
-
-package_baloo4-akonadi() {
-  pkgdesc='Baloo resource for Akonadi'
-  depends=('libbaloo4')
-  conflicts=('baloo<=4.14.0-1')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
-}
-
-package_libbaloo4() {
-  pkgdesc='Libraries for baloo4'
-  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata4')
-  conflicts=('baloo<=4.14.0-1')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
-}
-

Copied: baloo4/repos/extra-i686/PKGBUILD (from rev 257028, 
baloo4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 09:50:15 UTC (rev 257029)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=baloo4
+pkgname=('libbaloo4')
+pkgver=4.14.3
+pkgrel=4
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'xapian-core' 
'kfilemetadata4')
+source=("http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
+sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_libbaloo4() {
+  pkgdesc='Libraries for baloo4'
+  depends=('kdepimlibs4' 'xapian-core' 'kfilemetadata4')
+  conflicts=('baloo<=4.14.0-1')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Only install library
+  rm -r 
"$pkgdir"{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
+}

Deleted: extra-i686/baloo4.install
===
--- extra-i686/baloo4.install   2015-12-20 09:49:49 UTC (rev 257028)
+++ extra-i686/baloo4.install   2015-12-20 09:50:15 UTC (rev 257029)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 09:49:49 UTC (rev 257028)
+++ extra-x86_64/PKGBUILD   2015-12-20 09:50:15 UTC (rev 257029)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=baloo4
-pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
-pkgver=4.14.3
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Baloo'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
-source=("http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)

[arch-commits] Commit in lib32-flex/repos (community-x86_64 community-x86_64/PKGBUILD)

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:06:13
  Author: alucryd
Revision: 153765

archrelease: copy trunk to community-x86_64

Added:
  lib32-flex/repos/community-x86_64/
  lib32-flex/repos/community-x86_64/PKGBUILD
(from rev 153764, lib32-flex/trunk/PKGBUILD)

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

Copied: lib32-flex/repos/community-x86_64/PKGBUILD (from rev 153764, 
lib32-flex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 11:06:13 UTC (rev 153765)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Denommus 
+# Contributor: Bill Fraser 
+# Contributor: Felipe Contreras 
+
+pkgname=lib32-flex
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='A tool for generating text-scanning programs'
+arch=('x86_64')
+url='http://flex.sourceforge.net'
+license=('custom')
+depends=('flex' 'lib32-glibc')
+source=("http://downloads.sourceforge.net/sourceforge/flex/flex-${pkgver}.tar.bz2;)
+sha256sums=('24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9')
+
+build() {
+  cd flex-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd flex-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s flex "${pkgdir}"/usr/share/licenses/lib32-flex
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:06:08
  Author: alucryd
Revision: 153764

upgpkg: lib32-flex 2.6.0-1

Modified:
  lib32-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:01:56 UTC (rev 153763)
+++ PKGBUILD2015-12-20 11:06:08 UTC (rev 153764)
@@ -5,7 +5,7 @@
 # Contributor: Felipe Contreras 
 
 pkgname=lib32-flex
-pkgver=2.5.39
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='A tool for generating text-scanning programs'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('flex' 'lib32-glibc')
 
source=("http://downloads.sourceforge.net/sourceforge/flex/flex-${pkgver}.tar.bz2;)
-sha256sums=('add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f')
+sha256sums=('24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9')
 
 build() {
   cd flex-${pkgver}


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:14:39
  Author: alucryd
Revision: 257036

upgpkg: libgusb 0.2.8-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:00:49 UTC (rev 257035)
+++ PKGBUILD2015-12-20 11:14:39 UTC (rev 257036)
@@ -1,27 +1,32 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
+pkgdesc='GObject wrapper for libusb1'
 arch=('i686' 'x86_64')
-url="https://github.com/hughsie/libgusb;
+url='https://github.com/hughsie/libgusb'
 license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
+depends=('glib2' 'glibc' 'libusb')
 makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:14:49
  Author: alucryd
Revision: 257037

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 11:14:39 UTC (rev 257036)
+++ extra-i686/PKGBUILD 2015-12-20 11:14:49 UTC (rev 257037)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://github.com/hughsie/libgusb;
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 257036, 
libgusb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 11:14:49 UTC (rev 257037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 11:14:39 UTC (rev 257036)
+++ extra-x86_64/PKGBUILD   2015-12-20 11:14:49 UTC (rev 257037)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://github.com/hughsie/libgusb;
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 257036, 
libgusb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-20 11:14:49 UTC (rev 257037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 19:07:38
  Author: arodseth
Revision: 153797

Currently not building with the latest version of libutf8proc

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 17:49:39 UTC (rev 153796)
+++ PKGBUILD2015-12-20 18:07:38 UTC (rev 153797)
@@ -20,10 +20,13 @@
 '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
 
 prepare() {
-  cd "$pkgname-$pkgver/gtk"
+  cd "$pkgname-$pkgver"
 
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i res/netsurf-gtk.desktop
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
+  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
+  sed 's:libutf8proc/::' -i utils/idna.c
+  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
+  # There are several errors. Asking netsurf upstream to look at it.
 }
 
 build() {


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

2015-12-20 Thread Jiachen Yang
Date: Sunday, December 20, 2015 @ 10:13:09
  Author: farseerfc
Revision: 153752

Add package toxic

Added:
  toxic/
  toxic/repos/
  toxic/trunk/
  toxic/trunk/PKGBUILD

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

Added: toxic/trunk/PKGBUILD
===
--- toxic/trunk/PKGBUILD(rev 0)
+++ toxic/trunk/PKGBUILD2015-12-20 09:13:09 UTC (rev 153752)
@@ -0,0 +1,29 @@
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in (5 files)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:13:29
  Author: arojas
Revision: 257017

Drop kdepim4

Deleted:
  kdepim4-runtime/
  kdepim4/
  libaccounts-qt4/
  libkgapi4/
  libkolab4/


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:55:07
  Author: arojas
Revision: 257030

Replace baloo4

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:50:15 UTC (rev 257029)
+++ PKGBUILD2015-12-20 09:55:07 UTC (rev 257030)
@@ -4,7 +4,7 @@
 
 pkgname=baloo
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A framework for searching and managing metadata"
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Baloo'
@@ -12,7 +12,7 @@
 depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
 provides=('baloo-frameworks')
 groups=('kf5')
 install="${pkgname}.install"


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:55:37
  Author: arojas
Revision: 257031

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

Added:
  baloo/repos/extra-i686/PKGBUILD
(from rev 257030, baloo/trunk/PKGBUILD)
  baloo/repos/extra-i686/baloo.install
(from rev 257030, baloo/trunk/baloo.install)
  baloo/repos/extra-x86_64/PKGBUILD
(from rev 257030, baloo/trunk/PKGBUILD)
  baloo/repos/extra-x86_64/baloo.install
(from rev 257030, baloo/trunk/baloo.install)
Deleted:
  baloo/repos/extra-i686/PKGBUILD
  baloo/repos/extra-i686/baloo.install
  baloo/repos/extra-x86_64/PKGBUILD
  baloo/repos/extra-x86_64/baloo.install

+
 /PKGBUILD  |   80 +++
 /baloo.install |   22 +++
 extra-i686/PKGBUILD|   40 -
 extra-i686/baloo.install   |   11 -
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/baloo.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 09:55:07 UTC (rev 257030)
+++ extra-i686/PKGBUILD 2015-12-20 09:55:37 UTC (rev 257031)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo
-pkgver=5.17.0
-pkgrel=1
-pkgdesc="A framework for searching and managing metadata"
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Baloo'
-license=('LGPL')
-depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo-frameworks')
-replaces=('baloo-frameworks')
-provides=('baloo-frameworks')
-groups=('kf5')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('68f4935a18f95a2737e1cc3bc9f76fb9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: baloo/repos/extra-i686/PKGBUILD (from rev 257030, baloo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 09:55:37 UTC (rev 257031)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.17.0
+pkgrel=2
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Baloo'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+md5sums=('68f4935a18f95a2737e1cc3bc9f76fb9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/baloo.install
===
--- extra-i686/baloo.install2015-12-20 09:55:07 UTC (rev 257030)
+++ extra-i686/baloo.install2015-12-20 09:55:37 UTC (rev 257031)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baloo/repos/extra-i686/baloo.install (from rev 257030, 
baloo/trunk/baloo.install)
===
--- extra-i686/baloo.install(rev 0)
+++ extra-i686/baloo.install2015-12-20 09:55:37 UTC (rev 257031)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 09:55:07 UTC (rev 257030)
+++ extra-x86_64/PKGBUILD   2015-12-20 09:55:37 UTC (rev 257031)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 

[arch-commits] Commit in (5 files)

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 11:33:02
  Author: jelle
Revision: 153759

Add new dep of XMonad

Added:
  haskell-setlocale/
  haskell-setlocale/repos/
  haskell-setlocale/trunk/
  haskell-setlocale/trunk/PKGBUILD
  haskell-setlocale/trunk/haskell-setlocale.install

---+
 PKGBUILD  |   38 ++
 haskell-setlocale.install |   18 ++
 2 files changed, 56 insertions(+)

Added: haskell-setlocale/trunk/PKGBUILD
===
--- haskell-setlocale/trunk/PKGBUILD(rev 0)
+++ haskell-setlocale/trunk/PKGBUILD2015-12-20 10:33:02 UTC (rev 153759)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Øyvind 'Mr.Elendig' Heggstad 
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.3
+pkgrel=2
+pkgdesc="Haskell bindings to setlocale"
+url="http://hackage.haskell.org/package/setlocale;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+options=('staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+md5sums=('348690842f5233f0e42e16bd615f777e')
+
+build() {
+cd ${srcdir}/setlocale-${pkgver}
+runhaskell Setup configure -O --enable-library-profiling 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/setlocale-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/$_hkgname
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Added: haskell-setlocale/trunk/haskell-setlocale.install
===
--- haskell-setlocale/trunk/haskell-setlocale.install   
(rev 0)
+++ haskell-setlocale/trunk/haskell-setlocale.install   2015-12-20 10:33:02 UTC 
(rev 153759)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-setlocale
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:17:05
  Author: alucryd
Revision: 153766

upgpkg: lib32-libgusb 0.2.8-1

Modified:
  lib32-libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:06:13 UTC (rev 153765)
+++ PKGBUILD2015-12-20 11:17:05 UTC (rev 153766)
@@ -4,16 +4,16 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libgusb
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
-pkgdesc='GLib wrapper around libusb1'
+pkgdesc='GObject wrapper for libusb1'
 arch=('x86_64')
-url='https://gitorious.org/gusb/'
+url='https://github.com/hughsie/libgusb'
 license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-libusb' 'libgusb')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
 makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
 
source=("http://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
 
 build() {
   cd libgusb-${pkgver}


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:17:11
  Author: alucryd
Revision: 153767

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 11:17:05 UTC (rev 153766)
+++ PKGBUILD2015-12-20 11:17:11 UTC (rev 153767)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: josephgbr 
-
-pkgname=lib32-libgusb
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='GLib wrapper around libusb1'
-arch=('x86_64')
-url='https://gitorious.org/gusb/'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-libusb' 'libgusb')
-makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
-source=("http://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
-
-build() {
-  cd libgusb-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgusb/repos/multilib-x86_64/PKGBUILD (from rev 153766, 
lib32-libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 11:17:11 UTC (rev 153767)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+
+pkgname=lib32-libgusb
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('lib32-glib2' 'lib32-glibc' 'lib32-libusb' 'libgusb')
+makedepends=('gcc-multilib' 'gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+
+build() {
+  cd libgusb-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:17:56
  Author: alucryd
Revision: 153768

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flex/repos/multilib-x86_64/PKGBUILD
(from rev 153767, lib32-flex/trunk/PKGBUILD)
Deleted:
  lib32-flex/repos/community-x86_64/
  lib32-flex/repos/multilib-x86_64/PKGBUILD

--+
 /PKGBUILD|   41 +
 multilib-x86_64/PKGBUILD |   41 -
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2015-12-20 11:17:11 UTC (rev 153767)
+++ multilib-x86_64/PKGBUILD2015-12-20 11:17:56 UTC (rev 153768)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Denommus 
-# Contributor: Bill Fraser 
-# Contributor: Felipe Contreras 
-
-pkgname=lib32-flex
-pkgver=2.5.39
-pkgrel=1
-pkgdesc='A tool for generating text-scanning programs'
-arch=('x86_64')
-url='http://flex.sourceforge.net'
-license=('custom')
-depends=('flex' 'lib32-glibc')
-source=("http://downloads.sourceforge.net/sourceforge/flex/flex-${pkgver}.tar.bz2;)
-sha256sums=('add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f')
-
-build() {
-  cd flex-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-  make
-}
-
-package() {
-  cd flex-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s flex "${pkgdir}"/usr/share/licenses/lib32-flex
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-flex/repos/multilib-x86_64/PKGBUILD (from rev 153767, 
lib32-flex/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2015-12-20 11:17:56 UTC (rev 153768)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Denommus 
+# Contributor: Bill Fraser 
+# Contributor: Felipe Contreras 
+
+pkgname=lib32-flex
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='A tool for generating text-scanning programs'
+arch=('x86_64')
+url='http://flex.sourceforge.net'
+license=('custom')
+depends=('flex' 'lib32-glibc')
+source=("http://downloads.sourceforge.net/sourceforge/flex/flex-${pkgver}.tar.bz2;)
+sha256sums=('24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9')
+
+build() {
+  cd flex-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32'
+  make
+}
+
+package() {
+  cd flex-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s flex "${pkgdir}"/usr/share/licenses/lib32-flex
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Pierre Schmitz
Date: Sunday, December 20, 2015 @ 13:23:56
  Author: pierre
Revision: 257038

upgpkg: archlinux-keyring 20151220-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:14:49 UTC (rev 257037)
+++ PKGBUILD2015-12-20 12:23:56 UTC (rev 257038)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=archlinux-keyring
-pkgver=20151206
+pkgver=20151220
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install="${pkgname}.install"
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('bb2b322b0d1889d2f45ab8b92eb87aac'
+md5sums=('979f8e3d6e05a04dd378d5af992f830a'
  'SKIP')
 validpgpkeys=(
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre


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

2015-12-20 Thread Pierre Schmitz
Date: Sunday, December 20, 2015 @ 13:24:05
  Author: pierre
Revision: 257039

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 257038, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 257038, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   24 
 archlinux-keyring.install |   22 ++
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 257038, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-12-20 12:24:05 UTC (rev 257039)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pie...@archlinux.de>
+
+pkgname=archlinux-keyring
+pkgver=20151220
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('979f8e3d6e05a04dd378d5af992f830a'
+ 'SKIP')
+validpgpkeys=(
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre
+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25' # Thomas
+ )
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
257038, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2015-12-20 12:24:05 UTC (rev 
257039)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z "$2" ] || [ "$2" = "20130525-1" ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 09:53:18
  Author: svenstaro
Revision: 153745

upgpkg: warsow 2.0.1-1

upstream release 2.0.1

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 03:27:25 UTC (rev 153744)
+++ PKGBUILD2015-12-20 08:53:18 UTC (rev 153745)
@@ -5,8 +5,8 @@
 # Contributor: Aleksej Komarov 
 
 pkgname='warsow'
-pkgver=2.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
 url='https://www.warsow.gg/'
 license=('GPL')
@@ -20,11 +20,11 @@
 source=('warsow.launcher'
 'wsw-server.launcher'
 'wswtv-server.launcher'
-'http://mirror.null.one/warsow_20_sdk.tar.gz')
+'http://mirror.null.one/warsow_201_sdk.tar.gz')
 md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
  '45a3f846fd6ea3b7dc857e60501d0e12'
  '13d520525638c544565d8f799ffdca48'
- 'd0efb5d3754ef6838c1e8a7aa09c6e60')
+ 'e66809592094f45ec853b460ccaaa579')
 
 prepare() {
   gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'


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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 09:53:41
  Author: svenstaro
Revision: 153746

upgpkg: warsow-data 2.0.1-1

upstream release 2.0.1

Modified:
  warsow-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 08:53:18 UTC (rev 153745)
+++ PKGBUILD2015-12-20 08:53:41 UTC (rev 153746)
@@ -5,14 +5,14 @@
 # Contributor: Vain
 
 pkgname=warsow-data
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
 url="http://www.warsow.net/;
 license=('custom:Warsow Content License')
 arch=('any')
-source=(http://mirror.null.one/warsow_20_unified.tar.gz)
-md5sums=('4c35ac6ca5971e7dcb273dadabc07963')
+source=(http://mirror.null.one/warsow_201_unified.tar.gz)
+md5sums=('fee194075847f9a2508f65da89b6cfea')
 
 package() {
 # Create Destination Directories


[arch-commits] Commit in (12 files)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:01:17
  Author: arojas
Revision: 257006

Drop obsolete KDE4 applications

Deleted:
  kdeadmin-ksystemlog/
  kdeedu-artikulate/
  kdegames-klickety/
  kdegames-knavalbattle/
  kdegames-ktuberling/
  kdegraphics-kamera/
  kdegraphics-ksnapshot/
  kdemultimedia-ffmpegthumbs/
  kdenetwork-krfb/
  kdesdk-poxml/
  kdetoys-amor/
  kdeutils-superkaramba/


[arch-commits] Commit in (kscreengenie)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:02:39
  Author: arojas
Revision: 153751

Replaced by spectacle

Deleted:
  kscreengenie/


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

2015-12-20 Thread Jiachen Yang
Date: Sunday, December 20, 2015 @ 10:31:36
  Author: farseerfc
Revision: 153757

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

Added:
  toxic/repos/community-i686/
  toxic/repos/community-i686/PKGBUILD
(from rev 153756, toxic/trunk/PKGBUILD)
  toxic/repos/community-i686/toxic.install
(from rev 153756, toxic/trunk/toxic.install)
  toxic/repos/community-x86_64/
  toxic/repos/community-x86_64/PKGBUILD
(from rev 153756, toxic/trunk/PKGBUILD)
  toxic/repos/community-x86_64/toxic.install
(from rev 153756, toxic/trunk/toxic.install)

+
 community-i686/PKGBUILD|   30 ++
 community-i686/toxic.install   |   11 +++
 community-x86_64/PKGBUILD  |   30 ++
 community-x86_64/toxic.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: toxic/repos/community-i686/PKGBUILD (from rev 153756, 
toxic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: toxic/repos/community-i686/toxic.install (from rev 153756, 
toxic/trunk/toxic.install)
===
--- community-i686/toxic.install(rev 0)
+++ community-i686/toxic.install2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: toxic/repos/community-x86_64/PKGBUILD (from rev 153756, 
toxic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: toxic/repos/community-x86_64/toxic.install (from rev 153756, 
toxic/trunk/toxic.install)
===
--- community-x86_64/toxic.install  (rev 0)
+++ community-x86_64/toxic.install  2015-12-20 09:31:36 UTC (rev 153757)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-20 Thread Jiachen Yang
Date: Sunday, December 20, 2015 @ 10:48:16
  Author: farseerfc
Revision: 153758

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

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

+
 /PKGBUILD  |   60 +++
 /toxic.install |   22 ++
 community-i686/PKGBUILD|   30 ---
 community-i686/toxic.install   |   11 ---
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/toxic.install |   11 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 09:31:36 UTC (rev 153757)
+++ community-i686/PKGBUILD 2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.7.0
-pkgrel=2
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url=('https://github.com/JFreegman/toxic')
-source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
-install="$pkgname.install"
-
-build() {
-  cd "$pkgname-$pkgver"
-  # disable X11 because https://github.com/JFreegman/toxic/issues/277
-  make PREFIX=/usr DISABLE_X11=1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-i686/PKGBUILD (from rev 153757, 
toxic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 09:48:16 UTC (rev 153758)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=2
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url=('https://github.com/JFreegman/toxic')
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+install="$pkgname.install"
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Deleted: community-i686/toxic.install
===
--- community-i686/toxic.install2015-12-20 09:31:36 UTC (rev 153757)
+++ community-i686/toxic.install2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: toxic/repos/community-i686/toxic.install (from rev 153757, 
toxic/trunk/toxic.install)
===
--- community-i686/toxic.install(rev 0)
+++ community-i686/toxic.install2015-12-20 09:48:16 UTC (rev 153758)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 09:31:36 UTC (rev 153757)
+++ community-x86_64/PKGBUILD   2015-12-20 09:48:16 UTC (rev 153758)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.7.0
-pkgrel=2
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url=('https://github.com/JFreegman/toxic')
-source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)

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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:49:49
  Author: arojas
Revision: 257028

Drop unneeded install file

Deleted:
  baloo4/trunk/baloo4.install

+
 baloo4.install |   11 ---
 1 file changed, 11 deletions(-)

Deleted: baloo4.install
===
--- baloo4.install  2015-12-20 09:48:20 UTC (rev 257027)
+++ baloo4.install  2015-12-20 09:49:49 UTC (rev 257028)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 10:48:20
  Author: arojas
Revision: 257027

Install only the libraries

Modified:
  baloo4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:39:10 UTC (rev 257026)
+++ PKGBUILD2015-12-20 09:48:20 UTC (rev 257027)
@@ -2,13 +2,13 @@
 # Maintainer: Andrea Scarpino 
 
 pkgbase=baloo4
-pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
+pkgname=('libbaloo4')
 pkgver=4.14.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Baloo'
 license=('LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'xapian-core' 
'kfilemetadata4')
 source=("http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
 sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
 
@@ -24,40 +24,14 @@
   make
 }
 
-package_baloo4() {
-  pkgdesc='A KDE4 framework for searching and managing metadata'
-  depends=('baloo4-akonadi')
-  conflicts=('baloo')
-  install=${pkgname}.install
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
-}
-
-package_baloo4-akonadi() {
-  pkgdesc='Baloo resource for Akonadi'
-  depends=('libbaloo4')
-  conflicts=('baloo<=4.14.0-1')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
-}
-
 package_libbaloo4() {
   pkgdesc='Libraries for baloo4'
-  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata4')
+  depends=('kdepimlibs4' 'xapian-core' 'kfilemetadata4')
   conflicts=('baloo<=4.14.0-1')
 
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 
-  # Fix conflicts
-  rm -r 
"${pkgdir}"{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
+# Only install library
+  rm -r 
"$pkgdir"{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
 }
-


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

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 11:51:10
  Author: jelle
Revision: 153760

upgpkg: haskell-setlocale 1.0.0.3-2

Modified:
  haskell-setlocale/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 10:33:02 UTC (rev 153759)
+++ PKGBUILD2015-12-20 10:51:10 UTC (rev 153760)
@@ -31,7 +31,8 @@
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
 install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
 install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/$_hkgname
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+
 runhaskell Setup copy --destdir=${pkgdir}
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE


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


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

2015-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 20, 2015 @ 12:24:11
  Author: jlichtblau
Revision: 153772

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 153770, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.install
(from rev 153770, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 153771, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 153771, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.install

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 11:24:03 UTC (rev 153771)
+++ community-i686/PKGBUILD 2015-12-20 11:24:11 UTC (rev 153772)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.8
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 153770, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 11:24:11 UTC (rev 153772)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.9
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:23:56
  Author: alucryd
Revision: 153770

upgpkg: python2-enum34 1.1.1-1

Modified:
  python2-enum34/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:23:51 UTC (rev 153769)
+++ PKGBUILD2015-12-20 11:23:56 UTC (rev 153770)
@@ -3,7 +3,7 @@
 # Contributor: Schala 
 
 pkgname=python2-enum34
-pkgver=1.0.4
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Python 3.4 Enum backported'
 arch=('any')
@@ -11,16 +11,16 @@
 license=('BSD')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/e/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447')
+source=("https://pypi.python.org/packages/source/e/enum34/enum34-${pkgver}.tar.gz;)
+sha256sums=('9d4a9220e4ebabd7ff60d853e69c3dd89debad5ddeb9ac5e768af811ece7708e')
 
 package() {
-  cd ${pkgname#*-}-${pkgver}
+  cd enum34-${pkgver}
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'
 
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
+  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
 }
 
 # vim: ts=2 sw=2 et:


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 12:24:03
  Author: alucryd
Revision: 153771

archrelease: copy trunk to community-any

Added:
  python2-enum34/repos/community-any/PKGBUILD
(from rev 153770, python2-enum34/trunk/PKGBUILD)
Deleted:
  python2-enum34/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 11:23:56 UTC (rev 153770)
+++ PKGBUILD2015-12-20 11:24:03 UTC (rev 153771)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
-
-pkgname=python2-enum34
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Python 3.4 Enum backported'
-arch=('any')
-url='http://pypi.python.org/pypi/enum34'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/e/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('d3c19f26a6a34629c18c775f59dfc5dd595764c722b57a2da56ebfb69b94e447')
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-enum34/repos/community-any/PKGBUILD (from rev 153770, 
python2-enum34/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 11:24:03 UTC (rev 153771)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-enum34
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Python 3.4 Enum backported'
+arch=('any')
+url='http://pypi.python.org/pypi/enum34'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/e/enum34/enum34-${pkgver}.tar.gz;)
+sha256sums=('9d4a9220e4ebabd7ff60d853e69c3dd89debad5ddeb9ac5e768af811ece7708e')
+
+package() {
+  cd enum34-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
+  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 20, 2015 @ 12:23:51
  Author: jlichtblau
Revision: 153769

upgpkg: syncthing 0.12.9-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:17:56 UTC (rev 153768)
+++ PKGBUILD2015-12-20 11:23:51 UTC (rev 153769)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.8
+pkgver=0.12.9
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 09:55:09
  Author: svenstaro
Revision: 153747

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

Added:
  warsow/repos/community-i686/PKGBUILD
(from rev 153746, warsow/trunk/PKGBUILD)
  warsow/repos/community-i686/warsow.launcher
(from rev 153746, warsow/trunk/warsow.launcher)
  warsow/repos/community-i686/wsw-server.launcher
(from rev 153746, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-i686/wswtv-server.launcher
(from rev 153746, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-x86_64/PKGBUILD
(from rev 153746, warsow/trunk/PKGBUILD)
  warsow/repos/community-x86_64/warsow.launcher
(from rev 153746, warsow/trunk/warsow.launcher)
  warsow/repos/community-x86_64/wsw-server.launcher
(from rev 153746, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 153746, warsow/trunk/wswtv-server.launcher)
Deleted:
  warsow/repos/community-i686/PKGBUILD
  warsow/repos/community-i686/warsow.launcher
  warsow/repos/community-i686/wsw-server.launcher
  warsow/repos/community-i686/wswtv-server.launcher
  warsow/repos/community-x86_64/PKGBUILD
  warsow/repos/community-x86_64/warsow.launcher
  warsow/repos/community-x86_64/wsw-server.launcher
  warsow/repos/community-x86_64/wswtv-server.launcher

+
 /PKGBUILD  |  132 +++
 /warsow.launcher   |   14 +++
 /wsw-server.launcher   |   14 +++
 /wswtv-server.launcher |   14 +++
 community-i686/PKGBUILD|   66 ---
 community-i686/warsow.launcher |7 -
 community-i686/wsw-server.launcher |7 -
 community-i686/wswtv-server.launcher   |7 -
 community-x86_64/PKGBUILD  |   66 ---
 community-x86_64/warsow.launcher   |7 -
 community-x86_64/wsw-server.launcher   |7 -
 community-x86_64/wswtv-server.launcher |7 -
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 08:53:41 UTC (rev 153746)
+++ community-i686/PKGBUILD 2015-12-20 08:55:09 UTC (rev 153747)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov 
-
-pkgname='warsow'
-pkgver=2.0
-pkgrel=3
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
-'wsw-server.launcher'
-'wswtv-server.launcher'
-'http://mirror.null.one/warsow_20_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- 'd0efb5d3754ef6838c1e8a7aa09c6e60')
-
-prepare() {
-  gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
-}
-
-build() {
-  cd "${srcdir}/source/source"
-  cmake .
-  make ${MAKE_FLAGS}
-}
-
-package() {
-  local builddir="${srcdir}/source/source/build"
-
-  # Create Destination Directories
-  install -d "${pkgdir}/opt/warsow/"
-
-  # Move Compiled Data to Destination Directory except basewsw.
-  # NOTE: We don't need cgame library because it's a pure lib provided by
-  # modules_16.pk3 from warsow-data package.
-  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
-  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
-  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
-  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
-  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
-  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
-  # Install launchers to /usr/bin
-  install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
-  install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
-  install -D -m 0755 "${srcdir}/wswtv-server.launcher" 
"${pkgdir}/usr/bin/wswtv-server"
-
-  # Install the menu entry
-  install -D -m 0644 "${srcdir}/warsow.desktop" 
"${pkgdir}/usr/share/applications/warsow.desktop"
-
-  # Install the launcher icon
-  convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
-  install -D -m 0644 "${srcdir}/warsow.png" 
"${pkgdir}/usr/share/pixmaps/warsow.png"
-}

Copied: warsow/repos/community-i686/PKGBUILD 

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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 09:55:20
  Author: svenstaro
Revision: 153748

archrelease: copy trunk to community-any

Added:
  warsow-data/repos/community-any/PKGBUILD
(from rev 153747, warsow-data/trunk/PKGBUILD)
Deleted:
  warsow-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 08:55:09 UTC (rev 153747)
+++ PKGBUILD2015-12-20 08:55:20 UTC (rev 153748)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=2.0
-pkgrel=1
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
-url="http://www.warsow.net/;
-license=('custom:Warsow Content License')
-arch=('any')
-source=(http://mirror.null.one/warsow_20_unified.tar.gz)
-md5sums=('4c35ac6ca5971e7dcb273dadabc07963')
-
-package() {
-# Create Destination Directories
-install -d $pkgdir/opt/warsow/
-
-# Move Data to Destination Directory
-cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
-find $pkgdir/opt/warsow -type d | xargs chmod 755
-find $pkgdir/opt/warsow -type f | xargs chmod 644
-
-# Install Custom License: Warsow Content License
-install -Dm0644 warsow_20/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 153747, 
warsow-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 08:55:20 UTC (rev 153748)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
+url="http://www.warsow.net/;
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://mirror.null.one/warsow_201_unified.tar.gz)
+md5sums=('fee194075847f9a2508f65da89b6cfea')
+
+package() {
+# Create Destination Directories
+install -d $pkgdir/opt/warsow/
+
+# Move Data to Destination Directory
+cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
+find $pkgdir/opt/warsow -type d | xargs chmod 755
+find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+# Install Custom License: Warsow Content License
+install -Dm0644 warsow_20/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+}


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

2015-12-20 Thread Jiachen Yang
Date: Sunday, December 20, 2015 @ 10:20:18
  Author: farseerfc
Revision: 153754

add maintainer tag for toxic

Modified:
  toxic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:17:44 UTC (rev 153753)
+++ PKGBUILD2015-12-20 09:20:18 UTC (rev 153754)
@@ -1,3 +1,4 @@
+# Maintainer: Jiachen Yang 
 # AUR Maintainer: Vlad M. 
 
 pkgname=toxic


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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 10:21:06
  Author: fyan
Revision: 257018

upgpkg: perl-ev 4.22-1

Modified:
  perl-ev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 09:13:29 UTC (rev 257017)
+++ PKGBUILD2015-12-20 09:21:06 UTC (rev 257018)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ev
-pkgver=4.21
+pkgver=4.22
 pkgrel=1
 pkgdesc='perl interface to libev, a high performance full-featured event loop'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('perl-canary-stability')
 url='https://metacpan.org/release/EV'
 
source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-$pkgver.tar.gz;)
-md5sums=('4f80209cce5f32d0e49d145096f205c1')
+md5sums=('8bca55688edafcf98ab6d7a86ea195be')
 
 build() {
   cd EV-$pkgver


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

2015-12-20 Thread Maxime Gauduin
Date: Monday, December 21, 2015 @ 08:15:08
  Author: alucryd
Revision: 153815

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 153814, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 153814, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 153814, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 153814, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 153814, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 153814, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 153814, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 153814, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 153814, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 153814, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 153814, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 153814, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   57 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 07:14:47 UTC (rev 153814)
+++ community-i686/PKGBUILD 2015-12-21 07:15:08 UTC (rev 153815)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5781.8
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-options=('!emptydirs')
-sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' 

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

2015-12-20 Thread Maxime Gauduin
Date: Monday, December 21, 2015 @ 08:14:47
  Author: alucryd
Revision: 153814

FS#47462: emby-server 3.0.5781.8-2

Also libmediainfo is no longer needed

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 03:08:45 UTC (rev 153813)
+++ PKGBUILD2015-12-21 07:14:47 UTC (rev 153814)
@@ -4,12 +4,12 @@
 
 pkgname=emby-server
 pkgver=3.0.5781.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
 url='http://emby.media'
 license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
 install='emby-server.install'
 
source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
 'emby-server'
@@ -17,7 +17,6 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-options=('!emptydirs')
 sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'


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

2015-12-20 Thread Bartłomiej Piotrowski
Date: Sunday, December 20, 2015 @ 15:43:18
  Author: bpiotrowski
Revision: 257043

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/PKGBUILD
(from rev 257042, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 257042, boost/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   98 ++
 staging-x86_64/PKGBUILD |   98 ++
 2 files changed, 196 insertions(+)

Copied: boost/repos/staging-i686/PKGBUILD (from rev 257042, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-20 14:43:18 UTC (rev 257043)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.60.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 
'openmpi')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha1sums=('7f56ab507d3258610391b47fef6b11635861175a')
+
+build() {
+   export _stagedir="${srcdir}/stagedir"
+   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir="bin.linuxx86"
+   [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
+   install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+
+   # Add an extra python version. This does not replace anything and python 2.x
+   # need to be the default.
+   echo "using python : 3.5 : /usr/bin/python3 : /usr/include/python3.5m : 
/usr/lib ;" \
+  >> project-config.jam
+
+   # Support for OpenMPI
+   echo "using mpi ;" >> project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 "${_stagedir}"/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
+
+   # default "minimal" install: "release link=shared,static
+   # runtime-link=shared threading=single,multi"
+   # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=2.7 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" linkflags="${LDFLAGS}" \
+  --layout=system \
+  --prefix="${_stagedir}" \
+  ${JOBS} \
+  install
+}
+
+package_boost() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
+   depends=("boost-libs=${pkgver}")
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+   options=('staticlibs')
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr
+
+   install -d "${pkgdir}"/usr/lib
+   cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+
+   install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
+
+   ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
+}
+
+package_boost-libs() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - runtime 
libraries'
+   depends=('bzip2' 'zlib' 'icu')
+   optdepends=('openmpi: for mpi support')
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/lib "${pkgdir}"/usr
+   rm "${pkgdir}"/usr/lib/*.a
+
+   install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  "${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/staging-x86_64/PKGBUILD (from rev 257042, 
boost/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-20 14:43:18 UTC (rev 257043)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Stéphane Gaudreault 

[arch-commits] Commit in cantata/trunk (PKGBUILD taglib-1.10.patch)

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 16:05:48
  Author: arojas
Revision: 153775

Fix taglib detection (FS#47454)

Added:
  cantata/trunk/taglib-1.10.patch
Modified:
  cantata/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 taglib-1.10.patch |   24 
 2 files changed, 33 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 14:06:04 UTC (rev 153774)
+++ PKGBUILD2015-12-20 15:05:48 UTC (rev 153775)
@@ -6,7 +6,7 @@
 
 pkgname=cantata
 pkgver=1.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/cantata/'
@@ -16,11 +16,16 @@
 optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
 makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
 install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download=0Bzghs6gQWi60LV9rM3RMQk85Z1E;)
-md5sums=('0b29d30f1b03ecac23eb608309fbeaa1')
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download=0Bzghs6gQWi60LV9rM3RMQk85Z1E;
 taglib-1.10.patch)
+md5sums=('0b29d30f1b03ecac23eb608309fbeaa1'
+ 'af5aa1d31e78480289719b165d69f1b5')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+
+# Fix taglib 1.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../taglib-1.10.patch
 }
 
 build() {

Added: taglib-1.10.patch
===
--- taglib-1.10.patch   (rev 0)
+++ taglib-1.10.patch   2015-12-20 15:05:48 UTC (rev 153775)
@@ -0,0 +1,24 @@
+--- cantata-1.5.2/cmake/FindTaglib.cmake.orig  2015-12-20 15:55:18.673152130 
+0100
 cantata-1.5.2/cmake/FindTaglib.cmake   2015-12-20 15:56:21.766649006 
+0100
+@@ -31,10 +31,10 @@
+ 
+   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
+ 
+-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
+  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
+  set(TAGLIB_FOUND FALSE)
+-  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
++  else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
+ 
+  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
+ 
+@@ -44,7 +44,7 @@
+ set(TAGLIB_FOUND TRUE)
+  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
+  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
+-  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
++  endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) 
+   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
+ 
+ else(TAGLIBCONFIG_EXECUTABLE)


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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 15:05:55
  Author: svenstaro
Revision: 153773

upgpkg: arrayfire 3.2.1-1

upstream release 3.2.1

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 11:24:11 UTC (rev 153772)
+++ PKGBUILD2015-12-20 14:05:55 UTC (rev 153773)
@@ -2,9 +2,9 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='http://arrayfire.com'
-pkgver=3.2.0
+pkgver=3.2.1
 arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
 license=('BSD')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
 makedepends_x86_64=('cuda' 'nvidia-utils')
@@ -13,7 +13,7 @@
 'nvidia-utils: Required for using CUDA backend'
 'libclc: Required for using OpenCL backend')
 source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
+md5sums=('2ea5766357c6740ccbdbfdb127bfa97c')
 
 check() {
   cd "${srcdir}/arrayfire-full-${pkgver}/build"


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

2015-12-20 Thread Sven-Hendrik Haase
Date: Sunday, December 20, 2015 @ 15:06:04
  Author: svenstaro
Revision: 153774

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 14:05:55 UTC (rev 153773)
+++ community-i686/PKGBUILD 2015-12-20 14:06:04 UTC (rev 153774)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.2.0
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 
'glew')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
-
-check() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/build"
-
-  #make test
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_FORGE=ON \
-  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
-  -DBUILD_CPU=ON \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCS=ON
-
-  make
-}
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: arrayfire/repos/community-i686/PKGBUILD (from rev 153773, 
arrayfire/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 14:06:04 UTC (rev 153774)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='http://arrayfire.com'
+pkgver=3.2.1
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
+makedepends_x86_64=('cuda' 'nvidia-utils')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 
'glew')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
+md5sums=('2ea5766357c6740ccbdbfdb127bfa97c')
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/build"
+
+  #make test
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_FORGE=ON \
+  -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
+  -DBUILD_CPU=ON \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCS=ON
+
+  make
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 14:05:55 UTC (rev 153773)
+++ community-x86_64/PKGBUILD   2015-12-20 14:06:04 UTC (rev 153774)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='http://arrayfire.com'
-pkgver=3.2.0
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 
'boost' 'git')
-makedepends_x86_64=('cuda' 'nvidia-utils')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 
'glew')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using 

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

2015-12-20 Thread Bartłomiej Piotrowski
Date: Sunday, December 20, 2015 @ 15:42:37
  Author: bpiotrowski
Revision: 257042

upgpkg: boost 1.60.0-1

new upstream release

Modified:
  boost/trunk/PKGBUILD
Deleted:
  boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch

--+
 0001-Python-Fix-condition-for-make_setter-overload.patch |   28 -
 PKGBUILD |   22 +++---
 2 files changed, 7 insertions(+), 43 deletions(-)

Deleted: 0001-Python-Fix-condition-for-make_setter-overload.patch
===
--- 0001-Python-Fix-condition-for-make_setter-overload.patch2015-12-20 
13:55:14 UTC (rev 257041)
+++ 0001-Python-Fix-condition-for-make_setter-overload.patch2015-12-20 
14:42:37 UTC (rev 257042)
@@ -1,28 +0,0 @@
-From f410fbd64d887e2a8824f968b0533588489b5430 Mon Sep 17 00:00:00 2001
-From: Jonathan Wakely 
-Date: Wed, 2 Sep 2015 13:02:12 +0100
-Subject: [PATCH] Python: Fix condition for make_setter overload.
-
-This fixes the regression caused by 42e7d7b.
-
-Fixes #39

- include/boost/python/data_members.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/boost/python/data_members.hpp 
b/include/boost/python/data_members.hpp
-index 139bde3..5d3309c 100644
 a/include/boost/python/data_members.hpp
-+++ b/include/boost/python/data_members.hpp
-@@ -305,7 +305,7 @@ inline object make_setter(D& x)
- return detail::make_setter(x, default_call_policies(), 
is_member_pointer(), 0);
- }
- 
--# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
-+# if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
- template 
- inline object make_setter(D const& x)
- {
--- 
-2.6.1
-

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 13:55:14 UTC (rev 257041)
+++ PKGBUILD2015-12-20 14:42:37 UTC (rev 257042)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
 # Contributor: Stéphane Gaudreault 
 # Contributor: kevin 
 # Contributor: Giovanni Scafora 
@@ -8,25 +9,16 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.59.0
+pkgver=1.60.0
 _boostver=${pkgver//./_}
-pkgrel=5
+pkgrel=1
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 
'openmpi')
-source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
-0001-Python-Fix-condition-for-make_setter-overload.patch)
-sha1sums=('b94de47108b2cdb0f931833a7a9834c2dd3ca46e'
-  'bd76d969b6f8fbe95f05fba13b57a001764c216c')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha1sums=('7f56ab507d3258610391b47fef6b11635861175a')
 
-prepare() {
-   cd ${pkgbase}_${_boostver}
-
-   # https://github.com/boostorg/python/issues/39
-   patch -Np2 -i ../0001-Python-Fix-condition-for-make_setter-overload.patch
-}
-
 build() {
export _stagedir="${srcdir}/stagedir"
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
@@ -65,7 +57,7 @@
   link=shared,static \
   toolset=gcc \
   python=2.7 \
-  cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" linkflags="${LDFLAGS}" \
   --layout=system \
   --prefix="${_stagedir}" \
   ${JOBS} \


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 16:06:31
  Author: arojas
Revision: 153776

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

Added:
  cantata/repos/community-i686/PKGBUILD
(from rev 153775, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
(from rev 153775, cantata/trunk/cantata.install)
  cantata/repos/community-i686/taglib-1.10.patch
(from rev 153775, cantata/trunk/taglib-1.10.patch)
  cantata/repos/community-x86_64/PKGBUILD
(from rev 153775, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
(from rev 153775, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/taglib-1.10.patch
(from rev 153775, cantata/trunk/taglib-1.10.patch)
Deleted:
  cantata/repos/community-i686/PKGBUILD
  cantata/repos/community-i686/cantata.install
  cantata/repos/community-x86_64/PKGBUILD
  cantata/repos/community-x86_64/cantata.install

+
 /PKGBUILD  |   90 +++
 /cantata.install   |   24 +
 community-i686/PKGBUILD|   40 ---
 community-i686/cantata.install |   12 
 community-i686/taglib-1.10.patch   |   24 +
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/cantata.install   |   12 
 community-x86_64/taglib-1.10.patch |   24 +
 8 files changed, 162 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 15:05:48 UTC (rev 153775)
+++ community-i686/PKGBUILD 2015-12-20 15:06:31 UTC (rev 153776)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=1.5.2
-pkgrel=3
-pkgdesc='Qt5 client for the music player daemon (MPD)'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/cantata/'
-license=('GPL')
-depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
- 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info' 'udisks2')
-optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
-install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download=0Bzghs6gQWi60LV9rM3RMQk85Z1E;)
-md5sums=('0b29d30f1b03ecac23eb608309fbeaa1')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_HTTP_STREAM_PLAYBACK=ON \
--DENABLE_KDE=OFF -DENABLE_QT5=ON \
--DENABLE_UDISKS2=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 153775, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 15:06:31 UTC (rev 153776)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=1.5.2
+pkgrel=4
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 
'mpg123'
+ 'taglib-extras' 'hicolor-icon-theme' 'cdparanoia' 'speex' 
'media-player-info' 'udisks2')
+optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain 
support')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'ffmpeg')
+install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download=0Bzghs6gQWi60LV9rM3RMQk85Z1E;
 taglib-1.10.patch)
+md5sums=('0b29d30f1b03ecac23eb608309fbeaa1'
+ 'af5aa1d31e78480289719b165d69f1b5')
+
+prepare() {
+  mkdir -p build
+
+# Fix taglib 1.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../taglib-1.10.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_HTTP_STREAM_PLAYBACK=ON \
+-DENABLE_KDE=OFF -DENABLE_QT5=ON \
+-DENABLE_UDISKS2=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2015-12-20 15:05:48 UTC (rev 153775)
+++ community-i686/cantata.install  2015-12-20 15:06:31 UTC (rev 153776)
@@ -1,12 

[arch-commits] Commit in (7 files)

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 16:21:58
  Author: arodseth
Revision: 153777

Move from AUR. Needed by Haxe.

Added:
  neko/
  neko/repos/
  neko/repos/community-i686/
  neko/repos/community-x86_64/
  neko/trunk/
  neko/trunk/PKGBUILD
  neko/trunk/neko.patch

+
 PKGBUILD   |   47 +++
 neko.patch |  237 +++
 2 files changed, 284 insertions(+)

Added: neko/trunk/PKGBUILD
===
--- neko/trunk/PKGBUILD (rev 0)
+++ neko/trunk/PKGBUILD 2015-12-20 15:21:58 UTC (rev 153777)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Dwight Schauer 
+# Contributor: Stefan Husmann 
+# Contributor: Christoph Zeiler 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Caleb McCombs 
+# Contributor: Christian Hesse 
+
+pkgname=neko
+pkgver=2.0.0
+pkgrel=7
+pkgdesc='High-level dynamically typed programming language'
+url='http://nekovm.org/'
+license=('LGPL')
+arch=('x86_64' 'i686')
+depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache')
+makedepends=('pkgconfig' 'apr')
+options=('!strip')
+source=("git://github.com/HaxeFoundation/neko.git#tag=v${pkgver/.0.0/-0}"
+'neko.patch')
+sha256sums=('SKIP'
+'306e70795a59600d30b5bfe448b57686bd6c3df11c7fe6413e0c7c48d83f6431')
+
+prepare() {
+  cd "$pkgname"
+  patch -p1 -i "$srcdir/neko.patch"
+}
+
+build() {
+  [ $CARCH = x86_64 ] && export CFLAGS+=" -D_64BITS"
+  make -C "$pkgname" clean libneko neko std
+  make -C "$pkgname" createbin compiler libs
+}
+
+check() {
+  make -C "$pkgname" test
+}
+
+package() {
+  install -d "$pkgdir/usr/"{bin,lib}
+  make -C "$pkgname" INSTALL_PREFIX="$pkgdir/usr" install
+  find "$pkgdir/usr/lib" -type f -exec chmod 644 {} \;
+}
+
+# getver: nekovm.org/download
+# vim:set ts=2 sw=2 et:


Property changes on: neko/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: neko/trunk/neko.patch
===
--- neko/trunk/neko.patch   (rev 0)
+++ neko/trunk/neko.patch   2015-12-20 15:21:58 UTC (rev 153777)
@@ -0,0 +1,237 @@
+# Thanks 
http://ftp.de.debian.org/debian/pool/main/n/neko/neko_2.0.0-3.debian.tar.gz
+diff --git a/Makefile b/Makefile
+index c6b01b9..835ccbc 100644
+--- a/Makefile
 b/Makefile
+@@ -12,9 +12,9 @@
+ 
+ INSTALL_PREFIX = /usr
+ 
+-CFLAGS = -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I 
libs/common
++CFLAGS += -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I libs/common
+ EXTFLAGS = -pthread
+-MAKESO = $(CC) -shared -Wl,-Bsymbolic
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = libneko.so
+ LIBNEKO_LIBS = -ldl -lgc -lm
+ NEKOVM_FLAGS = -Lbin -lneko
+@@ -36,7 +36,7 @@ NEKO_EXEC = LD_LIBRARY_PATH=../bin:${LD_LIBRARY_PATH} 
NEKOPATH=../boot:../bin ..
+ ifeq (${os}, mingw)
+ CFLAGS = -g -Wall -O3 -momit-leaf-frame-pointer -I vm -I /usr/local/include 
-I libs/common
+ EXTFLAGS =
+-MAKESO = $(CC) -O -shared
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = neko.dll
+ LIBNEKO_LIBS = -Lbin -lgc
+ STD_NDLL_FLAGS = ${NEKOVM_FLAGS} -lws2_32
+@@ -47,7 +47,7 @@ endif
+ ifeq (${os}, osx)
+ export MACOSX_DEPLOYMENT_TARGET=10.4
+ EXTFLAGS =
+-MAKESO = ${CC}
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = libneko.dylib
+ LIBNEKO_INSTALL = -install_name @executable_path/${LIBNEKO_NAME}
+ LIBNEKO_LIBS = -ldl /opt/local/lib/libgc.a -lm -dynamiclib -single_module 
${LIBNEKO_INSTALL}
+@@ -67,7 +67,7 @@ LIBNEKO_OBJECTS = vm/alloc.o vm/builtins.o vm/callback.o 
vm/interp.o vm/load.o v
+ all: createbin libneko neko std compiler libs
+ 
+ createbin:
+-  -mkdir bin 2>/dev/null
++  mkdir -p bin 2>/dev/null
+ 
+ libneko: bin/${LIBNEKO_NAME}
+ 
+@@ -101,7 +101,6 @@ bin/${LIBNEKO_NAME}: ${LIBNEKO_OBJECTS}
+ 
+ bin/neko: $(VM_OBJECTS)
+   ${CC} ${CFLAGS} ${EXTFLAGS} -o $@ ${VM_OBJECTS} ${NEKOVM_FLAGS}
+-  strip bin/neko
+ 
+ bin/std.ndll: ${STD_OBJECTS}
+   ${MAKESO} -o $@ ${STD_OBJECTS} ${STD_NDLL_FLAGS}
+@@ -116,9 +115,9 @@ clean:
+ install:
+   cp bin/${LIBNEKO_NAME} ${INSTALL_PREFIX}/lib
+   cp bin/neko bin/nekoc bin/nekotools bin/nekoml bin/nekoml.std 
${INSTALL_PREFIX}/bin
+-  -mkdir ${INSTALL_PREFIX}/lib/neko
++  mkdir -p ${INSTALL_PREFIX}/lib/neko
+   cp bin/*.ndll ${INSTALL_PREFIX}/lib/neko
+-  -mkdir ${INSTALL_PREFIX}/include
++  mkdir -p ${INSTALL_PREFIX}/include
+   cp vm/neko*.h ${INSTALL_PREFIX}/include
+ 
+ uninstall:
+diff --git a/libs/mod_neko/cgi.c b/libs/mod_neko/cgi.c
+index 6830c84..90751ba 100644
+--- a/libs/mod_neko/cgi.c
 b/libs/mod_neko/cgi.c
+@@ -572,9 +572,9 @@ static value log_message( value message ) {

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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 16:45:17
  Author: arodseth
Revision: 153778

upgpkg: neko 2.0.0-7

Modified:
  neko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 15:21:58 UTC (rev 153777)
+++ PKGBUILD2015-12-20 15:45:17 UTC (rev 153778)
@@ -15,7 +15,7 @@
 license=('LGPL')
 arch=('x86_64' 'i686')
 depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache')
-makedepends=('pkgconfig' 'apr')
+makedepends=('pkgconfig' 'apr' 'git')
 options=('!strip')
 source=("git://github.com/HaxeFoundation/neko.git#tag=v${pkgver/.0.0/-0}"
 'neko.patch')
@@ -24,13 +24,19 @@
 
 prepare() {
   cd "$pkgname"
+
   patch -p1 -i "$srcdir/neko.patch"
 }
 
 build() {
+  cd "$pkgname"
+
   [ $CARCH = x86_64 ] && export CFLAGS+=" -D_64BITS"
-  make -C "$pkgname" clean libneko neko std
-  make -C "$pkgname" createbin compiler libs
+
+  # The Neko Makefile is a bit broken
+  for cmd in clean libneko neko std createbin compiler libs; do
+make "$cmd"
+  done
 }
 
 check() {


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 17:19:45
  Author: arodseth
Revision: 153780

upgpkg: ccgo 0.3.6.5-1

Modified:
  ccgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 15:45:28 UTC (rev 153779)
+++ PKGBUILD2015-12-20 16:19:45 UTC (rev 153780)
@@ -3,8 +3,8 @@
 # Contributor: Guillem Rieu 
 
 pkgname=ccgo
-pkgver=0.3.6.4
-pkgrel=4
+pkgver=0.3.6.5
+pkgrel=1
 pkgdesc='Play the game of Go with gnugo or against other players on IGS'
 arch=('x86_64' 'i686')
 url='http://ccdw.org/~cjj/prog/ccgo/'
@@ -11,16 +11,17 @@
 license=('GPL')
 depends=('gtkmm' 'gconfmm')
 source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+
   find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
   find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   CXXFLAGS+=' -std=c++11 -fpermissive'
   ./configure --prefix=/usr
@@ -28,7 +29,8 @@
 }
 
 package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
 # vim:set ts=2 sw=2 et:


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 17:23:15
  Author: arodseth
Revision: 153782

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 16:19:57 UTC (rev 153781)
+++ community-i686/PKGBUILD 2015-12-20 16:23:15 UTC (rev 153782)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Guillem Rieu 
-
-pkgname=ccgo
-pkgver=0.3.6.5
-pkgrel=1
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 153781, 
ccgo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 16:23:15 UTC (rev 153782)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=1
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 16:19:57 UTC (rev 153781)
+++ community-x86_64/PKGBUILD   2015-12-20 16:23:15 UTC (rev 153782)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Guillem Rieu 
-
-pkgname=ccgo
-pkgver=0.3.6.5
-pkgrel=1
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 153781, 
ccgo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 16:23:15 UTC (rev 153782)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=1
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')

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

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 17:38:30
  Author: jelle
Revision: 153784

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

Added:
  xmonad/repos/community-i686/PKGBUILD
(from rev 153783, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-i686/xmonad.install
(from rev 153783, xmonad/trunk/xmonad.install)
  xmonad/repos/community-i686/xmonad.svg
(from rev 153783, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-x86_64/PKGBUILD
(from rev 153783, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-x86_64/xmonad.install
(from rev 153783, xmonad/trunk/xmonad.install)
  xmonad/repos/community-x86_64/xmonad.svg
(from rev 153783, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-i686/PKGBUILD
  xmonad/repos/community-i686/utf8-string.patch
  xmonad/repos/community-i686/xmonad.install
  xmonad/repos/community-i686/xmonad.svg
  xmonad/repos/community-x86_64/PKGBUILD
  xmonad/repos/community-x86_64/utf8-string.patch
  xmonad/repos/community-x86_64/xmonad.install
  xmonad/repos/community-x86_64/xmonad.svg

+
 /PKGBUILD  |  118 ++
 /xmonad.install|   38 
 /xmonad.svg|  154 +++
 community-i686/PKGBUILD|   58 -
 community-i686/utf8-string.patch   |   12 --
 community-i686/xmonad.install  |   19 
 community-i686/xmonad.svg  |   77 -
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/utf8-string.patch |   12 --
 community-x86_64/xmonad.install|   19 
 community-x86_64/xmonad.svg|   77 -
 11 files changed, 310 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 16:38:14 UTC (rev 153783)
+++ community-i686/PKGBUILD 2015-12-20 16:38:30 UTC (rev 153784)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: shild 
-
-pkgname=xmonad
-pkgver=0.11.1
-pkgrel=5
-pkgdesc="Lightweight X11 tiled window manager written in Haskell"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.10.3' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 
'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4')
-makedepends=('gendesk')
-optdepends=('xorg-xmessage: for displaying visual error messages')
-install='xmonad.install'
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg' 'utf8-string.patch' )
-options=('staticlibs')
-
-prepare() {
-  patch -Np0 -i $srcdir/utf8-string.patch
-}
-
-build() {
-  cd "$srcdir"
-  ghc-pkg list
-  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  #runhaskell util/GenerateManpage.hs
-
-  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
-  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-
-  install -D -m644 $srcdir/xmonad.desktop 
$pkgdir/usr/share/xsessions/xmonad.desktop
-}
-md5sums=('20792f4e428db24e6c0dbecbd77f69e0'
- '72bfa5e62e4e44fe7fa59b6a7593d993'
- '5ee379d4231096c07d92a31f25f8edab')

Copied: xmonad/repos/community-i686/PKGBUILD (from rev 153783, 
xmonad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 16:38:30 UTC (rev 153784)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Jelle van der Waa 
+# Contributor: shild 
+
+pkgname=xmonad
+pkgver=0.12
+pkgrel=1
+pkgdesc="Lightweight X11 tiled window manager written in Haskell"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.10.3' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1'
+ 'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4'
+ 'haskell-data-default' 'haskell-setlocale')
+makedepends=('gendesk')

[arch-commits] Commit in xmonad/trunk (PKGBUILD utf8-string.patch)

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 17:38:14
  Author: jelle
Revision: 153783

upgpkg: xmonad 0.12-1

Modified:
  xmonad/trunk/PKGBUILD
Deleted:
  xmonad/trunk/utf8-string.patch

---+
 PKGBUILD  |   35 ++-
 utf8-string.patch |   12 
 2 files changed, 18 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:23:15 UTC (rev 153782)
+++ PKGBUILD2015-12-20 16:38:14 UTC (rev 153783)
@@ -1,37 +1,40 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
 # Maintainer: Vesa Kaihlavirta 
+# Maintainer: Jelle van der Waa 
 # Contributor: shild 
 
 pkgname=xmonad
-pkgver=0.11.1
-pkgrel=5
+pkgver=0.12
+pkgrel=1
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.10.3' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 
'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4')
+depends=('ghc=7.10.3' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1'
+ 'haskell-utf8-string' 'haskell-extensible-exceptions=0.1.1.4'
+ 'haskell-data-default' 'haskell-setlocale')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg' 'utf8-string.patch' )
 options=('staticlibs')
+source=("https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz;
+"xmonad.svg")
 
+md5sums=('c81d688c51fa50aea0e421f4755ee2fc'
+ '72bfa5e62e4e44fe7fa59b6a7593d993')
+
 prepare() {
-  patch -Np0 -i $srcdir/utf8-string.patch
+  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
 }
 
 build() {
-  cd "$srcdir"
-  ghc-pkg list
-  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-
   cd $srcdir/$pkgname-$pkgver
 
   runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --libsubdir=\$compiler/site-local/\$pkgid 
--docdir=/usr/share/doc/${pkgname} 
   runhaskell Setup build
+  runhaskell Setup haddock
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
@@ -41,18 +44,16 @@
   cd $srcdir/$pkgname-$pkgver
   install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
   install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+
   runhaskell Setup.lhs copy --destdir=$pkgdir
 
+  # Requires pandoc, regex-posix, Pretty and cabal
   #runhaskell util/GenerateManpage.hs
 
   install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
   install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-
   install -D -m644 $srcdir/xmonad.desktop 
$pkgdir/usr/share/xsessions/xmonad.desktop
 }
-md5sums=('20792f4e428db24e6c0dbecbd77f69e0'
- '72bfa5e62e4e44fe7fa59b6a7593d993'
- '5ee379d4231096c07d92a31f25f8edab')

Deleted: utf8-string.patch
===
--- utf8-string.patch   2015-12-20 16:23:15 UTC (rev 153782)
+++ utf8-string.patch   2015-12-20 16:38:14 UTC (rev 153783)
@@ -1,12 +0,0 @@
-diff -aur xmonad-0.11.1/xmonad.cabal xmonad-0.11.1.new/xmonad.cabal
 xmonad-0.11.1/xmonad.cabal 2015-03-27 18:59:21.0 +0100
-+++ xmonad-0.11.1.new/xmonad.cabal 2015-03-30 21:23:28.481424344 +0200
-@@ -58,7 +58,7 @@
- else
- build-depends: base < 3
- build-depends: X11>=1.5 && < 1.7, mtl, unix,
--   utf8-string >= 0.3 && < 0.4
-+   utf8-string >= 0.3 && < 1.1
- 
- if true
- ghc-options:-funbox-strict-fields -Wall


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 17:42:01
  Author: arojas
Revision: 257044

Fix KF5 build (FS#47456)

Modified:
  umbrello/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 14:43:18 UTC (rev 257043)
+++ PKGBUILD2015-12-20 16:42:01 UTC (rev 257044)
@@ -4,7 +4,7 @@
 
 pkgname=umbrello
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='UML modeller'
 arch=(i686 x86_64)
 url='http://kde.org/applications/development/umbrello'
@@ -14,12 +14,17 @@
 conflicts=(kdesdk-umbrello)
 replaces=(kdesdk-umbrello)
 groups=(kde-applications kdesdk)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
fix-build.patch::"https://quickgit.kde.org/?p=umbrello.git=commitdiff=f18143=plain;)
 install=$pkgname.install
-md5sums=('1056ec261ec2b05b775e7995abdfab72')
+md5sums=('1056ec261ec2b05b775e7995abdfab72'
+ '446a933b6447db14659c92b6f23345c8')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-build.patch
 }
 
 build() { 


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 17:42:39
  Author: arojas
Revision: 257045

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

Added:
  umbrello/repos/extra-i686/PKGBUILD
(from rev 257044, umbrello/trunk/PKGBUILD)
  umbrello/repos/extra-i686/umbrello.install
(from rev 257044, umbrello/trunk/umbrello.install)
  umbrello/repos/extra-x86_64/PKGBUILD
(from rev 257044, umbrello/trunk/PKGBUILD)
  umbrello/repos/extra-x86_64/umbrello.install
(from rev 257044, umbrello/trunk/umbrello.install)
Deleted:
  umbrello/repos/extra-i686/PKGBUILD
  umbrello/repos/extra-i686/umbrello.install
  umbrello/repos/extra-x86_64/PKGBUILD
  umbrello/repos/extra-x86_64/umbrello.install

---+
 /PKGBUILD |   92 
 /umbrello.install |   26 +++
 extra-i686/PKGBUILD   |   41 -
 extra-i686/umbrello.install   |   13 -
 extra-x86_64/PKGBUILD |   41 -
 extra-x86_64/umbrello.install |   13 -
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-i686/PKGBUILD 2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=15.12.0
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('1056ec261ec2b05b775e7995abdfab72')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_KF5=ON \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/extra-i686/PKGBUILD (from rev 257044, 
umbrello/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 16:42:39 UTC (rev 257045)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=15.12.0
+pkgrel=2
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
fix-build.patch::"https://quickgit.kde.org/?p=umbrello.git=commitdiff=f18143=plain;)
+install=$pkgname.install
+md5sums=('1056ec261ec2b05b775e7995abdfab72'
+ '446a933b6447db14659c92b6f23345c8')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-build.patch
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/umbrello.install
===
--- extra-i686/umbrello.install 2015-12-20 16:42:01 UTC (rev 257044)
+++ extra-i686/umbrello.install 2015-12-20 16:42:39 UTC (rev 257045)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: umbrello/repos/extra-i686/umbrello.install (from rev 257044, 
umbrello/trunk/umbrello.install)
===
--- extra-i686/umbrello.install (rev 0)
+++ extra-i686/umbrello.install 2015-12-20 16:42:39 UTC (rev 257045)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD

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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 17:48:03
  Author: arojas
Revision: 257046

Add missing ktexteditor dependency (FS#47459)

Modified:
  dolphin-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:42:39 UTC (rev 257045)
+++ PKGBUILD2015-12-20 16:48:03 UTC (rev 257046)
@@ -5,13 +5,14 @@
 
 pkgname=dolphin-plugins
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra Dolphin plugins"
 arch=(i686 x86_64)
 url="https://projects.kde.org/dolphin-plugins;
 license=(LGPL)
 depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
 conflicts=(kdesdk-dolphin-plugins)
 replaces=(kdesdk-dolphin-plugins)
 groups=(kde-applications kdesdk)


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

2015-12-20 Thread Antonio Rojas
Date: Sunday, December 20, 2015 @ 17:49:36
  Author: arojas
Revision: 257047

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

Added:
  dolphin-plugins/repos/extra-i686/PKGBUILD
(from rev 257046, dolphin-plugins/trunk/PKGBUILD)
  dolphin-plugins/repos/extra-x86_64/PKGBUILD
(from rev 257046, dolphin-plugins/trunk/PKGBUILD)
Deleted:
  dolphin-plugins/repos/extra-i686/PKGBUILD
  dolphin-plugins/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-20 16:48:03 UTC (rev 257046)
+++ extra-i686/PKGBUILD 2015-12-20 16:49:36 UTC (rev 257047)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b91bdc4a0883bbcecb34bedee59ae142')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin-plugins/repos/extra-i686/PKGBUILD (from rev 257046, 
dolphin-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-20 16:49:36 UTC (rev 257047)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=15.12.0
+pkgrel=2
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('b91bdc4a0883bbcecb34bedee59ae142')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-20 16:48:03 UTC (rev 257046)
+++ extra-x86_64/PKGBUILD   2015-12-20 16:49:36 UTC (rev 257047)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=15.12.0
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b91bdc4a0883bbcecb34bedee59ae142')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin-plugins/repos/extra-x86_64/PKGBUILD (from rev 257046, 
dolphin-plugins/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-20 16:49:36 UTC (rev 257047)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:08:06
  Author: arodseth
Revision: 153788

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
(from rev 153787, pychess/trunk/PKGBUILD)
  pychess/repos/community-any/pychess.install
(from rev 153787, pychess/trunk/pychess.install)
Deleted:
  pychess/repos/community-any/PKGBUILD
  pychess/repos/community-any/pychess.install

-+
 PKGBUILD|   56 +++---
 pychess.install |   24 +++
 2 files changed, 36 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 17:07:59 UTC (rev 153787)
+++ PKGBUILD2015-12-20 17:08:06 UTC (rev 153788)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.12
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
-install=pychess.install
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('922065f8ec62582d6431cb73c8564fce')
-
-prepare() {
-  cd "pychess-$pkgver"
-
-  #sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" 
lib/pychess/Players/PyChess.py
-  #sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
-  #sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
-}
-
-package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root=$pkgdir
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 153787, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 17:08:06 UTC (rev 153788)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
+install=pychess.install
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
+md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
+
+package() {
+  cd "pychess-$pkgver"
+
+  python setup.py install --prefix=/usr --root=$pkgdir
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et:

Deleted: pychess.install
===
--- pychess.install 2015-12-20 17:07:59 UTC (rev 153787)
+++ pychess.install 2015-12-20 17:08:06 UTC (rev 153788)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pychess/repos/community-any/pychess.install (from rev 153787, 
pychess/trunk/pychess.install)
===
--- pychess.install (rev 0)
+++ pychess.install 2015-12-20 17:08:06 UTC (rev 153788)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:07:59
  Author: arodseth
Revision: 153787

upgpkg: pychess 0.12.1-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:40:14 UTC (rev 153786)
+++ PKGBUILD2015-12-20 17:07:59 UTC (rev 153787)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,16 +12,8 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('922065f8ec62582d6431cb73c8564fce')
+md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
 
-prepare() {
-  cd "pychess-$pkgver"
-
-  #sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" 
lib/pychess/Players/PyChess.py
-  #sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
-  #sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
-}
-
 package() {
   cd "pychess-$pkgver"
 


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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 18:22:49
  Author: alucryd
Revision: 153790

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

Added:
  emby-server/repos/community-i686/
  emby-server/repos/community-i686/PKGBUILD
(from rev 153789, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 153789, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 153789, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 153789, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 153789, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 153789, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 153789, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 153789, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 153789, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 153789, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 153789, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 153789, emby-server/trunk/emby-server.service)

+
 community-i686/PKGBUILD|   57 +++
 community-i686/emby-migrate-database   |   56 ++
 community-i686/emby-server |3 +
 community-i686/emby-server.conf|4 ++
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   57 +++
 community-x86_64/emby-migrate-database |   56 ++
 community-x86_64/emby-server   |3 +
 community-x86_64/emby-server.conf  |4 ++
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 12 files changed, 334 insertions(+)

Copied: emby-server/repos/community-i686/PKGBUILD (from rev 153789, 
emby-server/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 17:22:49 UTC (rev 153790)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5781.8
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('i686' 'x86_64')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-migrate-database'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+options=('!emptydirs')
+sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
+'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
+'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
+'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
+'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
+
+prepare() {
+  cd Emby-${pkgver}
+
+  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
+}
+
+build() {
+  cd Emby-${pkgver}
+
+  xbuild \
+/p:Configuration='Release Mono' \
+/p:Platform='Any CPU' \
+/p:OutputPath="${srcdir}/build" \
+/t:build MediaBrowser.Mono.sln
+  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
+  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
+  find "${pkgdir}" -type f -name *.dylib -delete
+  install -m 755 emby-server "${pkgdir}"/usr/bin/
+  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
+  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
+  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
+
+  install -dm 755 "${pkgdir}"/var/lib/emby
+  chown 422:422 -R "${pkgdir}"/var/lib/emby
+}
+
+# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-i686/emby-migrate-database (from rev 
153789, emby-server/trunk/emby-migrate-database)
===
--- 

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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 18:22:19
  Author: alucryd
Revision: 153789

upgpkg: emby-server 3.0.5781.8-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 17:08:06 UTC (rev 153788)
+++ PKGBUILD2015-12-20 17:22:19 UTC (rev 153789)
@@ -3,10 +3,10 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5781.5
+pkgver=3.0.5781.8
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://emby.media'
 license=('GPL2')
 depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
@@ -17,7 +17,8 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('dde10f3cbb5b0adabd94c53a649e3932364105ec62aea757687ecd08d9509dca'
+options=('!emptydirs')
+sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
@@ -37,11 +38,13 @@
 /p:Platform='Any CPU' \
 /p:OutputPath="${srcdir}/build" \
 /t:build MediaBrowser.Mono.sln
+  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
 }
 
 package() {
   install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
   cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
+  find "${pkgdir}" -type f -name *.dylib -delete
   install -m 755 emby-server "${pkgdir}"/usr/bin/
   install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
   install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/


[arch-commits] Commit in emby-server/repos (25 files)

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 18:35:23
  Author: alucryd
Revision: 153791

Using Mono's AOT, no longer an 'any' package

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 153790, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 153790, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 153790, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 153790, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 153790, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 153790, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 153790, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 153790, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 153790, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 153790, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 153790, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 153790, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-any/
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  114 +++
 /emby-migrate-database |  112 ++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   57 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 17:22:49 UTC (rev 153790)
+++ community-i686/PKGBUILD 2015-12-20 17:35:23 UTC (rev 153791)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5781.8
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-options=('!emptydirs')
-sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' 

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

2015-12-20 Thread Maxime Gauduin
Date: Sunday, December 20, 2015 @ 18:35:51
  Author: alucryd
Revision: 153792

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 153791, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 153791, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 153791, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 153791, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 153791, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 153791, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 153791, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 153791, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 153791, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 153791, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 153791, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 153791, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  114 +++
 /emby-migrate-database |  112 ++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   57 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 17:35:23 UTC (rev 153791)
+++ community-i686/PKGBUILD 2015-12-20 17:35:51 UTC (rev 153792)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5781.8
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-options=('!emptydirs')
-sha256sums=('2daf580ee10265164adb6fcbf3e9f22f49b099d8a13fd0dc9cc36b1ccac82bdf'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' 

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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:43:54
  Author: arodseth
Revision: 153793

upgpkg: libutf8proc 1.3.1-1

Modified:
  libutf8proc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 17:35:51 UTC (rev 153792)
+++ PKGBUILD2015-12-20 17:43:54 UTC (rev 153793)
@@ -2,30 +2,31 @@
 # Maintainer: Alexander Rødseth 
 
 pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
 replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
 depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
 
 build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
+  make -C "utf8proc-$pkgver"
 }
 
+check() {
+  make -C "utf8proc-$pkgver" check
+}
+
 package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
+  cd "utf8proc-$pkgver"
 
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make DESTDIR="$pkgdir" prefix=/usr install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
+# getver: julialang.org/utf8proc/releases/
 # vim:set ts=2 sw=2 et:


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:44:05
  Author: arodseth
Revision: 153794

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 17:43:54 UTC (rev 153793)
+++ community-i686/PKGBUILD 2015-12-20 17:44:05 UTC (rev 153794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
-replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 153793, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 17:44:05 UTC (rev 153794)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
+
+build() {
+  make -C "utf8proc-$pkgver"
+}
+
+check() {
+  make -C "utf8proc-$pkgver" check
+}
+
+package() {
+  cd "utf8proc-$pkgver"
+
+  make DESTDIR="$pkgdir" prefix=/usr install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: julialang.org/utf8proc/releases/
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 17:43:54 UTC (rev 153793)
+++ community-x86_64/PKGBUILD   2015-12-20 17:44:05 UTC (rev 153794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
-replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-x86_64/PKGBUILD (from rev 153793, 
libutf8proc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 17:44:05 UTC (rev 153794)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)

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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:49:39
  Author: arodseth
Revision: 153796

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

Added:
  libutf8proc/repos/community-i686/PKGBUILD
(from rev 153795, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-i686/libutf8proc.pc
(from rev 153795, libutf8proc/trunk/libutf8proc.pc)
  libutf8proc/repos/community-x86_64/PKGBUILD
(from rev 153795, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-x86_64/libutf8proc.pc
(from rev 153795, libutf8proc/trunk/libutf8proc.pc)
Deleted:
  libutf8proc/repos/community-i686/PKGBUILD
  libutf8proc/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 community-i686/PKGBUILD |   32 -
 community-i686/libutf8proc.pc   |   10 +
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/libutf8proc.pc |   10 +
 5 files changed, 90 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 17:49:29 UTC (rev 153795)
+++ community-i686/PKGBUILD 2015-12-20 17:49:39 UTC (rev 153796)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://julialang.org/utf8proc/'
-license=('MIT' 'custom')
-replaces=('utf8proc')
-depends=('glibc')
-source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
-sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
-
-build() {
-  make -C "utf8proc-$pkgver"
-}
-
-check() {
-  make -C "utf8proc-$pkgver" check
-}
-
-package() {
-  cd "utf8proc-$pkgver"
-
-  make DESTDIR="$pkgdir" prefix=/usr install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: julialang.org/utf8proc/releases/
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 153795, 
libutf8proc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 17:49:39 UTC (rev 153796)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libutf8proc
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
+replaces=('utf8proc')
+depends=('glibc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;
+'libutf8proc.pc')
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc'
+'6c6c05ff6c91777987d76f935c24c7a3f67eba12e420a437f03ee1545f404d31')
+
+build() {
+  make -C "utf8proc-$pkgver"
+}
+
+check() {
+  make -C "utf8proc-$pkgver" check
+}
+
+package() {
+  cd "utf8proc-$pkgver"
+
+  make DESTDIR="$pkgdir" prefix=/usr install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+}
+
+# getver: julialang.org/utf8proc/releases/
+# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/libutf8proc.pc (from rev 153795, 
libutf8proc/trunk/libutf8proc.pc)
===
--- community-i686/libutf8proc.pc   (rev 0)
+++ community-i686/libutf8proc.pc   2015-12-20 17:49:39 UTC (rev 153796)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: 1.3.1
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 17:49:29 UTC (rev 153795)
+++ community-x86_64/PKGBUILD   2015-12-20 17:49:39 UTC (rev 153796)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=libutf8proc
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://julialang.org/utf8proc/'
-license=('MIT' 'custom')
-replaces=('utf8proc')
-depends=('glibc')
-source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
-sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
-
-build() {
-  make -C "utf8proc-$pkgver"
-}
-
-check() {
-  make -C "utf8proc-$pkgver" check
-}
-
-package() {
-  cd "utf8proc-$pkgver"
-
-  make DESTDIR="$pkgdir" prefix=/usr install
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: 

[arch-commits] Commit in libutf8proc/trunk (PKGBUILD libutf8proc.pc)

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:49:29
  Author: arodseth
Revision: 153795

upgpkg: libutf8proc 1.3.1-2

Added:
  libutf8proc/trunk/libutf8proc.pc
Modified:
  libutf8proc/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++
 libutf8proc.pc |   10 ++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 17:44:05 UTC (rev 153794)
+++ PKGBUILD2015-12-20 17:49:29 UTC (rev 153795)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 
 pkgname=libutf8proc
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64' 'i686')
 url='http://julialang.org/utf8proc/'
@@ -10,8 +10,10 @@
 license=('MIT' 'custom')
 replaces=('utf8proc')
 depends=('glibc')
-source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;)
-sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz;
+'libutf8proc.pc')
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc'
+'6c6c05ff6c91777987d76f935c24c7a3f67eba12e420a437f03ee1545f404d31')
 
 build() {
   make -C "utf8proc-$pkgver"
@@ -26,6 +28,7 @@
 
   make DESTDIR="$pkgdir" prefix=/usr install
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
 }
 
 # getver: julialang.org/utf8proc/releases/

Added: libutf8proc.pc
===
--- libutf8proc.pc  (rev 0)
+++ libutf8proc.pc  2015-12-20 17:49:29 UTC (rev 153795)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: 1.3.1
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 16:45:28
  Author: arodseth
Revision: 153779

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

Added:
  neko/repos/community-i686/PKGBUILD
(from rev 153778, neko/trunk/PKGBUILD)
  neko/repos/community-i686/neko.patch
(from rev 153778, neko/trunk/neko.patch)
  neko/repos/community-x86_64/PKGBUILD
(from rev 153778, neko/trunk/PKGBUILD)
  neko/repos/community-x86_64/neko.patch
(from rev 153778, neko/trunk/neko.patch)

-+
 community-i686/PKGBUILD |   53 +
 community-i686/neko.patch   |  237 ++
 community-x86_64/PKGBUILD   |   53 +
 community-x86_64/neko.patch |  237 ++
 4 files changed, 580 insertions(+)

Copied: neko/repos/community-i686/PKGBUILD (from rev 153778, 
neko/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 15:45:28 UTC (rev 153779)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Dwight Schauer 
+# Contributor: Stefan Husmann 
+# Contributor: Christoph Zeiler 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Caleb McCombs 
+# Contributor: Christian Hesse 
+
+pkgname=neko
+pkgver=2.0.0
+pkgrel=7
+pkgdesc='High-level dynamically typed programming language'
+url='http://nekovm.org/'
+license=('LGPL')
+arch=('x86_64' 'i686')
+depends=('gc' 'gtk2' 'libmariadbclient' 'sqlite' 'apache')
+makedepends=('pkgconfig' 'apr' 'git')
+options=('!strip')
+source=("git://github.com/HaxeFoundation/neko.git#tag=v${pkgver/.0.0/-0}"
+'neko.patch')
+sha256sums=('SKIP'
+'306e70795a59600d30b5bfe448b57686bd6c3df11c7fe6413e0c7c48d83f6431')
+
+prepare() {
+  cd "$pkgname"
+
+  patch -p1 -i "$srcdir/neko.patch"
+}
+
+build() {
+  cd "$pkgname"
+
+  [ $CARCH = x86_64 ] && export CFLAGS+=" -D_64BITS"
+
+  # The Neko Makefile is a bit broken
+  for cmd in clean libneko neko std createbin compiler libs; do
+make "$cmd"
+  done
+}
+
+check() {
+  make -C "$pkgname" test
+}
+
+package() {
+  install -d "$pkgdir/usr/"{bin,lib}
+  make -C "$pkgname" INSTALL_PREFIX="$pkgdir/usr" install
+  find "$pkgdir/usr/lib" -type f -exec chmod 644 {} \;
+}
+
+# getver: nekovm.org/download
+# vim:set ts=2 sw=2 et:

Copied: neko/repos/community-i686/neko.patch (from rev 153778, 
neko/trunk/neko.patch)
===
--- community-i686/neko.patch   (rev 0)
+++ community-i686/neko.patch   2015-12-20 15:45:28 UTC (rev 153779)
@@ -0,0 +1,237 @@
+# Thanks 
http://ftp.de.debian.org/debian/pool/main/n/neko/neko_2.0.0-3.debian.tar.gz
+diff --git a/Makefile b/Makefile
+index c6b01b9..835ccbc 100644
+--- a/Makefile
 b/Makefile
+@@ -12,9 +12,9 @@
+ 
+ INSTALL_PREFIX = /usr
+ 
+-CFLAGS = -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I 
libs/common
++CFLAGS += -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE -I libs/common
+ EXTFLAGS = -pthread
+-MAKESO = $(CC) -shared -Wl,-Bsymbolic
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = libneko.so
+ LIBNEKO_LIBS = -ldl -lgc -lm
+ NEKOVM_FLAGS = -Lbin -lneko
+@@ -36,7 +36,7 @@ NEKO_EXEC = LD_LIBRARY_PATH=../bin:${LD_LIBRARY_PATH} 
NEKOPATH=../boot:../bin ..
+ ifeq (${os}, mingw)
+ CFLAGS = -g -Wall -O3 -momit-leaf-frame-pointer -I vm -I /usr/local/include 
-I libs/common
+ EXTFLAGS =
+-MAKESO = $(CC) -O -shared
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = neko.dll
+ LIBNEKO_LIBS = -Lbin -lgc
+ STD_NDLL_FLAGS = ${NEKOVM_FLAGS} -lws2_32
+@@ -47,7 +47,7 @@ endif
+ ifeq (${os}, osx)
+ export MACOSX_DEPLOYMENT_TARGET=10.4
+ EXTFLAGS =
+-MAKESO = ${CC}
++MAKESO = $(CC) -shared
+ LIBNEKO_NAME = libneko.dylib
+ LIBNEKO_INSTALL = -install_name @executable_path/${LIBNEKO_NAME}
+ LIBNEKO_LIBS = -ldl /opt/local/lib/libgc.a -lm -dynamiclib -single_module 
${LIBNEKO_INSTALL}
+@@ -67,7 +67,7 @@ LIBNEKO_OBJECTS = vm/alloc.o vm/builtins.o vm/callback.o 
vm/interp.o vm/load.o v
+ all: createbin libneko neko std compiler libs
+ 
+ createbin:
+-  -mkdir bin 2>/dev/null
++  mkdir -p bin 2>/dev/null
+ 
+ libneko: bin/${LIBNEKO_NAME}
+ 
+@@ -101,7 +101,6 @@ bin/${LIBNEKO_NAME}: ${LIBNEKO_OBJECTS}
+ 
+ bin/neko: $(VM_OBJECTS)
+   ${CC} ${CFLAGS} ${EXTFLAGS} -o $@ ${VM_OBJECTS} ${NEKOVM_FLAGS}
+-  strip bin/neko
+ 
+ bin/std.ndll: ${STD_OBJECTS}
+   ${MAKESO} -o $@ ${STD_OBJECTS} ${STD_NDLL_FLAGS}
+@@ -116,9 +115,9 @@ clean:
+ install:
+   cp bin/${LIBNEKO_NAME} ${INSTALL_PREFIX}/lib
+   cp bin/neko bin/nekoc bin/nekotools bin/nekoml bin/nekoml.std 
${INSTALL_PREFIX}/bin
+-  -mkdir ${INSTALL_PREFIX}/lib/neko
++  mkdir -p ${INSTALL_PREFIX}/lib/neko
+   cp 

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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 17:19:57
  Author: arodseth
Revision: 153781

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 16:19:45 UTC (rev 153780)
+++ community-i686/PKGBUILD 2015-12-20 16:19:57 UTC (rev 153781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Guillem Rieu 
-
-pkgname=ccgo
-pkgver=0.3.6.4
-pkgrel=4
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 153780, 
ccgo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 16:19:57 UTC (rev 153781)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=1
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d12be7fb9170d650ae78197983fac05af21ddbf47f7b1a2a14de9aa832ed602c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
+  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: http://ccdw.org/~cjj/prog/ccgo/ChangeLog
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-20 16:19:45 UTC (rev 153780)
+++ community-x86_64/PKGBUILD   2015-12-20 16:19:57 UTC (rev 153781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Guillem Rieu 
-
-pkgname=ccgo
-pkgver=0.3.6.4
-pkgrel=4
-pkgdesc='Play the game of Go with gnugo or against other players on IGS'
-arch=('x86_64' 'i686')
-url='http://ccdw.org/~cjj/prog/ccgo/'
-license=('GPL')
-depends=('gtkmm' 'gconfmm')
-source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  find -name '*.hh' -exec sed -i '/sigc++\/object.h/d' {} +
-  find -name '*.cc' -exec sed -i 's/(bind(/(sigc::bind(/' {} +
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CXXFLAGS+=' -std=c++11 -fpermissive'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 153780, 
ccgo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-20 16:19:57 UTC (rev 153781)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Guillem Rieu 
+
+pkgname=ccgo
+pkgver=0.3.6.5
+pkgrel=1
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=("http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)

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

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 17:40:14
  Author: jelle
Revision: 153786

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 153785, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
(from rev 153785, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 153785, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
(from rev 153785, xmonad-contrib/trunk/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

--+
 /PKGBUILD|   80 +
 /xmonad-contrib.install  |   34 +
 community-i686/PKGBUILD  |   36 -
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 ---
 community-i686/xmonad-contrib.install|   17 --
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 ---
 community-x86_64/xmonad-contrib.install  |   17 --
 8 files changed, 114 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 16:40:01 UTC (rev 153785)
+++ community-i686/PKGBUILD 2015-12-20 16:40:14 UTC (rev 153786)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: orbisvicis 
-
-pkgname=xmonad-contrib
-pkgver=0.11.4
-pkgrel=5
-pkgdesc="Add-ons for xmonad"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.10.3' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-random=1.1' 
'haskell-old-time')
-install='xmonad-contrib.install'
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('a41c886280a5414105c1cf241f0fd2f4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 153785, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 16:40:14 UTC (rev 153786)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.12
+pkgrel=1
+pkgdesc="Add-ons for xmonad"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.10.3' 'xmonad=0.12' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-random=1.1' 
'haskell-old-time')
+install='xmonad-contrib.install'
+options=('staticlibs')
+source=("https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid 
--docdir=/usr/share/doc/${pkgname}
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s 

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

2015-12-20 Thread Jelle van der Waa
Date: Sunday, December 20, 2015 @ 17:40:01
  Author: jelle
Revision: 153785

upgpkg: xmonad-contrib 0.12-1

Modified:
  xmonad-contrib/trunk/PKGBUILD
Deleted:
  xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch

-+
 PKGBUILD|   18 +++---
 xmonad-contrib-remove-getatomname.patch |   19 ---
 2 files changed, 11 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:38:30 UTC (rev 153784)
+++ PKGBUILD2015-12-20 16:40:01 UTC (rev 153785)
@@ -4,24 +4,24 @@
 # Contributor: orbisvicis 
 
 pkgname=xmonad-contrib
-pkgver=0.11.4
-pkgrel=5
+pkgver=0.12
+pkgrel=1
 pkgdesc="Add-ons for xmonad"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.10.3' 'xmonad=0.11.1' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-random=1.1' 
'haskell-old-time')
+depends=('ghc=7.10.3' 'xmonad=0.12' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-random=1.1' 
'haskell-old-time')
 install='xmonad-contrib.install'
 options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('a41c886280a5414105c1cf241f0fd2f4')
+source=("https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz;)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
   runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --libsubdir=\$compiler/site-local/\$pkgid 
--docdir=/usr/share/doc/${pkgname}
   runhaskell Setup build
+  runhaskell Setup haddock
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
@@ -32,5 +32,9 @@
   install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
   install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
   runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname"
+
+  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+md5sums=('5538c34c020946016cc31b49594c7d4b')

Deleted: xmonad-contrib-remove-getatomname.patch
===
--- xmonad-contrib-remove-getatomname.patch 2015-12-20 16:38:30 UTC (rev 
153784)
+++ xmonad-contrib-remove-getatomname.patch 2015-12-20 16:40:01 UTC (rev 
153785)
@@ -1,19 +0,0 @@
-diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs 
xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
 xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs2013-01-01 
01:32:44.0 +
-+++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs 2013-03-18 
07:54:52.082723862 +
-@@ -50,6 +50,7 @@
- import   System.Process
- 
- -- this should move into X11
-+{-
- foreign import ccall unsafe "XGetAtomName"
-   xGetAtomName :: Display -> Atom -> IO CString
- 
-@@ -63,6 +64,7 @@
-   xFree n
-   return $ Just n'
- 
-+-}
- -- | Event hook to dump all received events.  You should probably not use this
- --   unconditionally; it will produce massive amounts of output.
- debugEventsHook   :: Event -> X All


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 21:05:29
  Author: arodseth
Revision: 153800

upgpkg: botan 1.11.25-2

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 19:36:22 UTC (rev 153799)
+++ PKGBUILD2015-12-20 20:05:29 UTC (rev 153800)
@@ -7,12 +7,12 @@
 
 pkgname=botan
 pkgver=1.11.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')
 url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
+depends=('gcc-libs' 'sh')
 makedepends=('python' 'asio' 'git')
 source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
 #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 21:05:39
  Author: arodseth
Revision: 153801

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 153800, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 153800, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 153800, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 153800, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   96 +++
 /botan.key |   70 +++
 community-i686/PKGBUILD|   48 -
 community-i686/botan.key   |   35 ---
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/botan.key |   35 ---
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 20:05:29 UTC (rev 153800)
+++ community-i686/PKGBUILD 2015-12-20 20:05:39 UTC (rev 153801)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=1.11.25
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python' 'asio' 'git')
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('356189785beb34e34a7cc76e2bdee636'
- 'SKIP')
-# Botan Distribution Key. To import: gpg --import botan.key
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-
-build() {
-  cd "${pkgname^}-$pkgver"
-
-  python configure.py \
---prefix=/usr \
---destdir="$pkgdir/usr"
-  make
-}
-
-check() {
-  cd "${pkgname^}-$pkgver"
-
-  ./botan-test
-}
-
-package() {
-  cd "${pkgname^}-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: botan.randombit.net
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 153800, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 20:05:39 UTC (rev 153801)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=1.11.25
+pkgrel=2
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python' 'asio' 'git')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
+md5sums=('356189785beb34e34a7cc76e2bdee636'
+ 'SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  python configure.py \
+--prefix=/usr \
+--destdir="$pkgdir/usr"
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  cd "${pkgname^}-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: botan.randombit.net
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2015-12-20 20:05:29 UTC (rev 153800)
+++ community-i686/botan.key2015-12-20 20:05:39 UTC (rev 153801)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1

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

2015-12-20 Thread Ike Devolder
Date: Sunday, December 20, 2015 @ 21:19:43
  Author: idevolder
Revision: 153805

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 153804, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 20:19:37 UTC (rev 153804)
+++ PKGBUILD2015-12-20 20:19:43 UTC (rev 153805)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20151015
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ant jar
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-
-   ant test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
-   chmod +x "$pkgdir/usr/bin/closure"
-}
-
-sha256sums=('5e1bcde3df0ba819e29b6e27db2ad72ffbf3856b7fd0a11a9dfe1264769b3f40')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 153804, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 20:19:43 UTC (rev 153805)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20151216
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ant jar
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+
+   ant test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   install -m755 -D build/compiler.jar 
"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure"
+   chmod +x "$pkgdir/usr/bin/closure"
+}
+
+sha256sums=('d03af3451df33187dc9a2d3b6c1292b1598058a7b4f57bb795e9c6d3c7cf3023')


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

2015-12-20 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 21:59:27
  Author: heftig
Revision: 257049

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 20:58:58 UTC (rev 257048)
+++ PKGBUILD2015-12-20 20:59:27 UTC (rev 257049)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cantarell-fonts
-pkgver=0.0.18.1
-pkgrel=1
-pkgdesc="Cantarell font family"
-arch=('any')
-url="https://git.gnome.org/browse/cantarell-fonts;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 257048, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 20:59:27 UTC (rev 257049)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cantarell-fonts
+pkgver=0.0.19
+pkgrel=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="https://git.gnome.org/browse/cantarell-fonts;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('c7f975ef3d5cf0ed409636c59d069260783683c47ba1289ac3e66a98446e46ae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2015-12-20 20:58:58 UTC (rev 257048)
+++ cantarell-fonts.install 2015-12-20 20:59:27 UTC (rev 257049)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
257048, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2015-12-20 20:59:27 UTC (rev 257049)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-12-20 Thread Jan Steffens
Date: Sunday, December 20, 2015 @ 21:58:58
  Author: heftig
Revision: 257048

0.0.19

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:49:36 UTC (rev 257047)
+++ PKGBUILD2015-12-20 20:58:58 UTC (rev 257048)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.18.1
+pkgver=0.0.19
 pkgrel=1
 pkgdesc="Cantarell font family"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0')
+sha256sums=('c7f975ef3d5cf0ed409636c59d069260783683c47ba1289ac3e66a98446e46ae')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in kid3/trunk (PKGBUILD kid3.changelog)

2015-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 20, 2015 @ 20:36:01
  Author: jlichtblau
Revision: 153798

upgpkg: kid3 3.3.1-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

+
 PKGBUILD   |6 +++---
 kid3.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 18:07:38 UTC (rev 153797)
+++ PKGBUILD2015-12-20 19:36:01 UTC (rev 153798)
@@ -4,8 +4,8 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.3.0
-pkgrel=4
+pkgver=3.3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/;
 license=('GPL')
@@ -14,7 +14,7 @@
 install=$pkgbase.install
 changelog=$pkgbase.changelog
 source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('5a9e469d740ef8ee7c5060d294424b75a2383510d117589f9a7cacf02a294a8b')
+sha256sums=('8acf344d3f6651bccc7994d9e3c9602777892c744828fd2e455d617293c8e74d')
 
 prepare() {
   cd "${srcdir}"

Modified: kid3.changelog
===
--- kid3.changelog  2015-12-20 18:07:38 UTC (rev 153797)
+++ kid3.changelog  2015-12-20 19:36:01 UTC (rev 153798)
@@ -1,3 +1,6 @@
+2015-12-20 Jaroslav Lichtblau 
+   * kid3 3.3.1-1
+
 2015-10-21 Jaroslav Lichtblau 
* kid3 3.3.0-3 FS#46601 fix
 


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

2015-12-20 Thread Jaroslav Lichtblau
Date: Sunday, December 20, 2015 @ 20:36:22
  Author: jlichtblau
Revision: 153799

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

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 153798, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 153798, kid3/trunk/kid3.changelog)
  kid3/repos/community-i686/kid3.install
(from rev 153798, kid3/trunk/kid3.install)
  kid3/repos/community-x86_64/PKGBUILD
(from rev 153798, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 153798, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/kid3.install
(from rev 153798, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-i686/kid3.install
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog
  kid3/repos/community-x86_64/kid3.install

-+
 /PKGBUILD   |  140 ++
 /kid3.changelog |  154 ++
 /kid3.install   |   24 +
 community-i686/PKGBUILD |   70 -
 community-i686/kid3.changelog   |   74 --
 community-i686/kid3.install |   12 --
 community-x86_64/PKGBUILD   |   70 -
 community-x86_64/kid3.changelog |   74 --
 community-x86_64/kid3.install   |   12 --
 9 files changed, 318 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 19:36:01 UTC (rev 153798)
+++ community-i686/PKGBUILD 2015-12-20 19:36:22 UTC (rev 153799)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.3.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules')
-install=$pkgbase.install
-changelog=$pkgbase.changelog
-source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('5a9e469d740ef8ee7c5060d294424b75a2383510d117589f9a7cacf02a294a8b')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 153798, 
kid3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 19:36:22 UTC (rev 153799)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('8acf344d3f6651bccc7994d9e3c9602777892c744828fd2e455d617293c8e74d')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+

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

2015-12-20 Thread Ike Devolder
Date: Sunday, December 20, 2015 @ 21:18:40
  Author: idevolder
Revision: 153802

upgpkg: closure-linter 2.3.19-1

Modified:
  closure-linter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 20:05:39 UTC (rev 153801)
+++ PKGBUILD2015-12-20 20:18:40 UTC (rev 153802)
@@ -1,22 +1,22 @@
 # $Id$
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 pkgname=closure-linter
-pkgver=2.3.13
+pkgver=2.3.19
 pkgrel=1
 pkgdesc="A JavaScript style checker and style fixer"
 arch=('any')
-url="http://code.google.com/closure;
+url="https://developers.google.com/closure/utilities/;
 license=('APACHE')
 depends=('python2-gflags' 'python2-setuptools')
-source=("http://$pkgname.googlecode.com/files/${pkgname/-/_}-$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('cd472f560be5af80afccbe94c9d9b534f7c30085510961ad408f8a314ea5c4c2')
 
 build() {
-   cd ${pkgname/-/_}-$pkgver
+   cd "$pkgname-$pkgver"
python2 setup.py build
 }
 
 package() {
-   cd ${pkgname/-/_}-$pkgver
+   cd "$pkgname-$pkgver"
python2 setup.py install --root="$pkgdir"
 }
-sha256sums=('7a1131389855a26be3449ba483ec3af59572859786b06b5ef8b9396440658f5a')


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

2015-12-20 Thread Ike Devolder
Date: Sunday, December 20, 2015 @ 21:18:47
  Author: idevolder
Revision: 153803

archrelease: copy trunk to community-any

Added:
  closure-linter/repos/community-any/PKGBUILD
(from rev 153802, closure-linter/trunk/PKGBUILD)
Deleted:
  closure-linter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-20 20:18:40 UTC (rev 153802)
+++ PKGBUILD2015-12-20 20:18:47 UTC (rev 153803)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-pkgname=closure-linter
-pkgver=2.3.13
-pkgrel=1
-pkgdesc="A JavaScript style checker and style fixer"
-arch=('any')
-url="http://code.google.com/closure;
-license=('APACHE')
-depends=('python2-gflags' 'python2-setuptools')
-source=("http://$pkgname.googlecode.com/files/${pkgname/-/_}-$pkgver.tar.gz;)
-
-build() {
-   cd ${pkgname/-/_}-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd ${pkgname/-/_}-$pkgver
-   python2 setup.py install --root="$pkgdir"
-}
-sha256sums=('7a1131389855a26be3449ba483ec3af59572859786b06b5ef8b9396440658f5a')

Copied: closure-linter/repos/community-any/PKGBUILD (from rev 153802, 
closure-linter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-20 20:18:47 UTC (rev 153803)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+pkgname=closure-linter
+pkgver=2.3.19
+pkgrel=1
+pkgdesc="A JavaScript style checker and style fixer"
+arch=('any')
+url="https://developers.google.com/closure/utilities/;
+license=('APACHE')
+depends=('python2-gflags' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('cd472f560be5af80afccbe94c9d9b534f7c30085510961ad408f8a314ea5c4c2')
+
+build() {
+   cd "$pkgname-$pkgver"
+   python2 setup.py build
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   python2 setup.py install --root="$pkgdir"
+}


  1   2   >