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

2015-03-15 Thread Dave Reisner
Date: Sunday, March 15, 2015 @ 15:48:14
  Author: dreisner
Revision: 233874

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

Added:
  shadow/repos/testing-i686/
  shadow/repos/testing-i686/LICENSE
(from rev 233873, shadow/trunk/LICENSE)
  shadow/repos/testing-i686/PKGBUILD
(from rev 233873, shadow/trunk/PKGBUILD)
  shadow/repos/testing-i686/chgpasswd
(from rev 233873, shadow/trunk/chgpasswd)
  shadow/repos/testing-i686/chpasswd
(from rev 233873, shadow/trunk/chpasswd)
  shadow/repos/testing-i686/defaults.pam
(from rev 233873, shadow/trunk/defaults.pam)
  shadow/repos/testing-i686/lastlog.tmpfiles
(from rev 233873, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-i686/login.defs
(from rev 233873, shadow/trunk/login.defs)
  shadow/repos/testing-i686/newusers
(from rev 233873, shadow/trunk/newusers)
  shadow/repos/testing-i686/passwd
(from rev 233873, shadow/trunk/passwd)
  shadow/repos/testing-i686/shadow-strncpy-usage.patch
(from rev 233873, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-i686/shadow.install
(from rev 233873, shadow/trunk/shadow.install)
  shadow/repos/testing-i686/shadow.service
(from rev 233873, shadow/trunk/shadow.service)
  shadow/repos/testing-i686/shadow.timer
(from rev 233873, shadow/trunk/shadow.timer)
  shadow/repos/testing-i686/useradd.defaults
(from rev 233873, shadow/trunk/useradd.defaults)
  shadow/repos/testing-i686/xstrdup.patch
(from rev 233873, shadow/trunk/xstrdup.patch)
  shadow/repos/testing-x86_64/
  shadow/repos/testing-x86_64/LICENSE
(from rev 233873, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 233873, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 233873, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 233873, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 233873, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/lastlog.tmpfiles
(from rev 233873, shadow/trunk/lastlog.tmpfiles)
  shadow/repos/testing-x86_64/login.defs
(from rev 233873, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 233873, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 233873, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow-strncpy-usage.patch
(from rev 233873, shadow/trunk/shadow-strncpy-usage.patch)
  shadow/repos/testing-x86_64/shadow.install
(from rev 233873, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 233873, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 233873, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 233873, shadow/trunk/useradd.defaults)
  shadow/repos/testing-x86_64/xstrdup.patch
(from rev 233873, shadow/trunk/xstrdup.patch)

---+
 testing-i686/LICENSE  |   31 
 testing-i686/PKGBUILD |  146 +++
 testing-i686/chgpasswd|4 
 testing-i686/chpasswd |6 
 testing-i686/defaults.pam |6 
 testing-i686/lastlog.tmpfiles |1 
 testing-i686/login.defs   |  208 
 testing-i686/newusers |6 
 testing-i686/passwd   |4 
 testing-i686/shadow-strncpy-usage.patch   |   25 +++
 testing-i686/shadow.install   |9 +
 testing-i686/shadow.service   |   10 +
 testing-i686/shadow.timer |7 
 testing-i686/useradd.defaults |9 +
 testing-i686/xstrdup.patch|9 +
 testing-x86_64/LICENSE|   31 
 testing-x86_64/PKGBUILD   |  146 +++
 testing-x86_64/chgpasswd  |4 
 testing-x86_64/chpasswd   |6 
 testing-x86_64/defaults.pam   |6 
 testing-x86_64/lastlog.tmpfiles   |1 
 testing-x86_64/login.defs |  208 
 testing-x86_64/newusers   |6 
 testing-x86_64/passwd |4 
 testing-x86_64/shadow-strncpy-usage.patch |   25 +++
 testing-x86_64/shadow.install |9 +
 testing-x86_64/shadow.service |   10 +
 testing-x86_64/shadow.timer   |7 
 testing-x86_64/useradd.defaults   |9 +
 testing-x86_64/xstrdup.patch  |9 +
 30 files changed, 962 insertions(+)

Copied: shadow/repos/testing-i686/LICENSE (from rev 233873, 
shadow/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2015-03-15 14:48:14 UTC (rev 233874)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 1994, 

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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:39:40
  Author: fyan
Revision: 233854

upgpkg: pylint 1.4.3-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 07:35:03 UTC (rev 233853)
+++ PKGBUILD2015-03-15 07:39:40 UTC (rev 233854)
@@ -6,7 +6,7 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc=Analyzes Python code looking for bugs and signs of poor quality
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six')
 optdepends=('tk: Pylint GUI')
 
source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('72e486d9db139e3ed2425ba589345043b877c229')
+sha1sums=('a8c0f3901a42d2cd82d34cb83bf669ee98c9c4c3')
 
 prepare() {
   cp -a ${pkgbase}-${pkgver}{,-py3}


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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:39:52
  Author: fyan
Revision: 233855

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 07:39:40 UTC (rev 233854)
+++ PKGBUILD2015-03-15 07:39:52 UTC (rev 233855)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=pylint
-pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.4.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')
-optdepends=('tk: Pylint GUI')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('72e486d9db139e3ed2425ba589345043b877c229')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py3}
-
-  cd ${pkgbase}-${pkgver}/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}-${pkgver}-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}-${pkgver}
-  python2 setup.py build
-
-  cd ../${pkgbase}-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning Tests failed
-
-  cd ../${pkgbase}-${pkgver}-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}-${pkgver}
-
-  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}-${pkgver}-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 233854, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 07:39:52 UTC (rev 233855)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.4.3
+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')
+optdepends=('tk: Pylint GUI')
+source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+sha1sums=('a8c0f3901a42d2cd82d34cb83bf669ee98c9c4c3')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}/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}-${pkgver}-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}-${pkgver}
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning Tests failed
+
+  cd ../${pkgbase}-${pkgver}-py3
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning Tests failed
+}
+
+package_python2-pylint() {
+  

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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:40:32
  Author: fyan
Revision: 233857

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 07:40:20 UTC (rev 233856)
+++ PKGBUILD2015-03-15 07:40:32 UTC (rev 233857)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.0
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('8c0381c7579049cfe57c7c5a1db2e4d99455d2d265d36e88bdb44c7384809d8c69e8cbb632e74d46d371996e52bde80f0a2bb81b5133d969308bb06bd2167257')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  # Tests failed as of 14.0, but upstream suggests that the failing tests can 
be disregarded: 
https://bitbucket.org/pypa/setuptools/issue/360/test-suite-fails-for-the-140-release
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr || warning Tests failed
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning Tests failed
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 233856, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 07:40:32 UTC (rev 233857)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=14.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('a111ce853190bf028ea62f5f0c6966a9b2dd7f0a99a9ca6764658ce5704e1b7375687106313b707e40546204703de0e9aa1acacd3b28b0889e26133983fe9cda')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  # Tests failed as of 14.0, but upstream suggests that the failing tests can 
be disregarded: 
https://bitbucket.org/pypa/setuptools/issue/360/test-suite-fails-for-the-140-release
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr || warning Tests failed
+
+  # Check python2 

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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:40:20
  Author: fyan
Revision: 233856

upgpkg: python-setuptools 1:14.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 07:39:52 UTC (rev 233855)
+++ PKGBUILD2015-03-15 07:40:20 UTC (rev 233856)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.0
+pkgver=14.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('8c0381c7579049cfe57c7c5a1db2e4d99455d2d265d36e88bdb44c7384809d8c69e8cbb632e74d46d371996e52bde80f0a2bb81b5133d969308bb06bd2167257')
+sha512sums=('a111ce853190bf028ea62f5f0c6966a9b2dd7f0a99a9ca6764658ce5704e1b7375687106313b707e40546204703de0e9aa1acacd3b28b0889e26133983fe9cda')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 09:32:05
  Author: fyan
Revision: 233859

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 08:31:52 UTC (rev 233858)
+++ PKGBUILD2015-03-15 08:32:05 UTC (rev 233859)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('a111ce853190bf028ea62f5f0c6966a9b2dd7f0a99a9ca6764658ce5704e1b7375687106313b707e40546204703de0e9aa1acacd3b28b0889e26133983fe9cda')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  # Tests failed as of 14.0, but upstream suggests that the failing tests can 
be disregarded: 
https://bitbucket.org/pypa/setuptools/issue/360/test-suite-fails-for-the-140-release
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr || warning Tests failed
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning Tests failed
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 233858, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 08:32:05 UTC (rev 233859)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=14.1.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('b24b270c595eb5fd8abb7d5bca6240ffb9571dd49dda53c9aeae85f69db8e9a13113d3fdeff404b6f6cf902b4e66b1028fd97b42e77d9c55256bd34dacb101ac')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  

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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 09:31:52
  Author: fyan
Revision: 233858

upgpkg: python-setuptools 1:14.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 07:40:32 UTC (rev 233857)
+++ PKGBUILD2015-03-15 08:31:52 UTC (rev 233858)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.1
+pkgver=14.1.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('a111ce853190bf028ea62f5f0c6966a9b2dd7f0a99a9ca6764658ce5704e1b7375687106313b707e40546204703de0e9aa1acacd3b28b0889e26133983fe9cda')
+sha512sums=('b24b270c595eb5fd8abb7d5bca6240ffb9571dd49dda53c9aeae85f69db8e9a13113d3fdeff404b6f6cf902b4e66b1028fd97b42e77d9c55256bd34dacb101ac')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}
@@ -38,15 +38,14 @@
 
 check() {
   # Workaround UTF-8 tests by setting LC_CTYPE
-  # Tests failed as of 14.0, but upstream suggests that the failing tests can 
be disregarded: 
https://bitbucket.org/pypa/setuptools/issue/360/test-suite-fails-for-the-140-release
 
   # Check python3 module
   cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr || warning Tests failed
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
 
   # Check python2 module
   cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning Tests failed
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
 }
  
 package_python-setuptools() {


[arch-commits] Commit in (6 files)

2015-03-15 Thread Kyle Keen
Date: Sunday, March 15, 2015 @ 16:01:56
  Author: kkeen
Revision: 129296

pkginit: python2-pyqwt 5.2.0-1

Added:
  python2-pyqwt/
  python2-pyqwt/repos/
  python2-pyqwt/trunk/
  python2-pyqwt/trunk/PKGBUILD
  python2-pyqwt/trunk/pyqtconfig.py
  python2-pyqwt/trunk/qplt.py-r1.21.patch

-+
 PKGBUILD|   57 +++
 pyqtconfig.py   |  407 ++
 qplt.py-r1.21.patch |   12 +
 3 files changed, 476 insertions(+)

Added: python2-pyqwt/trunk/PKGBUILD
===
--- python2-pyqwt/trunk/PKGBUILD(rev 0)
+++ python2-pyqwt/trunk/PKGBUILD2015-03-15 15:01:56 UTC (rev 129296)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: Olaf Leidinger leid...@newcon.de
+# Contributer: Henning Garus henning.ga...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+# Contributor: Kyle Keen keen...@gmail.com
+
+# probably should be a split package to anticipate
+# python{2,3}-qwt{5,6}-qt{4,5} permutations
+
+pkgname=python2-pyqwt
+pkgver=5.2.0
+pkgrel=1
+pkgdesc=Python bindings for Qt Widgets for Technical Applications
+arch=(i686 x86_64)
+url=http://pyqwt.sourceforge.net/;
+depends=('python2-pyqt' 'python2-numpy' 'qwt5' 'sip')
+options=('!makeflags')
+license=(GPL)
+provides=('pyqwt')
+conflicts=('pyqwt')
+source=(http://downloads.sourceforge.net/sourceforge/pyqwt/PyQwt-$pkgver.tar.gz;
+qplt.py-r1.21.patch
+pyqtconfig.py
+)
+md5sums=('fcd6c6029090d473dcc9df497516eae7'
+ '30011f9139ad12ddbeac79c6a45d4b43'
+ '954bc3020a8b5b164b0f49f2ef1e4a6c')
+build() {
+  cd $srcdir/PyQwt-$pkgver
+
+  patch -p1  ../qplt.py-r1.21.patch
+
+  cd configure
+  # pyqtconfig.py came from a modified python2-pyqt4
+  # version numbers will need tweaking with pyqt updates
+  cp $srcdir/pyqtconfig.py ./
+  sed -i s|-march=native|-march=${CARCH/_/-}|g -i pyqtconfig.py
+
+  sed -i s/'qmake'/'qmake-qt4'/ configure.py
+  sed -i s/'qwt'/'qwt5'/ configure.py
+  sed -i s/PyQt4.pyqtconfig/pyqtconfig/ configure.py
+  python2 configure.py -I/usr/include/qwt5 -lqwt5 -I/usr/include/qt4 \
+--disable-numarray --disable-numeric
+  sed -i s|/usr/include/Qt|/usr/include/qt4/Qt|g iqt5qt4/Makefile
+  sed -i s|/usr/include/Qt|/usr/include/qt4/Qt|g qwt5qt4/Makefile
+  make
+  sed -i -e s|env python$|env python2| $(find $srcdir -name '*.py')
+}
+
+package() {
+  cd $srcdir/PyQwt-$pkgver/configure
+
+  make DESTDIR=$pkgdir install
+}
+


Property changes on: python2-pyqwt/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-pyqwt/trunk/pyqtconfig.py
===
--- python2-pyqwt/trunk/pyqtconfig.py   (rev 0)
+++ python2-pyqwt/trunk/pyqtconfig.py   2015-03-15 15:01:56 UTC (rev 129296)
@@ -0,0 +1,407 @@
+# Copyright (c) 2014 Riverbank Computing Limited i...@riverbankcomputing.com
+# 
+# This file is part of PyQt.
+# 
+# This file may be used under the terms of the GNU General Public
+# License versions 2.0 or 3.0 as published by the Free Software
+# Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3
+# included in the packaging of this file.  Alternatively you may (at
+# your option) use any later version of the GNU General Public
+# License if such license has been publicly approved by Riverbank
+# Computing Limited (or its successors, if any) and the KDE Free Qt
+# Foundation. In addition, as a special exception, Riverbank gives you
+# certain additional rights. These rights are described in the Riverbank
+# GPL Exception version 1.1, which can be found in the file
+# GPL_EXCEPTION.txt in this package.
+# 
+# If you are unsure which license is appropriate for your use, please
+# contact the sales department at sa...@riverbankcomputing.com.
+# 
+# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+#
+# This module is intended to be used by the configuration scripts of extension
+# modules that %Import PyQt4 modules.
+
+
+import sipconfig
+
+
+# These are installation specific values created when PyQt4 was configured.
+_pkg_config = {
+'pyqt_bin_dir':  '/usr/bin',
+'pyqt_config_args':  '--confirm-license --no-sip-files --qsci-api -q 
/usr/bin/qmake-qt4',
+'pyqt_mod_dir':  '/usr/lib/python2.7/site-packages/PyQt4',
+'pyqt_modules':  'QtCore QtGui QtHelp QtMultimedia QtNetwork QtDBus 
QtDeclarative QtScript QtScriptTools QtXml QtOpenGL QtSql QtSvg QtTest QtWebKit 
QtXmlPatterns phonon QtAssistant QtDesigner',
+'pyqt_sip_dir':  '/usr/share/sip/PyQt4',
+'pyqt_sip_flags':'-x VendorID -t WS_X11 -x 

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

2015-03-15 Thread Kyle Keen
Date: Sunday, March 15, 2015 @ 16:02:39
  Author: kkeen
Revision: 129297

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

Added:
  python2-pyqwt/repos/community-i686/
  python2-pyqwt/repos/community-i686/PKGBUILD
(from rev 129296, python2-pyqwt/trunk/PKGBUILD)
  python2-pyqwt/repos/community-i686/pyqtconfig.py
(from rev 129296, python2-pyqwt/trunk/pyqtconfig.py)
  python2-pyqwt/repos/community-i686/qplt.py-r1.21.patch
(from rev 129296, python2-pyqwt/trunk/qplt.py-r1.21.patch)
  python2-pyqwt/repos/community-x86_64/
  python2-pyqwt/repos/community-x86_64/PKGBUILD
(from rev 129296, python2-pyqwt/trunk/PKGBUILD)
  python2-pyqwt/repos/community-x86_64/pyqtconfig.py
(from rev 129296, python2-pyqwt/trunk/pyqtconfig.py)
  python2-pyqwt/repos/community-x86_64/qplt.py-r1.21.patch
(from rev 129296, python2-pyqwt/trunk/qplt.py-r1.21.patch)

--+
 community-i686/PKGBUILD  |   57 
 community-i686/pyqtconfig.py |  407 +
 community-i686/qplt.py-r1.21.patch   |   12 
 community-x86_64/PKGBUILD|   57 
 community-x86_64/pyqtconfig.py   |  407 +
 community-x86_64/qplt.py-r1.21.patch |   12 
 6 files changed, 952 insertions(+)

Copied: python2-pyqwt/repos/community-i686/PKGBUILD (from rev 129296, 
python2-pyqwt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-15 15:02:39 UTC (rev 129297)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: Olaf Leidinger leid...@newcon.de
+# Contributer: Henning Garus henning.ga...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+# Contributor: Kyle Keen keen...@gmail.com
+
+# probably should be a split package to anticipate
+# python{2,3}-qwt{5,6}-qt{4,5} permutations
+
+pkgname=python2-pyqwt
+pkgver=5.2.0
+pkgrel=1
+pkgdesc=Python bindings for Qt Widgets for Technical Applications
+arch=(i686 x86_64)
+url=http://pyqwt.sourceforge.net/;
+depends=('python2-pyqt' 'python2-numpy' 'qwt5' 'sip')
+options=('!makeflags')
+license=(GPL)
+provides=('pyqwt')
+conflicts=('pyqwt')
+source=(http://downloads.sourceforge.net/sourceforge/pyqwt/PyQwt-$pkgver.tar.gz;
+qplt.py-r1.21.patch
+pyqtconfig.py
+)
+md5sums=('fcd6c6029090d473dcc9df497516eae7'
+ '30011f9139ad12ddbeac79c6a45d4b43'
+ '954bc3020a8b5b164b0f49f2ef1e4a6c')
+build() {
+  cd $srcdir/PyQwt-$pkgver
+
+  patch -p1  ../qplt.py-r1.21.patch
+
+  cd configure
+  # pyqtconfig.py came from a modified python2-pyqt4
+  # version numbers will need tweaking with pyqt updates
+  cp $srcdir/pyqtconfig.py ./
+  sed -i s|-march=native|-march=${CARCH/_/-}|g -i pyqtconfig.py
+
+  sed -i s/'qmake'/'qmake-qt4'/ configure.py
+  sed -i s/'qwt'/'qwt5'/ configure.py
+  sed -i s/PyQt4.pyqtconfig/pyqtconfig/ configure.py
+  python2 configure.py -I/usr/include/qwt5 -lqwt5 -I/usr/include/qt4 \
+--disable-numarray --disable-numeric
+  sed -i s|/usr/include/Qt|/usr/include/qt4/Qt|g iqt5qt4/Makefile
+  sed -i s|/usr/include/Qt|/usr/include/qt4/Qt|g qwt5qt4/Makefile
+  make
+  sed -i -e s|env python$|env python2| $(find $srcdir -name '*.py')
+}
+
+package() {
+  cd $srcdir/PyQwt-$pkgver/configure
+
+  make DESTDIR=$pkgdir install
+}
+

Copied: python2-pyqwt/repos/community-i686/pyqtconfig.py (from rev 129296, 
python2-pyqwt/trunk/pyqtconfig.py)
===
--- community-i686/pyqtconfig.py(rev 0)
+++ community-i686/pyqtconfig.py2015-03-15 15:02:39 UTC (rev 129297)
@@ -0,0 +1,407 @@
+# Copyright (c) 2014 Riverbank Computing Limited i...@riverbankcomputing.com
+# 
+# This file is part of PyQt.
+# 
+# This file may be used under the terms of the GNU General Public
+# License versions 2.0 or 3.0 as published by the Free Software
+# Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3
+# included in the packaging of this file.  Alternatively you may (at
+# your option) use any later version of the GNU General Public
+# License if such license has been publicly approved by Riverbank
+# Computing Limited (or its successors, if any) and the KDE Free Qt
+# Foundation. In addition, as a special exception, Riverbank gives you
+# certain additional rights. These rights are described in the Riverbank
+# GPL Exception version 1.1, which can be found in the file
+# GPL_EXCEPTION.txt in this package.
+# 
+# If you are unsure which license is appropriate for your use, please
+# contact the sales department at sa...@riverbankcomputing.com.
+# 
+# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+#
+# This module is 

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

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 14:34:19
  Author: arojas
Revision: 233871

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
(from rev 233870, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
(from rev 233870, kdeedu-marble/kde-unstable/kdeedu-marble.install)
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233870, kdeedu-marble/kde-unstable/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install
(from rev 233870, kdeedu-marble/kde-unstable/kdeedu-marble.install)
Deleted:
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install

---+
 /PKGBUILD |  126 
 /kdeedu-marble.install|   26 +
 kde-unstable-i686/PKGBUILD|   37 
 kde-unstable-i686/kdeedu-marble.install   |   13 --
 kde-unstable-x86_64/PKGBUILD  |   37 
 kde-unstable-x86_64/kdeedu-marble.install |   13 --
 6 files changed, 152 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-15 13:34:00 UTC (rev 233870)
+++ kde-unstable-i686/PKGBUILD  2015-03-15 13:34:19 UTC (rev 233871)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-marble
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=Desktop Globe
-url=http://kde.org/applications/education/marble/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'gpsd')
-optdepends=('gpsd: GPS support'
-'quazip: reading and displaying KMZ files')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('6199ef73c3404812e4a8496496db9ea6033f5399')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-marble/repos/kde-unstable-i686/PKGBUILD (from rev 233870, 
kdeedu-marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-15 13:34:19 UTC (rev 233871)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdeedu-marble
+pkgname=('kdeedu-marble' 'marble-qt')
+pkgver=15.03.90
+pkgrel=2
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('6199ef73c3404812e4a8496496db9ea6033f5399')
+
+prepare() {
+  mkdir -p build{,-qt}
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-qt
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT5BUILD=TRUE \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package_kdeedu-marble() {
+  depends=('kdebase-runtime')
+  optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+  groups=('kde' 'kdeedu')
+  install=$pkgname.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+# remove mobile and qt4 versions
+  rm -r $pkgdir/usr/bin/marble-*
+  rm -r $pkgdir/usr/share/applications/kde4/marble-*
+}
+
+package_marble-qt() {
+  pkgdesc=Desktop Globe (Qt version)
+  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
+  optdepends=('gpsd: GPS support'
+  'quazip: reading and displaying KMZ files')
+  conflicts=('kdeedu-marble')
+  install=$pkgname.install  
+
+  cd build-qt
+  make DESTDIR=${pkgdir} install
+# remove mobile version
+  rm -r $pkgdir/usr/bin/marble-{mobile,touch}
+  rm -r $pkgdir/usr/share/applications/marble-{mobile,touch}.desktop
+}

Deleted: kde-unstable-i686/kdeedu-marble.install
===
--- kde-unstable-i686/kdeedu-marble.install 2015-03-15 13:34:00 UTC (rev 
233870)
+++ kde-unstable-i686/kdeedu-marble.install 2015-03-15 13:34:19 UTC (rev 
233871)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate 

[arch-commits] Commit in kdeedu-marble/kde-unstable (PKGBUILD)

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 14:34:00
  Author: arojas
Revision: 233870

Don't ship mobile and qt4 versions (FS#37963), add qt5 version

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 10:49:42 UTC (rev 233869)
+++ PKGBUILD2015-03-15 13:34:00 UTC (rev 233870)
@@ -2,24 +2,20 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 
-pkgname=kdeedu-marble
+pkgbase=kdeedu-marble
+pkgname=('kdeedu-marble' 'marble-qt')
 pkgver=15.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'gpsd')
-optdepends=('gpsd: GPS support'
-'quazip: reading and displaying KMZ files')
-install=${pkgname}.install
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/marble-${pkgver}.tar.xz;)
 sha1sums=('6199ef73c3404812e4a8496496db9ea6033f5399')
 
 prepare() {
-  mkdir build
+  mkdir -p build{,-qt}
 }
 
 build() {
@@ -29,9 +25,39 @@
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
+
+  cd ../build-qt
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT5BUILD=TRUE \
+-DCMAKE_INSTALL_PREFIX=/usr
 }
 
-package() {
+package_kdeedu-marble() {
+  depends=('kdebase-runtime')
+  optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+  groups=('kde' 'kdeedu')
+  install=$pkgname.install
+
   cd build
   make DESTDIR=${pkgdir} install
+# remove mobile and qt4 versions
+  rm -r $pkgdir/usr/bin/marble-*
+  rm -r $pkgdir/usr/share/applications/kde4/marble-*
 }
+
+package_marble-qt() {
+  pkgdesc=Desktop Globe (Qt version)
+  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
+  optdepends=('gpsd: GPS support'
+  'quazip: reading and displaying KMZ files')
+  conflicts=('kdeedu-marble')
+  install=$pkgname.install  
+
+  cd build-qt
+  make DESTDIR=${pkgdir} install
+# remove mobile version
+  rm -r $pkgdir/usr/bin/marble-{mobile,touch}
+  rm -r $pkgdir/usr/share/applications/marble-{mobile,touch}.desktop
+}


[arch-commits] Commit in shadow/trunk (PKGBUILD login.defs)

2015-03-15 Thread Dave Reisner
Date: Sunday, March 15, 2015 @ 15:46:41
  Author: dreisner
Revision: 233873

upgpkg: shadow 4.2.1-3

- be case sensitive for hash method (FS#43943)

Modified:
  shadow/trunk/PKGBUILD
  shadow/trunk/login.defs

+
 PKGBUILD   |4 ++--
 login.defs |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 14:05:50 UTC (rev 233872)
+++ PKGBUILD2015-03-15 14:46:41 UTC (rev 233873)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Password and account management tool suite with support for shadow 
files and PAM
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -38,7 +38,7 @@
   '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
   '0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
-  '5d67d1d499d031598372b856382702ecad4cf7e0'
+  'bb3509087947d08bfb6e5d1b5c033856b9146ad9'
   '12427b1ca92a9b85ca8202239f0d9f50198b818f'
   '611be25d91c3f8f307c7fe2485d5f781e5dee75f'
   'a154a94b47a3d0c6c287253b98c0d10b861226d0'

Modified: login.defs
===
--- login.defs  2015-03-15 14:05:50 UTC (rev 233872)
+++ login.defs  2015-03-15 14:46:41 UTC (rev 233873)
@@ -203,6 +203,6 @@
 MOTD_FILE
 
 #
-# Hash shadow passwords with sha512.
+# Hash shadow passwords with SHA512.
 #
-ENCRYPT_METHOD sha512
+ENCRYPT_METHOD SHA512


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

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 15:51:59
  Author: arojas
Revision: 233876

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 233875, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install
(from rev 233875, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-i686/mediastreamer-2.11.patch
(from rev 233875, kdenetwork-kopete/trunk/mediastreamer-2.11.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 233875, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 233875, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-x86_64/mediastreamer-2.11.patch
(from rev 233875, kdenetwork-kopete/trunk/mediastreamer-2.11.patch)

--+
 staging-i686/PKGBUILD|   44 +++
 staging-i686/kdenetwork-kopete.install   |   12 ++
 staging-i686/mediastreamer-2.11.patch|  166 +
 staging-x86_64/PKGBUILD  |   44 +++
 staging-x86_64/kdenetwork-kopete.install |   12 ++
 staging-x86_64/mediastreamer-2.11.patch  |  166 +
 6 files changed, 444 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 233875, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-15 14:51:59 UTC (rev 233876)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
+optdepends=('mediastreamer: jingle support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
+sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8'
+  '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
+
+prepare() {
+  mkdir build
+
+# fix compilation with mediastreamer 2.11
+  cd kopete-$pkgver
+  patch -p1 -i $srcdir/mediastreamer-2.11.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install (from 
rev 233875, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- staging-i686/kdenetwork-kopete.install  (rev 0)
+++ staging-i686/kdenetwork-kopete.install  2015-03-15 14:51:59 UTC (rev 
233876)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/staging-i686/mediastreamer-2.11.patch (from rev 
233875, kdenetwork-kopete/trunk/mediastreamer-2.11.patch)
===
--- staging-i686/mediastreamer-2.11.patch   (rev 0)
+++ staging-i686/mediastreamer-2.11.patch   2015-03-15 14:51:59 UTC (rev 
233876)
@@ -0,0 +1,166 @@
+From 7624830d2ec11d2f3645a27384ae9ced7ac7a258 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Pali=20Roh=C3=A1r?= pali.ro...@gmail.com
+Date: Sun, 15 Mar 2015 14:00:40 +0100
+Subject: [PATCH] Fix libjingle compilation with mediastreamer = 2.11
+
+BUG: 345162
+FIXED-IN: 15.04
+---
+ cmake/modules/FindMediastreamer.cmake  |   11 +++--
+ protocols/jabber/libjingle/CMakeLists.txt  |   10 +++--
+ .../libjingle/patches/08_mediastreamer_2_11.patch  |   47 
+ .../talk/session/phone/linphonemediaengine.cc  |   22 -
+ 4 files changed, 74 insertions(+), 16 deletions(-)
+ create mode 100644 
protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
+
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 929b1ee..47fe5c3 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -22,9 +22,14 @@ IF (MEDIASTREAMER_FOUND)
+   IF (NOT 

[arch-commits] Commit in kdenetwork-kopete/trunk (PKGBUILD mediastreamer-2.11.patch)

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 15:51:39
  Author: arojas
Revision: 233875

mediastreamer 2.11 rebuild

Added:
  kdenetwork-kopete/trunk/mediastreamer-2.11.patch
Modified:
  kdenetwork-kopete/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 mediastreamer-2.11.patch |  166 +
 2 files changed, 177 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 14:48:14 UTC (rev 233874)
+++ PKGBUILD2015-03-15 14:51:39 UTC (rev 233875)
@@ -4,7 +4,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=14.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -11,14 +11,20 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdenetwork')
 depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+ 'qimageblitz' 'libgadu' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
+optdepends=('mediastreamer: jingle support')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
+sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8'
+  '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
 
 prepare() {
   mkdir build
+
+# fix compilation with mediastreamer 2.11
+  cd kopete-$pkgver
+  patch -p1 -i $srcdir/mediastreamer-2.11.patch
 }
 
 build() {

Added: mediastreamer-2.11.patch
===
--- mediastreamer-2.11.patch(rev 0)
+++ mediastreamer-2.11.patch2015-03-15 14:51:39 UTC (rev 233875)
@@ -0,0 +1,166 @@
+From 7624830d2ec11d2f3645a27384ae9ced7ac7a258 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Pali=20Roh=C3=A1r?= pali.ro...@gmail.com
+Date: Sun, 15 Mar 2015 14:00:40 +0100
+Subject: [PATCH] Fix libjingle compilation with mediastreamer = 2.11
+
+BUG: 345162
+FIXED-IN: 15.04
+---
+ cmake/modules/FindMediastreamer.cmake  |   11 +++--
+ protocols/jabber/libjingle/CMakeLists.txt  |   10 +++--
+ .../libjingle/patches/08_mediastreamer_2_11.patch  |   47 
+ .../talk/session/phone/linphonemediaengine.cc  |   22 -
+ 4 files changed, 74 insertions(+), 16 deletions(-)
+ create mode 100644 
protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
+
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 929b1ee..47fe5c3 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -22,9 +22,14 @@ IF (MEDIASTREAMER_FOUND)
+   IF (NOT MEDIASTREAMER_FIND_QUIETLY)
+   MESSAGE(STATUS Found Mediastreamer: ${MEDIASTREAMER_LIBRARIES} 
(version: ${MEDIASTREAMER_VERSION}))
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+-  SET(MEDIASTREAMER_OLD TRUE)
++  SET(MEDIASTREAMER_LESS_2_9 TRUE)
++  SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+-  SET(MEDIASTREAMER_OLD FALSE)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+@@ -33,4 +38,4 @@ ELSE (MEDIASTREAMER_FOUND)
+   ENDIF (MEDIASTREAMER_FIND_REQUIRED)
+ ENDIF (MEDIASTREAMER_FOUND)
+ 
+-MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES 
MEDIASTREAMER_OLD)
++MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES 
MEDIASTREAMER_LESS_2_9 MEDIASTREAMER_LESS_2_11)
+diff --git a/protocols/jabber/libjingle/CMakeLists.txt 
b/protocols/jabber/libjingle/CMakeLists.txt
+index 6db3da3..4b4b620 100644
+--- a/protocols/jabber/libjingle/CMakeLists.txt
 b/protocols/jabber/libjingle/CMakeLists.txt
+@@ -28,9 +28,13 @@ if ( NOT WIN32 )
+   endif ( NOT APPLE )
+ endif ( NOT WIN32 )
+ 
+-if ( MEDIASTREAMER_OLD )
+-  add_definitions ( -DMEDIASTREAMER_OLD )
+-endif ( MEDIASTREAMER_OLD )
++if ( MEDIASTREAMER_LESS_2_9 )
++  add_definitions ( -DMEDIASTREAMER_LESS_2_9 )
++endif ( MEDIASTREAMER_LESS_2_9 )
++
++if ( MEDIASTREAMER_LESS_2_11 )
++  add_definitions ( -DMEDIASTREAMER_LESS_2_11 )
++endif ( MEDIASTREAMER_LESS_2_11 )
+ 
+ if ( CMAKE_BUILD_TYPE STREQUAL Debug )
+   add_definitions ( -D_DEBUG )
+diff --git a/protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch 

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

2015-03-15 Thread Kyle Keen
Date: Sunday, March 15, 2015 @ 16:57:56
  Author: kkeen
Revision: 129298

upgpkg: gnuradio 3.7.6.1-2

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 15:02:39 UTC (rev 129297)
+++ PKGBUILD2015-03-15 15:57:56 UTC (rev 129298)
@@ -5,31 +5,21 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
 arch=('i686' 'x86_64')
 url=http://gnuradio.org;
 license=('GPL')
 depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
 install=gnuradio.install
 
-# gr-qtgui todo
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
 # todo
 # split the gui components?
 # build doxygen docs?
+# gr-video-sdl ?
 # icons
-# gnuradio-osmosdr is not an optdep
 
 # comedilib: gr-comedi
 # zeroc-ice: gr-ctrlport
@@ -58,6 +48,7 @@
 -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
 -DENABLE_GRC=ON \
 -DENABLE_GR_WXGUI=ON \
+-DENABLE_GR_QTGUI=ON \
 -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
   make
 }
@@ -92,12 +83,13 @@
 
 package_gnuradio-companion() {
   pkgdesc=GUI frontend for gnuradio and SDR.
-  depends=('gnuradio' 'python2-cheetah' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-opengl')
+  depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
+  'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
   optdepends=()
   conflicts=()
   install=gnuradio-companion.install
   # Yup, nothing in the package except dependencies,
-  # because five optdeps is too many for most people.
+  # because more than five optdeps is too many for most people.
 }
 
 # options for armv6:


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

2015-03-15 Thread Kyle Keen
Date: Sunday, March 15, 2015 @ 16:58:34
  Author: kkeen
Revision: 129299

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

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 129298, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 129298, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio-companion.install
(from rev 129298, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 129298, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 129298, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 129298, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio-companion.install
(from rev 129298, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 129298, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio-companion.install
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio-companion.install
  gnuradio/repos/community-x86_64/gnuradio.install

-+
 /21-fcd.rules   |   18 ++
 /PKGBUILD   |  210 ++
 /gnuradio-companion.install |   30 +++
 /gnuradio.install   |  102 
 community-i686/21-fcd.rules |9 -
 community-i686/PKGBUILD |  113 -
 community-i686/gnuradio-companion.install   |   15 -
 community-i686/gnuradio.install |   51 --
 community-x86_64/21-fcd.rules   |9 -
 community-x86_64/PKGBUILD   |  113 -
 community-x86_64/gnuradio-companion.install |   15 -
 community-x86_64/gnuradio.install   |   51 --
 12 files changed, 360 insertions(+), 376 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2015-03-15 15:57:56 UTC (rev 129298)
+++ community-i686/21-fcd.rules 2015-03-15 15:58:34 UTC (rev 129299)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
-
-# HIDAPI/hidraw:
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 129298, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2015-03-15 15:58:34 UTC (rev 129299)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-15 15:57:56 UTC (rev 129298)
+++ community-i686/PKGBUILD 2015-03-15 15:58:34 UTC (rev 129299)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-# Contributor: Jonatan Sastre jsastreh [ at ] hotmail.com
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.6.1
-pkgrel=1
-pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
-arch=('i686' 'x86_64')
-url=http://gnuradio.org;
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah' 'glu' 'swig' )
-install=gnuradio.install
-
-# gr-qtgui todo
-# bring pyqwt in from AUR
-# update optdepends
-#'qwtplot3d: gr-qtgui'
-#'pyqwt: gr-qtgui'
-# update makedepends
-#'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# icons
-# gnuradio-osmosdr is not an optdep
-
-# comedilib: gr-comedi
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ 

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

2015-03-15 Thread Dave Reisner
Date: Sunday, March 15, 2015 @ 15:05:50
  Author: dreisner
Revision: 233872

include reboot.target (FS#44191)

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |1 +
 1 file changed, 1 insertion(+)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2015-03-15 13:34:19 UTC (rev 233871)
+++ initcpio-install-systemd2015-03-15 14:05:50 UTC (rev 233872)
@@ -131,6 +131,7 @@
 local-fs.target \
 local-fs-pre.target \
 paths.target \
+reboot.target \
 slices.target \
 sockets.target \
 swap.target \


[arch-commits] Commit in java8-openjdk/repos (22 files)

2015-03-15 Thread Guillaume Alaux
Date: Sunday, March 15, 2015 @ 11:01:13
  Author: guillaume
Revision: 233867

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

Added:
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 233866, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 233866, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 233866, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 233866, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 233866, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 233866, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 233866, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 233866, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-i686/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-x86_64/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 /PKGBUILD|  560 +
 /install_jdk8-openjdk.sh |  100 +++
 /install_jre8-openjdk-headless.sh|   96 +++
 /install_jre8-openjdk.sh |  110 
 extra-i686/001_adjust-mflags-for-gmake-4.patch   |   46 -
 extra-i686/002_gcc.make-4.9.patch|   12 
 extra-i686/003_nonreparenting-wm.patch   |   39 -
 extra-i686/PKGBUILD  |  292 --
 extra-i686/install_jdk8-openjdk.sh   |   50 -
 extra-i686/install_jre8-openjdk-headless.sh  |   48 -
 extra-i686/install_jre8-openjdk.sh   |   55 --
 extra-x86_64/001_adjust-mflags-for-gmake-4.patch |   46 -
 extra-x86_64/002_gcc.make-4.9.patch  |   12 
 extra-x86_64/003_nonreparenting-wm.patch |   39 -
 extra-x86_64/PKGBUILD|  292 --
 extra-x86_64/install_jdk8-openjdk.sh |   50 -
 extra-x86_64/install_jre8-openjdk-headless.sh|   48 -
 extra-x86_64/install_jre8-openjdk.sh |   55 --
 18 files changed, 866 insertions(+), 1084 deletions(-)

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


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

2015-03-15 Thread Laurent Carlier
Date: Sunday, March 15, 2015 @ 09:07:10
  Author: lcarlier
Revision: 129285

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 129284, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 129284, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 129284, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 129284, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 129284, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 129284, gambas3/trunk/gambas3-script.install)

--+
 community-staging-i686/PKGBUILD  | 1037 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD| 1037 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 2124 insertions(+)

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


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

2015-03-15 Thread Laurent Carlier
Date: Sunday, March 15, 2015 @ 09:07:00
  Author: lcarlier
Revision: 129284

upgpkg: gambas3 3.6.2-6

reenable gb.jit component with llvm35

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 07:34:36 UTC (rev 129283)
+++ PKGBUILD2015-03-15 08:07:00 UTC (rev 129284)
@@ -7,17 +7,16 @@
  'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-dbus' 
'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
  'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 
'gambas3-gb-db-sqlite2' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
- 'gambas3-gb-form-stock' 'gambas3-gb-form' 'gambas3-gb-gmp' 
'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-image-effect'
- 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
+ 'gambas3-gb-form-stock' 'gambas3-gb-form' 'gambas3-gb-gmp' 
'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-image-effect' 'gambas3-gb-image-imlib'
+ 'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify' 
'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
  'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
  'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
  'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
  'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 
'gambas3-gb-vb'
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
-# 'gambas3-gb-jit' disable gb.jit component, it doesn't build anymore with 
llvm-3.6
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.6.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;
@@ -29,7 +28,7 @@
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'libxtst' 'pcre' 
'qtwebkit'
  'libxcursor' 'libsm' 'dbus' 'libxml2' 'libxslt' 'libgnome-keyring'
 'gsl' 'gst-plugins-base-libs' 'alure' 'gtkglext' 'ncurses'
-'gmime')
+'gmime' 'llvm35')
 options=('!emptydirs' 'libtool')
 source=(http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;)
 md5sums=('2d7ec9c0004c4ad6e3dd081426767c2f')
@@ -473,7 +472,7 @@
 }
 
 package_gambas3-gb-jit() {
-  depends=('gambas3-runtime' 'llvm-libs')
+  depends=('gambas3-runtime' 'llvm35-libs')
   pkgdesc=Just-in-time compiler component
 
   cd ${srcdir}/fakeinstall
@@ -965,9 +964,8 @@
 package_gambas3-runtime() {
   depends=('libffi' 'xdg-utils')
   pkgdesc=Runtime environment
-  # conflicts and replace with 'gambas3-gb-jit', this component doesn't work 
anymore since llvm-3.6
-  conflicts=('gambas3-gb-gui' 'gambas3-gb-jit')
-  replaces=('gambas3-gb-gui' 'gambas3-gb-jit')
+  conflicts=('gambas3-gb-gui')
+  replaces=('gambas3-gb-gui')
   provides=(gambas3-gb-gui=${pkgver})
   install=gambas3-runtime.install
   


[arch-commits] Commit in java8-openjdk/trunk (4 files)

2015-03-15 Thread Guillaume Alaux
Date: Sunday, March 15, 2015 @ 10:51:40
  Author: guillaume
Revision: 233866

Upstream release 8.u40. Removed all patches.

Modified:
  java8-openjdk/trunk/PKGBUILD
Deleted:
  java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/trunk/002_gcc.make-4.9.patch
  java8-openjdk/trunk/003_nonreparenting-wm.patch

-+
 001_adjust-mflags-for-gmake-4.patch |   46 --
 002_gcc.make-4.9.patch  |   12 
 003_nonreparenting-wm.patch |   39 
 PKGBUILD|   34 -
 4 files changed, 11 insertions(+), 120 deletions(-)

Deleted: 001_adjust-mflags-for-gmake-4.patch
===
--- 001_adjust-mflags-for-gmake-4.patch 2015-03-15 09:19:06 UTC (rev 233865)
+++ 001_adjust-mflags-for-gmake-4.patch 2015-03-15 09:51:40 UTC (rev 233866)
@@ -1,46 +0,0 @@
-
-# HG changeset patch
-# User henryjen
-# Date 1390363634 28800
-# Node ID e8d4d0db1f06c26defcbf68e6713afab632f3f30
-# Parent  c4b78cbea876aa86112cfda16c0026796848d582
-8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -Ipath contains 
j
-Reviewed-by: erikj
-
-diff -r c4b78cbea876 -r e8d4d0db1f06 make/bsd/makefiles/adjust-mflags.sh
 a/make/bsd/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
-+++ b/make/bsd/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
-@@ -64,7 +64,7 @@
-   echo $MFLAGS \
-   | sed '
-   s/^-/ -/
--  s/ -\([^][^ ]*\)j/ -\1 -j/
-+  s/ -\([^I][^I]*\)j/ -\1 -j/
-   s/ -j[0-9][0-9]*/ -j/
-   s/ -j\([^   ]\)/ -j -\1/
-   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
-diff -r c4b78cbea876 -r e8d4d0db1f06 make/linux/makefiles/adjust-mflags.sh
 a/make/linux/makefiles/adjust-mflags.shThu Dec 05 00:36:42 2013 -0800
-+++ b/make/linux/makefiles/adjust-mflags.shTue Jan 21 20:07:14 2014 -0800
-@@ -64,7 +64,7 @@
-   echo $MFLAGS \
-   | sed '
-   s/^-/ -/
--  s/ -\([^][^ ]*\)j/ -\1 -j/
-+  s/ -\([^I][^I]*\)j/ -\1 -j/
-   s/ -j[0-9][0-9]*/ -j/
-   s/ -j\([^   ]\)/ -j -\1/
-   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
-diff -r c4b78cbea876 -r e8d4d0db1f06 make/solaris/makefiles/adjust-mflags.sh
 a/make/solaris/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
-+++ b/make/solaris/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
-@@ -64,7 +64,7 @@
-   echo $MFLAGS \
-   | sed '
-   s/^-/ -/
--  s/ -\([^][^ ]*\)j/ -\1 -j/
-+  s/ -\([^I][^I]*\)j/ -\1 -j/
-   s/ -j[0-9][0-9]*/ -j/
-   s/ -j\([^   ]\)/ -j -\1/
-   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
-

Deleted: 002_gcc.make-4.9.patch
===
--- 002_gcc.make-4.9.patch  2015-03-15 09:19:06 UTC (rev 233865)
+++ 002_gcc.make-4.9.patch  2015-03-15 09:51:40 UTC (rev 233866)
@@ -1,12 +0,0 @@
 old/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.838205838 +0100
-+++ new/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.754204533 +0100
-@@ -266,6 +266,9 @@
-   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 3), 1)
- OPT_CFLAGS/mulnode.o += $(OPT_CFLAGS/NOOPT)
-   endif
-+  ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 9), 1)
-+OPT_CFLAGS/macroAssembler_x86.o += -fno-devirtualize
-+  endif
- endif
- 
- # Flags for generating make dependency flags.

Deleted: 003_nonreparenting-wm.patch
===
--- 003_nonreparenting-wm.patch 2015-03-15 09:19:06 UTC (rev 233865)
+++ 003_nonreparenting-wm.patch 2015-03-15 09:51:40 UTC (rev 233866)
@@ -1,39 +0,0 @@
 src/solaris/classes/sun/awt/X11/XWM.java   2014-09-06 18:41:39.018530981 
-0400
-+++ src/solaris/classes/sun/awt/X11/XWM.java   2014-09-06 18:46:43.098540372 
-0400
-@@ -104,7 +104,8 @@
- COMPIZ_WM = 12,
- LG3D_WM = 13,
- CWM_WM = 14,
--MUTTER_WM = 15;
-+MUTTER_WM = 15,
-+OTHER_NONREPARENTING_WM = 16;
- public String toString() {
- switch  (WMID) {
-   case NO_WM:
-@@ -596,7 +597,7 @@
- }
- 
- static boolean isNonReparentingWM() {
--return (XWM.getWMID() == XWM.COMPIZ_WM || XWM.getWMID() == 
XWM.LG3D_WM || XWM.getWMID() == XWM.CWM_WM);
-+return (XWM.getWMID() == XWM.COMPIZ_WM || XWM.getWMID() == 
XWM.LG3D_WM || XWM.getWMID() == XWM.CWM_WM || XWM.getWMID() == 
XWM.OTHER_NONREPARENTING_WM);
- }
- 
- /*
-@@ -786,6 +787,9 @@
- } else if (doIsIceWM  isIceWM()) {
- awt_wmgr = XWM.ICE_WM;
- }
-+else if 

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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:34:50
  Author: fyan
Revision: 233852

upgpkg: python-astroid 1.3.6-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 04:54:40 UTC (rev 233851)
+++ PKGBUILD2015-03-15 07:34:50 UTC (rev 233852)
@@ -4,7 +4,7 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-logilab-common' 'python2-logilab-common')
 
source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz;)
-sha1sums=('6bc81d001b5ebf7c49dfc388e48538bd95d671ba')
+sha1sums=('bcf21cfa9891c70f63a9730b792ce9cf8ea3bb2b')
 
 prepare() {
   cp -a astroid-${pkgver}{,-py3}


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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:34:22
  Author: fyan
Revision: 129282

upgpkg: skk-jisyo 20150315-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 01:05:15 UTC (rev 129281)
+++ PKGBUILD2015-03-15 07:34:22 UTC (rev 129282)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150308
+pkgver=20150315
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,11 +16,11 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('abce18f538b5f1cc2cc98170b55258f4'
+md5sums=('def2401e61c14de28fb99caf7bf75677'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'
- '3f7f24e39e4d18ca06c40cbec1b53acd')
+ 'f5bb57f25cf6cfbd4b5a00114aefadb7')
 
 package() {
   cd $srcdir


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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:34:36
  Author: fyan
Revision: 129283

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 129282, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 129282, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 07:34:22 UTC (rev 129282)
+++ PKGBUILD2015-03-15 07:34:36 UTC (rev 129283)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150308
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('abce18f538b5f1cc2cc98170b55258f4'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '3f7f24e39e4d18ca06c40cbec1b53acd')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 129282, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 07:34:36 UTC (rev 129283)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150315
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('def2401e61c14de28fb99caf7bf75677'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'f5bb57f25cf6cfbd4b5a00114aefadb7')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-03-15 07:34:22 UTC (rev 129282)
+++ skk-jisyo.install   2015-03-15 07:34:36 UTC (rev 129283)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 129282, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-03-15 07:34:36 UTC (rev 129283)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-03-15 Thread Felix Yan
Date: Sunday, March 15, 2015 @ 08:35:03
  Author: fyan
Revision: 233853

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 07:34:50 UTC (rev 233852)
+++ PKGBUILD2015-03-15 07:35:03 UTC (rev 233853)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.3.5
-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')
-checkdepends=('python-logilab-common' 'python2-logilab-common')
-source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz;)
-sha1sums=('6bc81d001b5ebf7c49dfc388e48538bd95d671ba')
-
-prepare() {
-  cp -a astroid-${pkgver}{,-py3}
-}
-
-build() {
-  cd astroid-${pkgver}
-  python2 setup.py build
-
-  cd ../astroid-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd astroid-${pkgver}
-  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
-
-  cd ../astroid-${pkgver}-py3
-  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
-}
-
-package_python2-astroid() {
-  depends=('python2-logilab-common' 'python2-six')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-}
-
-package_python-astroid() {
-  depends=('python-logilab-common' 'python-six')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 233852, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 07:35:03 UTC (rev 233853)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.3.6
+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')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz;)
+sha1sums=('bcf21cfa9891c70f63a9730b792ce9cf8ea3bb2b')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd astroid-${pkgver}
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
+
+  cd ../astroid-${pkgver}-py3
+  PYTHONPATH=$PWD/../build/lib:$PYTHONPATH python -Wi -m unittest discover 
-s build/lib/astroid/tests -p unittest*.py
+}
+
+package_python2-astroid() {
+  depends=('python2-logilab-common' 'python2-six')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}
+
+package_python-astroid() {
+  depends=('python-logilab-common' 'python-six')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+}


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

2015-03-15 Thread Laurent Carlier
Date: Sunday, March 15, 2015 @ 09:15:06
  Author: lcarlier
Revision: 129287

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 08:15:00 UTC (rev 129286)
+++ PKGBUILD2015-03-15 08:15:06 UTC (rev 129287)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: François Charette firmi...@gmx.net
-
-pkgname=lib32-xz
-_pkgbasename=xz
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
-arch=('x86_64')
-url='http://tukaani.org/xz/'
-license=('GPL' 'LGPL' 'custom')
-depends=('lib32-glibc' 'xz')
-makedepends=('gcc-multilib')
-source=(http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz;
-http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig;)
-md5sums=('be585bdf8672e4406632eda3d819e284'
- 'SKIP')
-validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
-
-build() {
-   cd ${srcdir}/xz-${pkgver}
-
-   export CC=gcc -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-   
-   ./configure --prefix=/usr \
-   --libdir=/usr/lib32 \
-   --disable-rpath \
-   --enable-werror
-   make
-}
-
-check() {
-   cd ${srcdir}/xz-${pkgver}
-
-   make check
-}
-
-package() {
-   cd ${srcdir}/xz-${pkgver}
-   
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{bin,include,share}
-   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
-   ln -s xz $pkgdir/usr/share/licenses/xz/lib32-xz
-}

Copied: lib32-xz/repos/multilib-x86_64/PKGBUILD (from rev 129286, 
lib32-xz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 08:15:06 UTC (rev 129287)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=lib32-xz
+_pkgbasename=xz
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
+arch=('x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('lib32-glibc' 'xz')
+makedepends=('gcc-multilib')
+source=(http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz;
+http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig;)
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
+
+build() {
+   cd ${srcdir}/xz-${pkgver}
+
+   export CC=gcc -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+   
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib32 \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/xz-${pkgver}
+
+   make check
+}
+
+package() {
+   cd ${srcdir}/xz-${pkgver}
+   
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/{bin,include,share}
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -s xz $pkgdir/usr/share/licenses/xz/lib32-xz
+}


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

2015-03-15 Thread Laurent Carlier
Date: Sunday, March 15, 2015 @ 09:15:00
  Author: lcarlier
Revision: 129286

upgpkg: lib32-xz 5.2.1-1

upstream update 5.2.1

Modified:
  lib32-xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 08:07:10 UTC (rev 129285)
+++ PKGBUILD2015-03-15 08:15:00 UTC (rev 129286)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-xz
 _pkgbasename=xz
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 source=(http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz;
 http://tukaani.org/xz/${_pkgbasename}-${pkgver}.tar.gz.sig;)
-md5sums=('be585bdf8672e4406632eda3d819e284'
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
  'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')  # Lasse Collin
 


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 10:19:06
  Author: foutrelis
Revision: 233865

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 09:18:55 UTC (rev 233864)
+++ extra-i686/PKGBUILD 2015-03-15 09:19:06 UTC (rev 233865)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('29f4cbe2869ae32a6775877ed6bfc4ded7000f013ff7eb70b2639c49f415cc3a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-startup-notification \
---enable-randr \
---enable-compositor \
---enable-xsync \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/extra-i686/PKGBUILD (from rev 233864, xfwm4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 09:19:06 UTC (rev 233865)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfwm4
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Xfce window manager
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-startup-notification \
+--enable-randr \
+--enable-compositor \
+--enable-xsync \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfwm4.install
===
--- extra-i686/xfwm4.install2015-03-15 09:18:55 UTC (rev 233864)
+++ extra-i686/xfwm4.install2015-03-15 09:19:06 UTC (rev 233865)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/extra-i686/xfwm4.install (from rev 233864, 
xfwm4/trunk/xfwm4.install)
===
--- extra-i686/xfwm4.install(rev 0)
+++ extra-i686/xfwm4.install2015-03-15 09:19:06 UTC (rev 233865)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-15 09:18:55 UTC (rev 233864)
+++ extra-x86_64/PKGBUILD   2015-03-15 09:19:06 UTC (rev 233865)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')

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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 10:18:55
  Author: foutrelis
Revision: 233864

upgpkg: xfwm4 4.12.1-1

New upstream release.

Modified:
  xfwm4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 09:09:40 UTC (rev 233863)
+++ PKGBUILD2015-03-15 09:18:55 UTC (rev 233864)
@@ -3,7 +3,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfwm4
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc=Xfce window manager
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('29f4cbe2869ae32a6775877ed6bfc4ded7000f013ff7eb70b2639c49f415cc3a')
+sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 11:49:27
  Author: foutrelis
Revision: 233868

upgpkg: xfwm4 4.12.1-2

Fix upstream issue 11700.

Added:
  xfwm4/trunk/0001-Fix-a-mishmash-between-width-and-height.patch
Modified:
  xfwm4/trunk/PKGBUILD

+
 0001-Fix-a-mishmash-between-width-and-height.patch |   37 +++
 PKGBUILD   |   15 ++-
 2 files changed, 49 insertions(+), 3 deletions(-)

Added: 0001-Fix-a-mishmash-between-width-and-height.patch
===
--- 0001-Fix-a-mishmash-between-width-and-height.patch  
(rev 0)
+++ 0001-Fix-a-mishmash-between-width-and-height.patch  2015-03-15 10:49:27 UTC 
(rev 233868)
@@ -0,0 +1,37 @@
+From adcf17fe8a136c89196f952185056c12c3829a01 Mon Sep 17 00:00:00 2001
+From: Olivier Fourdan four...@xfce.org
+Date: Sun, 15 Mar 2015 11:24:15 +0100
+Subject: [PATCH] Fix a mishmash between width and height
+
+Bug: 11700
+
+Duh...
+
+Signed-off-by: Olivier Fourdan four...@xfce.org
+---
+ src/client.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/client.c b/src/client.c
+index 7fa9e36..38ecc6f 100644
+--- a/src/client.c
 b/src/client.c
+@@ -543,12 +543,12 @@ clientAdjustCoordGravity (Client *c, int gravity, 
XWindowChanges *wc, unsigned l
+ 
+ if (*mask  CWWidth)
+ {
+-wc-width = clientCheckHeight (c, wc-width, TRUE);
++wc-width = clientCheckWidth (c, wc-width, TRUE);
+ }
+ 
+-if (*mask  CWWidth)
++if (*mask  CWHeight)
+ {
+-wc-height = clientCheckWidth (c, wc-height, TRUE);
++wc-height = clientCheckHeight (c, wc-height, TRUE);
+ }
+ 
+ switch (gravity)
+-- 
+2.3.3
+

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 10:01:13 UTC (rev 233867)
+++ PKGBUILD2015-03-15 10:49:27 UTC (rev 233868)
@@ -4,7 +4,7 @@
 
 pkgname=xfwm4
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Xfce window manager
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -13,9 +13,18 @@
 depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+0001-Fix-a-mishmash-between-width-and-height.patch)
+sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb'
+'79c7d1b494f56f9a2d5da1ceb9cdad8014f6d45547b972326fe2d2d74b6970ae')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=11700
+  patch -Np1 -i ../0001-Fix-a-mishmash-between-width-and-height.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 11:49:42
  Author: foutrelis
Revision: 233869

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

Added:
  xfwm4/repos/extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch
(from rev 233868, 
xfwm4/trunk/0001-Fix-a-mishmash-between-width-and-height.patch)
  xfwm4/repos/extra-i686/PKGBUILD
(from rev 233868, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/extra-i686/xfwm4.install
(from rev 233868, xfwm4/trunk/xfwm4.install)
  xfwm4/repos/extra-x86_64/0001-Fix-a-mishmash-between-width-and-height.patch
(from rev 233868, 
xfwm4/trunk/0001-Fix-a-mishmash-between-width-and-height.patch)
  xfwm4/repos/extra-x86_64/PKGBUILD
(from rev 233868, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/extra-x86_64/xfwm4.install
(from rev 233868, xfwm4/trunk/xfwm4.install)
Deleted:
  xfwm4/repos/extra-i686/PKGBUILD
  xfwm4/repos/extra-i686/xfwm4.install
  xfwm4/repos/extra-x86_64/PKGBUILD
  xfwm4/repos/extra-x86_64/xfwm4.install

-+
 /PKGBUILD   |  100 
++
 /xfwm4.install  |   26 ++
 extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   |   37 +++
 extra-i686/PKGBUILD |   41 
 extra-i686/xfwm4.install|   13 -
 extra-x86_64/0001-Fix-a-mishmash-between-width-and-height.patch |   37 +++
 extra-x86_64/PKGBUILD   |   41 
 extra-x86_64/xfwm4.install  |   13 -
 8 files changed, 200 insertions(+), 108 deletions(-)

Copied: 
xfwm4/repos/extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch (from 
rev 233868, xfwm4/trunk/0001-Fix-a-mishmash-between-width-and-height.patch)
===
--- extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   
(rev 0)
+++ extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   
2015-03-15 10:49:42 UTC (rev 233869)
@@ -0,0 +1,37 @@
+From adcf17fe8a136c89196f952185056c12c3829a01 Mon Sep 17 00:00:00 2001
+From: Olivier Fourdan four...@xfce.org
+Date: Sun, 15 Mar 2015 11:24:15 +0100
+Subject: [PATCH] Fix a mishmash between width and height
+
+Bug: 11700
+
+Duh...
+
+Signed-off-by: Olivier Fourdan four...@xfce.org
+---
+ src/client.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/client.c b/src/client.c
+index 7fa9e36..38ecc6f 100644
+--- a/src/client.c
 b/src/client.c
+@@ -543,12 +543,12 @@ clientAdjustCoordGravity (Client *c, int gravity, 
XWindowChanges *wc, unsigned l
+ 
+ if (*mask  CWWidth)
+ {
+-wc-width = clientCheckHeight (c, wc-width, TRUE);
++wc-width = clientCheckWidth (c, wc-width, TRUE);
+ }
+ 
+-if (*mask  CWWidth)
++if (*mask  CWHeight)
+ {
+-wc-height = clientCheckWidth (c, wc-height, TRUE);
++wc-height = clientCheckHeight (c, wc-height, TRUE);
+ }
+ 
+ switch (gravity)
+-- 
+2.3.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 10:49:27 UTC (rev 233868)
+++ extra-i686/PKGBUILD 2015-03-15 10:49:42 UTC (rev 233869)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.12.1
-pkgrel=1
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-startup-notification \
---enable-randr \
---enable-compositor \
---enable-xsync \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/extra-i686/PKGBUILD (from rev 233868, xfwm4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 10:49:42 UTC (rev 233869)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfwm4
+pkgver=4.12.1
+pkgrel=2
+pkgdesc=Xfce window manager
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libdrm' 

[arch-commits] Commit in syncthing/repos/community-i686 (6 files)

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 18:02:21
  Author: jlichtblau
Revision: 129302

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 129301, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 129301, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 129301, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 16:59:10 UTC (rev 129301)
+++ PKGBUILD2015-03-15 17:02:21 UTC (rev 129302)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.26
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-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
-install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 129301, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 17:02:21 UTC (rev 129302)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.27
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+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
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-15 16:59:10 UTC (rev 129301)
+++ syncthing.1 2015-03-15 17:02:21 UTC (rev 129302)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH 

[arch-commits] Commit in kdesvn/repos/community-i686 (6 files)

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 19:05:24
  Author: jlichtblau
Revision: 129307

archrelease: copy trunk to community-i686

Added:
  kdesvn/repos/community-i686/PKGBUILD
(from rev 129306, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-i686/kdesvn.changelog
(from rev 129306, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-i686/kdesvn.install
(from rev 129306, kdesvn/trunk/kdesvn.install)
Deleted:
  kdesvn/repos/community-i686/PKGBUILD
  kdesvn/repos/community-i686/kdesvn.changelog
  kdesvn/repos/community-i686/kdesvn.install

--+
 PKGBUILD |   83 +++-
 kdesvn.changelog |  119 +++--
 kdesvn.install   |   24 +-
 3 files changed, 116 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 17:57:23 UTC (rev 129306)
+++ PKGBUILD2015-03-15 18:05:24 UTC (rev 129307)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=kdesvn
-pkgver=1.6.0
-pkgrel=3
-pkgdesc=A pure C++ SVN-client for KDE
-arch=('i686' 'x86_64')
-url=http://kdesvn.alwins-world.de/;
-license=('GPL')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('automoc4' 'cmake' 'patch')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2)
-sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS=-DQT_THREAD_SUPPORT \
--DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#removing conflicting files - kdesdk
-  rm -f ${pkgdir}/usr/share/kde4/services/svn*
-
-#removing $srcdir reference
-  rm -rf ${pkgdir}/usr/share/doc
-}

Copied: kdesvn/repos/community-i686/PKGBUILD (from rev 129306, 
kdesvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 18:05:24 UTC (rev 129307)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgname=kdesvn
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=A pure C++ SVN-client for KDE
+arch=('i686' 'x86_64')
+url=http://kdesvn.alwins-world.de/;
+license=('GPL')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('automoc4' 'cmake' 'patch')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2)
+sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS=-DQT_THREAD_SUPPORT \
+-DLIB_SUFFIX=
+
+#FS#44135 fix
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#removing conflicting files - kdesdk
+  rm -f ${pkgdir}/usr/share/kde4/services/svn*
+
+#removing $srcdir reference
+  rm -rf ${pkgdir}/usr/share/doc
+}

Deleted: kdesvn.changelog
===
--- kdesvn.changelog2015-03-15 17:57:23 UTC (rev 129306)
+++ kdesvn.changelog2015-03-15 18:05:24 UTC (rev 129307)
@@ -1,58 +0,0 @@
-2012-08-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.6.0-1
-
-2010-09-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.5
-
-2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.3
-
-2010-01-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.1
-
-2010-01-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.0
-
-2009-10-01 Biru Ionut io...@archlinux.ro
-   * Update to major release 1.4.1
-
-2009-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.2
-
-2009-05-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.1
-
-2009-05-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14602 fixed in 1.3.0-2
-
-2009-04-30 Biru Ionut biru.io...@gmail.com
-   * rebuild for x86_64 #FS14506 
-
-2009-04-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.0
-
-2009-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.2.4
-
-2009-01-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.2.3
-
-2008-11-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.2.2
-

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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 19:43:23
  Author: foutrelis
Revision: 233878

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

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

-+
 /PKGBUILD   |   78 ++
 /libxfce4ui.install |   26 
 extra-i686/PKGBUILD |   40 ---
 extra-i686/libxfce4ui.install   |   13 --
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/libxfce4ui.install |   13 --
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 18:43:12 UTC (rev 233877)
+++ extra-i686/PKGBUILD 2015-03-15 18:43:23 UTC (rev 233878)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
-
-pkgname=libxfce4ui
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=Commonly used Xfce widgets among Xfce applications
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-#replaces=('libxfcegui4') - later when all is ported
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gtk-doc \
---disable-debug \
---with-vendor-info='Arch Linux'
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libxfce4ui/repos/extra-i686/PKGBUILD (from rev 233877, 
libxfce4ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 18:43:23 UTC (rev 233878)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
+
+pkgname=libxfce4ui
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Commonly used Xfce widgets among Xfce applications
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--disable-debug \
+--with-vendor-info='Arch Linux'
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libxfce4ui.install
===
--- extra-i686/libxfce4ui.install   2015-03-15 18:43:12 UTC (rev 233877)
+++ extra-i686/libxfce4ui.install   2015-03-15 18:43:23 UTC (rev 233878)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libxfce4ui/repos/extra-i686/libxfce4ui.install (from rev 233877, 
libxfce4ui/trunk/libxfce4ui.install)
===
--- extra-i686/libxfce4ui.install   (rev 0)
+++ extra-i686/libxfce4ui.install   2015-03-15 18:43:23 UTC (rev 233878)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-15 18:43:12 UTC (rev 233877)
+++ 

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

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 18:08:26
  Author: jlichtblau
Revision: 129303

upgpkg: python-html2text 2015.2.18-1

Modified:
  python-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 17:02:21 UTC (rev 129302)
+++ PKGBUILD2015-03-15 17:08:26 UTC (rev 129303)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=python-html2text
-pkgver=2014.12.29
-pkgrel=2
+pkgver=2015.2.18
+pkgrel=1
 pkgdesc=A HTML to markdown-structured text converter
 arch=('any')
 url=https://pypi.python.org/pypi/html2text/;
@@ -14,7 +14,7 @@
 provides=('html2text')
 replaces=('html2text')
 
source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
-sha256sums=('c3977dfe6fd1ba0d4091f85963306488b3e9e236cfe60d8821158ce5a7fcb619')
+sha256sums=('549af31989143ea9d47c5d8b05d4a7d0e3fa21f1d13b0abd3229e21854ba208b')
 
 build() {
   cd ${srcdir}/html2text-$pkgver


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

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 18:08:33
  Author: jlichtblau
Revision: 129304

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 17:08:26 UTC (rev 129303)
+++ PKGBUILD2015-03-15 17:08:33 UTC (rev 129304)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=python-html2text
-pkgver=2014.12.29
-pkgrel=2
-pkgdesc=A HTML to markdown-structured text converter
-arch=('any')
-url=https://pypi.python.org/pypi/html2text/;
-license=('GPL3')
-depends=('python-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
-sha256sums=('c3977dfe6fd1ba0d4091f85963306488b3e9e236cfe60d8821158ce5a7fcb619')
-
-build() {
-  cd ${srcdir}/html2text-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ${srcdir}/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-}
-
-package() {
-  cd ${srcdir}/html2text-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 129303, 
python-html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 17:08:33 UTC (rev 129304)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=python-html2text
+pkgver=2015.2.18
+pkgrel=1
+pkgdesc=A HTML to markdown-structured text converter
+arch=('any')
+url=https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+depends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
+sha256sums=('549af31989143ea9d47c5d8b05d4a7d0e3fa21f1d13b0abd3229e21854ba208b')
+
+build() {
+  cd ${srcdir}/html2text-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+}
+
+package() {
+  cd ${srcdir}/html2text-${pkgver}
+  python setup.py install --root=${pkgdir}
+}


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-03-15 Thread Florian Pritz
Date: Sunday, March 15, 2015 @ 20:35:28
  Author: bluewind
Revision: 233882

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 233881, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 233881, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 233881, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  681 +--
 upgpkg |8 
 3 files changed, 379 insertions(+), 372 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 19:35:24 UTC (rev 233881)
+++ PKGBUILD2015-03-15 19:35:28 UTC (rev 233882)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20150228
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('b783ab7cccbda150b172acfdfa7d5b3f')
-sha256sums=('f5a0e601628a335054d8d7253a9f8481a5bc2e3a067ca6870c4f038ab5482670')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 233881, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 19:35:28 UTC (rev 233882)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20150315
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('a284293c6bce17c27fc6c577d2d5a2d7')
+sha256sums=('1e046a0d304274801b22793924cc1d4dfa691b1f74f9dc57bbd207ca8728a961')

Deleted: mirrorlist
===
--- mirrorlist  2015-03-15 19:35:24 UTC (rev 233881)
+++ mirrorlist  2015-03-15 19:35:28 UTC (rev 233882)
@@ -1,337 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-02-28
-##
-
-## Worldwide
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## Chile
-#Server = http://mirror.archlinux.cl/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.cqu.edu.cn/archlinux

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

2015-03-15 Thread Florian Pritz
Date: Sunday, March 15, 2015 @ 20:35:24
  Author: bluewind
Revision: 233881

upgpkg: pacman-mirrorlist 20150315-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   11 +--
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 19:19:04 UTC (rev 233880)
+++ PKGBUILD2015-03-15 19:35:24 UTC (rev 233881)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20150228
+pkgver=20150315
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('b783ab7cccbda150b172acfdfa7d5b3f')
-sha256sums=('f5a0e601628a335054d8d7253a9f8481a5bc2e3a067ca6870c4f038ab5482670')
+md5sums=('a284293c6bce17c27fc6c577d2d5a2d7')
+sha256sums=('1e046a0d304274801b22793924cc1d4dfa691b1f74f9dc57bbd207ca8728a961')

Modified: mirrorlist
===
--- mirrorlist  2015-03-15 19:19:04 UTC (rev 233880)
+++ mirrorlist  2015-03-15 19:35:24 UTC (rev 233881)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-02-28
+## Generated on 2015-03-15
 ##
 
 ## Worldwide
@@ -8,6 +8,7 @@
 
 ## Australia
 #Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
 #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
@@ -15,6 +16,7 @@
 #Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
 
 ## Austria
+#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
 #Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
 
 ## Bangladesh
@@ -91,6 +93,8 @@
 #Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mir.art-software.fr/arch/$repo/os/$arch
+#Server = http://fooo.biz/archlinux/$repo/os/$arch
+#Server = https://fooo.biz/archlinux/$repo/os/$arch
 #Server = http://mirror.lastmikoi.net/archlinux/$repo/os/$arch
 #Server = http://mirror.lightcone.eu/archlinux/$repo/os/$arch
 #Server = http://archlinux.mailtunnel.eu/$repo/os/$arch
@@ -101,6 +105,8 @@
 #Server = http://archlinux.mirror.pkern.at/$repo/os/$arch
 #Server = https://archlinux.mirror.pkern.at/$repo/os/$arch
 #Server = http://archlinux.polymorf.fr/$repo/os/$arch
+#Server = http://arch.static.lu/$repo/os/$arch
+#Server = https://arch.static.lu/$repo/os/$arch
 #Server = http://arch.tamcore.eu/$repo/os/$arch
 #Server = http://mirror.tyborek.pl/arch/$repo/os/$arch
 #Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch
@@ -111,9 +117,9 @@
 #Server = http://archlinux.limun.org/$repo/os/$arch
 #Server = https://archlinux.limun.org/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
-#Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
 #Server = http://ftp.fau.de/archlinux/$repo/os/$arch
 #Server = https://ftp.fau.de/archlinux/$repo/os/$arch
+#Server = http://mirror.flipez.de/archlinux/$repo/os/$arch
 #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
 #Server = http://mirror.gnomus.de/$repo/os/$arch
 #Server = http://arch.packages.gnp-tec.net/$repo/os/$arch
@@ -147,6 +153,7 @@
 #Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
 #Server = http://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
 #Server = https://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
+#Server = http://mirrors.myaegean.gr/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch
 


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 21:29:00
  Author: foutrelis
Revision: 233885

upgpkg: xfwm4 4.12.2-1

New upstream release.

Modified:
  xfwm4/trunk/PKGBUILD
Deleted:
  xfwm4/trunk/0001-Fix-a-mishmash-between-width-and-height.patch

+
 0001-Fix-a-mishmash-between-width-and-height.patch |   37 ---
 PKGBUILD   |   17 ++--
 2 files changed, 4 insertions(+), 50 deletions(-)

Deleted: 0001-Fix-a-mishmash-between-width-and-height.patch
===
--- 0001-Fix-a-mishmash-between-width-and-height.patch  2015-03-15 19:51:13 UTC 
(rev 233884)
+++ 0001-Fix-a-mishmash-between-width-and-height.patch  2015-03-15 20:29:00 UTC 
(rev 233885)
@@ -1,37 +0,0 @@
-From adcf17fe8a136c89196f952185056c12c3829a01 Mon Sep 17 00:00:00 2001
-From: Olivier Fourdan four...@xfce.org
-Date: Sun, 15 Mar 2015 11:24:15 +0100
-Subject: [PATCH] Fix a mishmash between width and height
-
-Bug: 11700
-
-Duh...
-
-Signed-off-by: Olivier Fourdan four...@xfce.org

- src/client.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/client.c b/src/client.c
-index 7fa9e36..38ecc6f 100644
 a/src/client.c
-+++ b/src/client.c
-@@ -543,12 +543,12 @@ clientAdjustCoordGravity (Client *c, int gravity, 
XWindowChanges *wc, unsigned l
- 
- if (*mask  CWWidth)
- {
--wc-width = clientCheckHeight (c, wc-width, TRUE);
-+wc-width = clientCheckWidth (c, wc-width, TRUE);
- }
- 
--if (*mask  CWWidth)
-+if (*mask  CWHeight)
- {
--wc-height = clientCheckWidth (c, wc-height, TRUE);
-+wc-height = clientCheckHeight (c, wc-height, TRUE);
- }
- 
- switch (gravity)
--- 
-2.3.3
-

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 19:51:13 UTC (rev 233884)
+++ PKGBUILD2015-03-15 20:29:00 UTC (rev 233885)
@@ -3,8 +3,8 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfwm4
-pkgver=4.12.1
-pkgrel=2
+pkgver=4.12.2
+pkgrel=1
 pkgdesc=Xfce window manager
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -13,18 +13,9 @@
 depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0001-Fix-a-mishmash-between-width-and-height.patch)
-sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb'
-'79c7d1b494f56f9a2d5da1ceb9cdad8014f6d45547b972326fe2d2d74b6970ae')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5bb5f72b41060d10bd3823f8b69abcd462bbd8853fdf9c82041450ae68e7d75a')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=11700
-  patch -Np1 -i ../0001-Fix-a-mishmash-between-width-and-height.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 21:29:13
  Author: foutrelis
Revision: 233886

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

Added:
  xfwm4/repos/extra-i686/PKGBUILD
(from rev 233885, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/extra-i686/xfwm4.install
(from rev 233885, xfwm4/trunk/xfwm4.install)
  xfwm4/repos/extra-x86_64/PKGBUILD
(from rev 233885, xfwm4/trunk/PKGBUILD)
  xfwm4/repos/extra-x86_64/xfwm4.install
(from rev 233885, xfwm4/trunk/xfwm4.install)
Deleted:
  xfwm4/repos/extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch
  xfwm4/repos/extra-i686/PKGBUILD
  xfwm4/repos/extra-i686/xfwm4.install
  xfwm4/repos/extra-x86_64/0001-Fix-a-mishmash-between-width-and-height.patch
  xfwm4/repos/extra-x86_64/PKGBUILD
  xfwm4/repos/extra-x86_64/xfwm4.install

-+
 /PKGBUILD   |   82 
++
 /xfwm4.install  |   26 +++
 extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   |   37 
 extra-i686/PKGBUILD |   50 --
 extra-i686/xfwm4.install|   13 -
 extra-x86_64/0001-Fix-a-mishmash-between-width-and-height.patch |   37 
 extra-x86_64/PKGBUILD   |   50 --
 extra-x86_64/xfwm4.install  |   13 -
 8 files changed, 108 insertions(+), 200 deletions(-)

Deleted: extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch
===
--- extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   
2015-03-15 20:29:00 UTC (rev 233885)
+++ extra-i686/0001-Fix-a-mishmash-between-width-and-height.patch   
2015-03-15 20:29:13 UTC (rev 233886)
@@ -1,37 +0,0 @@
-From adcf17fe8a136c89196f952185056c12c3829a01 Mon Sep 17 00:00:00 2001
-From: Olivier Fourdan four...@xfce.org
-Date: Sun, 15 Mar 2015 11:24:15 +0100
-Subject: [PATCH] Fix a mishmash between width and height
-
-Bug: 11700
-
-Duh...
-
-Signed-off-by: Olivier Fourdan four...@xfce.org

- src/client.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/client.c b/src/client.c
-index 7fa9e36..38ecc6f 100644
 a/src/client.c
-+++ b/src/client.c
-@@ -543,12 +543,12 @@ clientAdjustCoordGravity (Client *c, int gravity, 
XWindowChanges *wc, unsigned l
- 
- if (*mask  CWWidth)
- {
--wc-width = clientCheckHeight (c, wc-width, TRUE);
-+wc-width = clientCheckWidth (c, wc-width, TRUE);
- }
- 
--if (*mask  CWWidth)
-+if (*mask  CWHeight)
- {
--wc-height = clientCheckWidth (c, wc-height, TRUE);
-+wc-height = clientCheckHeight (c, wc-height, TRUE);
- }
- 
- switch (gravity)
--- 
-2.3.3
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 20:29:00 UTC (rev 233885)
+++ extra-i686/PKGBUILD 2015-03-15 20:29:13 UTC (rev 233886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfwm4
-pkgver=4.12.1
-pkgrel=2
-pkgdesc=Xfce window manager
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0001-Fix-a-mishmash-between-width-and-height.patch)
-sha256sums=('4e9b94517cc1550c4ff4ff8ac252c95ef0d3345b1f5f04dbf2ca9e3c708de1bb'
-'79c7d1b494f56f9a2d5da1ceb9cdad8014f6d45547b972326fe2d2d74b6970ae')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=11700
-  patch -Np1 -i ../0001-Fix-a-mishmash-between-width-and-height.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-startup-notification \
---enable-randr \
---enable-compositor \
---enable-xsync \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/extra-i686/PKGBUILD (from rev 233885, xfwm4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 20:29:13 UTC (rev 233886)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfwm4
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Xfce window manager
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')

[arch-commits] Commit in syncthing/repos/community-x86_64 (6 files)

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 17:59:10
  Author: jlichtblau
Revision: 129301

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 129300, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 129300, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 129300, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 16:59:00 UTC (rev 129300)
+++ PKGBUILD2015-03-15 16:59:10 UTC (rev 129301)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.26
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-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
-install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 129300, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 16:59:10 UTC (rev 129301)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.27
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+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
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-15 16:59:00 UTC (rev 129300)
+++ syncthing.1 2015-03-15 16:59:10 UTC (rev 129301)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  

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

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 17:59:00
  Author: jlichtblau
Revision: 129300

upgpkg: syncthing 0.10.27-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 15:58:34 UTC (rev 129299)
+++ PKGBUILD2015-03-15 16:59:00 UTC (rev 129300)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.26
+pkgver=0.10.27
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 18:57:11
  Author: jlichtblau
Revision: 129305

upgpkg: kdesvn 1.6.0-4
fix for FS#44135 - [kdesvn] translations don't work

Modified:
  kdesvn/trunk/PKGBUILD
  kdesvn/trunk/kdesvn.changelog

--+
 PKGBUILD |7 +--
 kdesvn.changelog |   35 +++
 2 files changed, 24 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 17:08:33 UTC (rev 129304)
+++ PKGBUILD2015-03-15 17:57:11 UTC (rev 129305)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=kdesvn
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A pure C++ SVN-client for KDE
 arch=('i686' 'x86_64')
 url=http://kdesvn.alwins-world.de/;
@@ -24,6 +24,9 @@
 -DCMAKE_CXX_FLAGS=-DQT_THREAD_SUPPORT \
 -DLIB_SUFFIX=
 
+#FS#44135 fix
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+
   make
 }
 

Modified: kdesvn.changelog
===
--- kdesvn.changelog2015-03-15 17:08:33 UTC (rev 129304)
+++ kdesvn.changelog2015-03-15 17:57:11 UTC (rev 129305)
@@ -1,58 +1,61 @@
-2012-08-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-03-15 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * kdesvn 1.6.0-4 FS#44135 fix
+
+2012-08-26 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.6.0-1
 
-2010-09-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-09-15 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.5.5
 
-2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.5.3
 
-2010-01-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-01-17 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.5.1
 
-2010-01-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-01-11 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.5.0
 
 2009-10-01 Biru Ionut io...@archlinux.ro
* Update to major release 1.4.1
 
-2009-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-07-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.3.2
 
-2009-05-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-05-30 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.3.1
 
-2009-05-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-05-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#14602 fixed in 1.3.0-2
 
 2009-04-30 Biru Ionut biru.io...@gmail.com
* rebuild for x86_64 #FS14506 
 
-2009-04-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-04-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.3.0
 
-2009-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-02-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.2.4
 
-2009-01-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-01-24 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.2.3
 
-2008-11-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-11-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.2.2
 
 2008-10-08  Eric Belanger  e...@archlinux.org
* Removed unneede file sourcing
 
-2008-10-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-10-04 Jaroslav Lichtblau svetlemo...@archlinux.org
* Removed conflicting files in 1.2.1-2
* The one provided with kdesdk are more complete.
 
-2008-10-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-10-03 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.2.1 - KDE4 version
 
-2008-09-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-09-23 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.0.2
 
-2008-08-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-08-31 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.0.1
 


[arch-commits] Commit in kdesvn/repos/community-x86_64 (6 files)

2015-03-15 Thread Jaroslav Lichtblau
Date: Sunday, March 15, 2015 @ 18:57:23
  Author: jlichtblau
Revision: 129306

archrelease: copy trunk to community-x86_64

Added:
  kdesvn/repos/community-x86_64/PKGBUILD
(from rev 129305, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-x86_64/kdesvn.changelog
(from rev 129305, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-x86_64/kdesvn.install
(from rev 129305, kdesvn/trunk/kdesvn.install)
Deleted:
  kdesvn/repos/community-x86_64/PKGBUILD
  kdesvn/repos/community-x86_64/kdesvn.changelog
  kdesvn/repos/community-x86_64/kdesvn.install

--+
 PKGBUILD |   83 +++-
 kdesvn.changelog |  119 +++--
 kdesvn.install   |   24 +-
 3 files changed, 116 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 17:57:11 UTC (rev 129305)
+++ PKGBUILD2015-03-15 17:57:23 UTC (rev 129306)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=kdesvn
-pkgver=1.6.0
-pkgrel=3
-pkgdesc=A pure C++ SVN-client for KDE
-arch=('i686' 'x86_64')
-url=http://kdesvn.alwins-world.de/;
-license=('GPL')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('automoc4' 'cmake' 'patch')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2)
-sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS=-DQT_THREAD_SUPPORT \
--DLIB_SUFFIX=
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#removing conflicting files - kdesdk
-  rm -f ${pkgdir}/usr/share/kde4/services/svn*
-
-#removing $srcdir reference
-  rm -rf ${pkgdir}/usr/share/doc
-}

Copied: kdesvn/repos/community-x86_64/PKGBUILD (from rev 129305, 
kdesvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 17:57:23 UTC (rev 129306)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgname=kdesvn
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=A pure C++ SVN-client for KDE
+arch=('i686' 'x86_64')
+url=http://kdesvn.alwins-world.de/;
+license=('GPL')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('automoc4' 'cmake' 'patch')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.orig.tar.bz2)
+sha256sums=('05686f246b76810f90a9f80f1d45cdccf812b42e18fa10a16b14e7d27d370f96')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS=-DQT_THREAD_SUPPORT \
+-DLIB_SUFFIX=
+
+#FS#44135 fix
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#removing conflicting files - kdesdk
+  rm -f ${pkgdir}/usr/share/kde4/services/svn*
+
+#removing $srcdir reference
+  rm -rf ${pkgdir}/usr/share/doc
+}

Deleted: kdesvn.changelog
===
--- kdesvn.changelog2015-03-15 17:57:11 UTC (rev 129305)
+++ kdesvn.changelog2015-03-15 17:57:23 UTC (rev 129306)
@@ -1,58 +0,0 @@
-2012-08-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.6.0-1
-
-2010-09-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.5
-
-2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.3
-
-2010-01-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.1
-
-2010-01-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.5.0
-
-2009-10-01 Biru Ionut io...@archlinux.ro
-   * Update to major release 1.4.1
-
-2009-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.2
-
-2009-05-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.1
-
-2009-05-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14602 fixed in 1.3.0-2
-
-2009-04-30 Biru Ionut biru.io...@gmail.com
-   * rebuild for x86_64 #FS14506 
-
-2009-04-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.3.0
-
-2009-02-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.2.4
-
-2009-01-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 1.2.3
-
-2008-11-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 

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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 20:19:04
  Author: foutrelis
Revision: 233880

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

Added:
  xfce4-dict/repos/extra-i686/PKGBUILD
(from rev 233879, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/extra-i686/xfce4-dict.install
(from rev 233879, xfce4-dict/trunk/xfce4-dict.install)
  xfce4-dict/repos/extra-x86_64/PKGBUILD
(from rev 233879, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/extra-x86_64/xfce4-dict.install
(from rev 233879, xfce4-dict/trunk/xfce4-dict.install)
Deleted:
  xfce4-dict/repos/extra-i686/PKGBUILD
  xfce4-dict/repos/extra-i686/xfce4-dict.install
  xfce4-dict/repos/extra-x86_64/PKGBUILD
  xfce4-dict/repos/extra-x86_64/xfce4-dict.install

-+
 /PKGBUILD   |   82 ++
 /xfce4-dict.install |   26 
 extra-i686/PKGBUILD |   41 ---
 extra-i686/xfce4-dict.install   |   13 --
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/xfce4-dict.install |   13 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 19:18:52 UTC (rev 233879)
+++ extra-i686/PKGBUILD 2015-03-15 19:19:04 UTC (rev 233880)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-dict
-pkgver=0.7.0
-pkgrel=2
-pkgdesc=A dictionary plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('407fc0f02adf6ea85dec6993db1e222b548afcdd63a9e35ed2d70a42c9738e58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-i686/PKGBUILD (from rev 233879, 
xfce4-dict/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 19:19:04 UTC (rev 233880)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-dict
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A dictionary plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfce4-dict;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-dict.install
===
--- extra-i686/xfce4-dict.install   2015-03-15 19:18:52 UTC (rev 233879)
+++ extra-i686/xfce4-dict.install   2015-03-15 19:19:04 UTC (rev 233880)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-i686/xfce4-dict.install (from rev 233879, 
xfce4-dict/trunk/xfce4-dict.install)
===
--- extra-i686/xfce4-dict.install   (rev 0)
+++ extra-i686/xfce4-dict.install   2015-03-15 19:19:04 UTC (rev 233880)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-15 19:18:52 

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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 20:18:52
  Author: foutrelis
Revision: 233879

upgpkg: xfce4-dict 0.7.1-1

New upstream release.

Modified:
  xfce4-dict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 18:43:23 UTC (rev 233878)
+++ PKGBUILD2015-03-15 19:18:52 UTC (rev 233879)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-dict
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc=A dictionary plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/xfce4-dict;
@@ -18,7 +18,7 @@
 replaces=('xfce4-dict-plugin')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('407fc0f02adf6ea85dec6993db1e222b548afcdd63a9e35ed2d70a42c9738e58')
+sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 19:43:12
  Author: foutrelis
Revision: 233877

upgpkg: libxfce4ui 4.12.1-1

New upstream release.

Modified:
  libxfce4ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 14:51:59 UTC (rev 233876)
+++ PKGBUILD2015-03-15 18:43:12 UTC (rev 233877)
@@ -3,7 +3,7 @@
 # Contributor: Xavier Devlamynck magicrhe...@ouranos.be
 
 pkgname=libxfce4ui
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc=Commonly used Xfce widgets among Xfce applications
 arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@
 depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
  'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
-#replaces=('libxfcegui4') - later when all is ported
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
+sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 20:51:01
  Author: foutrelis
Revision: 233883

upgpkg: xfce4-eyes-plugin 4.4.4-1

New upstream release.

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 19:35:28 UTC (rev 233882)
+++ PKGBUILD2015-03-15 19:51:01 UTC (rev 233883)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.4
+pkgrel=1
 pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'perl-xml-parser')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
+sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-eyes-plugin/repos (8 files)

2015-03-15 Thread Evangelos Foutras
Date: Sunday, March 15, 2015 @ 20:51:13
  Author: foutrelis
Revision: 233884

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
(from rev 233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install
(from rev 233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install

+
 /PKGBUILD  |   74 +++
 /xfce4-eyes-plugin.install |   26 ++
 extra-i686/PKGBUILD|   37 ---
 extra-i686/xfce4-eyes-plugin.install   |   13 -
 extra-x86_64/PKGBUILD  |   37 ---
 extra-x86_64/xfce4-eyes-plugin.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-15 19:51:01 UTC (rev 233883)
+++ extra-i686/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.3
-pkgrel=2
-pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 233883, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.4
+pkgrel=1
+pkgdesc=A rolling eyes (following mouse pointer) plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-eyes-plugin.install
===
--- extra-i686/xfce4-eyes-plugin.install2015-03-15 19:51:01 UTC (rev 
233883)
+++ extra-i686/xfce4-eyes-plugin.install2015-03-15 19:51:13 UTC (rev 
233884)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install (from rev 
233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===
--- extra-i686/xfce4-eyes-plugin.install(rev 0)
+++ extra-i686/xfce4-eyes-plugin.install2015-03-15 19:51:13 UTC (rev 
233884)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD

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

2015-03-15 Thread Antonio Rojas
Date: Monday, March 16, 2015 @ 00:55:20
  Author: arojas
Revision: 233898

Add calligra-gemini

Modified:
  calligra-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 23:41:02 UTC (rev 233897)
+++ PKGBUILD2015-03-15 23:55:20 UTC (rev 233898)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=calligra-meta
-pkgver=2.8.0
+pkgver=2.9
 pkgrel=1
 arch=('any')
 url='http://www.calligra-suite.org/'
@@ -20,5 +20,6 @@
  'calligra-plugins'
  'calligra-sheets'
  'calligra-stage'
- 'calligra-words')
-replaces=('koffice-meta-koffice')
+ 'calligra-words'
+'calligra-gemini')
+


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

2015-03-15 Thread Antonio Rojas
Date: Monday, March 16, 2015 @ 00:55:33
  Author: arojas
Revision: 233899

archrelease: copy trunk to extra-any

Added:
  calligra-meta/repos/extra-any/PKGBUILD
(from rev 233898, calligra-meta/trunk/PKGBUILD)
Deleted:
  calligra-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 23:55:20 UTC (rev 233898)
+++ PKGBUILD2015-03-15 23:55:33 UTC (rev 233899)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=calligra-meta
-pkgver=2.8.0
-pkgrel=1
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('GPL')
-pkgdesc=Calligra meta package
-depends=('calligra-braindump'
- 'calligra-extras'
- 'calligra-filters'
- 'calligra-flow'
- 'calligra-handbook'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-krita'
- 'calligra-plan'
- 'calligra-plugins'
- 'calligra-sheets'
- 'calligra-stage'
- 'calligra-words')
-replaces=('koffice-meta-koffice')

Copied: calligra-meta/repos/extra-any/PKGBUILD (from rev 233898, 
calligra-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 23:55:33 UTC (rev 233899)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=calligra-meta
+pkgver=2.9
+pkgrel=1
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('GPL')
+pkgdesc=Calligra meta package
+depends=('calligra-braindump'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-flow'
+ 'calligra-handbook'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-krita'
+ 'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
+ 'calligra-stage'
+ 'calligra-words'
+'calligra-gemini')
+


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:35
  Author: spupykin
Revision: 129312

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

Added:
  belle-sip/repos/community-staging-i686/
  belle-sip/repos/community-staging-i686/PKGBUILD
(from rev 129311, belle-sip/trunk/PKGBUILD)
  belle-sip/repos/community-staging-x86_64/
  belle-sip/repos/community-staging-x86_64/PKGBUILD
(from rev 129311, belle-sip/trunk/PKGBUILD)

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

Copied: belle-sip/repos/community-staging-i686/PKGBUILD (from rev 129311, 
belle-sip/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-15 21:19:35 UTC (rev 129312)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('17aed9525c4ab8916fbfc76c57372f9c'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# \
+-e s|-Werror||g \
+configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: belle-sip/repos/community-staging-x86_64/PKGBUILD (from rev 129311, 
belle-sip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-15 21:19:35 UTC (rev 129312)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.4.0
+pkgrel=2
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('17aed9525c4ab8916fbfc76c57372f9c'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# \
+-e s|-Werror||g \
+configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:38
  Author: spupykin
Revision: 129313

upgpkg: linphone 3.8.0-3

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:19:35 UTC (rev 129312)
+++ PKGBUILD2015-03-15 21:19:38 UTC (rev 129313)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
 
 pkgname=linphone
 pkgver=3.8.0
-pkgrel=1
+pkgrel=3
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
 license=('GPL')
 depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729' 
'libsoup'
+'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
 'belle-sip')
 makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
 optdepends=('pulseaudio')


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:48
  Author: spupykin
Revision: 129315

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

Added:
  linphone/repos/community-staging-i686/
  linphone/repos/community-staging-i686/ChangeLog
(from rev 129314, linphone/trunk/ChangeLog)
  linphone/repos/community-staging-i686/PKGBUILD
(from rev 129314, linphone/trunk/PKGBUILD)
  linphone/repos/community-staging-x86_64/
  linphone/repos/community-staging-x86_64/ChangeLog
(from rev 129314, linphone/trunk/ChangeLog)
  linphone/repos/community-staging-x86_64/PKGBUILD
(from rev 129314, linphone/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   33 ++
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-x86_64/ChangeLog |   33 ++
 community-staging-x86_64/PKGBUILD  |   38 +++
 4 files changed, 142 insertions(+)

Copied: linphone/repos/community-staging-i686/ChangeLog (from rev 129314, 
linphone/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2015-03-15 21:19:48 UTC (rev 129315)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Copied: linphone/repos/community-staging-i686/PKGBUILD (from rev 129314, 
linphone/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-15 21:19:48 UTC (rev 129315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Mark Lee m...@markelee.com
+
+pkgname=linphone
+pkgver=3.8.0
+pkgrel=3
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
+'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
+'belle-sip')
+makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
+optdepends=('pulseaudio')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
+md5sums=('086b4100d4817497223fe4b6c37a0acd')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG=/usr/bin/pkg-config
+  unset SGML_CATALOG_FILES
+  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
+   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-external-mediastreamer \
+   --enable-external-ortp \
+   --enable-zrtp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: linphone/repos/community-staging-x86_64/ChangeLog (from rev 129314, 
linphone/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-03-15 21:19:48 UTC (rev 129315)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* linphone 

[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 22:19:39
  Author: arojas
Revision: 129314

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

Added:
  coin-or-coinutils/repos/community-i686/PKGBUILD
(from rev 129311, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 129312, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-i686/PKGBUILD
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-15 21:19:38 UTC (rev 129313)
+++ community-i686/PKGBUILD 2015-03-15 21:19:39 UTC (rev 129314)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.4
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('cc71d2b3cbe73548f87e14a6ab959076f9d2a30c')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 129311, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-15 21:19:39 UTC (rev 129314)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('8c2378f341555abb2a179b08f61a74990adbe36f')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-15 21:19:38 UTC (rev 129313)
+++ community-x86_64/PKGBUILD   2015-03-15 21:19:39 UTC (rev 129314)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.4
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('cc71d2b3cbe73548f87e14a6ab959076f9d2a30c')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 129312, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-15 21:19:39 UTC (rev 129314)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.5
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')

[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 22:19:18
  Author: arojas
Revision: 129309

Update to 2.10.5

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:19:01 UTC (rev 129308)
+++ PKGBUILD2015-03-15 21:19:18 UTC (rev 129309)
@@ -4,7 +4,7 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.4
+pkgver=2.10.5
 pkgrel=1
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('cc71d2b3cbe73548f87e14a6ab959076f9d2a30c')
+sha1sums=('8c2378f341555abb2a179b08f61a74990adbe36f')
 
 build() {
   cd CoinUtils-$pkgver


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:23
  Author: spupykin
Revision: 129311

upgpkg: belle-sip 1.4.0-2

upd

Modified:
  belle-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:19:20 UTC (rev 129310)
+++ PKGBUILD2015-03-15 21:19:23 UTC (rev 129311)
@@ -4,7 +4,7 @@
 
 pkgname=belle-sip
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:20
  Author: spupykin
Revision: 129310

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

Added:
  bcg729/repos/community-staging-i686/
  bcg729/repos/community-staging-i686/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)
  bcg729/repos/community-staging-x86_64/
  bcg729/repos/community-staging-x86_64/PKGBUILD
(from rev 129308, bcg729/trunk/PKGBUILD)

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

Copied: bcg729/repos/community-staging-i686/PKGBUILD (from rev 129308, 
bcg729/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: bcg729/repos/community-staging-x86_64/PKGBUILD (from rev 129308, 
bcg729/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-15 21:19:20 UTC (rev 129310)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=8
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:19:01
  Author: spupykin
Revision: 129308

upgpkg: bcg729 1.0.0-8

upd

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 18:05:24 UTC (rev 129307)
+++ PKGBUILD2015-03-15 21:19:01 UTC (rev 129308)
@@ -3,7 +3,7 @@
 
 pkgname=bcg729
 pkgver=1.0.0
-pkgrel=6
+pkgrel=8
 pkgdesc=g729 codec
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/eng/documentation/dev/bcg729.html;


[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:45:03
  Author: spupykin
Revision: 129330

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 129329, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:55 UTC (rev 129329)
+++ PKGBUILD2015-03-15 21:45:03 UTC (rev 129330)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-winpthreads
-pkgver=4.0rc3
-_pkgver=${pkgver/rc/-rc}
-pkgrel=3
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
-
-build() {
-  for _target in ${_targets}; do
-msg Building ${_target} winpthreads...
-mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 129329, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 21:45:03 UTC (rev 129330)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-winpthreads
+pkgver=4.0.0
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} winpthreads...
+mkdir -p ${srcdir}/winpthreads-build-${_target}  cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip --strip-unneeded $pkgdir/usr/${_target}/bin/*.dll
+  done
+}
\ No newline at end of file


[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:55
  Author: spupykin
Revision: 129329

upgpkg: mingw-w64-winpthreads 4.0.0-1

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:42 UTC (rev 129328)
+++ PKGBUILD2015-03-15 21:44:55 UTC (rev 129329)
@@ -5,9 +5,9 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-winpthreads
-pkgver=4.0rc3
+pkgver=4.0.0
 _pkgver=${pkgver/rc/-rc}
-pkgrel=3
+pkgrel=1
 pkgdesc='MinGW-w64 winpthreads library'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -19,7 +19,7 @@
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
 
 build() {
   for _target in ${_targets}; do


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:42
  Author: spupykin
Revision: 129328

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 129327, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:32 UTC (rev 129327)
+++ PKGBUILD2015-03-15 21:44:42 UTC (rev 129328)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.3.11.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('15d3a1cec0f3eedb6b213485f458c74d')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 129327, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 21:44:42 UTC (rev 129328)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.3.12
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('988ace4aac0d3e215f5239d3a4e08a20')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:19
  Author: spupykin
Revision: 129325

upgpkg: mingw-w64-headers 4.0.0-1

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:15 UTC (rev 129324)
+++ PKGBUILD2015-03-15 21:44:19 UTC (rev 129325)
@@ -5,9 +5,9 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname='mingw-w64-headers'
-pkgver=4.0rc3
+pkgver=4.0.0
 _pkgver=${pkgver/rc/-rc}
-pkgrel=3
+pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows
 arch=('any')
 url=http://mingw-w64.sourceforge.net;
@@ -15,7 +15,7 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
 
 build() {
   for _target in ${_targets}; do


[arch-commits] Commit in kdenetwork-kopete/kde-unstable (2 files)

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 23:23:24
  Author: arojas
Revision: 233890

mediastreamer 2.11 rebuild

Added:
  kdenetwork-kopete/kde-unstable/mediastreamer-2.11.patch
Modified:
  kdenetwork-kopete/kde-unstable/PKGBUILD

--+
 PKGBUILD |   16 ++--
 mediastreamer-2.11.patch |  166 +
 2 files changed, 177 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:32:58 UTC (rev 233889)
+++ PKGBUILD2015-03-15 22:23:24 UTC (rev 233890)
@@ -4,20 +4,26 @@
 
 pkgname=kdenetwork-kopete
 pkgver=15.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
+optdepends=('mediastreamer: jingle support')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
+sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'
+  '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
 
 prepare() {
   mkdir build
+
+# fix compilation with mediastreamer 2.11
+  cd kopete-$pkgver
+  patch -p1 -i $srcdir/mediastreamer-2.11.patch
 }
 
 build() {

Added: mediastreamer-2.11.patch
===
--- mediastreamer-2.11.patch(rev 0)
+++ mediastreamer-2.11.patch2015-03-15 22:23:24 UTC (rev 233890)
@@ -0,0 +1,166 @@
+From 7624830d2ec11d2f3645a27384ae9ced7ac7a258 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Pali=20Roh=C3=A1r?= pali.ro...@gmail.com
+Date: Sun, 15 Mar 2015 14:00:40 +0100
+Subject: [PATCH] Fix libjingle compilation with mediastreamer = 2.11
+
+BUG: 345162
+FIXED-IN: 15.04
+---
+ cmake/modules/FindMediastreamer.cmake  |   11 +++--
+ protocols/jabber/libjingle/CMakeLists.txt  |   10 +++--
+ .../libjingle/patches/08_mediastreamer_2_11.patch  |   47 
+ .../talk/session/phone/linphonemediaengine.cc  |   22 -
+ 4 files changed, 74 insertions(+), 16 deletions(-)
+ create mode 100644 
protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
+
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 929b1ee..47fe5c3 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -22,9 +22,14 @@ IF (MEDIASTREAMER_FOUND)
+   IF (NOT MEDIASTREAMER_FIND_QUIETLY)
+   MESSAGE(STATUS Found Mediastreamer: ${MEDIASTREAMER_LIBRARIES} 
(version: ${MEDIASTREAMER_VERSION}))
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+-  SET(MEDIASTREAMER_OLD TRUE)
++  SET(MEDIASTREAMER_LESS_2_9 TRUE)
++  SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+-  SET(MEDIASTREAMER_OLD FALSE)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+@@ -33,4 +38,4 @@ ELSE (MEDIASTREAMER_FOUND)
+   ENDIF (MEDIASTREAMER_FIND_REQUIRED)
+ ENDIF (MEDIASTREAMER_FOUND)
+ 
+-MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES 
MEDIASTREAMER_OLD)
++MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES 
MEDIASTREAMER_LESS_2_9 MEDIASTREAMER_LESS_2_11)
+diff --git a/protocols/jabber/libjingle/CMakeLists.txt 
b/protocols/jabber/libjingle/CMakeLists.txt
+index 6db3da3..4b4b620 100644
+--- a/protocols/jabber/libjingle/CMakeLists.txt
 b/protocols/jabber/libjingle/CMakeLists.txt
+@@ -28,9 +28,13 @@ if ( NOT WIN32 )
+   endif ( NOT APPLE )
+ endif ( NOT WIN32 )
+ 
+-if ( MEDIASTREAMER_OLD )
+-  add_definitions ( -DMEDIASTREAMER_OLD )
+-endif ( MEDIASTREAMER_OLD )
++if ( MEDIASTREAMER_LESS_2_9 )
++  add_definitions ( -DMEDIASTREAMER_LESS_2_9 )
++endif ( MEDIASTREAMER_LESS_2_9 )
++
++if ( MEDIASTREAMER_LESS_2_11 )
++  add_definitions ( -DMEDIASTREAMER_LESS_2_11 )
++endif ( MEDIASTREAMER_LESS_2_11 )
+ 
+ if ( CMAKE_BUILD_TYPE STREQUAL Debug )
+   add_definitions ( -D_DEBUG )
+diff --git a/protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch 

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

2015-03-15 Thread Antonio Rojas
Date: Monday, March 16, 2015 @ 00:41:02
  Author: arojas
Revision: 233897

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 233896, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  425 +++--
 1 file changed, 109 insertions(+), 316 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 23:40:42 UTC (rev 233896)
+++ PKGBUILD2015-03-15 23:41:02 UTC (rev 233897)
@@ -1,316 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-cs'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-ja'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sv'
-   'calligra-l10n-tr'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.9.0
-pkgrel=1
-pkgdesc=Localization for Calligra
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-md5sums=('8c5bd1835ce57c6c78befad6fe7fb855'
- 'e4e24f20a7bf0ecc038f4ba7392bcdc0'
- 'af9c4ed7f06689e2166fa30c22f93027'
- 'd47f782ade639791b44a5dbd5f3fad42'
- '0a113fb12c35df2723f6399f401e7b97'
- '98cea4fbe71b503d241792707fc54adf'
- '50093946ae7838df0cef810d5b3ef851'
- 'd76c0261f003889659068e1b31b9ce82'
- 'feee9e3d9196481e316365d8b91fc981'
- '9d2127e6828d561310b1ea2080955074'
- 'a1cfcfb48adf532223c00d8277e914d6'
- 

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

2015-03-15 Thread Antonio Rojas
Date: Monday, March 16, 2015 @ 00:40:42
  Author: arojas
Revision: 233896

Update to 2.9.1, use bash magic to generate packages (borrowed from 
firefox-i18n)

Modified:
  calligra-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  381 +
 1 file changed, 87 insertions(+), 294 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 23:15:02 UTC (rev 233895)
+++ PKGBUILD2015-03-15 23:40:42 UTC (rev 233896)
@@ -3,36 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-cs'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-ja'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sv'
-   'calligra-l10n-tr'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -40,71 +11,90 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'kdelibs')
 options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz;)
-md5sums=('8c5bd1835ce57c6c78befad6fe7fb855'
- 'e4e24f20a7bf0ecc038f4ba7392bcdc0'
- 'af9c4ed7f06689e2166fa30c22f93027'
- 'd47f782ade639791b44a5dbd5f3fad42'
- '0a113fb12c35df2723f6399f401e7b97'
- '98cea4fbe71b503d241792707fc54adf'
- '50093946ae7838df0cef810d5b3ef851'
- 'd76c0261f003889659068e1b31b9ce82'
- 'feee9e3d9196481e316365d8b91fc981'
- '9d2127e6828d561310b1ea2080955074'
- 'a1cfcfb48adf532223c00d8277e914d6'
- '1357d9d620c6a70e69937c843e99d4b8'
- '53260957880666794cd384be04bb73d3'
- '4390d3af0d141f0d0621a2f0d732ac71'
- 

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

2015-03-15 Thread Antonio Rojas
Date: Sunday, March 15, 2015 @ 23:23:55
  Author: arojas
Revision: 233891

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 233890, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 233890, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-i686/mediastreamer-2.11.patch
(from rev 233890, kdenetwork-kopete/kde-unstable/mediastreamer-2.11.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233890, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 233890, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/mediastreamer-2.11.patch
(from rev 233890, kdenetwork-kopete/kde-unstable/mediastreamer-2.11.patch)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install

---+
 /PKGBUILD |   86 
 /kdenetwork-kopete.install|   24 +++
 kde-unstable-i686/PKGBUILD|   37 -
 kde-unstable-i686/kdenetwork-kopete.install   |   12 -
 kde-unstable-i686/mediastreamer-2.11.patch|  166 
 kde-unstable-x86_64/PKGBUILD  |   37 -
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 -
 kde-unstable-x86_64/mediastreamer-2.11.patch  |  166 
 8 files changed, 442 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-15 22:23:24 UTC (rev 233890)
+++ kde-unstable-i686/PKGBUILD  2015-03-15 22:23:55 UTC (rev 233891)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=15.03.90
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 233890, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-15 22:23:55 UTC (rev 233891)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.90
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
+optdepends=('mediastreamer: jingle support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 'mediastreamer-2.11.patch')
+sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'
+  '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
+
+prepare() {
+  mkdir build
+
+# fix compilation with mediastreamer 2.11
+  cd kopete-$pkgver
+  patch -p1 -i $srcdir/mediastreamer-2.11.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kopete.install
===
--- kde-unstable-i686/kdenetwork-kopete.install 2015-03-15 22:23:24 UTC (rev 
233890)
+++ kde-unstable-i686/kdenetwork-kopete.install 2015-03-15 22:23:55 UTC (rev 

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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:43:34
  Author: spupykin
Revision: 129319

upgpkg: firefox-noscript 2.6.9.18-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:33:35 UTC (rev 129318)
+++ PKGBUILD2015-03-15 21:43:34 UTC (rev 129319)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.17
+pkgver=2.6.9.18
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('e6e7a575a378bed155c5403308ce563e')
+md5sums=('b7aa9c6573f5e18dd5e256df1e39f027')
 
 package() {
   depends=(firefox)


[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:07
  Author: spupykin
Revision: 129323

upgpkg: mingw-w64-crt 4.0.0-1

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:04 UTC (rev 129322)
+++ PKGBUILD2015-03-15 21:44:07 UTC (rev 129323)
@@ -5,9 +5,9 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-crt
-pkgver=4.0rc3
+pkgver=4.0.0
 _pkgver=${pkgver/rc/-rc}
-pkgrel=3
+pkgrel=1
 pkgdesc='MinGW-w64 CRT for Windows'
 arch=('any')
 url='http://mingw-w64.sourceforge.net'
@@ -16,7 +16,7 @@
 makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
 
 prepare() {
   cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:04
  Author: spupykin
Revision: 129322

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 129321, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 129321, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 129321, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 129321, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 129321, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 129321, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 129321, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 129321, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 129321, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 129321, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

---+
 /PKGBUILD |  128 ++
 /config   |  192 
 /hostapd-2.3-noscan.patch |  108 +++
 /hostapd.install  |6 
 /hostapd.service  |   20 ++
 community-i686/PKGBUILD   |   61 
 community-i686/config |   96 --
 community-i686/hostapd-2.3-noscan.patch   |   54 ---
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 -
 community-x86_64/PKGBUILD |   61 
 community-x86_64/config   |   96 --
 community-x86_64/hostapd-2.3-noscan.patch |   54 ---
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 -
 15 files changed, 454 insertions(+), 448 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-15 21:43:45 UTC (rev 129321)
+++ community-i686/PKGBUILD 2015-03-15 21:44:04 UTC (rev 129322)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.3
-pkgrel=4
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'f2f13cf359735ba0ab7bad7690101b60')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 $srcdir/hostapd-2.3-noscan.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 129321, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-15 21:44:04 UTC (rev 129322)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.4
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 

[arch-commits] Commit in hostapd/trunk (PKGBUILD hostapd-2.3-noscan.patch)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:43:45
  Author: spupykin
Revision: 129321

upgpkg: hostapd 2.4-1

upd

Modified:
  hostapd/trunk/PKGBUILD
  hostapd/trunk/hostapd-2.3-noscan.patch

--+
 PKGBUILD |8 
 hostapd-2.3-noscan.patch |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:43:42 UTC (rev 129320)
+++ PKGBUILD2015-03-15 21:43:45 UTC (rev 129321)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=hostapd
-pkgver=2.3
-pkgrel=5
+pkgver=2.4
+pkgrel=1
 pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 arch=('i686' 'x86_64')
 url=http://w1.fi/hostapd/;
@@ -16,10 +16,10 @@
hostapd.service
hostapd-2.3-noscan.patch

https://github.com/hschaa/hostapd/commit/c89daaeca4ee90c8bc158e37acb.patch)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+md5sums=('04578f3f2c3eb1bec1adf30473813912'
  '72e8ecf8fadf8b06d87876ea8c3dfd07'
  '380042b9cf4950e34ed34b3093ab9e7f'
- 'f2f13cf359735ba0ab7bad7690101b60'
+ 'eaf8e48a9a63b5902fddadff2b8933fa'
  '7781a6d3fbc7da53720074b51225e426')
 
 prepare() {

Modified: hostapd-2.3-noscan.patch
===
--- hostapd-2.3-noscan.patch2015-03-15 21:43:42 UTC (rev 129320)
+++ hostapd-2.3-noscan.patch2015-03-15 21:43:45 UTC (rev 129321)
@@ -39,9 +39,9 @@
 +  if (iface-conf-noscan)
 +  return;
 +
-   if (len  IEEE80211_HDRLEN + 1)
+   if (len  IEEE80211_HDRLEN + 2 + sizeof(*bc_ie))
return;
-   data++;
+ 
 @@ -317,6 +320,9 @@ void ht40_intolerant_add(struct hostapd_
if (iface-current_mode-mode != HOSTAPD_MODE_IEEE80211G)
return;


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:32
  Author: spupykin
Revision: 129327

upgpkg: phpmyadmin 4.3.12-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:27 UTC (rev 129326)
+++ PKGBUILD2015-03-15 21:44:32 UTC (rev 129327)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.3.11.1
+pkgver=4.3.12
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('15d3a1cec0f3eedb6b213485f458c74d')
+md5sums=('988ace4aac0d3e215f5239d3a4e08a20')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


[arch-commits] Commit in mingw-w64-headers/repos/community-any (PKGBUILD PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:27
  Author: spupykin
Revision: 129326

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 129325, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:19 UTC (rev 129325)
+++ PKGBUILD2015-03-15 21:44:27 UTC (rev 129326)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname='mingw-w64-headers'
-pkgver=4.0rc3
-_pkgver=${pkgver/rc/-rc}
-pkgrel=3
-pkgdesc=MinGW-w64 headers for Windows
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
-
-build() {
-  for _target in ${_targets}; do
-msg Configuring ${_target} headers
-mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} headers
-cd ${srcdir}/headers-${_target}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
-rm ${pkgdir}/usr/${_target}/include/pthread_time.h
-rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-
-  msg Installing MinGW-w64 licenses
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-readme.txt
-}

Copied: mingw-w64-headers/repos/community-any/PKGBUILD (from rev 129325, 
mingw-w64-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 21:44:27 UTC (rev 129326)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname='mingw-w64-headers'
+pkgver=4.0.0
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc=MinGW-w64 headers for Windows
+arch=('any')
+url=http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+options=('!strip' '!libtool' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
+
+build() {
+  for _target in ${_targets}; do
+msg Configuring ${_target} headers
+mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} headers
+cd ${srcdir}/headers-${_target}
+make DESTDIR=${pkgdir} install
+rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
+rm ${pkgdir}/usr/${_target}/include/pthread_time.h
+rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+
+  msg Installing MinGW-w64 licenses
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
+  install 

[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:15
  Author: spupykin
Revision: 129324

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 129323, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 21:44:07 UTC (rev 129323)
+++ PKGBUILD2015-03-15 21:44:15 UTC (rev 129324)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname=mingw-w64-crt
-pkgver=4.0rc3
-_pkgver=${pkgver/rc/-rc}
-pkgrel=3
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('76eac541947e33614c6014905bce5de5')
-
-prepare() {
-  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
-  aclocal
-  automake
-}
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg Building ${_target} CRT
-if [ ${_target} == i686-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib64 --enable-lib32
-elif [ ${_target} == x86_64-w64-mingw32 ]; then
-_crt_configure_args=--disable-lib32 --enable-lib64
-fi
-mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} crt
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 129323, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 21:44:15 UTC (rev 129324)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-crt
+pkgver=4.0.0
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('6a26b3d90fbf409b4fbea9fabba77639')
+
+prepare() {
+  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
+  aclocal
+  automake
+}
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg Building ${_target} CRT
+if [ ${_target} == i686-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib64 --enable-lib32
+elif [ ${_target} == x86_64-w64-mingw32 ]; then
+_crt_configure_args=--disable-lib32 --enable-lib64
+fi
+mkdir -p ${srcdir}/crt-${_target}  cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} crt
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}


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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:43:42
  Author: spupykin
Revision: 129320

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 129319, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-15 21:43:34 UTC (rev 129319)
+++ PKGBUILD2015-03-15 21:43:42 UTC (rev 129320)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.17
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('e6e7a575a378bed155c5403308ce563e')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 129319, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-15 21:43:42 UTC (rev 129320)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.18
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('b7aa9c6573f5e18dd5e256df1e39f027')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2015-03-15 Thread Evangelos Foutras
Date: Monday, March 16, 2015 @ 02:31:32
  Author: foutrelis
Revision: 129343

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

Added:
  openshadinglanguage/repos/community-i686/PKGBUILD
(from rev 129342, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-i686/llvm-static-system-libs.patch
(from rev 129342, openshadinglanguage/trunk/llvm-static-system-libs.patch)
  openshadinglanguage/repos/community-x86_64/PKGBUILD
(from rev 129342, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch
(from rev 129342, openshadinglanguage/trunk/llvm-static-system-libs.patch)
Deleted:
  openshadinglanguage/repos/community-i686/PKGBUILD
  openshadinglanguage/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  114 +++
 community-i686/PKGBUILD|   50 --
 community-i686/llvm-static-system-libs.patch   |   15 +++
 community-x86_64/PKGBUILD  |   50 --
 community-x86_64/llvm-static-system-libs.patch |   15 +++
 5 files changed, 144 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 01:31:20 UTC (rev 129342)
+++ community-i686/PKGBUILD 2015-03-16 01:31:32 UTC (rev 129343)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=openshadinglanguage
-pkgver=1.5.12
-pkgrel=3
-pkgdesc=Advanced shading language for production GI renderers
-arch=(i686 x86_64)
-url=https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm35-libs')
-makedepends=('boost' 'cmake' 'clang35' 'llvm35')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
-
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
-md5sums=('484752a0f97df55962c3a667075deddc'
- 'f3f24c2aa7f5aabd98c0967747b58ecc')
-
-prepare() {
-  cd OpenShadingLanguage-Release-$pkgver
-  patch -Np1  $srcdir/alignment.patch
-}
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_STATIC=0 \
--DCMAKE_CXX_FLAGS=-std=c++11
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR=$pkgdir/ install
-
-  mkdir -p $pkgdir/usr/share/OSL/
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
-  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
-  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
-  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-i686/PKGBUILD (from rev 129342, 
openshadinglanguage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-16 01:31:32 UTC (rev 129343)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.12
+pkgrel=4
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+llvm-static-system-libs.patch
+
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
+md5sums=('484752a0f97df55962c3a667075deddc'
+ 'b7c212b2549981ced03c091375f48122'
+ 'f3f24c2aa7f5aabd98c0967747b58ecc')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+  patch -Np1  $srcdir/alignment.patch
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  patch -Np1  $srcdir/llvm-static-system-libs.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=1 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE 

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

2015-03-15 Thread Evangelos Foutras
Date: Monday, March 16, 2015 @ 02:31:20
  Author: foutrelis
Revision: 129342

upgpkg: openshadinglanguage 1.5.12-4

Build statically against LLVM 3.5 to fix a crash that occurs when both
libLLVM-3.5.so and libLLVM-3.6.so get loaded. (LLVM 3.6 gets loaded by
mesa.)

Added:
  openshadinglanguage/trunk/llvm-static-system-libs.patch
Modified:
  openshadinglanguage/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 llvm-static-system-libs.patch |   15 +++
 2 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 00:16:04 UTC (rev 129341)
+++ PKGBUILD2015-03-16 01:31:20 UTC (rev 129342)
@@ -2,21 +2,28 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.12
-pkgrel=3
+pkgrel=4
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;
 license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm35-libs')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
 makedepends=('boost' 'cmake' 'clang35' 'llvm35')
 
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+llvm-static-system-libs.patch
 
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
 md5sums=('484752a0f97df55962c3a667075deddc'
+ 'b7c212b2549981ced03c091375f48122'
  'f3f24c2aa7f5aabd98c0967747b58ecc')
 
 prepare() {
   cd OpenShadingLanguage-Release-$pkgver
   patch -Np1  $srcdir/alignment.patch
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  patch -Np1  $srcdir/llvm-static-system-libs.patch
 }
 
 build() {
@@ -29,7 +36,7 @@
 
   cmake ../.. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_STATIC=0 \
+-DLLVM_STATIC=1 \
 -DCMAKE_CXX_FLAGS=-std=c++11
   make
 }

Added: llvm-static-system-libs.patch
===
--- llvm-static-system-libs.patch   (rev 0)
+++ llvm-static-system-libs.patch   2015-03-16 01:31:20 UTC (rev 129342)
@@ -0,0 +1,15 @@
+diff -upr 
OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake 
OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
+--- OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake   
2014-12-26 22:22:53.0 +0200
 OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
2015-03-16 03:12:56.052479730 +0200
+@@ -211,9 +211,10 @@ if ((LLVM_LIBRARY OR LLVM_STATIC) AND LL
+ # if static LLVM libraries were requested, use llvm-config to generate
+ # the list of what libraries we need, and substitute that in the right
+ # way for LLVM_LIBRARY.
+-execute_process (COMMAND ${LLVM_CONFIG} --libfiles
++execute_process (COMMAND ${LLVM_CONFIG} --libfiles --system-libs
+  OUTPUT_VARIABLE LLVM_LIBRARY
+  OUTPUT_STRIP_TRAILING_WHITESPACE)
++string (REPLACE \n   LLVM_LIBRARY ${LLVM_LIBRARY})
+ string (REPLACE   ; LLVM_LIBRARY ${LLVM_LIBRARY})
+   endif ()
+   if (VERBOSE)


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

2015-03-15 Thread Evangelos Foutras
Date: Monday, March 16, 2015 @ 04:30:38
  Author: foutrelis
Revision: 129345

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

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

--+
 /PKGBUILD|  192 +
 /blender.install |   26 +
 community-i686/PKGBUILD  |   96 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   96 --
 community-x86_64/blender.install |   13 --
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 03:30:26 UTC (rev 129344)
+++ community-i686/PKGBUILD 2015-03-16 03:30:38 UTC (rev 129345)
@@ -1,96 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.73a
-#_gitcommit=b4d8fb57
-
-pkgname=blender
-pkgver=2.73a
-[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
-epoch=16
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'llvm35-libs'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-  python -O -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 129344, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2015-03-15 Thread Evangelos Foutras
Date: Monday, March 16, 2015 @ 04:30:26
  Author: foutrelis
Revision: 129344

upgpkg: blender 16:2.73a-4

Drop llvm35-libs dep as blender doesn't appear to link to libLLVM-3.5.so.

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-16 01:31:32 UTC (rev 129343)
+++ PKGBUILD2015-03-16 03:30:26 UTC (rev 129344)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.73a
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
+pkgrel=4
 epoch=16
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 url=http://www.blender.org;
 depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
  'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'llvm35-libs'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
  'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
  'jemalloc')
 makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
@@ -77,7 +77,7 @@
 -DWITH_GL_PROFILE_CORE=OFF \
 -DWITH_GL_PROFILE_ES20=OFF \
 -DLLVM_VERSION=3.5 \
--DLLVM_STATIC=OFF \
+-DLLVM_STATIC=ON \
 -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
 -DWITH_CYCLES_OSL=ON \
 -DPYTHON_VERSION=3.4 \