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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 07:37:10
  Author: fyan
Revision: 161595

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

Added:
  toxcore/repos/community-i686/PKGBUILD
(from rev 161594, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-i686/toxcore.conf
(from rev 161594, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-i686/toxcore.install
(from rev 161594, toxcore/trunk/toxcore.install)
  toxcore/repos/community-x86_64/PKGBUILD
(from rev 161594, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-x86_64/toxcore.conf
(from rev 161594, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-x86_64/toxcore.install
(from rev 161594, toxcore/trunk/toxcore.install)
Deleted:
  toxcore/repos/community-i686/PKGBUILD
  toxcore/repos/community-i686/toxcore.conf
  toxcore/repos/community-i686/toxcore.install
  toxcore/repos/community-x86_64/PKGBUILD
  toxcore/repos/community-x86_64/toxcore.conf
  toxcore/repos/community-x86_64/toxcore.install

--+
 /PKGBUILD|  108 +
 /toxcore.conf|4 +
 /toxcore.install |   22 +++
 community-i686/PKGBUILD  |   60 
 community-i686/toxcore.conf  |2 
 community-i686/toxcore.install   |   11 ---
 community-x86_64/PKGBUILD|   60 
 community-x86_64/toxcore.conf|2 
 community-x86_64/toxcore.install |   11 ---
 9 files changed, 134 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 06:34:09 UTC (rev 161594)
+++ community-i686/PKGBUILD 2016-02-15 06:37:10 UTC (rev 161595)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Håvard Pettersson 
-# Contributor: naxuroqa 
-# Contributor: Boohbah 
-# Contributor: Kevin MacMartin 
-
-pkgname=toxcore
-pkgver=3697
-_commit=0938ba08d9a839df468f3414099268d69737
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('git' 'check')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-install=$pkgname.install
-source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit;
-'toxcore.conf')
-sha512sums=('SKIP'
-
'71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
-
-pkgver() {
-  cd $pkgname
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd $pkgname
-  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
-}
-
-build() {
-  cd $pkgname
-  autoreconf -if
-  ./configure \
---prefix=/usr \
---enable-daemon \
---disable-ntox \
---enable-tests
-  make
-}
-
-check() {
-  cd $pkgname
-  # Tests hang as of 3638
-  # make check || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
-  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
-  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
-}

Copied: toxcore/repos/community-i686/PKGBUILD (from rev 161594, 
toxcore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 06:37:10 UTC (rev 161595)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+pkgver=3745
+_commit=72b1a17cc28c9a5a653823336bf0a495f6f271b1
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('git' 'check')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit;
+'toxcore.conf')
+sha512sums=('SKIP'
+
'71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
+
+prepare() {
+  cd $pkgname
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+  cd $pkgname
+  autoreconf -if
+  ./configure \
+--prefix=/usr \
+--enable-daemon \
+--disable-ntox \
+--enable-tests
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || warning 

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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 07:34:09
  Author: fyan
Revision: 161594

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/
  yapf/repos/community-any/PKGBUILD
(from rev 161593, yapf/trunk/PKGBUILD)

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

Copied: yapf/repos/community-any/PKGBUILD (from rev 161593, yapf/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-15 06:34:09 UTC (rev 161594)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/${pkgbase}.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  nosetests3
+
+  cd "${srcdir}/${pkgbase}-py2"
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd $pkgbase
+  python setup.py install -O1 --root="$pkgdir/"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/yapf" "$pkgdir/usr/bin/yapf2"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 07:33:47
  Author: fyan
Revision: 161593

addpkg: yapf 0.6.2-1

Added:
  yapf/
  yapf/repos/
  yapf/trunk/
  yapf/trunk/PKGBUILD

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

Added: yapf/trunk/PKGBUILD
===
--- yapf/trunk/PKGBUILD (rev 0)
+++ yapf/trunk/PKGBUILD 2016-02-15 06:33:47 UTC (rev 161593)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/${pkgbase}.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  nosetests3
+
+  cd "${srcdir}/${pkgbase}-py2"
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd $pkgbase
+  python setup.py install -O1 --root="$pkgdir/"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/yapf" "$pkgdir/usr/bin/yapf2"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 06:14:37
  Author: fyan
Revision: 161592

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

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 161591, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/setup.cfg
(from rev 161591, python-matplotlib/trunk/setup.cfg)
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 161591, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/setup.cfg
(from rev 161591, python-matplotlib/trunk/setup.cfg)
Deleted:
  python-matplotlib/repos/community-i686/setup.cfg
  python-matplotlib/repos/community-x86_64/setup.cfg

+
 /setup.cfg |8 ++
 community-i686/PKGBUILD|  129 +++
 community-i686/setup.cfg   |4 -
 community-x86_64/PKGBUILD  |  129 +++
 community-x86_64/setup.cfg |4 -
 5 files changed, 266 insertions(+), 8 deletions(-)

Copied: python-matplotlib/repos/community-i686/PKGBUILD (from rev 161591, 
python-matplotlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 05:14:37 UTC (rev 161592)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-matplotlib
+pkgname=('python2-matplotlib' 'python-matplotlib')
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('i686' 'x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
+  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
+  'pep8' 'python2-pep8' 'python-pandas' 'python2-pandas')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
+ 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
+ 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
+ 'python2-setuptools' 'python-cycler' 'python2-cycler')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+setup.cfg)
+sha512sums=('da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d'
+
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
+
+prepare() {
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
+   done
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
+   done
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
+   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
+
+   # Remove tests (FS#48175)
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
+}
+
+build() {
+   # this seems to need to be present or gtk/gdk dies
+   # and hangs the build checking if gtk3cairo is installed
+   export XDG_RUNTIME_DIR=/tmp
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   python3 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/matplotlib-${pkgver}-test
+   python3 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2-test
+   python2 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-test
+   (
+ export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
+ python -c "from matplotlib import font_manager"
+ rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
+ xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
+   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
+   )
+
+   cd 

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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 06:13:04
  Author: fyan
Revision: 161591

upgpkg: toxcore 3745-1

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 05:10:25 UTC (rev 161590)
+++ PKGBUILD2016-02-15 05:13:04 UTC (rev 161591)
@@ -6,8 +6,8 @@
 # Contributor: Kevin MacMartin 
 
 pkgname=toxcore
-pkgver=3697
-_commit=0938ba08d9a839df468f3414099268d69737
+pkgver=3745
+_commit=72b1a17cc28c9a5a653823336bf0a495f6f271b1
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
@@ -24,11 +24,6 @@
 sha512sums=('SKIP'
 
'71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
 
-pkgver() {
-  cd $pkgname
-  git rev-list --count HEAD
-}
-
 prepare() {
   cd $pkgname
   sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
@@ -47,8 +42,7 @@
 
 check() {
   cd $pkgname
-  # Tests hang as of 3638
-  # make check || warning "Tests failed"
+  make check || warning "Tests failed"
 }
 
 package() {


[arch-commits] Commit in python-matplotlib/repos/community-i686 (PKGBUILD)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 06:10:25
  Author: fyan
Revision: 161590

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

Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  129 -
 1 file changed, 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-15 05:04:48 UTC (rev 161589)
+++ PKGBUILD2016-02-15 05:10:25 UTC (rev 161590)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
-  'pep8' 'python2-pep8' 'python-pandas' 'python2-pandas')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
- 'python2-setuptools' 'python-cycler' 'python2-cycler')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
-setup.cfg)
-sha512sums=('da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d'
-
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
-
-prepare() {
-   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
-
-   cd "$srcdir"/matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-
-   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
-   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
-
-   # Remove tests (FS#48175)
-   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
-   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd "$srcdir"/matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/matplotlib-${pkgver}-test
-   python3 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2-test
-   python2 setup.py build
-
-   cd "$srcdir"/matplotlib-${pkgver}-test
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-
-   cd "$srcdir"/matplotlib-${pkgver}-py2-test
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
- python2 -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 
'python2-pyparsing' 'python2-cycler' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   'python2-cairo: for GTKCairo/GTK3Cairo backend'
-   'python2-cairocffi: for GTKCairo/GTK3Cairo backend (alternative 
to python2-cairo)'
-   

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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 06:04:48
  Author: fyan
Revision: 161589

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

Added:
  python-matplotlib/repos/community-i686/PKGBUILD
(from rev 161588, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-i686/setup.cfg
(from rev 161588, python-matplotlib/trunk/setup.cfg)
Deleted:
  python-matplotlib/repos/community-i686/PKGBUILD
  python-matplotlib/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  129 
 community-i686/PKGBUILD   |  114 --
 community-i686/setup.cfg  |4 +
 community-x86_64/PKGBUILD |  119 
 4 files changed, 133 insertions(+), 233 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 05:04:17 UTC (rev 161588)
+++ community-i686/PKGBUILD 2016-02-15 05:04:48 UTC (rev 161589)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
-  'pep8' 'python2-pep8' 'python-pandas' 'python2-pandas')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
- 'python2-setuptools' 'python-cycler' 'python2-cycler')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('82df20b18d4008ffed2b7098cbfede109a1054c995b5683b384adbdac62371b9fbb776fd735adf2e5f03d3ba0c2fed869f2f54b0bb1e969e82af5110613b0149')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
- python2 -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 
'python2-pyparsing' 'python2-cycler' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   'python2-cairo: for GTKCairo/GTK3Cairo backend'
-   'python2-cairocffi: for GTKCairo/GTK3Cairo backend (alternative 
to python2-cairo)'
-   'python2-pyqt4: for Qt4Agg backend'
-   'tk: used by the TkAgg 

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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 06:04:17
  Author: fyan
Revision: 161588

upgpkg: python-matplotlib 1.5.1-2

fix tests

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 03:43:39 UTC (rev 161587)
+++ PKGBUILD2016-02-15 05:04:17 UTC (rev 161588)
@@ -29,22 +29,26 @@
 
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
 
 prepare() {
-   # Remove tests (FS#48175)
-   cp "$srcdir/setup.cfg" "matplotlib-$pkgver"/
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
 
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
+   cd "$srcdir"/matplotlib-${pkgver}
for file in $(find . -name '*.py' -print); do
   sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
  -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
done
 
-   cd ../matplotlib-${pkgver}-py2
+   cd "$srcdir"/matplotlib-${pkgver}-py2
for file in $(find . -name '*.py' -print); do
   sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
  -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
done
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
+   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
+
+   # Remove tests (FS#48175)
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
 }
 
 build() {
@@ -52,15 +56,21 @@
# and hangs the build checking if gtk3cairo is installed
export XDG_RUNTIME_DIR=/tmp
 
-   cd matplotlib-${pkgver}
+   cd "$srcdir"/matplotlib-${pkgver}
python3 setup.py build
 
-   cd ../matplotlib-${pkgver}-py2
+   cd "$srcdir"/matplotlib-${pkgver}-py2
python2 setup.py build
 }
 
 check() {
-   cd matplotlib-${pkgver}
+   cd "$srcdir"/matplotlib-${pkgver}-test
+   python3 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2-test
+   python2 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-test
(
  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
  python -c "from matplotlib import font_manager"
@@ -69,7 +79,7 @@
python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
)
 
-   cd ../matplotlib-${pkgver}-py2
+   cd "$srcdir"/matplotlib-${pkgver}-py2-test
(
  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
  python2 -c "from matplotlib import font_manager"


[arch-commits] Commit in python-matplotlib/repos/community-x86_64 (3 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 04:43:39
  Author: fyan
Revision: 161587

archrelease: copy trunk to community-x86_64

Added:
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 161586, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/setup.cfg
(from rev 161586, python-matplotlib/trunk/setup.cfg)
Deleted:
  python-matplotlib/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  233 ++--
 setup.cfg |4 +
 2 files changed, 123 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-15 03:43:13 UTC (rev 161586)
+++ PKGBUILD2016-02-15 03:43:39 UTC (rev 161587)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-matplotlib
-pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=('i686' 'x86_64')
-url='http://matplotlib.org'
-license=('custom')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
-  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
-  'pep8' 'python2-pep8' 'python-pandas' 'python2-pandas')
-makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
- 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
- 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
- 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
- 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
- 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
- 'python2-setuptools' 'python-cycler' 'python2-cycler')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('82df20b18d4008ffed2b7098cbfede109a1054c995b5683b384adbdac62371b9fbb776fd735adf2e5f03d3ba0c2fed869f2f54b0bb1e969e82af5110613b0149')
-
-prepare() {
-   cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
-
-   cd matplotlib-${pkgver}
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
-   done
-
-   cd ../matplotlib-${pkgver}-py2
-   for file in $(find . -name '*.py' -print); do
-  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
- -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
-   done
-}
-
-build() {
-   # this seems to need to be present or gtk/gdk dies
-   # and hangs the build checking if gtk3cairo is installed
-   export XDG_RUNTIME_DIR=/tmp
-
-   cd matplotlib-${pkgver}
-   python3 setup.py build
-
-   cd ../matplotlib-${pkgver}-py2
-   python2 setup.py build
-}
-
-check() {
-   cd matplotlib-${pkgver}
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
- python -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-
-   cd ../matplotlib-${pkgver}-py2
-   (
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
- python2 -c "from matplotlib import font_manager"
- rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
- xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-   python2 ../matplotlib-${pkgver}-py2/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
-   )
-}
-
-package_python2-matplotlib() {
-   depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 
'python2-pyparsing' 'python2-cycler' 'libxkbcommon-x11')
-   optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
-   'python2-cairo: for GTKCairo/GTK3Cairo backend'
-   'python2-cairocffi: for GTKCairo/GTK3Cairo backend (alternative 
to python2-cairo)'
-   'python2-pyqt4: for Qt4Agg backend'
-   'tk: used by the TkAgg backend'
-   'ghostscript: usetex dependencies'
-   'texlive-bin: usetex dependencies'
-   'python2-tornado: for webagg backend'
-   'python2-gobject: for GTK3Agg/GTK3Cairo backend'
-   'wxpython: for WX/WXAgg backend'
-  

[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD setup.cfg)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 04:43:13
  Author: fyan
Revision: 161586

upgpkg: python-matplotlib 1.5.1-2

remove test and sample data (FS#48175)

Added:
  python-matplotlib/trunk/setup.cfg
Modified:
  python-matplotlib/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 setup.cfg |4 
 2 files changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:40:44 UTC (rev 161585)
+++ PKGBUILD2016-02-15 03:43:13 UTC (rev 161586)
@@ -8,7 +8,7 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
@@ -23,10 +23,15 @@
  'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
  'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
  'python2-setuptools' 'python-cycler' 'python2-cycler')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;)
-sha512sums=('82df20b18d4008ffed2b7098cbfede109a1054c995b5683b384adbdac62371b9fbb776fd735adf2e5f03d3ba0c2fed869f2f54b0bb1e969e82af5110613b0149')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+setup.cfg)
+sha512sums=('da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d'
+
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
 
 prepare() {
+   # Remove tests (FS#48175)
+   cp "$srcdir/setup.cfg" "matplotlib-$pkgver"/
+
cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py2
 
cd matplotlib-${pkgver}

Added: setup.cfg
===
--- setup.cfg   (rev 0)
+++ setup.cfg   2016-02-15 03:43:13 UTC (rev 161586)
@@ -0,0 +1,4 @@
+[packages]
+tests = False
+sample_data = False
+toolkits = True


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:39:05
  Author: fyan
Revision: 161580

archrelease: copy trunk to community-staging-any

Added:
  mitmproxy/repos/community-staging-any/
  mitmproxy/repos/community-staging-any/PKGBUILD
(from rev 161579, mitmproxy/trunk/PKGBUILD)

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

Copied: mitmproxy/repos/community-staging-any/PKGBUILD (from rev 161579, 
mitmproxy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-15 00:39:05 UTC (rev 161580)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.16
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
+ 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
+ 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
+ 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-pytest-runner' 'pathod' 'python2-mock')
+provides=('python2-libmproxy')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+check() {
+  cd "$srcdir/$pkgname"
+  # http2 tests currently fail
+  # https://github.com/mitmproxy/mitmproxy/issues/936
+  python2 setup.py ptr || warning "Tests failed"
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:38:51
  Author: fyan
Revision: 161579

upgpkg: mitmproxy 0.16-1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:31:14 UTC (rev 161578)
+++ PKGBUILD2016-02-15 00:38:51 UTC (rev 161579)
@@ -4,35 +4,30 @@
 # Contributor: Olivier Biesmans 
 
 pkgname=mitmproxy
-pkgver=0.15
-pkgrel=3
+pkgver=0.16
+pkgrel=1
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="http://mitmproxy.org/;
 license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
- 'python2-configargparse' 'python2-tornado' 'python2-watchdog'
- 'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow'
- 'python2-html2text' 'python2-construct' 'python2-click')
+depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
+ 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
+ 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
+ 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
 optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
 'python2-protobuf: Contentviews - Extended content decoding'
 'python2-cssutils: Contentviews - Beautifies CSS files')
 makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')
+checkdepends=('python2-pytest-runner' 'pathod' 'python2-mock')
 provides=('python2-libmproxy')
 source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
 sha256sums=('SKIP')
 
-prepare() {
-  sed -e 's/lxml==3.4.4/lxml>=3.4.4/' \
-  -e 's/Pillow>=3.0.0, <3.1/Pillow>=3.0.0, <3.2/' \
-  -i $pkgname/setup.py
-}
-
 check() {
   cd "$srcdir/$pkgname"
-  nosetests2
+  # http2 tests currently fail
+  # https://github.com/mitmproxy/mitmproxy/issues/936
+  python2 setup.py ptr || warning "Tests failed"
 }
  
 package() {


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:30:59
  Author: fyan
Revision: 161577

upgpkg: pathod 0.16-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:28:09 UTC (rev 161576)
+++ PKGBUILD2016-02-15 00:30:59 UTC (rev 161577)
@@ -2,22 +2,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=pathod
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+pkgrel=1
 pkgdesc="A pathological web daemon"
 url="http://pathod.net;
 depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
-checkdepends=('python2-mock' 'python2-nose')
+checkdepends=('python2-mock' 'python2-pytest-runner')
 arch=('any')
 license=('MIT')
 
source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('295b6468feed7037d8e4ab486c52851b145ce954f62c92669b9c51e3f0f5079f')
+sha256sums=('e7e1f7f377ee00d33437386fb31914d83548a5f813e877506b91017b3f90b6bf')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/requests>=2.8.1, <2.9/requests>=2.8.1/' setup.py
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup.py build
@@ -24,10 +19,8 @@
 }
 
 check() {
-  # One test failed: https://github.com/mitmproxy/pathod/issues/24
-
   cd $pkgname-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 || warning "Tests failed"
+  python2 setup.py ptr
 }
 
 package() {


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:31:14
  Author: fyan
Revision: 161578

archrelease: copy trunk to community-staging-any

Added:
  pathod/repos/community-staging-any/
  pathod/repos/community-staging-any/PKGBUILD
(from rev 161577, pathod/trunk/PKGBUILD)

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

Copied: pathod/repos/community-staging-any/PKGBUILD (from rev 161577, 
pathod/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-15 00:31:14 UTC (rev 161578)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pathod
+pkgver=0.16
+pkgrel=1
+pkgdesc="A pathological web daemon"
+url="http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-pytest-runner')
+arch=('any')
+license=('MIT')
+source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('e7e1f7f377ee00d33437386fb31914d83548a5f813e877506b91017b3f90b6bf')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python2 setup.py ptr
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python2-html2text/repos (2 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:28:09
  Author: fyan
Revision: 161576

archrelease: copy trunk to community-staging-any

Added:
  python2-html2text/repos/community-staging-any/
  python2-html2text/repos/community-staging-any/PKGBUILD
(from rev 161575, python2-html2text/trunk/PKGBUILD)

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

Copied: python2-html2text/repos/community-staging-any/PKGBUILD (from rev 
161575, python2-html2text/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-15 00:28:09 UTC (rev 161576)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Felix Yan 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=python2-html2text
+pkgver=2016.1.8
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+depends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz;)
+sha256sums=('088046f9b126761ff7e3380064d4792279766abaa5722d0dd765d011cf0bb079')
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+}
+
+package() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+  
+  mv "$pkgdir/usr/bin/html2text"{,2}
+}


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:27:54
  Author: fyan
Revision: 161575

upgpkg: python2-html2text 2016.1.8-1

Modified:
  python2-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:27:05 UTC (rev 161574)
+++ PKGBUILD2016-02-15 00:27:54 UTC (rev 161575)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=python2-html2text
-pkgver=2015.11.4
+pkgver=2016.1.8
 pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('GPL3')
 depends=('python2-setuptools')
 
source=("https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz;)
-sha256sums=('44531c00fd125d0d987adf4e5ab6b4a8a2b44bfa5c4dc8896f50aa0e35c33708')
+sha256sums=('088046f9b126761ff7e3380064d4792279766abaa5722d0dd765d011cf0bb079')
 
 build() {
   cd "${srcdir}"/html2text-$pkgver


[arch-commits] Commit in python-pyparsing/repos (2 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:27:05
  Author: fyan
Revision: 161574

archrelease: copy trunk to community-staging-any

Added:
  python-pyparsing/repos/community-staging-any/
  python-pyparsing/repos/community-staging-any/PKGBUILD
(from rev 161573, python-pyparsing/trunk/PKGBUILD)

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

Copied: python-pyparsing/repos/community-staging-any/PKGBUILD (from rev 161573, 
python-pyparsing/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-15 00:27:05 UTC (rev 161574)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('f6cb2bc85a491347c3c699db47f7ecc02903959156b4f92669ebf82395982901')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:26:50
  Author: fyan
Revision: 161573

upgpkg: python-pyparsing 2.1.0-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:23:48 UTC (rev 161572)
+++ PKGBUILD2016-02-15 00:26:50 UTC (rev 161573)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.0.7
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('96e98132e73a2cd2ce8fabb2ffab6c444a043fa42dd6af3f46902c974164e178')
+sha256sums=('f6cb2bc85a491347c3c699db47f7ecc02903959156b4f92669ebf82395982901')
 
 prepare() {
   cp -r "pyparsing-$pkgver" py2


[arch-commits] Commit in zathura-pdf-mupdf/repos (6 files)

2016-02-14 Thread Johannes Löthberg
Date: Monday, February 15, 2016 @ 01:23:48
  Author: demize
Revision: 161572

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 161571, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 161571, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-i686/fix-colorspace.patch
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/fix-colorspace.patch

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   37 ---
 community-i686/fix-colorspace.patch   |   25 
 community-x86_64/PKGBUILD |   37 ---
 community-x86_64/fix-colorspace.patch |   25 
 5 files changed, 62 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 00:23:40 UTC (rev 161571)
+++ community-i686/PKGBUILD 2016-02-15 00:23:48 UTC (rev 161572)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.9
-pkgrel=2
-
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
-arch=('i686' 'x86_64')
-license=('custom')
-
-conflicts=('zathura-pdf-poppler')
-
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
-makedepends=('mupdf>=1.4')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-fix-colorspace.patch)
-sha1sums=('55b47ed2962589eeef88168554aa5bd2f6557ed3'
-  '47814ed0e2431a9c25cb7e3c7444526b1eff0eab')
-
-prepare() {
-  patch -d zathura-pdf-mupdf-$pkgver < $srcdir/fix-colorspace.patch
-}
-
-build() {
-  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
-}
-
-package(){
-  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 161571, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 00:23:48 UTC (rev 161572)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.3.0
+pkgrel=1
+
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-pdf-poppler')
+
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+makedepends=('mupdf>=1.4')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
+sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a')
+
+build() {
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
+}
+
+package(){
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix-colorspace.patch
===
--- community-i686/fix-colorspace.patch 2016-02-15 00:23:40 UTC (rev 161571)
+++ community-i686/fix-colorspace.patch 2016-02-15 00:23:48 UTC (rev 161572)
@@ -1,25 +0,0 @@
-From 2f083aba12994c1c8be7a85f543b38c2c2662335 Mon Sep 17 00:00:00 2001
-From: Moritz Lipp 
-Date: Thu, 21 Jan 2016 11:38:31 +0100
-Subject: [PATCH] Use correct color space
-

- render.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/render.c b/render.c
-index 99d3b9e..2a92a23 100644
 a/render.c
-+++ b/render.c
-@@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document_t* mupdf_document, 
mupdf_page_t* mupdf_
-   fz_irect irect = { .x1 = page_width, .y1 = page_height };
-   fz_rect rect = { .x1 = page_width, .y1 = page_height };
- 
--  fz_colorspace* colorspace = fz_device_rgb(mupdf_document->ctx);
-+  fz_colorspace* colorspace = fz_device_bgr(mupdf_document->ctx);
-   fz_pixmap* pixmap = fz_new_pixmap_with_bbox_and_data(mupdf_page->ctx, 
colorspace, , image);
-   fz_clear_pixmap_with_value(mupdf_page->ctx, pixmap, 0xFF);
- 
---
-libgit2 0.23.3
-

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD fix-colorspace.patch)

2016-02-14 Thread Johannes Löthberg
Date: Monday, February 15, 2016 @ 01:23:40
  Author: demize
Revision: 161571

upgpkg: zathura-pdf-mupdf 0.3.0-1

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD
Deleted:
  zathura-pdf-mupdf/trunk/fix-colorspace.patch

--+
 PKGBUILD |   14 --
 fix-colorspace.patch |   25 -
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:21:45 UTC (rev 161570)
+++ PKGBUILD2016-02-15 00:23:40 UTC (rev 161571)
@@ -5,8 +5,8 @@
 # Contributor: Moritz Lipp 
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.2.9
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 
 pkgdesc="PDF support for Zathura (MuPDF backend)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
@@ -18,15 +18,9 @@
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
 makedepends=('mupdf>=1.4')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-fix-colorspace.patch)
-sha1sums=('55b47ed2962589eeef88168554aa5bd2f6557ed3'
-  '47814ed0e2431a9c25cb7e3c7444526b1eff0eab')
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz)
+sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a')
 
-prepare() {
-  patch -d zathura-pdf-mupdf-$pkgver < $srcdir/fix-colorspace.patch
-}
-
 build() {
   make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmujs"
 }

Deleted: fix-colorspace.patch
===
--- fix-colorspace.patch2016-02-15 00:21:45 UTC (rev 161570)
+++ fix-colorspace.patch2016-02-15 00:23:40 UTC (rev 161571)
@@ -1,25 +0,0 @@
-From 2f083aba12994c1c8be7a85f543b38c2c2662335 Mon Sep 17 00:00:00 2001
-From: Moritz Lipp 
-Date: Thu, 21 Jan 2016 11:38:31 +0100
-Subject: [PATCH] Use correct color space
-

- render.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/render.c b/render.c
-index 99d3b9e..2a92a23 100644
 a/render.c
-+++ b/render.c
-@@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document_t* mupdf_document, 
mupdf_page_t* mupdf_
-   fz_irect irect = { .x1 = page_width, .y1 = page_height };
-   fz_rect rect = { .x1 = page_width, .y1 = page_height };
- 
--  fz_colorspace* colorspace = fz_device_rgb(mupdf_document->ctx);
-+  fz_colorspace* colorspace = fz_device_bgr(mupdf_document->ctx);
-   fz_pixmap* pixmap = fz_new_pixmap_with_bbox_and_data(mupdf_page->ctx, 
colorspace, , image);
-   fz_clear_pixmap_with_value(mupdf_page->ctx, pixmap, 0xFF);
- 
---
-libgit2 0.23.3
-


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:21:45
  Author: fyan
Revision: 161570

archrelease: copy trunk to community-any

Added:
  python-h2/repos/community-any/
  python-h2/repos/community-any/PKGBUILD
(from rev 161569, python-h2/trunk/PKGBUILD)

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

Copied: python-h2/repos/community-any/PKGBUILD (from rev 161569, 
python-h2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-15 00:21:45 UTC (rev 161570)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-h2
+pkgname=('python-h2' 'python2-h2')
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="HTTP/2 State-Machine based protocol implementation"
+arch=('any')
+license=('MIT')
+url="http://hyper.rtfd.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
+ 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
+  'python2-hypothesis')
+source=("git+https://github.com/python-hyper/hyper-h2.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's/enum34>=1.0.4, <1.1/enum34>=1.0.4, <1.2/' hyper-h2/setup.py
+  cp -a hyper-h2{,-py2}
+}
+
+build() {
+  cd "$srcdir/hyper-h2"
+  python setup.py build
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/hyper-h2"
+  python setup.py ptr
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py ptr
+}
+
+package_python-h2() {
+  depends=('python-hpack' 'python-hyperframe')
+
+  cd hyper-h2
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-h2() {
+  depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
+
+  cd hyper-h2-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:21:26
  Author: fyan
Revision: 161569

addpkg: python-h2 2.1.1-1

Added:
  python-h2/
  python-h2/repos/
  python-h2/trunk/
  python-h2/trunk/PKGBUILD

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

Added: python-h2/trunk/PKGBUILD
===
--- python-h2/trunk/PKGBUILD(rev 0)
+++ python-h2/trunk/PKGBUILD2016-02-15 00:21:26 UTC (rev 161569)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-h2
+pkgname=('python-h2' 'python2-h2')
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="HTTP/2 State-Machine based protocol implementation"
+arch=('any')
+license=('MIT')
+url="http://hyper.rtfd.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
+ 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
+  'python2-hypothesis')
+source=("git+https://github.com/python-hyper/hyper-h2.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i 's/enum34>=1.0.4, <1.1/enum34>=1.0.4, <1.2/' hyper-h2/setup.py
+  cp -a hyper-h2{,-py2}
+}
+
+build() {
+  cd "$srcdir/hyper-h2"
+  python setup.py build
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/hyper-h2"
+  python setup.py ptr
+
+  cd "$srcdir/hyper-h2-py2"
+  python2 setup.py ptr
+}
+
+package_python-h2() {
+  depends=('python-hpack' 'python-hyperframe')
+
+  cd hyper-h2
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-h2() {
+  depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
+
+  cd hyper-h2-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-02-14 Thread Johannes Löthberg
Date: Monday, February 15, 2016 @ 01:16:55
  Author: demize
Revision: 161568

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 161567, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 161567, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 161567, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 161567, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 161567, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 161567, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   82 +
 /bash-completion |   58 ++
 /zathura.install |   24 ++
 community-i686/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 00:16:45 UTC (rev 161567)
+++ community-i686/PKGBUILD 2016-02-15 00:16:55 UTC (rev 161568)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.4
-pkgrel=4
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-makedepends=('python2-docutils' 'texlive-bin')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-bash-completion)
-
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  make WITH_SYNCTEX=1
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 161567, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 00:16:55 UTC (rev 161568)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.5
+pkgrel=1
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+makedepends=('python2-docutils' 'texlive-bin')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+bash-completion)
+
+sha1sums=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  make WITH_SYNCTEX=1
+}
+
+package() {
+  cd zathura-$pkgver
+
+  make install DESTDIR="$pkgdir"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2016-02-15 00:16:45 UTC (rev 161567)
+++ community-i686/bash-completion  2016-02-15 00:16:55 UTC (rev 161568)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
- 

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

2016-02-14 Thread Johannes Löthberg
Date: Monday, February 15, 2016 @ 01:16:45
  Author: demize
Revision: 161567

upgpkg: zathura 0.3.5-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:10:02 UTC (rev 161566)
+++ PKGBUILD2016-02-15 00:16:45 UTC (rev 161567)
@@ -5,8 +5,8 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.3.4
-pkgrel=4
+pkgver=0.3.5
+pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -24,7 +24,7 @@
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 bash-completion)
 
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
+sha1sums=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4'
   '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {


[arch-commits] Commit in python2-netlib/repos (2 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:10:02
  Author: fyan
Revision: 161566

archrelease: copy trunk to community-staging-any

Added:
  python2-netlib/repos/community-staging-any/
  python2-netlib/repos/community-staging-any/PKGBUILD
(from rev 161565, python2-netlib/trunk/PKGBUILD)

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

Copied: python2-netlib/repos/community-staging-any/PKGBUILD (from rev 161565, 
python2-netlib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-15 00:10:02 UTC (rev 161566)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.16
+pkgrel=1
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('any')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack' 'python2-hyperframe' 'python2-six')
+makedepends=('python2-setuptools')
+checkdepends=('python2-mock' 'python2-pytest-runner')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('c70ed1915a5662c9ffce4dc97d143209e009cf0035a2f692031a6c47e87e6002')
+
+prepare() {
+  cd netlib-$pkgver
+
+  # Use system certificate store, and system ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}  
+
+build() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py ptr
+}
+
+package() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:09:46
  Author: fyan
Revision: 161565

upgpkg: python2-netlib 0.16-1

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 00:08:13 UTC (rev 161564)
+++ PKGBUILD2016-02-15 00:09:46 UTC (rev 161565)
@@ -3,26 +3,21 @@
 # Contributor: Nicolas Pouillard https://nicolaspouillard.fr
 
 pkgname=python2-netlib
-pkgver=0.15.1
-pkgrel=3
+pkgver=0.16
+pkgrel=1
 pkgdesc="A collection of network utilities used by pathod and mitmproxy"
 url="https://github.com/mitmproxy/netlib;
 license=('MIT')
 arch=('any')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack' 'python2-hyperframe' 'python2-six')
 makedepends=('python2-setuptools')
-checkdepends=('python2-nose' 'python2-mock' 'pathod')
+checkdepends=('python2-mock' 'python2-pytest-runner')
 
source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('f55ad129b770fcf82786fb59d3e4f4291ea4c6dca4e4850bce1977bd9e99492e')
+sha256sums=('c70ed1915a5662c9ffce4dc97d143209e009cf0035a2f692031a6c47e87e6002')
 
 prepare() {
   cd netlib-$pkgver
 
-  # Allow cryptography 1.2.*, hpack 2.1.*
-  sed -e 's/cryptography>=1.1.1, <1.2/cryptography>=1.1.1, <1.3/' \
-  -e 's/hpack>=2.0.1, <2.1/hpack>=2.0.1, <3.0/' \
-  -i setup.py
-
   # Use system certificate store, and system ssl.match_hostname
   sed -e '/certifi/d' \
   -e '/backports.ssl_match_hostname/d' \
@@ -40,7 +35,7 @@
 
 check() {
   cd "$srcdir/netlib-$pkgver"
-  nosetests2
+  python2 setup.py ptr
 }
 
 package() {
@@ -48,6 +43,4 @@
   python2 setup.py install -O1 --skip-build --root="$pkgdir"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/usr/lib/python2.7/site-packages/"{test,netlib/}
 }


[arch-commits] Commit in python-hyperframe/repos (2 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:08:13
  Author: fyan
Revision: 161564

archrelease: copy trunk to community-any

Added:
  python-hyperframe/repos/community-any/
  python-hyperframe/repos/community-any/PKGBUILD
(from rev 161563, python-hyperframe/trunk/PKGBUILD)

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

Copied: python-hyperframe/repos/community-any/PKGBUILD (from rev 161563, 
python-hyperframe/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-15 00:08:13 UTC (rev 161564)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperframe
+pkgname=('python-hyperframe' 'python2-hyperframe')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="HTTP/2 framing layer for Python"
+arch=('any')
+license=('MIT')
+url="http://hyper.rtfd.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/python-hyper/hyperframe.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hyperframe{,-py2}
+}
+
+build() {
+  cd "$srcdir/hyperframe"
+  python setup.py build
+
+  cd "$srcdir/hyperframe-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/hyperframe"
+  python setup.py ptr
+
+  cd "$srcdir/hyperframe-py2"
+  python2 setup.py ptr
+}
+
+package_python-hyperframe() {
+  depends=('python')
+
+  cd hyperframe
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-hyperframe() {
+  depends=('python2')
+
+  cd hyperframe-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2016-02-14 Thread Felix Yan
Date: Monday, February 15, 2016 @ 01:07:56
  Author: fyan
Revision: 161563

addpkg: python-hyperframe 3.2.0-1

Added:
  python-hyperframe/
  python-hyperframe/repos/
  python-hyperframe/trunk/
  python-hyperframe/trunk/PKGBUILD

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

Added: python-hyperframe/trunk/PKGBUILD
===
--- python-hyperframe/trunk/PKGBUILD(rev 0)
+++ python-hyperframe/trunk/PKGBUILD2016-02-15 00:07:56 UTC (rev 161563)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hyperframe
+pkgname=('python-hyperframe' 'python2-hyperframe')
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="HTTP/2 framing layer for Python"
+arch=('any')
+license=('MIT')
+url="http://hyper.rtfd.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/python-hyper/hyperframe.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hyperframe{,-py2}
+}
+
+build() {
+  cd "$srcdir/hyperframe"
+  python setup.py build
+
+  cd "$srcdir/hyperframe-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/hyperframe"
+  python setup.py ptr
+
+  cd "$srcdir/hyperframe-py2"
+  python2 setup.py ptr
+}
+
+package_python-hyperframe() {
+  depends=('python')
+
+  cd hyperframe
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-hyperframe() {
+  depends=('python2')
+
+  cd hyperframe-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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


[arch-commits] Commit in sssd/repos/community-i686 (PKGBUILD PKGBUILD sssd.service)

2016-02-14 Thread Massimiliano Torromeo
Date: Sunday, February 14, 2016 @ 23:31:33
  Author: mtorromeo
Revision: 161562

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

Added:
  sssd/repos/community-i686/PKGBUILD
(from rev 161561, sssd/trunk/PKGBUILD)
Deleted:
  sssd/repos/community-i686/PKGBUILD
  sssd/repos/community-i686/sssd.service

--+
 PKGBUILD |  171 -
 sssd.service |   12 
 2 files changed, 84 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 22:23:33 UTC (rev 161561)
+++ PKGBUILD2016-02-14 22:31:33 UTC (rev 161562)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Mantas M. 
-
-pkgname=sssd
-pkgver=1.13.3
-pkgrel=1
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/;
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'  # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient' # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python'
-  'python2'
-  'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;
-'sssd.service')
-sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512'
-  '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-if [[ $f == *.patch ]]; then
-  msg2 "Applying $f"
-  patch -p1 < "$srcdir/$f"
-fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin\
---sysconfdir=/etc \
---localstatedir=/var  \
---libexecdir=/usr/lib/sssd\
---datadir=/usr/share  \
---enable-pammoddir=/usr/lib/security  \
---with-initscript=systemd \
---with-os=fedora  \
---with-pid-path=/run  \
---with-python2-bindings   \
---with-python3-bindings   \
---with-syslog=journald\
---without-selinux \
---without-semanage\
---with-systemdunitdir=/usr/lib/systemd/system \
-;
-  sed -i '/\/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir"/etc/rc.d
-  rm -rf "$pkgdir"/lib
-  rm -rf "$pkgdir"/run
-  rm -f "$pkgdir"/usr/lib/ldb/modules/ldb/memberof.la
-  find "$pkgdir"/usr -depth -type d \
--exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir"/usr/lib/systemd/system/sssd.service
-
-  sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-i686/PKGBUILD (from rev 161561, 
sssd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 22:31:33 UTC (rev 161562)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Mantas M. 
+
+pkgname=sssd
+pkgver=1.13.3
+pkgrel=2
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/;
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'  # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient' # for libndr-nbt
+  'nfsidmap'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba' # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+if [[ $f == *.patch ]]; then
+  msg2 "Applying $f"
+  patch -p1 < "$srcdir/$f"
+fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin\
+--sysconfdir=/etc \
+--localstatedir=/var  \
+--libexecdir=/usr/lib/sssd\
+--datadir=/usr/share  \
+--enable-pammoddir=/usr/lib/security  \
+--with-initscript=systemd \
+--with-os=fedora  \
+

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

2016-02-14 Thread Михаил Страшун
Date: Sunday, February 14, 2016 @ 21:52:48
  Author: dicebot
Revision: 161559

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 161558, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 161558, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 161558, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 161558, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  166 +++
 /ldc2.conf |   36 +
 community-i686/PKGBUILD|   82 -
 community-i686/ldc2.conf   |   18 
 community-x86_64/PKGBUILD  |   82 -
 community-x86_64/ldc2.conf |   18 
 6 files changed, 202 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 20:52:32 UTC (rev 161558)
+++ community-i686/PKGBUILD 2016-02-14 20:52:48 UTC (rev 161559)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.16.1
-epoch=1
-pkgrel=4
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir -p pkg
-mkdir -p build && cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=../pkg/ \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make -j 4
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-cd $srcdir/ldc/build
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp$srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 161558, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 20:52:48 UTC (rev 161559)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.17.0
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+"ldc2.conf"
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {

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

2016-02-14 Thread Михаил Страшун
Date: Sunday, February 14, 2016 @ 21:52:32
  Author: dicebot
Revision: 161558

upgpkg: ldc 1:0.17.0-1

LDC 0.17.0 release. Reworked PKGBUILD to match upstream layout changes

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 20:00:01 UTC (rev 161557)
+++ PKGBUILD2016-02-14 20:52:32 UTC (rev 161558)
@@ -3,9 +3,9 @@
 # Contributor: Sven-Hendrik Haase 
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=0.16.1
+pkgver=0.17.0
 epoch=1
-pkgrel=4
+pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -20,19 +20,21 @@
  )
 
 build() {
+mkdir -p $srcdir/tmp_install_dir
 cd $srcdir/ldc
 
 git submodule update --init --recursive
 
-mkdir -p pkg
 mkdir -p build && cd build
 cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=../pkg/ \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
 -DBUILD_SHARED_LIBS=ON \
 ..
 make -j 4
+make install DESTDIR=$srcdir/tmp_install_dir
 }
 
 package_ldc() {
@@ -40,12 +42,12 @@
 backup=("etc/ldc2.conf")
 provides=("d-compiler")
 
-cd $srcdir/ldc/build
+cd $srcdir/tmp_install_dir
 
 # binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd
+install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
 ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc
+install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
 ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
 
 # supplementaries
@@ -67,16 +69,15 @@
 # licenses
 install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 
+cd $srcdir/tmp_install_dir
+
 # libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
+install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
+install -D -m644 ./usr/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
+install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
+install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
 
 # imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp$srcdir/ldc/build/runtime/gccbuiltins_x86.di 
$pkgdir/usr/include/dlang/ldc/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
+mkdir -p $pkgdir/usr/include/dlang
+cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
 }


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

2016-02-14 Thread Massimiliano Torromeo
Date: Sunday, February 14, 2016 @ 23:23:10
  Author: mtorromeo
Revision: 161560

upgpkg: sssd 1.13.3-2

Rebuild with upstream service file

Modified:
  sssd/trunk/PKGBUILD
Deleted:
  sssd/trunk/sssd.service

--+
 PKGBUILD |9 +++--
 sssd.service |   12 
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 20:52:48 UTC (rev 161559)
+++ PKGBUILD2016-02-14 22:23:10 UTC (rev 161560)
@@ -4,7 +4,7 @@
 
 pkgname=sssd
 pkgver=1.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="System Security Services Daemon"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/sssd/;
@@ -28,10 +28,8 @@
   'python2'
   'samba' # for libndr-nbt headers
 )
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;
-'sssd.service')
-sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512'
-  '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -79,7 +77,6 @@
 
   cd "$srcdir"
   rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir"/usr/lib/systemd/system/sssd.service
 
   sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
 }

Deleted: sssd.service
===
--- sssd.service2016-02-14 20:52:48 UTC (rev 161559)
+++ sssd.service2016-02-14 22:23:10 UTC (rev 161560)
@@ -1,12 +0,0 @@
-[Unit]
-Description=System Security Services Daemon
-Documentation=man:sssd(8)
-Before=rpc-idmapd.service
-
-[Service]
-ExecStart=/usr/bin/sssd -D -f
-Type=forking
-PIDFile=/run/sssd.pid
-
-[Install]
-WantedBy=multi-user.target


[arch-commits] Commit in sssd/repos/community-x86_64 (PKGBUILD PKGBUILD sssd.service)

2016-02-14 Thread Massimiliano Torromeo
Date: Sunday, February 14, 2016 @ 23:23:33
  Author: mtorromeo
Revision: 161561

archrelease: copy trunk to community-x86_64

Added:
  sssd/repos/community-x86_64/PKGBUILD
(from rev 161560, sssd/trunk/PKGBUILD)
Deleted:
  sssd/repos/community-x86_64/PKGBUILD
  sssd/repos/community-x86_64/sssd.service

--+
 PKGBUILD |  171 -
 sssd.service |   12 
 2 files changed, 84 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 22:23:10 UTC (rev 161560)
+++ PKGBUILD2016-02-14 22:23:33 UTC (rev 161561)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Mantas M. 
-
-pkgname=sssd
-pkgver=1.13.3
-pkgrel=1
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/;
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'  # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient' # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python'
-  'python2'
-  'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;
-'sssd.service')
-sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512'
-  '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-if [[ $f == *.patch ]]; then
-  msg2 "Applying $f"
-  patch -p1 < "$srcdir/$f"
-fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin\
---sysconfdir=/etc \
---localstatedir=/var  \
---libexecdir=/usr/lib/sssd\
---datadir=/usr/share  \
---enable-pammoddir=/usr/lib/security  \
---with-initscript=systemd \
---with-os=fedora  \
---with-pid-path=/run  \
---with-python2-bindings   \
---with-python3-bindings   \
---with-syslog=journald\
---without-selinux \
---without-semanage\
---with-systemdunitdir=/usr/lib/systemd/system \
-;
-  sed -i '/\/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir"/etc/rc.d
-  rm -rf "$pkgdir"/lib
-  rm -rf "$pkgdir"/run
-  rm -f "$pkgdir"/usr/lib/ldb/modules/ldb/memberof.la
-  find "$pkgdir"/usr -depth -type d \
--exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir"/usr/lib/systemd/system/sssd.service
-
-  sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-x86_64/PKGBUILD (from rev 161560, 
sssd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 22:23:33 UTC (rev 161561)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Mantas M. 
+
+pkgname=sssd
+pkgver=1.13.3
+pkgrel=2
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/;
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'  # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient' # for libndr-nbt
+  'nfsidmap'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba' # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+if [[ $f == *.patch ]]; then
+  msg2 "Applying $f"
+  patch -p1 < "$srcdir/$f"
+fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin\
+--sysconfdir=/etc \
+--localstatedir=/var  \
+--libexecdir=/usr/lib/sssd\
+--datadir=/usr/share  \
+--enable-pammoddir=/usr/lib/security  \
+--with-initscript=systemd \
+--with-os=fedora  \
+

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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:46:05
  Author: xyne
Revision: 161554

upgpkg: fdupes 1.51-3

New upstream website.

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:29:31 UTC (rev 161553)
+++ PKGBUILD2016-02-14 19:46:05 UTC (rev 161554)
@@ -5,23 +5,23 @@
 
 pkgname=fdupes
 pkgver=1.51
-pkgrel=2
+pkgrel=3
 pkgdesc="a program for identifying or deleting duplicate files residing within 
specified directories"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/;
+url="https://github.com/adrianlopezroche/fdupes;
 license=('MIT')
 depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
+sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
 '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   make  PREFIX=/usr
 }
 
 package(){
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-master"
   install -d "$pkgdir"/usr/{share/man/man1,bin}
   make \
 PREFIX="$pkgdir/usr" \


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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:59:03
  Author: xyne
Revision: 161556

upgpkg: fdupes 1.51-3

New upstream website.

Modified:
  fdupes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:46:43 UTC (rev 161555)
+++ PKGBUILD2016-02-14 19:59:03 UTC (rev 161556)
@@ -24,10 +24,8 @@
   cd "$srcdir/$pkgname-master"
   install -d "$pkgdir"/usr/{share/man/man1,bin}
   make \
-PREFIX="$pkgdir/usr" \
-DESTDIR="$pkgdir/usr/bin" \
-INSTALLDIR="$pkgdir"/usr/bin \
-MAN_DIR="$pkgdir"/usr/share/man/man1 \
+PREFIX="/usr" \
+DESTDIR="$pkgdir" \
 install
   install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2016-02-14 Thread Levente Polyak
Date: Sunday, February 14, 2016 @ 19:20:01
  Author: anthraxx
Revision: 161549

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 18:19:53 UTC (rev 161548)
+++ PKGBUILD2016-02-14 18:20:01 UTC (rev 161549)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
-_pyname=eventlet
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='Highly concurrent networking library'
-url='http://eventlet.net'
-arch=('any')
-license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python2-greenlet' 'python2-setuptools' 'python2-sphinx')
-#TODO: add 'python-dnspython' if test is fixed
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
-sha512sums=('cdde031b3491f222348a62e7300aa1d0782edb553faa8ff38cbbf768eb3ba78a38927cde4df6a8494f3e2c5ed494ea9aae6ef9b10e979851f06c7714a93be4db')
-
-prepare() {
-  (cd ${_pyname}-${pkgver}
-sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-  )
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
-}
-
-package_python-eventlet() {
-  depends=('python' 'python-greenlet')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 161548, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 18:20:01 UTC (rev 161549)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-eventlet
+pkgname=('python-eventlet' 'python2-eventlet')
+_pyname=eventlet
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='http://eventlet.net'
+arch=('any')
+license=('MIT')
+makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python2-greenlet' 'python2-setuptools' 'python2-sphinx')
+#TODO: add 'python-dnspython' if test is fixed
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
+  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
+sha512sums=('92dc4ea87fe1e3a901e863dfb1537e4f17a97020219d18409c388f5d1dc8fa04c37e80450d9c09aaab20a186f97659c6bebe5f283b4cbe3e14d93372100cad47')
+
+prepare() {
+  (cd ${_pyname}-${pkgver}
+sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 

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

2016-02-14 Thread Levente Polyak
Date: Sunday, February 14, 2016 @ 19:19:53
  Author: anthraxx
Revision: 161548

upgpkg: python-eventlet 0.18.3-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 17:25:55 UTC (rev 161547)
+++ PKGBUILD2016-02-14 18:19:53 UTC (rev 161548)
@@ -3,7 +3,7 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='http://eventlet.net'
@@ -14,7 +14,7 @@
 checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
   'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
-sha512sums=('cdde031b3491f222348a62e7300aa1d0782edb553faa8ff38cbbf768eb3ba78a38927cde4df6a8494f3e2c5ed494ea9aae6ef9b10e979851f06c7714a93be4db')
+sha512sums=('92dc4ea87fe1e3a901e863dfb1537e4f17a97020219d18409c388f5d1dc8fa04c37e80450d9c09aaab20a186f97659c6bebe5f283b4cbe3e14d93372100cad47')
 
 prepare() {
   (cd ${_pyname}-${pkgver}


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

2016-02-14 Thread Jan Steffens
Date: Sunday, February 14, 2016 @ 20:03:11
  Author: heftig
Revision: 259305

3.18.2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 17:03:05 UTC (rev 259304)
+++ PKGBUILD2016-02-14 19:03:11 UTC (rev 259305)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b7bb47a680518701e2e724c8632fcf12dcb3c3e45ce1f2bdd4c4ace325793a7')
+sha256sums=('dc2d16e3754cad12703261fe586e7599c4df2e39282f6c28681a514f749fe636')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-02-14 Thread Jan Steffens
Date: Sunday, February 14, 2016 @ 20:05:30
  Author: heftig
Revision: 259306

Reduce overlinking

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:03:11 UTC (rev 259305)
+++ PKGBUILD2016-02-14 19:05:30 UTC (rev 259306)
@@ -21,6 +21,7 @@
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
   make
 }
 


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

2016-02-14 Thread Jan Steffens
Date: Sunday, February 14, 2016 @ 20:11:39
  Author: heftig
Revision: 259307

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

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

--+
 /PKGBUILD|   62 +
 /eog.install |   26 ++
 extra-i686/PKGBUILD  |   30 -
 extra-i686/eog.install   |   13 -
 extra-x86_64/PKGBUILD|   30 -
 extra-x86_64/eog.install |   13 -
 6 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 19:05:30 UTC (rev 259306)
+++ extra-i686/PKGBUILD 2016-02-14 19:11:39 UTC (rev 259307)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool gobject-introspection)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b7bb47a680518701e2e724c8632fcf12dcb3c3e45ce1f2bdd4c4ace325793a7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 259306, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 19:11:39 UTC (rev 259307)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dc2d16e3754cad12703261fe586e7599c4df2e39282f6c28681a514f749fe636')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2016-02-14 19:05:30 UTC (rev 259306)
+++ extra-i686/eog.install  2016-02-14 19:11:39 UTC (rev 259307)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-i686/eog.install (from rev 259306, 
eog/trunk/eog.install)
===
--- extra-i686/eog.install  (rev 0)
+++ extra-i686/eog.install  2016-02-14 19:11:39 UTC (rev 259307)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 19:05:30 UTC (rev 259306)
+++ extra-x86_64/PKGBUILD   2016-02-14 19:11:39 UTC (rev 259307)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 

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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 20:29:08
  Author: svenstaro
Revision: 161551

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

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

-+
 /PKGBUILD   |  124 ++
 /mumble.install |   22 ++
 community-i686/PKGBUILD |   62 ---
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/mumble.install |   11 ---
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 19:29:01 UTC (rev 161550)
+++ community-i686/PKGBUILD 2016-02-14 19:29:08 UTC (rev 161551)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.2.13
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
-makedepends=('boost' 'mesa')
-install=mumble.install
-url="http://mumble.sourceforge.net/;
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('578862b5457f645d7c6e901f9447db92')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
-no-embed-qt-translations no-update packaged" \
-DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
-INCLUDEPATH+="/usr/include/speech-dispatcher"
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 161550, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 19:29:08 UTC (rev 161551)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete "no-g15" in the configure line below
+
+pkgname=mumble
+pkgver=1.2.13
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
+makedepends=('boost' 'mesa')
+install=mumble.install
+url="http://mumble.sourceforge.net/;
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
+md5sums=('578862b5457f645d7c6e901f9447db92')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # 

[arch-commits] Commit in murmur/repos (28 files)

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 20:29:31
  Author: svenstaro
Revision: 161553

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 161552, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 161552, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 161552, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 161552, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 161552, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 161552, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 161552, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 161552, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 161552, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 161552, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 161552, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 161552, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 161552, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 161552, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   18 +++
 /murmur.service |   22 +++
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |9 -
 community-i686/murmur.service   |   11 -
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |9 -
 community-x86_64/murmur.service |   11 -
 21 files changed, 412 insertions(+), 412 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2016-02-14 19:29:23 UTC 
(rev 161552)
+++ community-i686/0003-fix-long-username-query.patch   2016-02-14 19:29:31 UTC 
(rev 161553)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers ) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git 

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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 20:29:01
  Author: svenstaro
Revision: 161550

upgpkg: mumble 1.2.13-2

protobuf rebuild

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 18:20:01 UTC (rev 161549)
+++ PKGBUILD2016-02-14 19:29:01 UTC (rev 161550)
@@ -9,7 +9,7 @@
 
 pkgname=mumble
 pkgver=1.2.13
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')


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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 20:29:23
  Author: svenstaro
Revision: 161552

upgpkg: murmur 1.2.13-2

protobuf rebuild

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 19:29:08 UTC (rev 161551)
+++ PKGBUILD2016-02-14 19:29:23 UTC (rev 161552)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net;


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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 20:46:43
  Author: xyne
Revision: 161555

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

Added:
  fdupes/repos/community-i686/ChangeLog
(from rev 161554, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
(from rev 161554, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 161554, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
(from rev 161554, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
(from rev 161554, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 161554, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /LICENSE   |   44 +++
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   11 --
 community-i686/LICENSE |   22 -
 community-i686/PKGBUILD|   35 -
 community-x86_64/ChangeLog |   11 --
 community-x86_64/LICENSE   |   22 -
 community-x86_64/PKGBUILD  |   35 -
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-14 19:46:05 UTC (rev 161554)
+++ community-i686/ChangeLog2016-02-14 19:46:43 UTC (rev 161555)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  
-
-   * Adding package to community: 1.40
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 161554, 
fdupes/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-02-14 19:46:43 UTC (rev 161555)
@@ -0,0 +1,11 @@
+2008-10-05  Eric Belanger  
+
+   * fdupes 1.40-4
+   * Added x86_64 arch tag
+   * Fixed license
+   * FHS man pages
+
+2008-10-03  Douglas Soares de Andrade  
+
+   * Adding package to community: 1.40
+

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-14 19:46:05 UTC (rev 161554)
+++ community-i686/LICENSE  2016-02-14 19:46:43 UTC (rev 161555)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 161554, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-14 19:46:43 UTC (rev 161555)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial 

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

2016-02-14 Thread Xyne
Date: Sunday, February 14, 2016 @ 21:00:01
  Author: xyne
Revision: 161557

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

Added:
  fdupes/repos/community-i686/ChangeLog
(from rev 161556, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
(from rev 161556, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 161556, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
(from rev 161556, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
(from rev 161556, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 161556, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 ++
 /LICENSE   |   44 
 /PKGBUILD  |   66 +++
 community-i686/ChangeLog   |   11 ---
 community-i686/LICENSE |   22 --
 community-i686/PKGBUILD|   35 --
 community-x86_64/ChangeLog |   11 ---
 community-x86_64/LICENSE   |   22 --
 community-x86_64/PKGBUILD  |   35 --
 9 files changed, 132 insertions(+), 136 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-02-14 19:59:03 UTC (rev 161556)
+++ community-i686/ChangeLog2016-02-14 20:00:01 UTC (rev 161557)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  
-
-   * Adding package to community: 1.40
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 161556, 
fdupes/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-02-14 20:00:01 UTC (rev 161557)
@@ -0,0 +1,11 @@
+2008-10-05  Eric Belanger  
+
+   * fdupes 1.40-4
+   * Added x86_64 arch tag
+   * Fixed license
+   * FHS man pages
+
+2008-10-03  Douglas Soares de Andrade  
+
+   * Adding package to community: 1.40
+

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-02-14 19:59:03 UTC (rev 161556)
+++ community-i686/LICENSE  2016-02-14 20:00:01 UTC (rev 161557)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 161556, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-02-14 20:00:01 UTC (rev 161557)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or 

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

2016-02-14 Thread Jonathan Steel
Date: Sunday, February 14, 2016 @ 18:25:55
  Author: jsteel
Revision: 161547

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

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

-+
 /PKGBUILD   |   62 ++
 /stella.install |   22 +
 community-i686/PKGBUILD |   31 ---
 community-i686/stella.install   |   11 --
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/stella.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 17:25:32 UTC (rev 161546)
+++ community-i686/PKGBUILD 2016-02-14 17:25:55 UTC (rev 161547)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.7
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('d26fa47dc07b555f02776c7a91a5b625')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 161546, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 17:25:55 UTC (rev 161547)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
+md5sums=('af35c0475848f3ab1373de09a19b2b9a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/stella.install
===
--- community-i686/stella.install   2016-02-14 17:25:32 UTC (rev 161546)
+++ community-i686/stella.install   2016-02-14 17:25:55 UTC (rev 161547)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: stella/repos/community-i686/stella.install (from rev 161546, 
stella/trunk/stella.install)
===
--- community-i686/stella.install   (rev 0)
+++ community-i686/stella.install   2016-02-14 17:25:55 UTC (rev 161547)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-14 17:25:32 UTC (rev 161546)
+++ community-x86_64/PKGBUILD   2016-02-14 17:25:55 UTC (rev 161547)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.7
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('d26fa47dc07b555f02776c7a91a5b625')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-

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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 16:36:06
  Author: fyan
Revision: 259301

upgpkg: lmdb 0.9.18-1

Modified:
  lmdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:47:23 UTC (rev 259300)
+++ PKGBUILD2016-02-14 15:36:06 UTC (rev 259301)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=lmdb
-pkgver=0.9.17
+pkgver=0.9.18
 pkgrel=1
 pkgdesc="Symas Lightning Memory-Mapped Database"
 arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@
 license=('custom:OpenLDAP')
 depends=('glibc')
 makedepends=('git')
+options=('!emptydirs')
 source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in pdfsam/trunk (PKGBUILD pdfsam.png)

2016-02-14 Thread Evgeniy Alekseev
Date: Sunday, February 14, 2016 @ 16:36:15
  Author: arcanis
Revision: 161536

upgpkg: pdfsam 3.0.1-1

Added:
  pdfsam/trunk/pdfsam.png
Modified:
  pdfsam/trunk/PKGBUILD

+
 PKGBUILD   |   98 ++-
 pdfsam.png |1 
 2 files changed, 25 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:35:44 UTC (rev 161535)
+++ PKGBUILD2016-02-14 15:36:15 UTC (rev 161536)
@@ -3,25 +3,24 @@
 # Contributor: Tom 
 
 pkgname=pdfsam
-pkgver=2.2.4
+pkgver=3.0.1
+_pkgver=3.0.1.RELEASE
 pkgrel=1
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
 url="http://www.pdfsam.org/;
-license=('GPL')
-depends=('java-environment' 'sh')
-makedepends=('apache-ant' 'desktop-file-utils' 'gendesk' 'libarchive')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-out-src.zip;)
-install=${pkgname}.install
-md5sums=('5947fc9cfc53cbc242a46881d9216957')
+license=('AGPL3')
+depends=('java-environment')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
+"pdfsam.png")
+install="${pkgname}.install"
+md5sums=('c637a48637e142ac9901e2bd069ce9d2'
+ '033e0e52c29624ce31d86b8a8b43adb6')
 
-_branchdir="pdfsam-maine"
-_builddir="${pkgname}-${pkgver}/build"
-_buildver="pdfsam-basic"
-
 prepare() {
   # create *.desktop file
-  gendesk -n -f \
+  gendesk -f -n \
   --pkgname="${pkgname}" \
   --pkgdesc="${pkgdesk}" \
   --name="PDFsam" \
@@ -28,71 +27,22 @@
   --categories="Office"
 }
 
-build() {
-  # unzip source arhives
-  find . -name '*.zip' ! -name "${pkgname}-${pkgver}-out-src.zip" -exec bsdtar 
-xf {} \;
-
-  mkdir -p "${srcdir}/${_builddir}"
-  cd "${srcdir}/${_branchdir}/ant"
-  ant -Dbuild.dir="${srcdir}/${_builddir}" \
-  -Dworkspace.dir="${srcdir}"
-}
-
 package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"
-  # main program
-  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/pdfsam-config.xml"
 \
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-3.0.1.RELEASE.jar" \
  "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/${pkgname}-${pkgver}.jar"
 \
- "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
 
-  # install plugins
-  cd "${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/"
-  for _plugin in $(find * -type d); do
-install -dm755 "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}"
-install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/${_plugin}/"*
 \
-  "${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}/"
-  done
+  # exec
+  install -dm755 "${pkgdir}/usr/bin/"
+  ln -s "/usr/share/java/pdfsam/bin/pdfsam.sh" "${pkgdir}/usr/bin/pdfsam"
 
-  # install libs
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/"{lib,ext}
-  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/lib/"* \
-"${pkgdir}/usr/share/java/${pkgname}/lib/"
-  install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/ext/"* \
-"${pkgdir}/usr/share/java/${pkgname}/ext/"
-
-  # install scripts and change paths
-  install -Dm755 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run.sh" \
- "${pkgdir}/usr/bin/${pkgname}"
-  sed -i "s@DIRNAME=\"\`dirname 
\$0\`\"@DIRNAME=\"/usr/share/java/${pkgname}\"@g" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm755 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run-console.sh"
 \
- "${pkgdir}/usr/bin/${pkgname}-console"
-  sed -i "s@DIRNAME=\"../lib/\"@DIRNAME=\"/usr/share/java/${pkgname}/lib/\"@g" 
"${pkgdir}/usr/bin/${pkgname}-console"
-
-  # licenses (they are needed for plugins)
-  cd 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/"
-  for _plugin in $(find * -type d); do
-install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}"
-install -m644 
"${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/${_plugin}/"*
 \
-  "${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}/"
-  done
-
   # desktop
-  install -Dm644 

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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 16:37:01
  Author: fyan
Revision: 259302

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 15:36:06 UTC (rev 259301)
+++ extra-i686/PKGBUILD 2016-02-14 15:37:01 UTC (rev 259302)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matt Monaco 
-
-pkgname=lmdb
-pkgver=0.9.17
-pkgrel=1
-pkgdesc="Symas Lightning Memory-Mapped Database"
-arch=('i686' 'x86_64')
-url="http://symas.com/mdb;
-license=('custom:OpenLDAP')
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  make prefix=/usr
-}
-
-check() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  make test
-}
-
-package() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
-  make DESTDIR="$pkgdir" prefix=/usr install
-
-  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lmdb/repos/extra-i686/PKGBUILD (from rev 259301, lmdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 15:37:01 UTC (rev 259302)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matt Monaco 
+
+pkgname=lmdb
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('i686' 'x86_64')
+url="http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make prefix=/usr
+}
+
+check() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make test
+}
+
+package() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR="$pkgdir" prefix=/usr install
+
+  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 15:36:06 UTC (rev 259301)
+++ extra-x86_64/PKGBUILD   2016-02-14 15:37:01 UTC (rev 259302)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matt Monaco 
-
-pkgname=lmdb
-pkgver=0.9.17
-pkgrel=1
-pkgdesc="Symas Lightning Memory-Mapped Database"
-arch=('i686' 'x86_64')
-url="http://symas.com/mdb;
-license=('custom:OpenLDAP')
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  make prefix=/usr
-}
-
-check() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  make test
-}
-
-package() {
-  cd "$srcdir/lmdb/libraries/liblmdb"
-  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
-  make DESTDIR="$pkgdir" prefix=/usr install
-
-  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lmdb/repos/extra-x86_64/PKGBUILD (from rev 259301, lmdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-14 15:37:01 UTC (rev 259302)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matt Monaco 
+
+pkgname=lmdb
+pkgver=0.9.18
+pkgrel=1
+pkgdesc="Symas Lightning Memory-Mapped Database"
+arch=('i686' 'x86_64')
+url="http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make prefix=/usr
+}
+
+check() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  make test
+}
+
+package() {
+  cd "$srcdir/lmdb/libraries/liblmdb"
+  install -dm755 "$pkgdir"/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR="$pkgdir" prefix=/usr install
+
+  mv "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+
+  install -Dm644 

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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 16:43:51
  Author: fyan
Revision: 161538

upgpkg: npm 3.7.2-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 15:37:04 UTC (rev 161537)
+++ PKGBUILD2016-02-14 15:43:51 UTC (rev 161538)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.7.2
+pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 16:44:10
  Author: fyan
Revision: 161539

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 161538, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 15:43:51 UTC (rev 161538)
+++ PKGBUILD2016-02-14 15:44:10 UTC (rev 161539)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.7.1
-pkgrel=2
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 161538, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 15:44:10 UTC (rev 161539)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-02-14 Thread Kyle Keen
Date: Sunday, February 14, 2016 @ 17:43:51
  Author: kkeen
Revision: 161545

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 16:43:30 UTC (rev 161544)
+++ community-i686/PKGBUILD 2016-02-14 16:43:51 UTC (rev 161545)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jeff Mickey 
-# Contributor: Ben Mazer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lwm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A very light weight window manager"
-arch=('i686' 'x86_64')
-url="http://www.jfc.org.uk/software/lwm.html;
-license=('GPL')
-depends=('xorg-server' 'libxext' 'libsm')
-makedepends=('imake')
-source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   xmkmf
-   sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
-   make
-   strip lwm
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   install -Dm755 lwm "$pkgdir/usr/bin/lwm"
-   install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
-}

Copied: lwm/repos/community-i686/PKGBUILD (from rev 161544, lwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 16:43:51 UTC (rev 161545)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jeff Mickey 
+# Contributor: Ben Mazer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lwm
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A very light weight window manager"
+arch=('i686' 'x86_64')
+url="http://www.jfc.org.uk/software/lwm.html;
+license=('GPL')
+depends=('xorg-server' 'libxext' 'libsm')
+makedepends=('imake')
+source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('69fc645ded46b6801092183e01be8518')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   xmkmf
+   sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
+   make
+   strip lwm
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   install -Dm755 lwm "$pkgdir/usr/bin/lwm"
+   install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-14 16:43:30 UTC (rev 161544)
+++ community-x86_64/PKGBUILD   2016-02-14 16:43:51 UTC (rev 161545)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jeff Mickey 
-# Contributor: Ben Mazer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lwm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A very light weight window manager"
-arch=('i686' 'x86_64')
-url="http://www.jfc.org.uk/software/lwm.html;
-license=('GPL')
-depends=('xorg-server' 'libxext' 'libsm')
-makedepends=('imake')
-source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   xmkmf
-   sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
-   make
-   strip lwm
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   install -Dm755 lwm "$pkgdir/usr/bin/lwm"
-   install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
-}

Copied: lwm/repos/community-x86_64/PKGBUILD (from rev 161544, 
lwm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-14 16:43:51 UTC (rev 161545)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jeff Mickey 
+# Contributor: Ben Mazer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lwm
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A very light weight window manager"
+arch=('i686' 'x86_64')
+url="http://www.jfc.org.uk/software/lwm.html;
+license=('GPL')
+depends=('xorg-server' 'libxext' 'libsm')
+makedepends=('imake')

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

2016-02-14 Thread Kyle Keen
Date: Sunday, February 14, 2016 @ 17:43:30
  Author: kkeen
Revision: 161544

upgpkg: lwm 1.2.4-1

Modified:
  lwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 16:00:07 UTC (rev 161543)
+++ PKGBUILD2016-02-14 16:43:30 UTC (rev 161544)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=lwm
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A very light weight window manager"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xorg-server' 'libxext' 'libsm')
 makedepends=('imake')
 source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
+md5sums=('69fc645ded46b6801092183e01be8518')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2016-02-14 Thread Jonathan Steel
Date: Sunday, February 14, 2016 @ 18:25:32
  Author: jsteel
Revision: 161546

upgpkg: stella 4.7.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 16:43:51 UTC (rev 161545)
+++ PKGBUILD2016-02-14 17:25:32 UTC (rev 161546)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=4.7
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('d26fa47dc07b555f02776c7a91a5b625')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
+md5sums=('af35c0475848f3ab1373de09a19b2b9a')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-14 Thread Evgeniy Alekseev
Date: Sunday, February 14, 2016 @ 16:37:04
  Author: arcanis
Revision: 161537

archrelease: copy trunk to community-testing-any

Added:
  pdfsam/repos/community-testing-any/
  pdfsam/repos/community-testing-any/PKGBUILD
(from rev 161536, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-testing-any/pdfsam.install
(from rev 161536, pdfsam/trunk/pdfsam.install)
  pdfsam/repos/community-testing-any/pdfsam.png
(from rev 161536, pdfsam/trunk/pdfsam.png)

+
 PKGBUILD   |   48 
 pdfsam.install |7 +++
 2 files changed, 55 insertions(+)

Copied: pdfsam/repos/community-testing-any/PKGBUILD (from rev 161536, 
pdfsam/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-02-14 15:37:04 UTC (rev 161537)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.0.1
+_pkgver=3.0.1.RELEASE
+pkgrel=1
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/;
+license=('AGPL3')
+depends=('java-environment')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip;
+"pdfsam.png")
+install="${pkgname}.install"
+md5sums=('c637a48637e142ac9901e2bd069ce9d2'
+ '033e0e52c29624ce31d86b8a8b43adb6')
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-3.0.1.RELEASE.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
+
+  # exec
+  install -dm755 "${pkgdir}/usr/bin/"
+  ln -s "/usr/share/java/pdfsam/bin/pdfsam.sh" "${pkgdir}/usr/bin/pdfsam"
+
+  # desktop
+  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Copied: pdfsam/repos/community-testing-any/pdfsam.install (from rev 161536, 
pdfsam/trunk/pdfsam.install)
===
--- community-testing-any/pdfsam.install(rev 0)
+++ community-testing-any/pdfsam.install2016-02-14 15:37:04 UTC (rev 
161537)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  post_install
+}

Copied: pdfsam/repos/community-testing-any/pdfsam.png (from rev 161536, 
pdfsam/trunk/pdfsam.png)
===
(Binary files differ)


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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 16:49:14
  Author: svenstaro
Revision: 161540

upgpkg: emscripten 1.35.23-2

rebuild

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 15:44:10 UTC (rev 161539)
+++ PKGBUILD2016-02-14 15:49:14 UTC (rev 161540)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.35.23
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
 url="http://emscripten.org;


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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 16:50:03
  Author: svenstaro
Revision: 161541

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 161540, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 161540, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 161540, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 161540, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 161540, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 161540, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 15:49:14 UTC (rev 161540)
+++ community-i686/PKGBUILD 2016-02-14 15:50:03 UTC (rev 161541)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.35.23
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('66b176203f82a52f511ffa1a47baa9d6a033b61dc5486b4034655912d8224c38'
-'89901c882684f6ff3745b15a5994c77ec2df6a957f4525d786e14c0bd6165e20'
-'cb39e052177b1461f7404d4d0601e0276982e847cc5054c813ed48d5e0ed082d'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-

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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 16:59:56
  Author: svenstaro
Revision: 161542

upgpkg: love 0.10.1-1

upstream release 0.10.1

Modified:
  love/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 15:50:03 UTC (rev 161541)
+++ PKGBUILD2016-02-14 15:59:56 UTC (rev 161542)
@@ -2,7 +2,7 @@
 # Contributor: Linus Sjögren 
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
 install=love.install
 
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
-md5sums=('9488d09f1467a87bb32b8ba056d05acf')
+md5sums=('bd7063e39afed0a352d77c8116f47c08')
 
 build() {
   cd "$srcdir"/love-$pkgver


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

2016-02-14 Thread Sven-Hendrik Haase
Date: Sunday, February 14, 2016 @ 17:00:07
  Author: svenstaro
Revision: 161543

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

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

---+
 /PKGBUILD |   60 
 /love.install |   26 +
 community-i686/PKGBUILD   |   30 
 community-i686/love.install   |   13 
 community-x86_64/PKGBUILD |   30 
 community-x86_64/love.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 15:59:56 UTC (rev 161542)
+++ community-i686/PKGBUILD 2016-02-14 16:00:07 UTC (rev 161543)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Linus Sjögren 
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
-arch=(i686 x86_64)
-url="http://love2d.org/;
-license=('zlib')
-depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
-install=love.install
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
-md5sums=('9488d09f1467a87bb32b8ba056d05acf')
-
-build() {
-  cd "$srcdir"/love-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/love-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: love/repos/community-i686/PKGBUILD (from rev 161542, 
love/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 16:00:07 UTC (rev 161543)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Linus Sjögren 
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/;
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
+install=love.install
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
+md5sums=('bd7063e39afed0a352d77c8116f47c08')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/love.install
===
--- community-i686/love.install 2016-02-14 15:59:56 UTC (rev 161542)
+++ community-i686/love.install 2016-02-14 16:00:07 UTC (rev 161543)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install 
-}
-
-post_upgrade() {
-  post_install
-}

Copied: love/repos/community-i686/love.install (from rev 161542, 
love/trunk/love.install)
===
--- community-i686/love.install (rev 0)
+++ community-i686/love.install 2016-02-14 16:00:07 UTC (rev 161543)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+  post_install 
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-14 15:59:56 UTC (rev 161542)
+++ community-x86_64/PKGBUILD   2016-02-14 16:00:07 UTC (rev 161543)
@@ -1,30 +0,0 @@
-# 

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

2016-02-14 Thread Pierre Schmitz
Date: Sunday, February 14, 2016 @ 18:03:05
  Author: pierre
Revision: 259304

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

Added:
  php-apcu-bc/repos/extra-i686/PKGBUILD
(from rev 259303, php-apcu-bc/trunk/PKGBUILD)
  php-apcu-bc/repos/extra-x86_64/PKGBUILD
(from rev 259303, php-apcu-bc/trunk/PKGBUILD)
Deleted:
  php-apcu-bc/repos/extra-i686/PKGBUILD
  php-apcu-bc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 17:02:49 UTC (rev 259303)
+++ extra-i686/PKGBUILD 2016-02-14 17:03:05 UTC (rev 259304)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-apcu-bc
-pkgver=1.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='APCu Backwards Compatibility Module'
-url='https://pecl.php.net/package/apcu_bc'
-depends=('php-apcu')
-license=('PHP')
-source=("http://pecl.php.net/get/apcu_bc-$pkgver.tgz;)
-md5sums=('c986b76525d73762696b056dc112e52d')
-
-build() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-
-   php -n run-tests.php -n -P -d extension=apcu.so -d 
extension=modules/apc.so
-}
-
-package() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   make INSTALL_ROOT=$pkgdir install
-}

Copied: php-apcu-bc/repos/extra-i686/PKGBUILD (from rev 259303, 
php-apcu-bc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 17:03:05 UTC (rev 259304)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu-bc
+pkgver=1.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='APCu Backwards Compatibility Module'
+url='https://pecl.php.net/package/apcu_bc'
+depends=('php-apcu')
+license=('PHP')
+source=("http://pecl.php.net/get/apcu_bc-$pkgver.tgz;)
+md5sums=('2ba61ea2cf887814e702e25ad7f1a5e1')
+
+build() {
+   cd $srcdir/apcu_bc-$pkgver
+
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu_bc-$pkgver
+
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export SKIP_SLOW_TESTS=1
+
+   php -n run-tests.php -n -P -d extension=apcu.so -d 
extension=modules/apc.so
+}
+
+package() {
+   cd $srcdir/apcu_bc-$pkgver
+
+   make INSTALL_ROOT=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 17:02:49 UTC (rev 259303)
+++ extra-x86_64/PKGBUILD   2016-02-14 17:03:05 UTC (rev 259304)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-apcu-bc
-pkgver=1.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='APCu Backwards Compatibility Module'
-url='https://pecl.php.net/package/apcu_bc'
-depends=('php-apcu')
-license=('PHP')
-source=("http://pecl.php.net/get/apcu_bc-$pkgver.tgz;)
-md5sums=('c986b76525d73762696b056dc112e52d')
-
-build() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-
-   php -n run-tests.php -n -P -d extension=apcu.so -d 
extension=modules/apc.so
-}
-
-package() {
-   cd $srcdir/apcu_bc-$pkgver
-
-   make INSTALL_ROOT=$pkgdir install
-}

Copied: php-apcu-bc/repos/extra-x86_64/PKGBUILD (from rev 259303, 
php-apcu-bc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-14 17:03:05 UTC (rev 259304)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu-bc
+pkgver=1.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='APCu Backwards Compatibility Module'
+url='https://pecl.php.net/package/apcu_bc'
+depends=('php-apcu')
+license=('PHP')
+source=("http://pecl.php.net/get/apcu_bc-$pkgver.tgz;)
+md5sums=('2ba61ea2cf887814e702e25ad7f1a5e1')
+
+build() {
+   cd $srcdir/apcu_bc-$pkgver
+
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu_bc-$pkgver
+
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export 

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

2016-02-14 Thread Pierre Schmitz
Date: Sunday, February 14, 2016 @ 18:02:49
  Author: pierre
Revision: 259303

upgpkg: php-apcu-bc 1.0.3-1

Modified:
  php-apcu-bc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 15:37:01 UTC (rev 259302)
+++ PKGBUILD2016-02-14 17:02:49 UTC (rev 259303)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-apcu-bc
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='APCu Backwards Compatibility Module'
@@ -10,7 +10,7 @@
 depends=('php-apcu')
 license=('PHP')
 source=("http://pecl.php.net/get/apcu_bc-$pkgver.tgz;)
-md5sums=('c986b76525d73762696b056dc112e52d')
+md5sums=('2ba61ea2cf887814e702e25ad7f1a5e1')
 
 build() {
cd $srcdir/apcu_bc-$pkgver


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

2016-02-14 Thread Andreas Radke
Date: Sunday, February 14, 2016 @ 09:35:53
  Author: andyrtr
Revision: 259286

upgpkg: cups-filters 1.8.2-1

upstream update 1.8.2

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 07:28:40 UTC (rev 259285)
+++ PKGBUILD2016-02-14 08:35:53 UTC (rev 259286)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('4c4a10b7cbc20f6f6ee5d05d7561399d')
+md5sums=('a32a83aef1808e4ccabad96a593a9f89')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-14 Thread Andreas Radke
Date: Sunday, February 14, 2016 @ 09:36:08
  Author: andyrtr
Revision: 259287

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 259286, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 259286, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 08:35:53 UTC (rev 259286)
+++ extra-i686/PKGBUILD 2016-02-14 08:36:08 UTC (rev 259287)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('4c4a10b7cbc20f6f6ee5d05d7561399d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 259286, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 08:36:08 UTC (rev 259287)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('a32a83aef1808e4ccabad96a593a9f89')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+

[arch-commits] Commit in (5 files)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:49:25
  Author: fyan
Revision: 161527

addpkg: diff-so-fancy 0.3.0-1

Added:
  diff-so-fancy/
  diff-so-fancy/repos/
  diff-so-fancy/trunk/
  diff-so-fancy/trunk/PKGBUILD
  diff-so-fancy/trunk/diff-so-fancy.install

---+
 PKGBUILD  |   39 +++
 diff-so-fancy.install |9 +
 2 files changed, 48 insertions(+)

Added: diff-so-fancy/trunk/PKGBUILD
===
--- diff-so-fancy/trunk/PKGBUILD(rev 0)
+++ diff-so-fancy/trunk/PKGBUILD2016-02-14 08:49:25 UTC (rev 161527)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/stevemao/diff-so-fancy;
+license=('MIT')
+install="${pkgname}.install"
+depends=('bash')
+makedepends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-core.git;
+"git+https://github.com/ztombol/bats-assert.git;)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
+  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
+  git submodule update --init
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  bats test/*.bats
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 'diff-so-fancy' "${pkgdir}/usr/bin/diff-so-fancy"
+  install -Dm755 'third_party/diff-highlight/diff-highlight' 
"${pkgdir}/usr/bin/diff-highlight"
+}


Property changes on: diff-so-fancy/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: diff-so-fancy/trunk/diff-so-fancy.install
===
--- diff-so-fancy/trunk/diff-so-fancy.install   (rev 0)
+++ diff-so-fancy/trunk/diff-so-fancy.install   2016-02-14 08:49:25 UTC (rev 
161527)
@@ -0,0 +1,9 @@
+post_install() {
+echo
+echo "==> If you desire git-diff to use diff-so-fancy by default,"
+echo "==> set diff-so-fancy as your global pager with the following:"
+echo "==> git config --global core.pager 'diff-so-fancy | less 
--tabs=1,5 -R'"
+echo "==> Or for one-off usage, use:"
+echo "==> git diff --color | diff-so-fancy"
+echo
+}


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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:27:35
  Author: arojas
Revision: 259296

Unused

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:16:28 UTC (rev 259295)
+++ PKGBUILD2016-02-14 11:27:35 UTC (rev 259296)
@@ -29,7 +29,6 @@
 -DLIB_INSTALL_DIR=lib \
 -DLIBEXEC_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
 -DBUILD_TESTING=OFF
   make
 }


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 12:35:26
  Author: fyan
Revision: 161534

upgpkg: bower 1.7.7-2

debundle uglify-js and semver

Modified:
  bower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:24:53 UTC (rev 161533)
+++ PKGBUILD2016-02-14 11:35:26 UTC (rev 161534)
@@ -6,12 +6,12 @@
 
 pkgname=bower
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for the web'
 arch=('any')
 url='http://bower.io/'
 license=('MIT')
-depends=('nodejs')
+depends=('nodejs' 'semver' 'uglify-js')
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 LICENSE)
@@ -22,5 +22,25 @@
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
   rm -r "$pkgdir"/usr/etc
+
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules
+  for dep in semver uglify-js; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules/package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
 }


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:42:20
  Author: fyan
Revision: 161526

archrelease: copy trunk to community-any

Added:
  bash-bats/repos/community-any/
  bash-bats/repos/community-any/PKGBUILD
(from rev 161525, bash-bats/trunk/PKGBUILD)

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

Copied: bash-bats/repos/community-any/PKGBUILD (from rev 161525, 
bash-bats/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-14 08:42:20 UTC (rev 161526)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=bash-bats
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Bash Automated Testing System"
+arch=("any")
+url="https://github.com/sstephenson/bats;
+license=("MIT")
+depends=('bash')
+makedepends=('git')
+source=("git+https://github.com/sstephenson/bats.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+check() {
+  cd "${srcdir}/bats"
+  bin/bats --tap test
+}
+
+package() {
+  cd "${srcdir}/bats"
+  #./install.sh "$pkgdir/usr"
+
+  for fn in libexec/*; do
+install -Dm755 ${fn} \
+  "${pkgdir}"/usr/lib/bats/$(basename ${fn})
+  done
+
+  install -dm755 "${pkgdir}"/usr/bin
+  ln -s ../lib/bats/bats "${pkgdir}"/usr/bin/bats
+  install -Dm744 man/bats.1 "${pkgdir}"/usr/share/man/man1/bats.1
+  install -Dm744 man/bats.7 "${pkgdir}"/usr/share/man/man7/bats.7
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in diff-so-fancy/repos (3 files)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:52:39
  Author: fyan
Revision: 161529

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 161528, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/diff-so-fancy.install
(from rev 161528, diff-so-fancy/trunk/diff-so-fancy.install)

---+
 PKGBUILD  |   39 +++
 diff-so-fancy.install |9 +
 2 files changed, 48 insertions(+)

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 161528, 
diff-so-fancy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-02-14 08:52:39 UTC (rev 161529)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/stevemao/diff-so-fancy;
+license=('MIT')
+install="${pkgname}.install"
+depends=('bash' 'perl' 'sed')
+makedepends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-core.git;
+"git+https://github.com/ztombol/bats-assert.git;)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
+  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
+  git submodule update --init
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  bats test/*.bats
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 'diff-so-fancy' "${pkgdir}/usr/bin/diff-so-fancy"
+  install -Dm755 'third_party/diff-highlight/diff-highlight' 
"${pkgdir}/usr/bin/diff-highlight"
+}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
161528, diff-so-fancy/trunk/diff-so-fancy.install)
===
--- community-any/diff-so-fancy.install (rev 0)
+++ community-any/diff-so-fancy.install 2016-02-14 08:52:39 UTC (rev 161529)
@@ -0,0 +1,9 @@
+post_install() {
+echo
+echo "==> If you desire git-diff to use diff-so-fancy by default,"
+echo "==> set diff-so-fancy as your global pager with the following:"
+echo "==> git config --global core.pager 'diff-so-fancy | less 
--tabs=1,5 -R'"
+echo "==> Or for one-off usage, use:"
+echo "==> git diff --color | diff-so-fancy"
+echo
+}


[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:52:24
  Author: fyan
Revision: 161528

upgpkg: diff-so-fancy 0.3.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 08:49:25 UTC (rev 161527)
+++ PKGBUILD2016-02-14 08:52:24 UTC (rev 161528)
@@ -10,7 +10,7 @@
 url="https://github.com/stevemao/diff-so-fancy;
 license=('MIT')
 install="${pkgname}.install"
-depends=('bash')
+depends=('bash' 'perl' 'sed')
 makedepends=('git')
 checkdepends=('bash-bats')
 source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;


[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 12:24:53
  Author: fyan
Revision: 161533

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 161532, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 161532, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +++---
 PKGBUILD |   70 +
 2 files changed, 61 insertions(+), 53 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-02-14 11:24:36 UTC (rev 161532)
+++ LICENSE 2016-02-14 11:24:53 UTC (rev 161533)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 161532, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-02-14 11:24:53 UTC (rev 161533)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 11:24:36 UTC (rev 161532)
+++ PKGBUILD2016-02-14 11:24:53 UTC (rev 161533)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.5.1
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/;
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('af66cd37450609881969bfa0068ff949e7b5fc963f756b19a5ae18a59d853e42'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  find "$pkgdir/usr" -type f -exec chmod 644 '{}' +
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-  chmod 755 "$pkgdir/usr/bin"/*
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 161532, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 11:24:53 UTC (rev 161533)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# 

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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:30:54
  Author: arojas
Revision: 259298

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-14 11:30:22 UTC (rev 259297)
+++ testing-i686/PKGBUILD   2016-02-14 11:30:54 UTC (rev 259298)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kimageformats
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='Image format plugins for Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kimageformats'
-license=('LGPL')
-depends=('qt5-base' 'openexr')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('678b42ebec88ce18ac0c85d539fada01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kimageformats/repos/testing-i686/PKGBUILD (from rev 259297, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-14 11:30:54 UTC (rev 259298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.19.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('678b42ebec88ce18ac0c85d539fada01')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-02-14 11:30:22 UTC (rev 259297)
+++ testing-x86_64/PKGBUILD 2016-02-14 11:30:54 UTC (rev 259298)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kimageformats
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='Image format plugins for Qt5'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kimageformats'
-license=('LGPL')
-depends=('qt5-base' 'openexr')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('678b42ebec88ce18ac0c85d539fada01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 259297, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-14 11:30:54 UTC (rev 259298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.19.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kimageformats'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive')
+optdepends=('karchive: plugin for 

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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:30:22
  Author: arojas
Revision: 259297

Add new karchive optdepend

Modified:
  kimageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:27:35 UTC (rev 259296)
+++ PKGBUILD2016-02-14 11:30:22 UTC (rev 259297)
@@ -4,13 +4,14 @@
 
 pkgname=kimageformats
 pkgver=5.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Image format plugins for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kimageformats'
 license=('LGPL')
 depends=('qt5-base' 'openexr')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'karchive')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('678b42ebec88ce18ac0c85d539fada01')


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:23:02
  Author: fyan
Revision: 161523

upgpkg: kimtoy 1.91-1

Modified:
  kimtoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 06:34:18 UTC (rev 161522)
+++ PKGBUILD2016-02-14 08:23:02 UTC (rev 161523)
@@ -3,18 +3,19 @@
 # Contributor: CSSlayer 
 
 pkgname=kimtoy
-pkgver=1.10.1
-pkgdesc="Standalone input method panel"
-pkgrel=2
+pkgver=1.91
+pkgdesc="An input method frontend for KDE"
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/KIMToy?content=140967;
 license=('GPL')
-makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++' 'ibus')
-depends=('kdebase-runtime')
+depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata')
 optdepends=('fcitx: fcitx support'
 'scim: scim support'
 'dbus-c++: scim support'
-'ibus: ibus support')
+'ibus: ibus support'
+'kfilemetadata: for metadata extractor')
 install=$pkgname.install
 
source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2;)
 
@@ -28,10 +29,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir/usr/share/locale" "$srcdir/tmp_locale"
-  mkdir -p "$pkgdir/usr/share/locale"
-  mv "$srcdir/tmp_locale" "$pkgdir/usr/share/locale/kde4"
 }
 
-md5sums=('38ddfd6d1346a01cde913a114ea98b25')
+md5sums=('b0db674f5d8dd64238bc65bb3b949f62')


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:23:31
  Author: fyan
Revision: 161524

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

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

-+
 /PKGBUILD   |   68 ++
 /kimtoy.install |   22 
 community-i686/PKGBUILD |   37 
 community-i686/kimtoy.install   |   11 --
 community-x86_64/PKGBUILD   |   37 
 community-x86_64/kimtoy.install |   11 --
 6 files changed, 90 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-14 08:23:02 UTC (rev 161523)
+++ community-i686/PKGBUILD 2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: CSSlayer 
-
-pkgname=kimtoy
-pkgver=1.10.1
-pkgdesc="Standalone input method panel"
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/KIMToy?content=140967;
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++' 'ibus')
-depends=('kdebase-runtime')
-optdepends=('fcitx: fcitx support'
-'scim: scim support'
-'dbus-c++: scim support'
-'ibus: ibus support')
-install=$pkgname.install
-source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir/usr/share/locale" "$srcdir/tmp_locale"
-  mkdir -p "$pkgdir/usr/share/locale"
-  mv "$srcdir/tmp_locale" "$pkgdir/usr/share/locale/kde4"
-}
-
-md5sums=('38ddfd6d1346a01cde913a114ea98b25')

Copied: kimtoy/repos/community-i686/PKGBUILD (from rev 161523, 
kimtoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: CSSlayer 
+
+pkgname=kimtoy
+pkgver=1.91
+pkgdesc="An input method frontend for KDE"
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/KIMToy?content=140967;
+license=('GPL')
+depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata')
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support'
+'ibus: ibus support'
+'kfilemetadata: for metadata extractor')
+install=$pkgname.install
+source=("http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2;)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('b0db674f5d8dd64238bc65bb3b949f62')

Deleted: community-i686/kimtoy.install
===
--- community-i686/kimtoy.install   2016-02-14 08:23:02 UTC (rev 161523)
+++ community-i686/kimtoy.install   2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: kimtoy/repos/community-i686/kimtoy.install (from rev 161523, 
kimtoy/trunk/kimtoy.install)
===
--- community-i686/kimtoy.install   (rev 0)
+++ community-i686/kimtoy.install   2016-02-14 08:23:31 UTC (rev 161524)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-14 08:23:02 UTC (rev 161523)
+++ community-x86_64/PKGBUILD   2016-02-14 08:23:31 UTC (rev 161524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: 

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

2016-02-14 Thread Andreas Radke
Date: Sunday, February 14, 2016 @ 10:04:10
  Author: andyrtr
Revision: 259290

upgpkg: mdds 1.1.0-1

upstream update 1.1.0

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 08:43:49 UTC (rev 259289)
+++ PKGBUILD2016-02-14 09:04:10 UTC (rev 259290)
@@ -3,7 +3,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -10,23 +10,23 @@
 url="https://gitlab.com/mdds/mdds;
 license=('MIT')
 checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
+source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+#source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('6d342a3dfd4543226fac809fe3de80fc')
 
 build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
   # make
 }
 
 check() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}*
   make check
 }
 
 package() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}*
   make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2016-02-14 Thread Andreas Radke
Date: Sunday, February 14, 2016 @ 10:04:20
  Author: andyrtr
Revision: 259291

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 259290, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 09:04:10 UTC (rev 259290)
+++ PKGBUILD2016-02-14 09:04:20 UTC (rev 259291)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 259290, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 09:04:20 UTC (rev 259291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+#source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+md5sums=('6d342a3dfd4543226fac809fe3de80fc')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in diff-so-fancy/repos/community-any (5 files)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 10:11:04
  Author: fyan
Revision: 161531

archrelease: copy trunk to community-any

Added:
  diff-so-fancy/repos/community-any/PKGBUILD
(from rev 161530, diff-so-fancy/trunk/PKGBUILD)
  diff-so-fancy/repos/community-any/diff-so-fancy.install
(from rev 161530, diff-so-fancy/trunk/diff-so-fancy.install)
  diff-so-fancy/repos/community-any/system-diff_highlight.patch
(from rev 161530, diff-so-fancy/trunk/system-diff_highlight.patch)
Deleted:
  diff-so-fancy/repos/community-any/PKGBUILD
  diff-so-fancy/repos/community-any/diff-so-fancy.install

-+
 PKGBUILD|   80 +-
 diff-so-fancy.install   |   18 -
 system-diff_highlight.patch |   22 +++
 3 files changed, 72 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 09:10:44 UTC (rev 161530)
+++ PKGBUILD2016-02-14 09:11:04 UTC (rev 161531)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: icasdri 
-
-pkgname=diff-so-fancy
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Good-looking diffs with diff-highlight and more"
-arch=('any')
-url="https://github.com/stevemao/diff-so-fancy;
-license=('MIT')
-install="${pkgname}.install"
-depends=('bash' 'perl' 'sed')
-makedepends=('git')
-checkdepends=('bash-bats')
-source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
-"git+https://github.com/ztombol/bats-core.git;
-"git+https://github.com/ztombol/bats-assert.git;)
-sha384sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
-  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
-  git submodule update --init
-}
-
-check() {
-  cd "${srcdir}/${pkgname}"
-  bats test/*.bats
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -Dm755 'diff-so-fancy' "${pkgdir}/usr/bin/diff-so-fancy"
-  install -Dm755 'third_party/diff-highlight/diff-highlight' 
"${pkgdir}/usr/bin/diff-highlight"
-}

Copied: diff-so-fancy/repos/community-any/PKGBUILD (from rev 161530, 
diff-so-fancy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 09:11:04 UTC (rev 161531)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: icasdri 
+
+pkgname=diff-so-fancy
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Good-looking diffs with diff-highlight and more"
+arch=('any')
+url="https://github.com/stevemao/diff-so-fancy;
+license=('MIT')
+install="${pkgname}.install"
+depends=('git')
+checkdepends=('bash-bats')
+source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
+"git+https://github.com/ztombol/bats-core.git;
+"git+https://github.com/ztombol/bats-assert.git;
+system-diff_highlight.patch)
+sha384sums=('SKIP'
+'SKIP'
+'SKIP'
+
'586f722ae89c9d0d2ab1ce987052c7c0f4929efaad13c1c395cc15a72a47efe4214a958fdb973a17a6c761d9f7662d01')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+  git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
+  git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
+  git submodule update --init
+
+  patch -p1 -i ../system-diff_highlight.patch
+}
+
+check() {
+  cd "${srcdir}/${pkgname}"
+  bats test/*.bats
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -Dm755 'diff-so-fancy' "${pkgdir}/usr/bin/diff-so-fancy"
+}

Deleted: diff-so-fancy.install
===
--- diff-so-fancy.install   2016-02-14 09:10:44 UTC (rev 161530)
+++ diff-so-fancy.install   2016-02-14 09:11:04 UTC (rev 161531)
@@ -1,9 +0,0 @@
-post_install() {
-echo
-echo "==> If you desire git-diff to use diff-so-fancy by default,"
-echo "==> set diff-so-fancy as your global pager with the following:"
-echo "==> git config --global core.pager 'diff-so-fancy | less 
--tabs=1,5 -R'"
-echo "==> Or for one-off usage, use:"
-echo "==> git diff --color | diff-so-fancy"
-echo
-}

Copied: diff-so-fancy/repos/community-any/diff-so-fancy.install (from rev 
161530, diff-so-fancy/trunk/diff-so-fancy.install)
===
--- diff-so-fancy.install   (rev 0)
+++ diff-so-fancy.install   2016-02-14 09:11:04 UTC (rev 161531)
@@ -0,0 +1,9 @@
+post_install() {
+echo
+echo "==> If you desire git-diff to use diff-so-fancy by default,"
+echo "==> set diff-so-fancy as your global pager with the following:"
+echo "==> git config --global core.pager 'diff-so-fancy | less 
--tabs=1,5 -R'"
+echo "==> Or for one-off usage, 

[arch-commits] Commit in diff-so-fancy/trunk (PKGBUILD system-diff_highlight.patch)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 10:10:44
  Author: fyan
Revision: 161530

upgpkg: diff-so-fancy 0.3.0-2

use system git's diff_highlight

Added:
  diff-so-fancy/trunk/system-diff_highlight.patch
Modified:
  diff-so-fancy/trunk/PKGBUILD

-+
 PKGBUILD|   14 --
 system-diff_highlight.patch |   22 ++
 2 files changed, 30 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 08:52:39 UTC (rev 161529)
+++ PKGBUILD2016-02-14 09:10:44 UTC (rev 161530)
@@ -4,21 +4,22 @@
 
 pkgname=diff-so-fancy
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
 url="https://github.com/stevemao/diff-so-fancy;
 license=('MIT')
 install="${pkgname}.install"
-depends=('bash' 'perl' 'sed')
-makedepends=('git')
+depends=('git')
 checkdepends=('bash-bats')
 source=("git+https://github.com/so-fancy/diff-so-fancy.git#tag=v$pkgver;
 "git+https://github.com/ztombol/bats-core.git;
-"git+https://github.com/ztombol/bats-assert.git;)
+"git+https://github.com/ztombol/bats-assert.git;
+system-diff_highlight.patch)
 sha384sums=('SKIP'
 'SKIP'
-'SKIP')
+'SKIP'
+
'586f722ae89c9d0d2ab1ce987052c7c0f4929efaad13c1c395cc15a72a47efe4214a958fdb973a17a6c761d9f7662d01')
 
 prepare() {
   cd "${srcdir}/${pkgname}"
@@ -25,6 +26,8 @@
   git config submodule."test/test_helper/bats-core".url "${srcdir}"/bats-core
   git config submodule."test/test_helper/bats-assert".url 
"${srcdir}"/bats-assert
   git submodule update --init
+
+  patch -p1 -i ../system-diff_highlight.patch
 }
 
 check() {
@@ -35,5 +38,4 @@
 package() {
   cd "${srcdir}/${pkgname}"
   install -Dm755 'diff-so-fancy' "${pkgdir}/usr/bin/diff-so-fancy"
-  install -Dm755 'third_party/diff-highlight/diff-highlight' 
"${pkgdir}/usr/bin/diff-highlight"
 }

Added: system-diff_highlight.patch
===
--- system-diff_highlight.patch (rev 0)
+++ system-diff_highlight.patch 2016-02-14 09:10:44 UTC (rev 161530)
@@ -0,0 +1,22 @@
+From 10175a16b762282acd90ee624a73b55a362fbbca Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Sun, 14 Feb 2016 17:07:07 +0800
+Subject: [PATCH] Use system git's diff_highlight
+
+---
+ diff-so-fancy | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/diff-so-fancy b/diff-so-fancy
+index b17cf29..9f62e72 100755
+--- a/diff-so-fancy
 b/diff-so-fancy
+@@ -19,7 +19,7 @@ hash gsed 2> /dev/null && SED=gsed || SED=sed
+ if hash diff-highlight 2> /dev/null; then
+   diff_highlight=diff-highlight
+ else
+-  
diff_highlight="$(get_script_dir)/third_party/diff-highlight/diff-highlight"
++  diff_highlight="/usr/share/git/diff-highlight/diff-highlight"
+ fi
+ 
+ color_code_regex="(\x1B\[([0-9]{1,3}(;[0-9]{1,3}){0,3})[m|K])?"


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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:16:28
  Author: arojas
Revision: 259295

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 11:15:58 UTC (rev 259294)
+++ extra-i686/PKGBUILD 2016-02-14 11:16:28 UTC (rev 259295)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 259294, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 11:16:28 UTC (rev 259295)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
+md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}_$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 11:15:58 UTC (rev 259294)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:16:28 UTC (rev 259295)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 259294, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:16:28 UTC (rev 259295)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0

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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 12:24:36
  Author: fyan
Revision: 161532

upgpkg: nodejs-babel-cli 6.5.1-2

debundle semver

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 09:11:04 UTC (rev 161531)
+++ PKGBUILD2016-02-14 11:24:36 UTC (rev 161532)
@@ -7,12 +7,12 @@
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
 pkgver=6.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/;
 license=('MIT')
-depends=('nodejs')
+depends=('nodejs' 'semver')
 makedepends=('npm')
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
 LICENSE)
@@ -25,7 +25,15 @@
   rm -r "$pkgdir"/usr/etc
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-  find "$pkgdir/usr" -type f -exec chmod 644 '{}' +
+  # Fix permissions
   find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-  chmod 755 "$pkgdir/usr/bin"/*
+
+  # Experimental dedup
+  for dir in $_npmname/node_modules 
$_npmname/node_modules/semver-truncate/node_modules; do
+cd "$pkgdir"/usr/lib/node_modules/$dir
+for dep in semver; do
+  rm -r $dep;
+  npm link $dep;
+done
+  done
 }


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

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 12:35:44
  Author: fyan
Revision: 161535

archrelease: copy trunk to community-any

Added:
  bower/repos/community-any/LICENSE
(from rev 161534, bower/trunk/LICENSE)
  bower/repos/community-any/PKGBUILD
(from rev 161534, bower/trunk/PKGBUILD)
Deleted:
  bower/repos/community-any/LICENSE
  bower/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 
 PKGBUILD |   72 ++---
 2 files changed, 65 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-02-14 11:35:26 UTC (rev 161534)
+++ LICENSE 2016-02-14 11:35:44 UTC (rev 161535)
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Twitter and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: bower/repos/community-any/LICENSE (from rev 161534, bower/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-02-14 11:35:44 UTC (rev 161535)
@@ -0,0 +1,19 @@
+Copyright (c) 2015 Twitter and other contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-14 11:35:26 UTC (rev 161534)
+++ PKGBUILD2016-02-14 11:35:44 UTC (rev 161535)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Micha Alt  
-# Contributor: FadeMind 
-# Contributor: Tom Vincent 
-
-pkgname=bower
-pkgver=1.7.7
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='http://bower.io/'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('84a8c7904a53e6f16bad1fb5678df130'
- '135697567327f92e904ef0be2082da5e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: bower/repos/community-any/PKGBUILD (from rev 161534, 
bower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-14 11:35:44 UTC (rev 161535)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Micha Alt  
+# Contributor: FadeMind 
+# Contributor: Tom Vincent 
+
+pkgname=bower
+pkgver=1.7.7
+pkgrel=2
+pkgdesc='A package manager for the web'
+arch=('any')
+url='http://bower.io/'
+license=('MIT')
+depends=('nodejs' 'semver' 'uglify-js')
+makedepends=('npm' 'git')

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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:47:23
  Author: arojas
Revision: 259300

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 11:46:47 UTC (rev 259299)
+++ extra-i686/PKGBUILD 2016-02-14 11:47:23 UTC (rev 259300)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 259299, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 11:47:23 UTC (rev 259300)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
+md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}_$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 11:46:47 UTC (rev 259299)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:47:23 UTC (rev 259300)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 259299, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:47:23 UTC (rev 259300)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0
+pkgrel=3

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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:46:47
  Author: arojas
Revision: 259299

Really fix FS#48170

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 11:30:54 UTC (rev 259298)
+++ PKGBUILD2016-02-14 11:46:47 UTC (rev 259299)
@@ -5,7 +5,7 @@
 
 pkgname=libindi
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
 license=(GPL2)
@@ -18,7 +18,7 @@
 prepare() {
   mkdir -p build
 
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/*/*.rules
 }
 
 build() {


[arch-commits] Commit in (4 files)

2016-02-14 Thread Felix Yan
Date: Sunday, February 14, 2016 @ 09:41:22
  Author: fyan
Revision: 161525

addpkg: bash-bats 0.4.0-1

Added:
  bash-bats/
  bash-bats/repos/
  bash-bats/trunk/
  bash-bats/trunk/PKGBUILD

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

Added: bash-bats/trunk/PKGBUILD
===
--- bash-bats/trunk/PKGBUILD(rev 0)
+++ bash-bats/trunk/PKGBUILD2016-02-14 08:41:22 UTC (rev 161525)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=bash-bats
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Bash Automated Testing System"
+arch=("any")
+url="https://github.com/sstephenson/bats;
+license=("MIT")
+depends=('bash')
+makedepends=('git')
+source=("git+https://github.com/sstephenson/bats.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+check() {
+  cd "${srcdir}/bats"
+  bin/bats --tap test
+}
+
+package() {
+  cd "${srcdir}/bats"
+  #./install.sh "$pkgdir/usr"
+
+  for fn in libexec/*; do
+install -Dm755 ${fn} \
+  "${pkgdir}"/usr/lib/bats/$(basename ${fn})
+  done
+
+  install -dm755 "${pkgdir}"/usr/bin
+  ln -s ../lib/bats/bats "${pkgdir}"/usr/bin/bats
+  install -Dm744 man/bats.1 "${pkgdir}"/usr/share/man/man1/bats.1
+  install -Dm744 man/bats.7 "${pkgdir}"/usr/share/man/man7/bats.7
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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


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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:15:58
  Author: arojas
Revision: 259294

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-14 11:15:14 UTC (rev 259293)
+++ extra-i686/PKGBUILD 2016-02-14 11:15:58 UTC (rev 259294)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 259293, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-14 11:15:58 UTC (rev 259294)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page;
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
+makedepends=(cmake boost)
+source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
+md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}_$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-14 11:15:14 UTC (rev 259293)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:15:58 UTC (rev 259294)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page;
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(libnova cfitsio boost-libs libusb libjpeg gsl curl)
-makedepends=(cmake boost)
-source=("http://downloads.sourceforge.net/project/indi/${pkgname}_$pkgver.tar.gz;)
-md5sums=('21eae8f5ccfef8a28cc0c3a763a1f4fb')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}_$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 259293, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-14 11:15:58 UTC (rev 259294)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+

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

2016-02-14 Thread Antonio Rojas
Date: Sunday, February 14, 2016 @ 12:15:14
  Author: arojas
Revision: 259293

Don't use plugdev group (FS#48170)

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-14 09:05:36 UTC (rev 259292)
+++ PKGBUILD2016-02-14 11:15:14 UTC (rev 259293)
@@ -5,7 +5,7 @@
 
 pkgname=libindi
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page;
 license=(GPL2)
@@ -18,7 +18,7 @@
 prepare() {
   mkdir -p build
 
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/99-perfectstar.rules
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
${pkgname}_$pkgver/drivers/focuser/*.rules
 }
 
 build() {