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

2016-08-01 Thread Christian Hesse
Date: Tuesday, August 2, 2016 @ 06:59:38
  Author: eworm
Revision: 272803

upgpkg: modemmanager 1.6.0-1

new upstream release

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 06:25:37 UTC (rev 272802)
+++ PKGBUILD2016-08-02 06:59:38 UTC (rev 272803)
@@ -4,7 +4,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.5.993
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(intltool gtk-doc gobject-introspection vala)
 
source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
-sha256sums=('4a23e1e7dbaac422e37f055a81d5cc60c87757eff839e047a09e2455bac22a3b')
+sha256sums=('a94f4657a8fa6835e2734fcc6edf20aa8c8d452f62299d7748541021c3eb2445')
 
 prepare() {
   cd ModemManager-$pkgver


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

2016-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 06:25:37
  Author: remy
Revision: 272802

Rebuild for pacman hooks

Added:
  texlive-bin/repos/testing-i686/mktexlsr.hook
  texlive-bin/repos/testing-i686/mktexlsr.script
  texlive-bin/repos/testing-i686/texlive-updmap.hook
  texlive-bin/repos/testing-i686/texlive-updmap.script
  texlive-bin/repos/testing-x86_64/mktexlsr.hook
  texlive-bin/repos/testing-x86_64/mktexlsr.script
  texlive-bin/repos/testing-x86_64/texlive-updmap.hook
  texlive-bin/repos/testing-x86_64/texlive-updmap.script
Modified:
  texlive-bin/repos/testing-i686/PKGBUILD
  texlive-bin/repos/testing-x86_64/PKGBUILD

--+
 testing-i686/PKGBUILD|   33 -
 testing-i686/mktexlsr.hook   |   15 +++
 testing-i686/mktexlsr.script |   13 +
 testing-i686/texlive-updmap.hook |   12 
 testing-i686/texlive-updmap.script   |   17 +
 testing-x86_64/PKGBUILD  |   33 -
 testing-x86_64/mktexlsr.hook |   15 +++
 testing-x86_64/mktexlsr.script   |   13 +
 testing-x86_64/texlive-updmap.hook   |   12 
 testing-x86_64/texlive-updmap.script |   17 +
 10 files changed, 162 insertions(+), 18 deletions(-)

Modified: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-08-02 05:20:41 UTC (rev 272801)
+++ testing-i686/PKGBUILD   2016-08-02 06:25:37 UTC (rev 272802)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2016.41290
-pkgrel=2
+pkgrel=2.1
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -14,9 +14,17 @@
 url='http://tug.org/texlive/'
 source=('fix-fontforge-encoding.patch'
 
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
+"mktexlsr.hook"
+"mktexlsr.script"
+"texlive-updmap.hook"
+"texlive-updmap.script"
 )
 md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- '7303361f2d441eb5c962a996fd77e8fa')
+ '7303361f2d441eb5c962a996fd77e8fa'
+ '7bc9cef52d3b0c15d2364b7d8658faa6'
+ 'b8005a998186d3846df357ef0f4b4560'
+ 'c18cbbd000aac60813b1695aa058964f'
+ '06034157badeeefe9982d7b29e7f5b51')
 
 build() {
cd "$srcdir"
@@ -86,14 +94,12 @@
 }
 
 package_libsynctex() {
-   pkgdesc='Library for synchronization between TeX files and resulting file'
-   depends=('glibc' 'zlib')
+pkgdesc='Library for synchronization between TeX files and resulting file'
+depends=('glibc' 'zlib')
 
-   install -d "$pkgdir"/usr/lib
-
-   for lib in "$srcdir"/source/Work/texk/web2c/.libs/libsynctex.so*; do
-  cp -P $lib "$pkgdir"/usr/lib/
-   done
+cd "${srcdir}/source/Work"
+make -C texk/web2c DESTDIR="${pkgdir}" \
+install-data-am install-libLTLIBRARIES
 }
 
 package_texlive-bin() {
@@ -153,6 +159,12 @@
ln -s pdftex ${pkgdir}/usr/bin/xmltex
ln -s xetex ${pkgdir}/usr/bin/xelatex
 
+   ## install pacman hooks
+   install -D -m644 ${srcdir}/mktexlsr.hook 
"$pkgdir/usr/share/libalpm/hooks/mktexlsr.hook"
+   install -D -m644 ${srcdir}/texlive-updmap.hook 
"$pkgdir/usr/share/libalpm/hooks/texlive-updmap.hook"
+   install -D -m755 ${srcdir}/mktexlsr.script 
"$pkgdir/usr/share/libalpm/scripts/mktexlsr"
+   install -D -m755 ${srcdir}/texlive-updmap.script 
"$pkgdir/usr/share/libalpm/scripts/texlive-updmap"
+
#
# remove dangling symlinks
_bibtexextra_scripts="
@@ -344,6 +356,9 @@
###
 
# remove libsynctex
+   rm -f "$pkgdir"/usr/include/synctex/*
rm -f "$pkgdir"/usr/lib/libsynctex.*
+   rm -f "$pkgdir"/usr/lib/pkgconfig/synctex.pc
+   rm -f "$pkgdir"/usr/share/man/man*/synctex.*
 }
 

Added: testing-i686/mktexlsr.hook
===
--- testing-i686/mktexlsr.hook  (rev 0)
+++ testing-i686/mktexlsr.hook  2016-08-02 06:25:37 UTC (rev 272802)
@@ -0,0 +1,15 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = etc/texmf/*
+Target = usr/share/texmf/*
+Target = usr/share/texmf-dist/*
+Target = var/lib/texmf/*
+
+[Action]
+Description = Updating TeXLive filename database...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/mktexlsr
+

Added: testing-i686/mktexlsr.script
===
--- testing-i686/mktexlsr.script(rev 0)
+++ testing-i686/mktexlsr.script2016-08-02 06:25:37 UTC (rev 272802)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+/usr/bin/mktexlsr
+echo ">>> Updating LuaTeX filename database..."
+(cd /etc/texmf && /usr/bin/mtxrun --generate >/dev/null)
+# We n

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

2016-08-01 Thread Felix Yan
Date: Tuesday, August 2, 2016 @ 05:39:11
  Author: felixonmars
Revision: 184797

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-02 05:38:43 UTC (rev 184796)
+++ community-i686/PKGBUILD 2016-08-02 05:39:11 UTC (rev 184797)
@@ -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-$CAR

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

2016-08-01 Thread Felix Yan
Date: Tuesday, August 2, 2016 @ 05:38:43
  Author: felixonmars
Revision: 184796

upgpkg: python-matplotlib 1.5.2-1

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 23:32:06 UTC (rev 184795)
+++ PKGBUILD2016-08-02 05:38:43 UTC (rev 184796)
@@ -7,8 +7,8 @@
 
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
@@ -15,7 +15,7 @@
 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')
+  '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'
@@ -25,7 +25,7 @@
  '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'
+sha512sums=('7d4688665273d30a08edf0cf2414cf0c05c619335f72b190c6ea125687e74cafe6133b7f3b6588e969c931ec8f970593d44654766205e6cc19f760925826a7e3'
 
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
 
 prepare() {


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

2016-08-01 Thread Allan McRae
Date: Tuesday, August 2, 2016 @ 05:20:41
  Author: allan
Revision: 272801

prepare glibc-2.24 toolchain rebuild

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 05:17:13 UTC (rev 272800)
+++ PKGBUILD2016-08-02 05:20:41 UTC (rev 272801)
@@ -8,8 +8,8 @@
 pkgver=6.1.1
 _pkgver=6
 _islver=0.16.1
-pkgrel=3
-_commit=1bbd3999
+pkgrel=4
+_commit=c8454ab1
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -91,7 +91,7 @@
 {
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
-  depends=('glibc>=2.23')
+  depends=('glibc>=2.24')
   options=('!emptydirs' '!strip')
 
   cd ${srcdir}/gcc-build


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

2016-08-01 Thread Allan McRae
Date: Tuesday, August 2, 2016 @ 05:16:49
  Author: allan
Revision: 272799

prepare glibc-2.24 toolchain rebuild

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 05:14:41 UTC (rev 272798)
+++ PKGBUILD2016-08-02 05:16:49 UTC (rev 272799)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.26.1
-pkgrel=1
+pkgrel=2
 _commit=c29838e7
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url="http://www.gnu.org/software/binutils/";
 license=('GPL')
 groups=('base-devel')
-depends=('glibc>=2.23' 'zlib')
+depends=('glibc>=2.24' 'zlib')
 makedepends=('git')
 checkdepends=('dejagnu' 'bc')
 conflicts=('binutils-multilib')


[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)

2016-08-01 Thread Allan McRae
Date: Tuesday, August 2, 2016 @ 05:17:13
  Author: allan
Revision: 272800

prepare glibc-2.24 toolchain rebuild

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 05:16:49 UTC (rev 272799)
+++ PKGBUILD2016-08-02 05:17:13 UTC (rev 272800)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=linux-api-headers
-pkgver=4.5.5
-_basever=4.5
+pkgver=4.7
+_basever=4.7
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace"
 arch=('i686' 'x86_64')
@@ -12,12 +12,10 @@
 url="http://www.gnu.org/software/libc";
 license=('GPL2')
 source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.xz
-http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
-http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
-http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
-md5sums=('a60d48eee08ec0536d5efb17ca819aef'
- 'SKIP'
- 'fe89010925304f6f07713741f0c8e811'
+http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign)
+#http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
+#http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
+md5sums=('5276563eb1f39a048e4a8a887408c031'
  'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman


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

2016-08-01 Thread Allan McRae
Date: Tuesday, August 2, 2016 @ 05:14:41
  Author: allan
Revision: 272798

prepare glibc-2.24 toolchain rebuild

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 00:36:49 UTC (rev 272797)
+++ PKGBUILD2016-08-02 05:14:41 UTC (rev 272798)
@@ -5,16 +5,16 @@
 # NOTE: valgrind requires rebuilt with each major glibc version
 
 pkgname=glibc
-pkgver=2.23
-pkgrel=5
-_commit=1915d6d1
+pkgver=2.24
+pkgrel=1
+_commit=fdfc9260
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc";
 license=('GPL' 'LGPL')
 groups=('base')
-depends=('linux-api-headers>=4.1' 'tzdata' 'filesystem')
-makedepends=('gcc>=5.2' 'git')
+depends=('linux-api-headers>=4.7' 'tzdata' 'filesystem')
+makedepends=('gcc>=6' 'git')
 backup=(etc/gai.conf
 etc/locale.gen
 etc/nscd.conf)


[arch-commits] Commit in openssh/repos (30 files)

2016-08-01 Thread Gaëtan Bisson
Date: Tuesday, August 2, 2016 @ 00:36:49
  Author: bisson
Revision: 272797

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 272796, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd.conf
(from rev 272796, openssh/repos/testing-i686/sshd.conf)
  openssh/repos/core-i686/sshd.pam
(from rev 272796, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 272796, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 272796, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 272796, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 272796, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 272796, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd.conf
(from rev 272796, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 272796, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 272796, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 272796, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 272796, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 272796, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd.conf
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  180 ++
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   30 ++
 core-i686/PKGBUILD  |   90 ---
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   15 ---
 core-x86_64/PKGBUILD|   90 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   15 ---
 21 files changed, 294 insertions(+), 294 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-08-01 23:03:01 UTC (rev 272796)
+++ core-i686/PKGBUILD  2016-08-02 00:36:49 UTC (rev 272797)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.2p2
-pkgrel=2
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
-  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
- 

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

2016-08-01 Thread Kyle Keen
Date: Monday, August 1, 2016 @ 23:31:42
  Author: kkeen
Revision: 184794

upgpkg: openscad 2015.03.03-4 glew rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 23:00:51 UTC (rev 184793)
+++ PKGBUILD2016-08-01 23:31:42 UTC (rev 184794)
@@ -6,7 +6,7 @@
 pkgname=openscad
 pkgver=2015.03.03
 _ver=2015.03-3  # hopefully -X is temporary
-pkgrel=3
+pkgrel=4
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/";
 arch=('i686' 'x86_64')


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

2016-08-01 Thread Kyle Keen
Date: Monday, August 1, 2016 @ 23:32:06
  Author: kkeen
Revision: 184795

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

Added:
  openscad/repos/community-staging-i686/
  openscad/repos/community-staging-i686/CHANGELOG
(from rev 184794, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
(from rev 184794, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 184794, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 184794, openscad/trunk/PKGBUILD)

+
 community-staging-i686/CHANGELOG   |   99 +++
 community-staging-i686/PKGBUILD|   54 +++
 community-staging-x86_64/CHANGELOG |   99 +++
 community-staging-x86_64/PKGBUILD  |   54 +++
 4 files changed, 306 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 184794, 
openscad/trunk/CHANGELOG)
===
--- community-staging-i686/CHANGELOG(rev 0)
+++ community-staging-i686/CHANGELOG2016-08-01 23:32:06 UTC (rev 184795)
@@ -0,0 +1,99 @@
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 184794, 
openscad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 23:32:06 UTC (rev 184795)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Chirantan Ekbote 
+# Contributor: Eric Anderson 
+# Contributor: Pierre DOUCET 
+pkgname=openscad
+pkgver=2015.03.03
+_ver=2015.03-3  # hopefully -X is temporary
+pkgrel=4
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+changelog=CHANGELOG
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need imagemagick and an X11 or framebuffer session
+checkdepends=('cmake' 'xproto' 'libx11' 'python2')
+source=("http://files.openscad.org/openscad-$_ver.src.tar.gz";)
+md5sums=('a498a218a247468eee140ccc44c73afa')
+
+build() {
+cd "$srcdir/$pkgname-$_ver"
+qmake-qt4 PREFIX="/usr"
+make
+convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+check() {
+# see doc/testing.txt about enabling
+# normally will display stuff, run image diffs
+cd "$srcdir/$pkgname-$_ver/tests"
+sed -i 's/exit 1/exit 0/' virtualfb.sh
+cmake .
+# pkgconfig weirdness
+sed -i 's/-lmpfr/& -lX11/' CMakeFiles/openscad_nogui.dir/link.txt 
+make
+sed -i 's/ python$/&2/' *.py
+sed -i 's|/usr/bin/python"|/usr/bin/python2"|g' CTestTestfi

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

2016-08-01 Thread Rémy Oudompheng
Date: Monday, August 1, 2016 @ 23:03:01
  Author: remy
Revision: 272796

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

Added:
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 272795, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 272795, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/mktexlsr.hook
(from rev 272795, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-i686/mktexlsr.script
(from rev 272795, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-i686/texlive-updmap.hook
(from rev 272795, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-i686/texlive-updmap.script
(from rev 272795, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 272795, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 272795, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 272795, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/mktexlsr.hook
(from rev 272795, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-x86_64/mktexlsr.script
(from rev 272795, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-x86_64/texlive-updmap.hook
(from rev 272795, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-x86_64/texlive-updmap.script
(from rev 272795, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 272795, texlive-bin/trunk/texlive.install)
Deleted:
  texlive-bin/repos/staging-i686/PKGBUILD
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/staging-i686/texlive.install
  texlive-bin/repos/staging-x86_64/PKGBUILD
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/staging-x86_64/texlive.install

-+
 /PKGBUILD   |  728 ++
 /fix-fontforge-encoding.patch   |   24 
 /texlive.install|   62 ++
 staging-i686/PKGBUILD   |  349 
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/mktexlsr.hook  |   15 
 staging-i686/mktexlsr.script|   13 
 staging-i686/texlive-updmap.hook|   12 
 staging-i686/texlive-updmap.script  |   17 
 staging-i686/texlive.install|   31 -
 staging-x86_64/PKGBUILD |  349 
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/mktexlsr.hook|   15 
 staging-x86_64/mktexlsr.script  |   13 
 staging-x86_64/texlive-updmap.hook  |   12 
 staging-x86_64/texlive-updmap.script|   17 
 staging-x86_64/texlive.install  |   31 -
 17 files changed, 928 insertions(+), 784 deletions(-)

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


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

2016-08-01 Thread Rémy Oudompheng
Date: Monday, August 1, 2016 @ 23:01:50
  Author: remy
Revision: 272795

upgpkg: texlive-bin 2016.41290-4

Define pacman hooks for mktexlsr and updmap.
Cleanup libsynctex package.

Added:
  texlive-bin/trunk/mktexlsr.hook
  texlive-bin/trunk/mktexlsr.script
  texlive-bin/trunk/texlive-updmap.hook
  texlive-bin/trunk/texlive-updmap.script
Modified:
  texlive-bin/trunk/PKGBUILD

---+
 PKGBUILD  |   33 -
 mktexlsr.hook |   15 +++
 mktexlsr.script   |   13 +
 texlive-updmap.hook   |   12 
 texlive-updmap.script |   17 +
 5 files changed, 81 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:24:18 UTC (rev 272794)
+++ PKGBUILD2016-08-01 23:01:50 UTC (rev 272795)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2016.41290
-pkgrel=3
+pkgrel=4
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -14,9 +14,17 @@
 url='http://tug.org/texlive/'
 source=('fix-fontforge-encoding.patch'
 
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
+"mktexlsr.hook"
+"mktexlsr.script"
+"texlive-updmap.hook"
+"texlive-updmap.script"
 )
 md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- '7303361f2d441eb5c962a996fd77e8fa')
+ '7303361f2d441eb5c962a996fd77e8fa'
+ '7bc9cef52d3b0c15d2364b7d8658faa6'
+ 'b8005a998186d3846df357ef0f4b4560'
+ 'c18cbbd000aac60813b1695aa058964f'
+ '06034157badeeefe9982d7b29e7f5b51')
 
 build() {
cd "$srcdir"
@@ -86,14 +94,12 @@
 }
 
 package_libsynctex() {
-   pkgdesc='Library for synchronization between TeX files and resulting file'
-   depends=('glibc' 'zlib')
+pkgdesc='Library for synchronization between TeX files and resulting file'
+depends=('glibc' 'zlib')
 
-   install -d "$pkgdir"/usr/lib
-
-   for lib in "$srcdir"/source/Work/texk/web2c/.libs/libsynctex.so*; do
-  cp -P $lib "$pkgdir"/usr/lib/
-   done
+cd "${srcdir}/source/Work"
+make -C texk/web2c DESTDIR="${pkgdir}" \
+install-data-am install-libLTLIBRARIES
 }
 
 package_texlive-bin() {
@@ -153,6 +159,12 @@
ln -s pdftex ${pkgdir}/usr/bin/xmltex
ln -s xetex ${pkgdir}/usr/bin/xelatex
 
+   ## install pacman hooks
+   install -D -m644 ${srcdir}/mktexlsr.hook 
"$pkgdir/usr/share/libalpm/hooks/mktexlsr.hook"
+   install -D -m644 ${srcdir}/texlive-updmap.hook 
"$pkgdir/usr/share/libalpm/hooks/texlive-updmap.hook"
+   install -D -m755 ${srcdir}/mktexlsr.script 
"$pkgdir/usr/share/libalpm/scripts/mktexlsr"
+   install -D -m755 ${srcdir}/texlive-updmap.script 
"$pkgdir/usr/share/libalpm/scripts/texlive-updmap"
+
#
# remove dangling symlinks
_bibtexextra_scripts="
@@ -344,6 +356,9 @@
###
 
# remove libsynctex
+   rm -f "$pkgdir"/usr/include/synctex/*
rm -f "$pkgdir"/usr/lib/libsynctex.*
+   rm -f "$pkgdir"/usr/lib/pkgconfig/synctex.pc
+   rm -f "$pkgdir"/usr/share/man/man*/synctex.*
 }
 

Added: mktexlsr.hook
===
--- mktexlsr.hook   (rev 0)
+++ mktexlsr.hook   2016-08-01 23:01:50 UTC (rev 272795)
@@ -0,0 +1,15 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = etc/texmf/*
+Target = usr/share/texmf/*
+Target = usr/share/texmf-dist/*
+Target = var/lib/texmf/*
+
+[Action]
+Description = Updating TeXLive filename database...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/mktexlsr
+

Added: mktexlsr.script
===
--- mktexlsr.script (rev 0)
+++ mktexlsr.script 2016-08-01 23:01:50 UTC (rev 272795)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+/usr/bin/mktexlsr
+echo ">>> Updating LuaTeX filename database..."
+(cd /etc/texmf && /usr/bin/mtxrun --generate >/dev/null)
+# We need to remove directory "." from luatex cache to avoid absurd
+# behaviour.
+for item in /var/lib/texmf/luatex-cache/context/*/trees/*.lua; do
+if grep -F '["root"]="."' "$item" >/dev/null; then
+rm -vf "$item" "${item%.lua}.luc"
+fi
+done
+

Added: texlive-updmap.hook
===
--- texlive-updmap.hook (rev 0)
+++ texlive-updmap.hook 2016-08-01 23:01:50 UTC (rev 272795)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = var/lib/texmf/arch/installedpkgs/*.maps
+
+[Action]
+Description = Updating TeXLive font maps...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/texlive-updmap
+

Added: texlive-u

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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 23:00:51
  Author: arojas
Revision: 184793

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

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 184792, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 184792, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 184792, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 184792, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 184792, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 184792, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 184792, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 184792, linbox/trunk/underlink.patch)

-+
 community-staging-i686/PKGBUILD |   31 +
 community-staging-i686/lapack.patch |   22 ++
 community-staging-i686/linbox-fplll.patch   |   87 ++
 community-staging-i686/underlink.patch  |   41 
 community-staging-x86_64/PKGBUILD   |   31 +
 community-staging-x86_64/lapack.patch   |   22 ++
 community-staging-x86_64/linbox-fplll.patch |   87 ++
 community-staging-x86_64/underlink.patch|   41 
 8 files changed, 362 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 184792, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 23:00:51 UTC (rev 184793)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/";
+license=(LGPL)
+depends=(m4rie lapack flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-i686/lapack.patch (from rev 184792, 
linbox/trunk/lapack.patch)
===
--- community-staging-i686/lapack.patch (rev 0)
+++ community-staging-i686/lapack.patch 2016-08-01 23:00:51 UTC (rev 184793)
@@ -0,0 +1,22 @@
+--- ./macros/lapack-check.m4.orig  2012-06-07 02:30:26.0 -0600
 ./macros/lapack-check.m4   2012-10-02 15:05:47.051001770 -0600
+@@ -38,7 +38,7 @@ LIBS="${BACKUP_LIBS} ${BLAS_LIBS}"
+ 
+ AC_TRY_RUN(dnl ICC ?
+ [   #include "fflas-ffpack/fflas-ffpack-config.h"
+-  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
++  #ifdef __FFLASFFPACK_HAVE_LAPACK
+  int main() { return 0 ; }
+#else
+a pas lapack
+--- ./configure.orig   2012-06-07 15:19:31.0 -0600
 ./configure2012-10-02 15:06:07.629005714 -0600
+@@ -18077,7 +18077,7 @@ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+#include "fflas-ffpack/fflas-ffpack-config.h"
+-  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
++  #ifdef __FFLASFFPACK_HAVE_LAPACK
+  int main() { return 0 ; }
+#else
+a pas lapack

Copied: linbox/repos/community-staging-i686/linbox-fplll.patch (from rev 
184792, linbox/trunk/linbox-fplll.patch)
===
--- community-staging-i686/linbox-fplll.patch   (rev 0)
+++ community-staging-i686/linbox-fplll.patch   2016-08-01 23:00:51 UTC (rev 
184793)
@@ -0,0 +1,87 @@
+--- ./linbox/algorithms/lattice.h.orig 2012-06-07 02:30:32.0 -0600
 ./linbox/algorithms/lattice.h  2012-12-10 16:03:03.114827079 -0700
+@@ -48,18 +48,7 @@
+ 
+ 
+ #ifdef __LINBOX_HAVE_FPLLL
+-// this is a damn FPLLL bug !!!
+-namespace FPLLL {
+-#define round
+-#define trunc
+ #include 
+-#include 
+-#include 
+-#include 
+-#undef round
+-#undef trunc
+-}
+-
+ #endif
+ 
+ 
+--- ./linbox/algorithms/lattice.inl.orig   2012-06-07 02:30:32.0 
-0600
 ./linbox/algorithms/lattice.inl2012-12-10 16:05:04.846262737 -0700
+@@ -335,31 +335,31 @@ namespace LinBox
+

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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 23:00:20
  Author: arojas
Revision: 184792

Update to 2.2.2

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 22:52:10 UTC (rev 184791)
+++ PKGBUILD2016-08-01 23:00:20 UTC (rev 184792)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas < nqn7...@gmail.com >
 
 pkgname=linbox
-pkgver=1.4.1
-pkgrel=6
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/";
@@ -11,7 +11,7 @@
 depends=(m4rie lapack flint libfplll iml givaro) 
 makedepends=(fflas-ffpack)
 
source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('e6638413bef578990d8764faca44ab17')
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:52:10
  Author: arojas
Revision: 184791

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

Added:
  fflas-ffpack/repos/community-staging-i686/
  fflas-ffpack/repos/community-staging-i686/PKGBUILD
(from rev 184790, fflas-ffpack/trunk/PKGBUILD)
  fflas-ffpack/repos/community-staging-x86_64/
  fflas-ffpack/repos/community-staging-x86_64/PKGBUILD
(from rev 184790, fflas-ffpack/trunk/PKGBUILD)

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

Copied: fflas-ffpack/repos/community-staging-i686/PKGBUILD (from rev 184790, 
fflas-ffpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 22:52:10 UTC (rev 184791)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(i686 x86_64) # pkgconfig file is arch-specific
+url="http://linbox-team.github.io/fflas-ffpack/";
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: fflas-ffpack/repos/community-staging-x86_64/PKGBUILD (from rev 184790, 
fflas-ffpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-01 22:52:10 UTC (rev 184791)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(i686 x86_64) # pkgconfig file is arch-specific
+url="http://linbox-team.github.io/fflas-ffpack/";
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:51:44
  Author: arojas
Revision: 184790

Update to 2.2.2

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 22:38:19 UTC (rev 184789)
+++ PKGBUILD2016-08-01 22:51:44 UTC (rev 184790)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=7
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(i686 x86_64) # pkgconfig file is arch-specific
 url="http://linbox-team.github.io/fflas-ffpack/";
@@ -10,19 +10,14 @@
 license=(LGPL)
 makedepends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-avx --disable-sse
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:37:45
  Author: arojas
Revision: 184788

Update to 4.0.2

Modified:
  givaro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 22:30:09 UTC (rev 184787)
+++ PKGBUILD2016-08-01 22:37:45 UTC (rev 184788)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=givaro
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="C++ library for arithmetic and algebraic computations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(gmp)
 
source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('dfe1292cd811909343d179067de92bf7')
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:38:19
  Author: arojas
Revision: 184789

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

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

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

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 184788, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 22:38:19 UTC (rev 184789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/";
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 184788, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-01 22:38:19 UTC (rev 184789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/";
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-01 Thread Kyle Keen
Date: Monday, August 1, 2016 @ 22:30:09
  Author: kkeen
Revision: 184787

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

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

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

Copied: opencsg/repos/community-staging-i686/PKGBUILD (from rev 184786, 
opencsg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 22:30:09 UTC (rev 184787)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Xyne 
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.4.0
+pkgrel=5
+pkgdesc="Library for image-based CSG rendering using OpenGL."
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'libgl')
+url="http://www.opencsg.org";
+source=("http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz";)
+sha1sums=('2c2592a9f625ec1c7a3d208403ea2ac1cae2f972')
+
+build() {
+  cd "$srcdir/OpenCSG-$pkgver"
+  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
+  cd src
+  make
+}
+
+package() {
+  cd "$srcdir/OpenCSG-$pkgver"
+  install -D lib/libopencsg.so.$pkgver "$pkgdir/usr/lib/libopencsg.so.$pkgver"
+  install -D include/opencsg.h "$pkgdir/usr/include/opencsg.h"
+  cd "$pkgdir/usr/lib/"
+  ln -s libopencsg.so.$pkgver libopencsg.so.1.4
+  ln -s libopencsg.so.$pkgver libopencsg.so.1
+  ln -s libopencsg.so.$pkgver libopencsg.so
+}
+

Copied: opencsg/repos/community-staging-x86_64/PKGBUILD (from rev 184786, 
opencsg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-01 22:30:09 UTC (rev 184787)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Xyne 
+# Contributor: nikor
+
+pkgname=opencsg
+pkgver=1.4.0
+pkgrel=5
+pkgdesc="Library for image-based CSG rendering using OpenGL."
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glew' 'glut' 'libgl')
+url="http://www.opencsg.org";
+source=("http://www.opencsg.org/OpenCSG-${pkgver}.tar.gz";)
+sha1sums=('2c2592a9f625ec1c7a3d208403ea2ac1cae2f972')
+
+build() {
+  cd "$srcdir/OpenCSG-$pkgver"
+  sed -i 's|-rpath,../lib|-rpath,/usr/lib|' src/Makefile
+  cd src
+  make
+}
+
+package() {
+  cd "$srcdir/OpenCSG-$pkgver"
+  install -D lib/libopencsg.so.$pkgver "$pkgdir/usr/lib/libopencsg.so.$pkgver"
+  install -D include/opencsg.h "$pkgdir/usr/include/opencsg.h"
+  cd "$pkgdir/usr/lib/"
+  ln -s libopencsg.so.$pkgver libopencsg.so.1.4
+  ln -s libopencsg.so.$pkgver libopencsg.so.1
+  ln -s libopencsg.so.$pkgver libopencsg.so
+}
+


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

2016-08-01 Thread Kyle Keen
Date: Monday, August 1, 2016 @ 22:29:42
  Author: kkeen
Revision: 184786

upgpkg: opencsg 1.4.0-5 glew rebuild

Modified:
  opencsg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:45:14 UTC (rev 184785)
+++ PKGBUILD2016-08-01 22:29:42 UTC (rev 184786)
@@ -5,7 +5,7 @@
 
 pkgname=opencsg
 pkgver=1.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for image-based CSG rendering using OpenGL."
 arch=('i686' 'x86_64')
 license=('GPL2')


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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 20:24:18
  Author: bisson
Revision: 272794

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-01 20:20:29 UTC (rev 272793)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz";
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272793, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz";
+'lua53.patch')
+sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${p

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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:20:23
  Author: eworm
Revision: 272792

upgpkg: libksba 1.3.4-2

pacman hooks rebuild - remove install script

Modified:
  libksba/trunk/PKGBUILD
Deleted:
  libksba/trunk/libksba.install

-+
 PKGBUILD|3 +--
 libksba.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:20:07 UTC (rev 272791)
+++ PKGBUILD2016-08-01 20:20:23 UTC (rev 272792)
@@ -4,7 +4,7 @@
 
 pkgname=libksba
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A CMS and X.509 access library"
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,7 +11,6 @@
 url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba";
 depends=('bash' 'libgpg-error' 'glibc')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-install=libksba.install
 sha1sums=('bc84945400bd1cabfd7b8ba4e20e71082f32bcc9'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch

Deleted: libksba.install
===
--- libksba.install 2016-08-01 20:20:07 UTC (rev 272791)
+++ libksba.install 2016-08-01 20:20:23 UTC (rev 272792)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(ksba.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:20:29
  Author: eworm
Revision: 272793

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

Added:
  libksba/repos/testing-i686/
  libksba/repos/testing-i686/PKGBUILD
(from rev 272792, libksba/trunk/PKGBUILD)
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
(from rev 272792, libksba/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libksba/repos/testing-i686/PKGBUILD (from rev 272792, 
libksba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 20:20:29 UTC (rev 272793)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="A CMS and X.509 access library"
+arch=(i686 x86_64)
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba";
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('bc84945400bd1cabfd7b8ba4e20e71082f32bcc9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 272792, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-01 20:20:29 UTC (rev 272793)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="A CMS and X.509 access library"
+arch=(i686 x86_64)
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba";
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('bc84945400bd1cabfd7b8ba4e20e71082f32bcc9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 20:20:07
  Author: bisson
Revision: 272791

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:18:30 UTC (rev 272790)
+++ PKGBUILD2016-08-01 20:20:07 UTC (rev 272791)
@@ -5,8 +5,8 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.10.4
+pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -16,7 +16,7 @@
  'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz";
 'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
   'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
 
 options=('!strip' 'debug')


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:18:24
  Author: eworm
Revision: 272789

upgpkg: groff 1.22.3-7

pacman hooks rebuild - remove install script

Modified:
  groff/trunk/PKGBUILD
Deleted:
  groff/trunk/groff.install

---+
 PKGBUILD  |3 +--
 groff.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:14:26 UTC (rev 272788)
+++ PKGBUILD2016-08-01 20:18:24 UTC (rev 272789)
@@ -3,7 +3,7 @@
 
 pkgname=groff
 pkgver=1.22.3
-pkgrel=6
+pkgrel=7
 pkgdesc="GNU troff text-formatting system"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/groff/groff.html";
@@ -17,7 +17,6 @@
 source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
 site.tmac)
 options=('!docs' '!emptydirs' '!makeflags')
-install=groff.install
 md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
  'SKIP'
  'a1fedafd7863b37968d32ad9ae1d8c13')

Deleted: groff.install
===
--- groff.install   2016-08-01 20:14:26 UTC (rev 272788)
+++ groff.install   2016-08-01 20:18:24 UTC (rev 272789)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(groff.info groff.info-1 groff.info-2)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:18:30
  Author: eworm
Revision: 272790

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 272789, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/site.tmac
(from rev 272789, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 272789, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/site.tmac
(from rev 272789, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   51 +
 testing-i686/site.tmac   |   16 ++
 testing-x86_64/PKGBUILD  |   51 +
 testing-x86_64/site.tmac |   16 ++
 4 files changed, 134 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 272789, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 20:18:30 UTC (rev 272790)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=7
+pkgdesc="GNU troff text-formatting system"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/groff/groff.html";
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils'  'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg 

+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac >> \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/site.tmac (from rev 272789, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2016-08-01 20:18:30 UTC (rev 272790)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \" Character translations for non-keyboard
+.  \" characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \" Shut off SGR by default (groff colors)
+.  \" Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 272789, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-01 20:18:30 UTC (rev 272790)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=7
+pkgdesc="GNU troff text-formatting system"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/groff/groff.html";
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils'  'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg 

+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - fin

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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:14:26
  Author: eworm
Revision: 272788

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 272787, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 272787, gpgme/trunk/PKGBUILD)

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

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 272787, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 20:14:26 UTC (rev 272788)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('60d730d22e8065fd5de309e8b98e304b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 272787, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-01 20:14:26 UTC (rev 272788)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('LGPL')
+depends=('libgpg-error' 'gnupg>=2')
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('60d730d22e8065fd5de309e8b98e304b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:14:21
  Author: eworm
Revision: 272787

upgpkg: gpgme 1.6.0-3

pacman hooks rebuild - remove install script

Modified:
  gpgme/trunk/PKGBUILD
Deleted:
  gpgme/trunk/gpgme.install

---+
 PKGBUILD  |3 +--
 gpgme.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:12:36 UTC (rev 272786)
+++ PKGBUILD2016-08-01 20:14:21 UTC (rev 272787)
@@ -5,13 +5,12 @@
 
 pkgname=gpgme
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
 url="http://www.gnupg.org/related_software/gpgme/";
 license=('LGPL')
 depends=('libgpg-error' 'gnupg>=2')
-install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 md5sums=('60d730d22e8065fd5de309e8b98e304b'

Deleted: gpgme.install
===
--- gpgme.install   2016-08-01 20:12:36 UTC (rev 272786)
+++ gpgme.install   2016-08-01 20:14:21 UTC (rev 272787)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:12:36
  Author: eworm
Revision: 272786

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

Added:
  gawk/repos/testing-i686/
  gawk/repos/testing-i686/PKGBUILD
(from rev 272785, gawk/trunk/PKGBUILD)
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 272785, gawk/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gawk/repos/testing-i686/PKGBUILD (from rev 272785, gawk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 20:12:36 UTC (rev 272786)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=4.1.3
+pkgrel=2
+pkgdesc="GNU version of awk"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gawk/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('55d37f4069502677f25d1340df8eec97'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 272785, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-01 20:12:36 UTC (rev 272786)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=4.1.3
+pkgrel=2
+pkgdesc="GNU version of awk"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gawk/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('55d37f4069502677f25d1340df8eec97'
+ 'SKIP')
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  #install -dm755 ${pkgdir}/bin
+  #ln -sf /usr/bin/gawk ${pkgdir}/bin/
+  #ln -sf gawk ${pkgdir}/bin/awk
+}


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:12:30
  Author: eworm
Revision: 272785

upgpkg: gawk 4.1.3-2

pacman hooks rebuild - remove install script

Modified:
  gawk/trunk/PKGBUILD
Deleted:
  gawk/trunk/gawk.install

--+
 PKGBUILD |7 +++
 gawk.install |   22 --
 2 files changed, 3 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 20:08:50 UTC (rev 272784)
+++ PKGBUILD2016-08-01 20:12:30 UTC (rev 272785)
@@ -4,7 +4,7 @@
 
 pkgname=gawk
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU version of awk"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gawk/";
@@ -12,7 +12,6 @@
 groups=('base' 'base-devel')
 depends=('sh' 'glibc' 'mpfr')
 provides=('awk')
-install=gawk.install
 
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('55d37f4069502677f25d1340df8eec97'
  'SKIP')
@@ -21,7 +20,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --libexecdir=/usr/lib --without-libsigsegv
-  make 
+  make
 }
 
 check() {
@@ -33,7 +32,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  #install -dm755 ${pkgdir}/bin 
+  #install -dm755 ${pkgdir}/bin
   #ln -sf /usr/bin/gawk ${pkgdir}/bin/
   #ln -sf gawk ${pkgdir}/bin/awk
 }

Deleted: gawk.install
===
--- gawk.install2016-08-01 20:08:50 UTC (rev 272784)
+++ gawk.install2016-08-01 20:12:30 UTC (rev 272785)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(gawk.info.gz gawkinet.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:08:50
  Author: eworm
Revision: 272784

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

Added:
  findutils/repos/testing-i686/
  findutils/repos/testing-i686/PKGBUILD
(from rev 272783, findutils/trunk/PKGBUILD)
  findutils/repos/testing-x86_64/
  findutils/repos/testing-x86_64/PKGBUILD
(from rev 272783, findutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: findutils/repos/testing-i686/PKGBUILD (from rev 272783, 
findutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 20:08:50 UTC (rev 272784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.6.0
+pkgrel=2
+pkgdesc="GNU utilities to locate files"
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url="http://www.gnu.org/software/findutils";
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f18e8aaee3f3d4173a1f598001003be8706d28b0')
+#validpgpkeys=('A15B725964A95EE5') # James Youngman 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  # don't build locate, but the docs want a file in there.
+  make -C locate dblocation.texi
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-x86_64/PKGBUILD (from rev 272783, 
findutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-01 20:08:50 UTC (rev 272784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.6.0
+pkgrel=2
+pkgdesc="GNU utilities to locate files"
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url="http://www.gnu.org/software/findutils";
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f18e8aaee3f3d4173a1f598001003be8706d28b0')
+#validpgpkeys=('A15B725964A95EE5') # James Youngman 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  # don't build locate, but the docs want a file in there.
+  make -C locate dblocation.texi
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=$pkgdir install
+}


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

2016-08-01 Thread Christian Hesse
Date: Monday, August 1, 2016 @ 20:08:44
  Author: eworm
Revision: 272783

upgpkg: findutils 4.6.0-2

pacman hooks rebuild - remove install script

Modified:
  findutils/trunk/PKGBUILD
Deleted:
  findutils/trunk/findutils.install

---+
 PKGBUILD  |3 +--
 findutils.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:52:22 UTC (rev 272782)
+++ PKGBUILD2016-08-01 20:08:44 UTC (rev 272783)
@@ -3,7 +3,7 @@
 
 pkgname=findutils
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU utilities to locate files"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -11,7 +11,6 @@
 depends=('glibc' 'sh')
 url="http://www.gnu.org/software/findutils";
 source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz)
-install=findutils.install
 sha1sums=('f18e8aaee3f3d4173a1f598001003be8706d28b0')
 #validpgpkeys=('A15B725964A95EE5') # James Youngman 
 build() {

Deleted: findutils.install
===
--- findutils.install   2016-08-01 19:52:22 UTC (rev 272782)
+++ findutils.install   2016-08-01 20:08:44 UTC (rev 272783)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(find-maint.info find.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:45:14
  Author: spupykin
Revision: 184785

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 184784, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 184784, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 184784, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 184784, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 184784, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 184784, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 184784, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 184784, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 184784, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 184784, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 184784, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 184784, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   24 +++
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   44 ++
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   12 -
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   22 ---
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   12 -
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   22 ---
 18 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 19:44:51 UTC (rev 184784)
+++ community-i686/PKGBUILD 2016-08-01 19:45:14 UTC (rev 184785)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('b311d4332326f1e6f86a461b4025636d'
- 'afa0f4a9000c26c3323e83fe34883e23'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'bdb0faad84d0931b7ed202a0a7baff84'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations m

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:44:51
  Author: spupykin
Revision: 184784

upgpkg: redis 3.2.2-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:44:07 UTC (rev 184783)
+++ PKGBUILD2016-08-01 19:44:51 UTC (rev 184784)
@@ -5,7 +5,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('b311d4332326f1e6f86a461b4025636d'
+md5sums=('fd5e59aa8c76117c5d90757b0c3e9f1b'
  'afa0f4a9000c26c3323e83fe34883e23'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'bdb0faad84d0931b7ed202a0a7baff84'


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:44:07
  Author: spupykin
Revision: 184783

archrelease: copy trunk to community-x86_64

Added:
  xcircuit/repos/community-x86_64/PKGBUILD
(from rev 184782, xcircuit/trunk/PKGBUILD)
Deleted:
  xcircuit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 19:43:46 UTC (rev 184782)
+++ PKGBUILD2016-08-01 19:44:07 UTC (rev 184783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.79
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3efc99a360aa81c507129366222d9de9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 184782, 
xcircuit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 19:44:07 UTC (rev 184783)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.8.81
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('1cb6fa6699edb388429e52173f6e14e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}


[arch-commits] Commit in sdlmame/repos/community-x86_64 (8 files)

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:43:46
  Author: spupykin
Revision: 184782

archrelease: copy trunk to community-x86_64

Added:
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 184781, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 184781, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 184781, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 184781, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

-+
 PKGBUILD|  176 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 +-
 3 files changed, 153 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 19:24:04 UTC (rev 184781)
+++ PKGBUILD2016-08-01 19:43:46 UTC (rev 184782)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.176
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-x86_64/PKGBUILD (from rev 184781, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 19:43:46 UTC (rev 184782)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: robb_force 
+# Maintainer: JJDaNiMoTh 
+
+pkgname=sdlmame
+pkgver=0.176
+pkgrel=2
+pkgdesc="A port of the popular Multiple Arcad

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:24:04
  Author: spupykin
Revision: 184781

archrelease: copy trunk to community-i686

Added:
  xcircuit/repos/community-i686/PKGBUILD
(from rev 184780, xcircuit/trunk/PKGBUILD)
Deleted:
  xcircuit/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 19:23:55 UTC (rev 184780)
+++ PKGBUILD2016-08-01 19:24:04 UTC (rev 184781)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.8.79
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3efc99a360aa81c507129366222d9de9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 184780, 
xcircuit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 19:24:04 UTC (rev 184781)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.8.81
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('i686' 'x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('1cb6fa6699edb388429e52173f6e14e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:23:55
  Author: spupykin
Revision: 184780

upgpkg: xcircuit 3.8.81-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:23:41 UTC (rev 184779)
+++ PKGBUILD2016-08-01 19:23:55 UTC (rev 184780)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.8.79
+pkgver=3.8.81
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('3efc99a360aa81c507129366222d9de9')
+md5sums=('1cb6fa6699edb388429e52173f6e14e7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in sdlmame/repos/community-i686 (8 files)

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:23:41
  Author: spupykin
Revision: 184779

archrelease: copy trunk to community-i686

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 184778, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 184778, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 184778, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 184778, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh

-+
 PKGBUILD|  176 +++---
 sdlmame.install |   16 ++--
 sdlmame.sh  |  112 +-
 3 files changed, 153 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 19:23:30 UTC (rev 184778)
+++ PKGBUILD2016-08-01 19:23:41 UTC (rev 184779)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.176
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt5-base')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("https://github.com/mamedev/mame/releases/download/mame${pkgver/./}/mame${pkgver/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('feaf1696c1a2cc3c22080d30d2eff1af'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip || true
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-#  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-#  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-#  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  cp -a $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
-  cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
-
-  # Include the license
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-i686/PKGBUILD (from rev 184778, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 19:23:41 UTC (rev 184779)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: robb_force 
+# Maintainer: JJDaNiMoTh 
+
+pkgname=sdlmame
+pkgver=0.176
+pkgrel=2
+pkgdesc="A port of the popular Multiple Arcade Machine Emulator u

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:23:30
  Author: spupykin
Revision: 184778

upgpkg: sdlmame 0.176-2

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:05:02 UTC (rev 184777)
+++ PKGBUILD2016-08-01 19:23:30 UTC (rev 184778)
@@ -5,7 +5,7 @@
 
 pkgname=sdlmame
 pkgver=0.176
-pkgrel=1
+pkgrel=2
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/";
 license=('GPL2')
@@ -69,6 +69,8 @@
   install -m644 $srcdir/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
   install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
   cp -a $srcdir/bgfx $pkgdir/usr/share/${pkgname}/bgfx
+  cp -a $srcdir/plugins $pkgdir/usr/share/${pkgname}/plugins
+  cp -a $srcdir/language $pkgdir/usr/share/${pkgname}/language
 
   # Include the license
   install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:44
  Author: spupykin
Revision: 184775

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 184774, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 184774, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 184774, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 184774, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-08-01 19:04:31 UTC (rev 184774)
+++ community-i686/ChangeLog2016-08-01 19:04:44 UTC (rev 184775)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman 
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo 
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 184774, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-08-01 19:04:44 UTC (rev 184775)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 19:04:31 UTC (rev 184774)
+++ community-i686/PKGBUILD 2016-08-01 19:04:44 UTC (rev 184775)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-base
-pkgver=1.24.9
-pkgrel=1
-pkgdesc="The GNUstep base package"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/";
-license=("GPL" "LGPL")
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('34b1d127762c66a1e6358bd605e47ba5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chown -R root.root "$pkgdir/"
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 184774, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 19:04:44 UTC (rev 184775)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.9
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/";
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown -R root.root "$pkgdir/"
+}

Deleted: communi

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:05:02
  Author: spupykin
Revision: 184777

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

Added:
  gnustep-gui/repos/community-i686/ChangeLog
(from rev 184776, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-i686/PKGBUILD
(from rev 184776, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-i686/giflib-5.1.patch
(from rev 184776, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-x86_64/ChangeLog
(from rev 184776, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-x86_64/PKGBUILD
(from rev 184776, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-x86_64/giflib-5.1.patch
(from rev 184776, gnustep-gui/trunk/giflib-5.1.patch)
Deleted:
  gnustep-gui/repos/community-i686/ChangeLog
  gnustep-gui/repos/community-i686/PKGBUILD
  gnustep-gui/repos/community-i686/giflib-5.1.patch
  gnustep-gui/repos/community-x86_64/ChangeLog
  gnustep-gui/repos/community-x86_64/PKGBUILD
  gnustep-gui/repos/community-x86_64/giflib-5.1.patch

---+
 /ChangeLog|4 +
 /PKGBUILD |   76 
 /giflib-5.1.patch |   60 
 community-i686/ChangeLog  |2 
 community-i686/PKGBUILD   |   38 --
 community-i686/giflib-5.1.patch   |   30 --
 community-x86_64/ChangeLog|2 
 community-x86_64/PKGBUILD |   38 --
 community-x86_64/giflib-5.1.patch |   30 --
 9 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-08-01 19:04:47 UTC (rev 184776)
+++ community-i686/ChangeLog2016-08-01 19:05:02 UTC (rev 184777)
@@ -1,2 +0,0 @@
-2007-06-27 tardo 
-* version upgrade

Copied: gnustep-gui/repos/community-i686/ChangeLog (from rev 184776, 
gnustep-gui/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-08-01 19:05:02 UTC (rev 184777)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 19:04:47 UTC (rev 184776)
+++ community-i686/PKGBUILD 2016-08-01 19:05:02 UTC (rev 184777)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-gui
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="The GNUstep GUI class library"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/";
-license=('LGPL')
-depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
-makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-conflicts=('gnustep-gui-svn')
-groups=('gnustep-core')
-options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
-giflib-5.1.patch)
-md5sums=('6224a2a2fe22da0042d96f0892c884e3'
- '78b6470b9a43ac7025621fef07d2faef')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -Np1 -i ../giflib-5.1.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnustep-gui/repos/community-i686/PKGBUILD (from rev 184776, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 19:05:02 UTC (rev 184777)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.25.0
+pkgrel=3
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/";
+license=('LGPL')
+depends=('aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 
'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('6224a2a2fe22da0042d96f0892c884e3'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/giflib-5.1.patch
===
--- community

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:47
  Author: spupykin
Revision: 184776

upgpkg: gnustep-gui 0.25.0-3

upd

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:04:44 UTC (rev 184775)
+++ PKGBUILD2016-08-01 19:04:47 UTC (rev 184776)
@@ -5,12 +5,12 @@
 
 pkgname=gnustep-gui
 pkgver=0.25.0
-pkgrel=1
+pkgrel=3
 pkgdesc="The GNUstep GUI class library"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/";
 license=('LGPL')
-depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+depends=('aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 
'libao')
 makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
 conflicts=('gnustep-gui-svn')
 groups=('gnustep-core')


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:28
  Author: spupykin
Revision: 184773

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

Added:
  gnustep-back/repos/community-i686/ChangeLog
(from rev 184772, gnustep-back/trunk/ChangeLog)
  gnustep-back/repos/community-i686/PKGBUILD
(from rev 184772, gnustep-back/trunk/PKGBUILD)
  gnustep-back/repos/community-x86_64/ChangeLog
(from rev 184772, gnustep-back/trunk/ChangeLog)
  gnustep-back/repos/community-x86_64/PKGBUILD
(from rev 184772, gnustep-back/trunk/PKGBUILD)
Deleted:
  gnustep-back/repos/community-i686/ChangeLog
  gnustep-back/repos/community-i686/PKGBUILD
  gnustep-back/repos/community-x86_64/ChangeLog
  gnustep-back/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |4 ++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |2 -
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |2 -
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-08-01 19:04:14 UTC (rev 184772)
+++ community-i686/ChangeLog2016-08-01 19:04:28 UTC (rev 184773)
@@ -1,2 +0,0 @@
-2007-06-27 tardo 
-* version upgrade

Copied: gnustep-back/repos/community-i686/ChangeLog (from rev 184772, 
gnustep-back/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-08-01 19:04:28 UTC (rev 184773)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 19:04:14 UTC (rev 184772)
+++ community-i686/PKGBUILD 2016-08-01 19:04:28 UTC (rev 184773)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-back
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="The GNUstep GUI Backend"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/";
-license=('LGPL')
-depends=(libgl libxmu gcc-libs freetype2 cairo)
-makedepends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'libffi' 'gcc-objc')
-conflicts=('gnustep-back-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('0dd9ba54c3873f1c3f0b178d3f88c025')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/etc/ld.so.conf.d
-  cat >$pkgdir/etc/ld.so.conf.d/gnustep.conf <
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-back
+pkgver=0.25.0
+pkgrel=2
+pkgdesc="The GNUstep GUI Backend"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/";
+license=('LGPL')
+depends=(libgl libxmu gcc-libs freetype2 cairo)
+makedepends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'libffi' 'gcc-objc')
+conflicts=('gnustep-back-svn')
+groups=('gnustep-core')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('0dd9ba54c3873f1c3f0b178d3f88c025')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/etc/ld.so.conf.d
+  cat >$pkgdir/etc/ld.so.conf.d/gnustep.conf <
-* version upgrade

Copied: gnustep-back/repos/community-x86_64/ChangeLog (from rev 184772, 
gnustep-back/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2016-08-01 19:04:28 UTC (rev 184773)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-01 19:04:14 UTC (rev 184772)
+++ community-x86_64/PKGBUILD   2016-08-01 19:04:28 UTC (rev 184773)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-back
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="The GNUstep GUI Backend"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/";
-license=('LGPL')
-depends=(libgl libxmu gcc-libs freetype2 cairo)
-makedepends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'libffi' 'gcc-objc')
-conflicts=('gnustep-back-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('0dd9ba54c3873f1c3f0b178d3f

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:14
  Author: spupykin
Revision: 184772

upgpkg: gnustep-back 0.25.0-2

upd

Modified:
  gnustep-back/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 18:46:32 UTC (rev 184771)
+++ PKGBUILD2016-08-01 19:04:14 UTC (rev 184772)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-back
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep GUI Backend"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/";


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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:31
  Author: spupykin
Revision: 184774

upgpkg: gnustep-base 1.24.9-2

upd

Modified:
  gnustep-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 19:04:28 UTC (rev 184773)
+++ PKGBUILD2016-08-01 19:04:31 UTC (rev 184774)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.9
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep base package"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/";


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

2016-08-01 Thread Bartłomiej piotr...@archlinux.org, ki
Date: Monday, August 1, 2016 @ 18:49:22
  Author: bpiotrowski
Revision: 272780

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

Added:
  
llvm/repos/extra-i686/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
(from rev 272779, 
llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch)
  
llvm/repos/extra-i686/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
(from rev 272779, 
llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch)
  llvm/repos/extra-i686/PKGBUILD
(from rev 272779, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 272779, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/extra-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
(from rev 272779, 
llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch)
  
llvm/repos/extra-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
(from rev 272779, 
llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 272779, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 272779, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  
llvm/repos/extra-i686/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  
llvm/repos/extra-i686/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  
llvm/repos/extra-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  
llvm/repos/extra-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

+
 /D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  
644 ++
 /D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 
2474 ++
 /PKGBUILD  |  
492 +
 /llvm-Config-llvm-config.h |   
18 
 extra-i686/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch  |  
322 -
 extra-i686/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch   | 
1235 
 extra-i686/PKGBUILD|  
246 
 extra-i686/llvm-Config-llvm-config.h   |   
 9 
 extra-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  
322 -
 extra-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 
1235 
 extra-x86_64/PKGBUILD  |  
246 
 extra-x86_64/llvm-Config-llvm-config.h |   
 9 
 12 files changed, 3628 insertions(+), 3624 deletions(-)

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


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

2016-08-01 Thread Laurent Carlier
Date: Monday, August 1, 2016 @ 18:46:25
  Author: lcarlier
Revision: 184770

upgpkg: gambas3 3.8.4-5

glew 2.0.0/poppler 0.46.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 18:44:51 UTC (rev 184769)
+++ PKGBUILD2016-08-01 18:46:25 UTC (rev 184770)
@@ -16,7 +16,7 @@
  'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 
'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.8.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";


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

2016-08-01 Thread Laurent Carlier
Date: Monday, August 1, 2016 @ 18:46:32
  Author: lcarlier
Revision: 184771

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 184770, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-gcc-fix.patch
(from rev 184770, gambas3/trunk/gambas3-gcc-fix.patch)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 184770, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-gcc-fix.patch
(from rev 184770, gambas3/trunk/gambas3-gcc-fix.patch)

+
 community-staging-i686/PKGBUILD| 1135 +++
 community-staging-i686/gambas3-gcc-fix.patch   |   11 
 community-staging-x86_64/PKGBUILD  | 1135 +++
 community-staging-x86_64/gambas3-gcc-fix.patch |   11 
 4 files changed, 2292 insertions(+)

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


[arch-commits] Commit in kodi/trunk (prevent-taglib-from-crashing-kodi.patch)

2016-08-01 Thread Ike Devolder
Date: Monday, August 1, 2016 @ 18:44:51
  Author: idevolder
Revision: 184769

kodi :: remove old prevent-taglib-from-crashing-kodi patch

Deleted:
  kodi/trunk/prevent-taglib-from-crashing-kodi.patch

-+
 prevent-taglib-from-crashing-kodi.patch |   96 --
 1 file changed, 96 deletions(-)

Deleted: prevent-taglib-from-crashing-kodi.patch
===
--- prevent-taglib-from-crashing-kodi.patch 2016-08-01 18:29:26 UTC (rev 
184768)
+++ prevent-taglib-from-crashing-kodi.patch 2016-08-01 18:44:51 UTC (rev 
184769)
@@ -1,96 +0,0 @@
 xbmc/music/tags/TagLoaderTagLib.cpp.orig   2015-12-26 07:34:56.449019063 
+0100
-+++ xbmc/music/tags/TagLoaderTagLib.cpp2015-12-26 08:26:13.905598496 
+0100
-@@ -134,48 +134,55 @@
-   TagLib::RIFF::WAV::File *  wavFile = NULL;
-   TagLib::RIFF::AIFF::File * aiffFile = NULL;
- 
--  if (strExtension == "ape")
--file = apeFile = new APE::File(stream);
--  else if (strExtension == "asf" || strExtension == "wmv" || strExtension == 
"wma")
--file = asfFile = new ASF::File(stream);
--  else if (strExtension == "flac")
--file = flacFile = new FLAC::File(stream, ID3v2::FrameFactory::instance());
--  else if (strExtension == "it")
--file = itFile = new IT::File(stream);
--  else if (strExtension == "mod" || strExtension == "module" || strExtension 
== "nst" || strExtension == "wow")
--file = modFile = new Mod::File(stream);
--  else if (strExtension == "mp4" || strExtension == "m4a" || 
--   strExtension == "m4r" || strExtension == "m4b" || 
--   strExtension == "m4p" || strExtension == "3g2")
--file = mp4File = new MP4::File(stream);
--  else if (strExtension == "mpc")
--file = mpcFile = new MPC::File(stream);
--  else if (strExtension == "mp3" || strExtension == "aac")
--file = mpegFile = new MPEG::File(stream, ID3v2::FrameFactory::instance());
--  else if (strExtension == "s3m")
--file = s3mFile = new S3M::File(stream);
--  else if (strExtension == "tta")
--file = ttaFile = new TrueAudio::File(stream, 
ID3v2::FrameFactory::instance());
--  else if (strExtension == "wv")
--file = wvFile = new WavPack::File(stream);
--  else if (strExtension == "aif" || strExtension == "aiff")
--file = aiffFile = new RIFF::AIFF::File(stream);
--  else if (strExtension == "wav")
--file = wavFile = new RIFF::WAV::File(stream);
--  else if (strExtension == "xm")
--file = xmFile = new XM::File(stream);
--  else if (strExtension == "ogg")
--file = oggVorbisFile = new Ogg::Vorbis::File(stream);
--  else if (strExtension == "oga") // Leave this madness until last - oga 
container can have Vorbis or FLAC
-+  try
-   {
--file = oggFlacFile = new Ogg::FLAC::File(stream);
--if (!file || !file->isValid())
--{
--  delete file;
--  oggFlacFile = NULL;
-+if (strExtension == "ape")
-+  file = apeFile = new APE::File(stream);
-+else if (strExtension == "asf" || strExtension == "wmv" || strExtension 
== "wma")
-+  file = asfFile = new ASF::File(stream);
-+else if (strExtension == "flac")
-+  file = flacFile = new FLAC::File(stream, 
ID3v2::FrameFactory::instance());
-+else if (strExtension == "it")
-+  file = itFile = new IT::File(stream);
-+else if (strExtension == "mod" || strExtension == "module" || 
strExtension == "nst" || strExtension == "wow")
-+  file = modFile = new Mod::File(stream);
-+else if (strExtension == "mp4" || strExtension == "m4a" || 
-+ strExtension == "m4r" || strExtension == "m4b" || 
-+ strExtension == "m4p" || strExtension == "3g2")
-+  file = mp4File = new MP4::File(stream);
-+else if (strExtension == "mpc")
-+  file = mpcFile = new MPC::File(stream);
-+else if (strExtension == "mp3" || strExtension == "aac")
-+  file = mpegFile = new MPEG::File(stream, 
ID3v2::FrameFactory::instance());
-+else if (strExtension == "s3m")
-+  file = s3mFile = new S3M::File(stream);
-+else if (strExtension == "tta")
-+  file = ttaFile = new TrueAudio::File(stream, 
ID3v2::FrameFactory::instance());
-+else if (strExtension == "wv")
-+  file = wvFile = new WavPack::File(stream);
-+else if (strExtension == "aif" || strExtension == "aiff")
-+  file = aiffFile = new RIFF::AIFF::File(stream);
-+else if (strExtension == "wav")
-+  file = wavFile = new RIFF::WAV::File(stream);
-+else if (strExtension == "xm")
-+  file = xmFile = new XM::File(stream);
-+else if (strExtension == "ogg")
-   file = oggVorbisFile = new Ogg::Vorbis::File(stream);
-+else if (strExtension == "oga") // Leave this madness until last - oga 
container can have Vorbis or FLAC
-+{
-+  file = oggFlacFile = new Ogg::FLAC::File(stream);
-+  if (!file || !file->isValid())
-+  {
-+delete file;
-+oggFlacFile = NULL;
-+file = oggVorbisFile = 

[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos (4 files)

2016-08-01 Thread Ike Devolder
Date: Monday, August 1, 2016 @ 18:29:26
  Author: idevolder
Revision: 184768

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

Added:
  kodi-addon-visualization-shadertoy/repos/community-staging-i686/
  kodi-addon-visualization-shadertoy/repos/community-staging-i686/PKGBUILD
(from rev 184767, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
  kodi-addon-visualization-shadertoy/repos/community-staging-x86_64/
  kodi-addon-visualization-shadertoy/repos/community-staging-x86_64/PKGBUILD
(from rev 184767, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)

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

Copied: 
kodi-addon-visualization-shadertoy/repos/community-staging-i686/PKGBUILD (from 
rev 184767, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 18:29:26 UTC (rev 184768)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=81916a2
+pkgver=20160523.81916a2
+pkgrel=2
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Copied: 
kodi-addon-visualization-shadertoy/repos/community-staging-x86_64/PKGBUILD 
(from rev 184767, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-01 18:29:26 UTC (rev 184768)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=81916a2
+pkgver=20160523.81916a2
+pkgrel=2
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-visualization-shadertoy/trunk (PKGBUILD)

2016-08-01 Thread Ike Devolder
Date: Monday, August 1, 2016 @ 18:29:16
  Author: idevolder
Revision: 184767

upgpkg: kodi-addon-visualization-shadertoy 20160523.81916a2-2

rebuild for glew 2.0 / poppler 0.46

Modified:
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 18:25:54 UTC (rev 184766)
+++ PKGBUILD2016-08-01 18:29:16 UTC (rev 184767)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-visualization-shadertoy
 _commit=81916a2
 pkgver=20160523.81916a2
-pkgrel=1
+pkgrel=2
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.shadertoy'


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

2016-08-01 Thread Ike Devolder
Date: Monday, August 1, 2016 @ 18:25:54
  Author: idevolder
Revision: 184766

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

Added:
  kodi/repos/community-staging-i686/
  kodi/repos/community-staging-i686/10160.patch
(from rev 184765, kodi/trunk/10160.patch)
  kodi/repos/community-staging-i686/9703.patch
(from rev 184765, kodi/trunk/9703.patch)
  kodi/repos/community-staging-i686/PKGBUILD
(from rev 184765, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-i686/kodi.install
(from rev 184765, kodi/trunk/kodi.install)
  kodi/repos/community-staging-i686/prevent-taglib-from-crashing-kodi.patch
(from rev 184765, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
  kodi/repos/community-staging-x86_64/
  kodi/repos/community-staging-x86_64/10160.patch
(from rev 184765, kodi/trunk/10160.patch)
  kodi/repos/community-staging-x86_64/9703.patch
(from rev 184765, kodi/trunk/9703.patch)
  kodi/repos/community-staging-x86_64/PKGBUILD
(from rev 184765, kodi/trunk/PKGBUILD)
  kodi/repos/community-staging-x86_64/kodi.install
(from rev 184765, kodi/trunk/kodi.install)
  kodi/repos/community-staging-x86_64/prevent-taglib-from-crashing-kodi.patch
(from rev 184765, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)

--+
 community-staging-i686/10160.patch   |   77 
 community-staging-i686/9703.patch| 1432 
++
 community-staging-i686/PKGBUILD  |  137 
 community-staging-i686/kodi.install  |   17 
 community-staging-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-staging-x86_64/10160.patch |   77 
 community-staging-x86_64/9703.patch  | 1432 
++
 community-staging-x86_64/PKGBUILD|  137 
 community-staging-x86_64/kodi.install|   17 
 community-staging-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 10 files changed, 3518 insertions(+)

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


[arch-commits] Commit in kodi/trunk (10160.patch 9703.patch PKGBUILD)

2016-08-01 Thread Ike Devolder
Date: Monday, August 1, 2016 @ 18:25:37
  Author: idevolder
Revision: 184765

upgpkg: kodi 16.1-3

rebuild for glew 2.0 / poppler 0.46

Added:
  kodi/trunk/10160.patch
  kodi/trunk/9703.patch
Modified:
  kodi/trunk/PKGBUILD

-+
 10160.patch |   77 +++
 9703.patch  | 1432 ++
 PKGBUILD|   16 
 3 files changed, 1521 insertions(+), 4 deletions(-)

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


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

2016-08-01 Thread Laurent Carlier
Date: Monday, August 1, 2016 @ 18:19:11
  Author: lcarlier
Revision: 184764

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 184763, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-gcc-fix.patch
(from rev 184763, gambas3/trunk/gambas3-gcc-fix.patch)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 184763, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-gcc-fix.patch
(from rev 184763, gambas3/trunk/gambas3-gcc-fix.patch)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-gcc-fix.patch
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-gcc-fix.patch
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install

--+
 /PKGBUILD| 2270 +
 /gambas3-gcc-fix.patch   |   22 
 community-i686/PKGBUILD  | 1146 --
 community-i686/gambas3-gcc-fix.patch |   11 
 community-i686/gambas3-runtime.install   |   10 
 community-i686/gambas3-script.install|   15 
 community-x86_64/PKGBUILD| 1146 --
 community-x86_64/gambas3-gcc-fix.patch   |   11 
 community-x86_64/gambas3-runtime.install |   10 
 community-x86_64/gambas3-script.install  |   15 
 10 files changed, 2292 insertions(+), 2364 deletions(-)

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


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

2016-08-01 Thread Laurent Carlier
Date: Monday, August 1, 2016 @ 18:19:03
  Author: lcarlier
Revision: 184763

upgpkg: gambas3 3.8.4-4

use hooks, remove jit component as it doesn't build anymore, fix FS#48029

Modified:
  gambas3/trunk/PKGBUILD
Deleted:
  gambas3/trunk/gambas3-runtime.install
  gambas3/trunk/gambas3-script.install

-+
 PKGBUILD|   29 +
 gambas3-runtime.install |   10 --
 gambas3-script.install  |   15 ---
 3 files changed, 9 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 18:16:58 UTC (rev 184762)
+++ PKGBUILD2016-08-01 18:19:03 UTC (rev 184763)
@@ -7,7 +7,7 @@
  'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
  'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
- 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-logging' 
'gambas3-gb-map' 'gambas3-gb-markdown'
+ 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
  'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
  'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
  'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
@@ -16,7 +16,7 @@
  'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 
'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.8.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -28,7 +28,7 @@
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
  'pcre' 'qtwebkit' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
  'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime' 'llvm35')
+'gmime')
 options=('!emptydirs' 'libtool')
 source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";
 'gambas3-gcc-fix.patch')
@@ -502,18 +502,6 @@
   mv -v usr/share/gambas3/info/gb.inotify.* ${pkgdir}/usr/share/gambas3/info/
 }
 
-package_gambas3-gb-jit() {
-  depends=('gambas3-runtime' 'llvm35-libs')
-  pkgdesc="Just-in-time compiler component"
-
-  cd ${srcdir}/fakeinstall
-  
-  create_dirs
-  
-  mv -v usr/lib/gambas3/gb.jit.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.jit.* ${pkgdir}/usr/share/gambas3/info/
-}
-
 package_gambas3-gb-libxml() {
   depends=('gambas3-runtime' 'libxml2')
   pkgdesc="libxml2 component"
@@ -1082,10 +1070,9 @@
 package_gambas3-runtime() {
   depends=('libffi' 'xdg-utils')
   pkgdesc="Runtime environment"
-  conflicts=('gambas3-gb-gui')
-  replaces=('gambas3-gb-gui')
+  conflicts=('gambas3-gb-gui' 'gambas3-gb-jit')
+  replaces=('gambas3-gb-gui' 'gambas3-gb-jit')
   provides=("gambas3-gb-gui=${pkgver}")
-  install=gambas3-runtime.install
   
   cd ${srcdir}/fakeinstall
   
@@ -1123,9 +1110,12 @@
 
   cd ${srcdir}/fakeinstall
 
-  install -dm755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -dm755 ${pkgdir}/usr/{bin,share/{applications,gambas3,pixmaps}}
 
   mv -v usr/bin/gambas3* ${pkgdir}/usr/bin/
+  mv -v usr/share/appdata ${pkgdir}/usr/share/
+  mv -v usr/share/gambas3/template ${pkgdir}/usr/share/gambas3/
+ 
   
   install -m644 ${srcdir}/${pkgbase}-${pkgver}/app/desktop/gambas3.desktop 
${pkgdir}/usr/share/applications/
   install -m644 ${srcdir}/${pkgbase}-${pkgver}/app/desktop/gambas3.png 
${pkgdir}/usr/share/pixmaps/
@@ -1134,7 +1124,6 @@
 package_gambas3-script() {
   depends=('gambas3-devel')
   pkgdesc="Scripter and server programs support"
-  install=gambas3-script.install
 
   cd ${srcdir}/fakeinstall
 

Deleted: gambas3-runtime.install
===
--- gambas3-runtime.install 2016-08-01 18:16:58 UTC (rev 184762)
+++ gambas3-runti

[arch-commits] Commit in libreoffice-fresh/repos (22 files)

2016-08-01 Thread Andreas Radke
Date: Monday, August 1, 2016 @ 18:17:02
  Author: andyrtr
Revision: 272779

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 272778, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/PKGBUILD.52
(from rev 272778, libreoffice-fresh/trunk/PKGBUILD.52)
  libreoffice-fresh/repos/staging-i686/buildfix.diff
(from rev 272778, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/staging-i686/gcc6_buildfix.diff
(from rev 272778, libreoffice-fresh/trunk/gcc6_buildfix.diff)
  libreoffice-fresh/repos/staging-i686/liborcus-0.11.2.diff
(from rev 272778, libreoffice-fresh/trunk/liborcus-0.11.2.diff)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 272778, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 272778, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272778, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 272778, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-i686/update_liborcus_to_0.11.0.diff
(from rev 272778, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 272778, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD.52
(from rev 272778, libreoffice-fresh/trunk/PKGBUILD.52)
  libreoffice-fresh/repos/staging-x86_64/buildfix.diff
(from rev 272778, libreoffice-fresh/trunk/buildfix.diff)
  libreoffice-fresh/repos/staging-x86_64/gcc6_buildfix.diff
(from rev 272778, libreoffice-fresh/trunk/gcc6_buildfix.diff)
  libreoffice-fresh/repos/staging-x86_64/liborcus-0.11.2.diff
(from rev 272778, libreoffice-fresh/trunk/liborcus-0.11.2.diff)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 272778, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 272778, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272778, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-fresh/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 272778, 
libreoffice-fresh/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-fresh/repos/staging-x86_64/update_liborcus_to_0.11.0.diff
(from rev 272778, libreoffice-fresh/trunk/update_liborcus_to_0.11.0.diff)

+
 staging-i686/PKGBUILD  |  
395 +
 staging-i686/PKGBUILD.52   |  
371 +
 staging-i686/buildfix.diff |   
27 
 staging-i686/gcc6_buildfix.diff|   
12 
 staging-i686/liborcus-0.11.2.diff  |  
118 
 staging-i686/libreoffice-fresh.csh |   
 6 
 staging-i686/libreoffice-fresh.sh  |   
 6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
44 
 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 staging-i686/update_liborcus_to_0.11.0.diff| 
1983 ++
 staging-x86_64/PKGBUILD|  
395 +
 staging-x86_64/PKGBUILD.52 |  
371 +
 staging-x86_64/buildfix.diff   |   
27 
 staging-x86_64/gcc6_buildfix.diff  |   
12 
 staging-x86_64/liborcus-0.11.2.diff|  
118 
 staging-x86_64/libreoffice-fresh.csh   |   
 6 
 staging-x86_64/libreoffice-fresh.sh|   
 6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
44 
 staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 staging-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 ++
 20 files changed, 6172 insertions(+)

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


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

2016-08-01 Thread Jaroslav Lichtblau
Date: Monday, August 1, 2016 @ 18:16:58
  Author: jlichtblau
Revision: 184762

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

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 184761, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 184761, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 184761, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 184761, subtitleeditor/trunk/subtitleeditor.changelog)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog

---+
 /PKGBUILD |   58 ++
 /subtitleeditor.changelog |  158 
 community-i686/PKGBUILD   |   29 -
 community-i686/subtitleeditor.changelog   |   79 --
 community-x86_64/PKGBUILD |   29 -
 community-x86_64/subtitleeditor.changelog |   79 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 18:15:38 UTC (rev 184761)
+++ community-i686/PKGBUILD 2016-08-01 18:16:58 UTC (rev 184762)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=1
-pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 184761, 
subtitleeditor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 18:16:58 UTC (rev 184762)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.53.0
+pkgrel=1
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('i686' 'x86_64')
+url="http://home.gna.org/subtitleeditor/";
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
+sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/subtitleeditor.changelog
===
--- community-i686/subtitleeditor.changelog 2016-08-01 18:15:38 UTC (rev 
184761)
+++ community-i686/subtitleeditor.changelog 2016-08-01 18:16:58 UTC (rev 
184762)
@@ -1,79 +0,0 @@
-2016-08-01 Jaroslav Lichtblau 
-   * subtitleeditor 0.53.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-3 pacman hooks rebuild
-
-2015-06-26 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * subtitleeditor 0.51.0-1
-
-2014-11-12 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-2
-   * dependency change to gstreamer0.10-mm
-
-2013-08-08 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-1
-
-2012-02-22 Jaroslav Lichtblau 
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau 
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau 
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau 
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau 
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau 
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau 
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau 
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav Lichtblau 
-   * Update to 

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

2016-08-01 Thread Andreas Radke
Date: Monday, August 1, 2016 @ 18:16:35
  Author: andyrtr
Revision: 272778

upgpkg: libreoffice-fresh 5.1.4-2

poppler rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 17:42:04 UTC (rev 272777)
+++ PKGBUILD2016-08-01 18:16:35 UTC (rev 272778)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.1.4.2
 pkgver=5.1.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -69,7 +69,8 @@
update_liborcus_to_0.11.0.diff
remove_unnecessary_orcus_external_usage_from_makefiles.diff
liborcus-0.11.2.diff
-   gcc6_buildfix.diff)
+   gcc6_buildfix.diff
+   buildfix.diff)
 noextract=(boost_1_59_0.tar.bz2
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -139,7 +140,8 @@
  '3f526b966a672d1237cfcbadae0e3f95'
  'ac71e21ecc0976b2ea6e233854963d4b'
  '58616b84405f0a610a713bbd060d3214'
- '6752d22fc5bcbdbef0640c6aca163e50')
+ '6752d22fc5bcbdbef0640c6aca163e50'
+ 'd386f3a0b484cd3929329a294159f5bc')
 
 prepare() {
 
@@ -151,6 +153,9 @@
ln -s ${srcdir}/$source .
done
popd
+   
+   # 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-5-2&id=e13db0f16c4ac5a243587e881d7b18979d07f478
+   patch -Np1 -i ../buildfix.diff
 
# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll


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

2016-08-01 Thread Jaroslav Lichtblau
Date: Monday, August 1, 2016 @ 18:15:38
  Author: jlichtblau
Revision: 184761

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

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 184760, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 184760, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 184760, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 184760, subtitleeditor/trunk/subtitleeditor.changelog)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog

---+
 /PKGBUILD |   58 ++
 /subtitleeditor.changelog |  158 
 community-i686/PKGBUILD   |   29 -
 community-i686/subtitleeditor.changelog   |   79 --
 community-x86_64/PKGBUILD |   29 -
 community-x86_64/subtitleeditor.changelog |   79 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 18:14:46 UTC (rev 184760)
+++ community-i686/PKGBUILD 2016-08-01 18:15:38 UTC (rev 184761)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=1
-pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 184760, 
subtitleeditor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 18:15:38 UTC (rev 184761)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.53.0
+pkgrel=1
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('i686' 'x86_64')
+url="http://home.gna.org/subtitleeditor/";
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
+sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/subtitleeditor.changelog
===
--- community-i686/subtitleeditor.changelog 2016-08-01 18:14:46 UTC (rev 
184760)
+++ community-i686/subtitleeditor.changelog 2016-08-01 18:15:38 UTC (rev 
184761)
@@ -1,79 +0,0 @@
-2016-08-01 Jaroslav Lichtblau 
-   * subtitleeditor 0.53.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-3 pacman hooks rebuild
-
-2015-06-26 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * subtitleeditor 0.51.0-1
-
-2014-11-12 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-2
-   * dependency change to gstreamer0.10-mm
-
-2013-08-08 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-1
-
-2012-02-22 Jaroslav Lichtblau 
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau 
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau 
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau 
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau 
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau 
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau 
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau 
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav Lichtblau 
-   * Update to 

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

2016-08-01 Thread Jaroslav Lichtblau
Date: Monday, August 1, 2016 @ 18:14:46
  Author: jlichtblau
Revision: 184760

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

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 184759, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 184759, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 184759, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 184759, subtitleeditor/trunk/subtitleeditor.changelog)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog

---+
 /PKGBUILD |   58 ++
 /subtitleeditor.changelog |  158 
 community-i686/PKGBUILD   |   29 -
 community-i686/subtitleeditor.changelog   |   79 --
 community-x86_64/PKGBUILD |   29 -
 community-x86_64/subtitleeditor.changelog |   79 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 17:03:12 UTC (rev 184759)
+++ community-i686/PKGBUILD 2016-08-01 18:14:46 UTC (rev 184760)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=1
-pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 184759, 
subtitleeditor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 18:14:46 UTC (rev 184760)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.53.0
+pkgrel=1
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('i686' 'x86_64')
+url="http://home.gna.org/subtitleeditor/";
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
+sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/subtitleeditor.changelog
===
--- community-i686/subtitleeditor.changelog 2016-08-01 17:03:12 UTC (rev 
184759)
+++ community-i686/subtitleeditor.changelog 2016-08-01 18:14:46 UTC (rev 
184760)
@@ -1,79 +0,0 @@
-2016-08-01 Jaroslav Lichtblau 
-   * subtitleeditor 0.53.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-3 pacman hooks rebuild
-
-2015-06-26 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * subtitleeditor 0.51.0-1
-
-2014-11-12 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-2
-   * dependency change to gstreamer0.10-mm
-
-2013-08-08 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-1
-
-2012-02-22 Jaroslav Lichtblau 
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau 
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau 
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau 
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau 
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau 
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau 
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau 
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav Lichtblau 
-   * Update to 

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

2016-08-01 Thread Maxime Gauduin
Date: Monday, August 1, 2016 @ 17:42:04
  Author: alucryd
Revision: 272777

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

Added:
  libvpx/repos/testing-i686/0001-Fix-for-issue-1114-compile-error.patch
(from rev 272776, libvpx/trunk/0001-Fix-for-issue-1114-compile-error.patch)
  libvpx/repos/testing-i686/PKGBUILD
(from rev 272776, libvpx/trunk/PKGBUILD)
  libvpx/repos/testing-x86_64/0001-Fix-for-issue-1114-compile-error.patch
(from rev 272776, libvpx/trunk/0001-Fix-for-issue-1114-compile-error.patch)
  libvpx/repos/testing-x86_64/PKGBUILD
(from rev 272776, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/testing-i686/0001-Fix-for-issue-1114-compile-error.patch
  libvpx/repos/testing-i686/PKGBUILD
  libvpx/repos/testing-x86_64/0001-Fix-for-issue-1114-compile-error.patch
  libvpx/repos/testing-x86_64/PKGBUILD

+
 /0001-Fix-for-issue-1114-compile-error.patch   |  634 +++
 /PKGBUILD  |   94 +
 testing-i686/0001-Fix-for-issue-1114-compile-error.patch   |  317 -
 testing-i686/PKGBUILD  |   44 
 testing-x86_64/0001-Fix-for-issue-1114-compile-error.patch |  317 -
 testing-x86_64/PKGBUILD|   44 
 6 files changed, 728 insertions(+), 722 deletions(-)

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


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

2016-08-01 Thread Maxime Gauduin
Date: Monday, August 1, 2016 @ 17:41:50
  Author: alucryd
Revision: 272776

FS#50222: libvpx 1.6.0-2

Modified:
  libvpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 17:39:23 UTC (rev 272775)
+++ PKGBUILD2016-08-01 17:41:50 UTC (rev 272776)
@@ -5,7 +5,7 @@
 
 pkgname=libvpx
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='VP8 and VP9 codec'
 arch=('i686' 'x86_64')
 url='http://www.webmproject.org/'


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

2016-08-01 Thread Maxime Gauduin
Date: Monday, August 1, 2016 @ 17:39:23
  Author: alucryd
Revision: 272775

upgpkg: libvpx 1.6.0-1

Modified:
  libvpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 15:34:42 UTC (rev 272774)
+++ PKGBUILD2016-08-01 17:39:23 UTC (rev 272775)
@@ -29,7 +29,10 @@
 --enable-vp8 \
 --enable-postproc \
 --enable-vp9 \
---enable-vp9-highbitdepth
+--enable-vp9-highbitdepth \
+--enable-experimental \
+--enable-spatial-svc
+
   make
 }
 


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

2016-08-01 Thread Levente Polyak
Date: Monday, August 1, 2016 @ 17:03:07
  Author: anthraxx
Revision: 184758

upgpkg: smali 2.1.3-1

Modified:
  smali/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 16:53:24 UTC (rev 184757)
+++ PKGBUILD2016-08-01 17:03:07 UTC (rev 184758)
@@ -4,16 +4,16 @@
 # Contributor: Lekensteyn 
 
 pkgname=smali
-pkgver=2.1.1
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="An assembler/disassembler for Android's dex format"
 url="https://github.com/JesusFreke/smali";
 arch=('any')
 license=('BSD')
-depends=('java-runtime' 'bash')
-makedepends=('java-environment' 'gradle')
+depends=('java-runtime>=8' 'bash')
+makedepends=('java-environment>=8' 'gradle')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('6da3ee78f4c979957c452edb7e0b17ae1bbb6ccd69b2c2689d0c5fdfc879d2d80fe4764e0d4e152456a809b439de3a384324d61dfd34b42f6f711a6234aae675')
+sha512sums=('0e91a43efe9e7706ae0cdd39e8d5bbdbf634e52afbf7a93da5d46c6716f69316698f4caea077290a93f8018f41509ff923222f12ebe6cdfa48716544753e582a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -39,7 +39,7 @@
   cd ${pkgname}-${pkgver}
   install -d "${pkgdir}/usr/bin"
   for file in baksmali smali; do
-install -Dm 644 "${file}/build/libs/${file}-${pkgver}-dev.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
+install -Dm 644 "${file}/build/libs/${file}.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
 install -Dm 755 scripts/${file} 
"${pkgdir}/usr/share/java/${pkgname}/${file}"
 ln -s "/usr/share/java/${pkgname}/${file}" "${pkgdir}/usr/bin/${file}"
   done


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

2016-08-01 Thread Levente Polyak
Date: Monday, August 1, 2016 @ 17:03:12
  Author: anthraxx
Revision: 184759

archrelease: copy trunk to community-any

Added:
  smali/repos/community-any/PKGBUILD
(from rev 184758, smali/trunk/PKGBUILD)
Deleted:
  smali/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 17:03:07 UTC (rev 184758)
+++ PKGBUILD2016-08-01 17:03:12 UTC (rev 184759)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Firef0x 
-# Contributor: sh0 
-# Contributor: Lekensteyn 
-
-pkgname=smali
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="An assembler/disassembler for Android's dex format"
-url="https://github.com/JesusFreke/smali";
-arch=('any')
-license=('BSD')
-depends=('java-runtime' 'bash')
-makedepends=('java-environment' 'gradle')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('6da3ee78f4c979957c452edb7e0b17ae1bbb6ccd69b2c2689d0c5fdfc879d2d80fe4764e0d4e152456a809b439de3a384324d61dfd34b42f6f711a6234aae675')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  for file in baksmali smali; do
-# prevent from printing path on launch
-sed '/echo ${newProg}/d' -i scripts/${file}
-# fix ls path
-sed 's|/bin/ls|/usr/bin/ls|' -i scripts/${file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gradle --gradle-user-home=. build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  gradle --gradle-user-home=. test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/bin"
-  for file in baksmali smali; do
-install -Dm 644 "${file}/build/libs/${file}-${pkgver}-dev.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
-install -Dm 755 scripts/${file} 
"${pkgdir}/usr/share/java/${pkgname}/${file}"
-ln -s "/usr/share/java/${pkgname}/${file}" "${pkgdir}/usr/bin/${file}"
-  done
-  install -Dm 644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: smali/repos/community-any/PKGBUILD (from rev 184758, 
smali/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 17:03:12 UTC (rev 184759)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Firef0x 
+# Contributor: sh0 
+# Contributor: Lekensteyn 
+
+pkgname=smali
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="An assembler/disassembler for Android's dex format"
+url="https://github.com/JesusFreke/smali";
+arch=('any')
+license=('BSD')
+depends=('java-runtime>=8' 'bash')
+makedepends=('java-environment>=8' 'gradle')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JesusFreke/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('0e91a43efe9e7706ae0cdd39e8d5bbdbf634e52afbf7a93da5d46c6716f69316698f4caea077290a93f8018f41509ff923222f12ebe6cdfa48716544753e582a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  for file in baksmali smali; do
+# prevent from printing path on launch
+sed '/echo ${newProg}/d' -i scripts/${file}
+# fix ls path
+sed 's|/bin/ls|/usr/bin/ls|' -i scripts/${file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gradle --gradle-user-home=. build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  gradle --gradle-user-home=. test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/bin"
+  for file in baksmali smali; do
+install -Dm 644 "${file}/build/libs/${file}.jar" 
"${pkgdir}/usr/share/java/${pkgname}/${file}.jar"
+install -Dm 755 scripts/${file} 
"${pkgdir}/usr/share/java/${pkgname}/${file}"
+ln -s "/usr/share/java/${pkgname}/${file}" "${pkgdir}/usr/bin/${file}"
+  done
+  install -Dm 644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-08-01 Thread Jaroslav Lichtblau
Date: Monday, August 1, 2016 @ 16:53:24
  Author: jlichtblau
Revision: 184757

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

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 184756, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 184756, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 184756, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 184756, subtitleeditor/trunk/subtitleeditor.changelog)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/cxx11-fixes.patch
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/cxx11-fixes.patch
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog

---+
 /PKGBUILD |   58 ++
 /subtitleeditor.changelog |  158 
 community-i686/PKGBUILD   |   37 --
 community-i686/cxx11-fixes.patch  |   57 --
 community-i686/subtitleeditor.changelog   |   76 -
 community-x86_64/PKGBUILD |   37 --
 community-x86_64/cxx11-fixes.patch|   57 --
 community-x86_64/subtitleeditor.changelog |   76 -
 8 files changed, 216 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 16:53:12 UTC (rev 184756)
+++ community-i686/PKGBUILD 2016-08-01 16:53:24 UTC (rev 184757)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=subtitleeditor
-pkgver=0.52.1
-pkgrel=3
-pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool' 'patch')
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz
-cxx11-fixes.patch)
-sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5'
-'6e28116cc79553349eecde84a1f45dd50e4fabea58cdc0f809e4be4711ea6d76')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np1 -i ../cxx11-fixes.patch
-  sed -i -e 's/-ansi -Wall -Wextra -Wconversion/-std=c++11/' configure
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 184756, 
subtitleeditor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 16:53:24 UTC (rev 184757)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.53.0
+pkgrel=1
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('i686' 'x86_64')
+url="http://home.gna.org/subtitleeditor/";
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
+sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/cxx11-fixes.patch
===
--- community-i686/cxx11-fixes.patch2016-08-01 16:53:12 UTC (rev 184756)
+++ community-i686/cxx11-fixes.patch2016-08-01 16:53:24 UTC (rev 184757)
@@ -1,57 +0,0 @@
-diff -uprb subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc 
subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc
 subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc
2015-06-22 00:09:31.0 +0300
-+++ subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc 
2015-12-07 21:05:46.340426646 +0200
-@@ -23,7 +23,7 @@
-  *along with this program. If not, see .
-  */
-  
--#include 
-+#include 
- #include "extension/action.h"
- #include "i18n.h"
- #include "debug.h"
-diff -uprb 
subtitleeditor-0.52.1.orig/plugins/actions/documentmanagement/documentmanagement.cc
 subtitleeditor-0.52.1/plugins

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

2016-08-01 Thread Jaroslav Lichtblau
Date: Monday, August 1, 2016 @ 16:53:12
  Author: jlichtblau
Revision: 184756

upgpkg: subtitleeditor 0.53.0-1 - new upstream release

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog
Deleted:
  subtitleeditor/trunk/cxx11-fixes.patch

--+
 PKGBUILD |   18 +++---
 cxx11-fixes.patch|   57 -
 subtitleeditor.changelog |3 ++
 3 files changed, 8 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 15:31:05 UTC (rev 184755)
+++ PKGBUILD2016-08-01 16:53:12 UTC (rev 184756)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=subtitleeditor
-pkgver=0.52.1
-pkgrel=3
+pkgver=0.53.0
+pkgrel=1
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/subtitleeditor/";
@@ -10,19 +10,11 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
  'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool' 'patch')
+makedepends=('intltool')
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz
-cxx11-fixes.patch)
-sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5'
-'6e28116cc79553349eecde84a1f45dd50e4fabea58cdc0f809e4be4711ea6d76')
+source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
+sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np1 -i ../cxx11-fixes.patch
-  sed -i -e 's/-ansi -Wall -Wextra -Wconversion/-std=c++11/' configure
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Deleted: cxx11-fixes.patch
===
--- cxx11-fixes.patch   2016-08-01 15:31:05 UTC (rev 184755)
+++ cxx11-fixes.patch   2016-08-01 16:53:12 UTC (rev 184756)
@@ -1,57 +0,0 @@
-diff -uprb subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc 
subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc
 subtitleeditor-0.52.1.orig/plugins/actions/dialoguize/dialoguize.cc
2015-06-22 00:09:31.0 +0300
-+++ subtitleeditor-0.52.1/plugins/actions/dialoguize/dialoguize.cc 
2015-12-07 21:05:46.340426646 +0200
-@@ -23,7 +23,7 @@
-  *along with this program. If not, see .
-  */
-  
--#include 
-+#include 
- #include "extension/action.h"
- #include "i18n.h"
- #include "debug.h"
-diff -uprb 
subtitleeditor-0.52.1.orig/plugins/actions/documentmanagement/documentmanagement.cc
 subtitleeditor-0.52.1/plugins/actions/documentmanagement/documentmanagement.cc
 
subtitleeditor-0.52.1.orig/plugins/actions/documentmanagement/documentmanagement.cc
2015-06-22 00:09:31.0 +0300
-+++ 
subtitleeditor-0.52.1/plugins/actions/documentmanagement/documentmanagement.cc  
   2015-12-07 21:08:40.702810369 +0200
-@@ -178,9 +178,9 @@ public:
- 
-   ui_id = ui->new_merge_id();
- 
--  #define ADD_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/"name, name, name);
--  #define ADD_OPEN_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-open/"name, name, name);
--  #define ADD_SAVE_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-save/"name, name, name);
-+  #define ADD_UI(name) ui->add_ui(ui_id, "/menubar/menu-file/" 
name, name, name);
-+  #define ADD_OPEN_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-open/" name, name, name);
-+  #define ADD_SAVE_UI(name) ui->add_ui(ui_id, 
"/menubar/menu-file/menu-save/" name, name, name);
- 
-   ADD_UI("new-document");
-   ADD_OPEN_UI("open-document");
-diff -uprb subtitleeditor-0.52.1.orig/src/subtitleview.cc 
subtitleeditor-0.52.1/src/subtitleview.cc
 subtitleeditor-0.52.1.orig/src/subtitleview.cc 2015-06-22 
00:09:29.0 +0300
-+++ subtitleeditor-0.52.1/src/subtitleview.cc  2015-12-07 21:01:22.456819460 
+0200
-@@ -1363,7 +1363,7 @@ bool SubtitleView::on_key_press_event(Gd
-   {
-   int num;
-   std::istringstream ss(event->string);
--  bool is_num = ss >> num != 0; 
-+  bool is_num = static_cast(ss >> num);
-   // Update only if it's different
-   if(is_num != get_enable_search())
-   set_enable_search(is_num);
-@@ -1647,4 +1647,3 @@ Glib::ustring SubtitleView::get_current_
-   return get_name_of_column(m_currentColumn);
-   return Glib::ustring();
- }
--
-diff -uprb subtitleeditor-0.52.1.orig/src/utility.h 
subtitleeditor-0.52.1/src/utility.h
 subtitleeditor-0.52.1.orig/src/utility.h   2015-06-22 00:09:29.0 
+0300
-+++ subtitleeditor-0.52.1/src/utili

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

2016-08-01 Thread Andreas Radke
Date: Monday, August 1, 2016 @ 15:34:42
  Author: andyrtr
Revision: 272774

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

Added:
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 272773, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/buildfix.diff
(from rev 272773, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-i686/fix_gcc_build_error.diff
(from rev 272773, libreoffice-still/trunk/fix_gcc_build_error.diff)
  libreoffice-still/repos/staging-i686/gcc6_buildfix.diff
(from rev 272773, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-i686/hunspell14_buildfix.diff
(from rev 272773, libreoffice-still/trunk/hunspell14_buildfix.diff)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 272773, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 272773, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272773, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 272773, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/buildfix.diff
(from rev 272773, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-x86_64/fix_gcc_build_error.diff
(from rev 272773, libreoffice-still/trunk/fix_gcc_build_error.diff)
  libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff
(from rev 272773, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-x86_64/hunspell14_buildfix.diff
(from rev 272773, libreoffice-still/trunk/hunspell14_buildfix.diff)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 272773, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 272773, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272773, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/staging-i686/PKGBUILD
  libreoffice-still/repos/staging-i686/buildfix.diff
  libreoffice-still/repos/staging-i686/fix_gcc_build_error.diff
  libreoffice-still/repos/staging-i686/gcc6_buildfix.diff
  libreoffice-still/repos/staging-i686/hunspell14_buildfix.diff
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/staging-x86_64/PKGBUILD
  libreoffice-still/repos/staging-x86_64/buildfix.diff
  libreoffice-still/repos/staging-x86_64/fix_gcc_build_error.diff
  libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff
  libreoffice-still/repos/staging-x86_64/hunspell14_buildfix.diff
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff

-+
 /PKGBUILD   |  800 
++
 /buildfix.diff  |   54 
 /fix_gcc_build_error.diff   |   78 
 /gcc6_buildfix.diff |   24 
 /hunspell14_buildfix.diff   |   28 
 /libreoffice-still.csh  |   12 
 /libreoffice-still.sh   |   12 
 /make-pyuno-work-with-system-wide-module-install.diff   |   88 +
 staging-i686/PKGBUILD   |  400 
-
 staging-i686/buildfix.diff  |   27 
 staging-i686/fix_gcc_build_error.diff   |   39 
 staging-i686/gcc6_buildfix.diff |   12 
 staging-i686/hunspell14_buildfix.diff   |   14 
 staging-i686/libreoffice-still.csh  |6 
 staging-i686/libreoffice-still.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 staging-x86_64/PKGBUILD |  400 
-
 staging-x86_64/buildfix.diff|   27 
 staging-x86_64/fix_gcc_build_error.diff |   39 
 staging-x86_64/gcc6_buildfix.diff   |   12 
 staging-x86_64/hunspell14_buildfix.diff

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

2016-08-01 Thread Andreas Radke
Date: Monday, August 1, 2016 @ 15:31:59
  Author: andyrtr
Revision: 272773

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 272772, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/buildfix.diff
(from rev 272772, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-i686/fix_gcc_build_error.diff
(from rev 272772, libreoffice-still/trunk/fix_gcc_build_error.diff)
  libreoffice-still/repos/staging-i686/gcc6_buildfix.diff
(from rev 272772, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-i686/hunspell14_buildfix.diff
(from rev 272772, libreoffice-still/trunk/hunspell14_buildfix.diff)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 272772, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 272772, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272772, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 272772, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/buildfix.diff
(from rev 272772, libreoffice-still/trunk/buildfix.diff)
  libreoffice-still/repos/staging-x86_64/fix_gcc_build_error.diff
(from rev 272772, libreoffice-still/trunk/fix_gcc_build_error.diff)
  libreoffice-still/repos/staging-x86_64/gcc6_buildfix.diff
(from rev 272772, libreoffice-still/trunk/gcc6_buildfix.diff)
  libreoffice-still/repos/staging-x86_64/hunspell14_buildfix.diff
(from rev 272772, libreoffice-still/trunk/hunspell14_buildfix.diff)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 272772, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 272772, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 272772, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  400 
++
 staging-i686/buildfix.diff  |   27 
 staging-i686/fix_gcc_build_error.diff   |   39 
 staging-i686/gcc6_buildfix.diff |   12 
 staging-i686/hunspell14_buildfix.diff   |   14 
 staging-i686/libreoffice-still.csh  |6 
 staging-i686/libreoffice-still.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  400 
++
 staging-x86_64/buildfix.diff|   27 
 staging-x86_64/fix_gcc_build_error.diff |   39 
 staging-x86_64/gcc6_buildfix.diff   |   12 
 staging-x86_64/hunspell14_buildfix.diff |   14 
 staging-x86_64/libreoffice-still.csh|6 
 staging-x86_64/libreoffice-still.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 16 files changed, 1096 insertions(+)

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


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 15:31:05
  Author: felixonmars
Revision: 184755

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 15:30:30 UTC (rev 184754)
+++ community-i686/PKGBUILD 2016-08-01 15:31:05 UTC (rev 184755)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Christoph Drexler 
-# Contributor: Jelle van der Waa 
-
-pkgname=xmind
-pkgver=3.6.50
-_filename=$pkgname-7.5-linux
-pkgrel=1
-pkgdesc="Brainstorming and Mind Mapping Software"
-arch=('i686' 'x86_64')
-url="http://www.xmind.net";
-license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
-optdepends=('lame: needed for the feature audio notes')
-source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb";)
-source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb";)
-sha512sums_i686=('6d6c2e4070b2548bb4823df5278a186cebe0775d45399841047512834958f2cdbb7c74aad8cbcde7b886cbf1343c52415c1aee709c0b485bfbadb42231f6860b')
-sha512sums_x86_64=('765484ffefaf70a4749e090687bd4653ac9e5143e16ab90a2f8edf15d553bfc5bab7ad342acb75d61ced94cfcbf0bccd9d3f05ffb8f33200a48f4e6b28f8c7de')
-
-build() {
-  if [[ "$CARCH" == "i686" ]]; then
-ar x "${_filename}_i386.deb"
-  else
-ar x "${_filename}_amd64.deb"
-  fi
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 184754, 
xmind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 15:31:05 UTC (rev 184755)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Christoph Drexler 
+# Contributor: Jelle van der Waa 
+
+pkgname=xmind
+pkgver=3.6.51
+_filename=$pkgname-7.5-update1-linux
+pkgrel=1
+pkgdesc="Brainstorming and Mind Mapping Software"
+arch=('i686' 'x86_64')
+url="http://www.xmind.net";
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
+optdepends=('lame: needed for the feature audio notes')
+source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb";)
+source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb";)
+sha512sums_i686=('27b5b1eea2f5b2b085aa0ebbcb046e0aa8f146ec4619fc3b9c926021a93cd840fea0a8242975d96eabb0f5aaab95156624d6f369074dbf5f0af52d0eca07f3f4')
+sha512sums_x86_64=('899c30e654396f2fea6b5e4218edddfed73729b6c733726a8a5c0c0b873f8cfd5e417e7cacdffaff25a18823458921e1d994faca6bc6cdcc0733c9a1487c7dc1')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+ar x "${_filename}_i386.deb"
+  else
+ar x "${_filename}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-01 15:30:30 UTC (rev 184754)
+++ community-x86_64/PKGBUILD   2016-08-01 15:31:05 UTC (rev 184755)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Christoph Drexler 
-# Contributor: Jelle van der Waa 
-
-pkgname=xmind
-pkgver=3.6.50
-_filename=$pkgname-7.5-linux
-pkgrel=1
-pkgdesc="Brainstorming and Mind Mapping Software"
-arch=('i686' 'x86_64')
-url="http://www.xmind.net";
-license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
-optdepends=('lame: needed for the feature audio notes')
-source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb";)
-source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb";)
-sha512sums_i686=('6d6c2e4070b2548bb4823df5278a186cebe0775d45399841047512834958f2cdbb7c74aad8cbcde7b886cbf1343c52415c1aee709c0b485bfbadb42231f6860b')
-sha512sums_x86_64=('765484ffefaf70a4749e090687bd4653ac9e5143e16ab90a2f8edf15d553bfc5bab7ad342acb75d61ced94cfcbf0bccd9d3f05ffb8f33200a48f4e6b28f8c7de')
-
-build() {
-  if [[ "$CARCH" == "i686" ]]; then
-ar x "${_filename}_i386.deb"
-  else
-ar x "${_filename}_amd64.deb"
-  fi
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-x86_64/PKGBUILD (from rev 184754, 
xmind/trunk/PKGBUILD)
===

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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 15:30:30
  Author: felixonmars
Revision: 184754

upgpkg: xmind 3.6.51-1

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 15:15:11 UTC (rev 184753)
+++ PKGBUILD2016-08-01 15:30:30 UTC (rev 184754)
@@ -4,8 +4,8 @@
 # Contributor: Jelle van der Waa 
 
 pkgname=xmind
-pkgver=3.6.50
-_filename=$pkgname-7.5-linux
+pkgver=3.6.51
+_filename=$pkgname-7.5-update1-linux
 pkgrel=1
 pkgdesc="Brainstorming and Mind Mapping Software"
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 optdepends=('lame: needed for the feature audio notes')
 source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb";)
 source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb";)
-sha512sums_i686=('6d6c2e4070b2548bb4823df5278a186cebe0775d45399841047512834958f2cdbb7c74aad8cbcde7b886cbf1343c52415c1aee709c0b485bfbadb42231f6860b')
-sha512sums_x86_64=('765484ffefaf70a4749e090687bd4653ac9e5143e16ab90a2f8edf15d553bfc5bab7ad342acb75d61ced94cfcbf0bccd9d3f05ffb8f33200a48f4e6b28f8c7de')
+sha512sums_i686=('27b5b1eea2f5b2b085aa0ebbcb046e0aa8f146ec4619fc3b9c926021a93cd840fea0a8242975d96eabb0f5aaab95156624d6f369074dbf5f0af52d0eca07f3f4')
+sha512sums_x86_64=('899c30e654396f2fea6b5e4218edddfed73729b6c733726a8a5c0c0b873f8cfd5e417e7cacdffaff25a18823458921e1d994faca6bc6cdcc0733c9a1487c7dc1')
 
 build() {
   if [[ "$CARCH" == "i686" ]]; then


[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (5 files)

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 15:15:11
  Author: felixonmars
Revision: 184753

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 184752, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 184752, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/0001-curl-fix-q-regression.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

--+
 0001-curl-fix-q-regression.patch |   28 ---
 PKGBUILD |  136 +
 curlbuild.h  |   18 ++--
 3 files changed, 73 insertions(+), 109 deletions(-)

Deleted: 0001-curl-fix-q-regression.patch
===
--- 0001-curl-fix-q-regression.patch2016-08-01 15:14:51 UTC (rev 184752)
+++ 0001-curl-fix-q-regression.patch2016-08-01 15:15:11 UTC (rev 184753)
@@ -1,28 +0,0 @@
-From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Tue, 31 May 2016 14:13:33 +0200
-Subject: [PATCH] curl: fix -q [regression]
-
-This broke in 7.49.0 with commit e200034425a7625
-
-Fixes #842

- src/tool_operate.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tool_operate.c b/src/tool_operate.c
-index 5f49efb..2b53c9a 100644
 a/src/tool_operate.c
-+++ b/src/tool_operate.c
-@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
- 
-   /* Parse .curlrc if necessary */
-   if((argc == 1) ||
-- (!curlx_strequal(argv[1], "-q") ||
-+ (!curlx_strequal(argv[1], "-q") &&
-   !curlx_strequal(argv[1], "--disable"))) {
- parseconfig(NULL, config); /* ignore possible failure */
- 
--- 
-2.8.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 15:14:51 UTC (rev 184752)
+++ PKGBUILD2016-08-01 15:15:11 UTC (rev 184753)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.49.1
-pkgrel=1
-pkgdesc="An URL retrieval utility and library (32-bit)"
-arch=('x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
-source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
-'0001-curl-fix-q-regression.patch')
-md5sums=('2feb3767b958add6a177c6602ff21e8c'
- 'SKIP'
- 'cf4fe87fc22ae744d87800891d608fa3')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  patch -Np1 <../0001-curl-fix-q-regression.patch
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  
-  # license
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
-
-  # devel
-  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 184752, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 15:15:11 UTC (rev 184753)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.50.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
+ 'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel St

[arch-commits] Commit in lib32-curl/trunk (0001-curl-fix-q-regression.patch PKGBUILD)

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 15:14:51
  Author: felixonmars
Revision: 184752

upgpkg: lib32-curl 7.50.0-1

Modified:
  lib32-curl/trunk/PKGBUILD
Deleted:
  lib32-curl/trunk/0001-curl-fix-q-regression.patch

--+
 0001-curl-fix-q-regression.patch |   28 
 PKGBUILD |   16 
 2 files changed, 4 insertions(+), 40 deletions(-)

Deleted: 0001-curl-fix-q-regression.patch
===
--- 0001-curl-fix-q-regression.patch2016-08-01 14:45:17 UTC (rev 184751)
+++ 0001-curl-fix-q-regression.patch2016-08-01 15:14:51 UTC (rev 184752)
@@ -1,28 +0,0 @@
-From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Tue, 31 May 2016 14:13:33 +0200
-Subject: [PATCH] curl: fix -q [regression]
-
-This broke in 7.49.0 with commit e200034425a7625
-
-Fixes #842

- src/tool_operate.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tool_operate.c b/src/tool_operate.c
-index 5f49efb..2b53c9a 100644
 a/src/tool_operate.c
-+++ b/src/tool_operate.c
-@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
- 
-   /* Parse .curlrc if necessary */
-   if((argc == 1) ||
-- (!curlx_strequal(argv[1], "-q") ||
-+ (!curlx_strequal(argv[1], "-q") &&
-   !curlx_strequal(argv[1], "--disable"))) {
- parseconfig(NULL, config); /* ignore possible failure */
- 
--- 
-2.8.3
-

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 14:45:17 UTC (rev 184751)
+++ PKGBUILD2016-08-01 15:14:51 UTC (rev 184752)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.49.1
+pkgver=7.50.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -15,20 +15,12 @@
 url="http://curl.haxx.se";
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' "${_pkgname}")
-source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
-'0001-curl-fix-q-regression.patch')
-md5sums=('2feb3767b958add6a177c6602ff21e8c'
- 'SKIP'
- 'cf4fe87fc22ae744d87800891d608fa3')
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
+ 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  patch -Np1 <../0001-curl-fix-q-regression.patch
-}
-
 build() {
   cd "$_pkgname-$pkgver"
 


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 14:45:17
  Author: felixonmars
Revision: 184751

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 14:44:36 UTC (rev 184750)
+++ community-i686/PKGBUILD 2016-08-01 14:45:17 UTC (rev 184751)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.17.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('82b2271929d85ccc06558792877ad746d0f0a8d518cb1323012f6ef7735932db89e66204b1c4a4aef2da7c6d8dae4fcbbb2ea914ea09bc62ce39517aaab695c3')
-sha512sums_i686=('4c6d7c423fc1bb29eb5acc97b22d63a8dc457bcf3050d1ac6c9c95898549cce5785bdfcecde20f88f7d02c42a6ef8f592d125d9cc0e50c381918769c586fa083')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 184750, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 14:45:17 UTC (rev 184751)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.18.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
+sha512sums_x86_64=('c02fc1bb039760de711c94336cabe916d532d5d812c96a937a2e66324400bb4d1189c94e0cb303fbe08e2ad0abc13b0cd8f5e411667ac7d47f5ef5838bff973b')
+sha512sums_i686=('a325237805f894eda8695a6c919452ade0131f6d49f685bb9530b72c392bb4adb61f60958710447c4425091afb5293950f55720fd30cf20b2e852d64ea2b0587')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js

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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 14:44:36
  Author: felixonmars
Revision: 184750

upgpkg: dart 1.18.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 14:38:30 UTC (rev 184749)
+++ PKGBUILD2016-08-01 14:44:36 UTC (rev 184750)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.17.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('82b2271929d85ccc06558792877ad746d0f0a8d518cb1323012f6ef7735932db89e66204b1c4a4aef2da7c6d8dae4fcbbb2ea914ea09bc62ce39517aaab695c3')
-sha512sums_i686=('4c6d7c423fc1bb29eb5acc97b22d63a8dc457bcf3050d1ac6c9c95898549cce5785bdfcecde20f88f7d02c42a6ef8f592d125d9cc0e50c381918769c586fa083')
+sha512sums_x86_64=('c02fc1bb039760de711c94336cabe916d532d5d812c96a937a2e66324400bb4d1189c94e0cb303fbe08e2ad0abc13b0cd8f5e411667ac7d47f5ef5838bff973b')
+sha512sums_i686=('a325237805f894eda8695a6c919452ade0131f6d49f685bb9530b72c392bb4adb61f60958710447c4425091afb5293950f55720fd30cf20b2e852d64ea2b0587')
 
 prepare() {
   # Fix permissions


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

2016-08-01 Thread Florian Pritz
Date: Monday, August 1, 2016 @ 14:38:27
  Author: bluewind
Revision: 184748

upgpkg: highlight 3.31-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 11:48:55 UTC (rev 184747)
+++ PKGBUILD2016-08-01 14:38:27 UTC (rev 184748)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.30
+pkgver=3.31
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html";
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('3636b0db7ba0285bac4f27b34a38bf16'
+md5sums=('a93b098e60fa5de6fa720e7ed875d22d'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2016-08-01 Thread Florian Pritz
Date: Monday, August 1, 2016 @ 14:38:30
  Author: bluewind
Revision: 184749

archrelease: copy trunk to community-x86_64

Added:
  highlight/repos/community-x86_64/PKGBUILD
(from rev 184748, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 14:38:27 UTC (rev 184748)
+++ PKGBUILD2016-08-01 14:38:30 UTC (rev 184749)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.30
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('3636b0db7ba0285bac4f27b34a38bf16'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 184748, 
highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 14:38:30 UTC (rev 184749)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.31
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html";
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('a93b098e60fa5de6fa720e7ed875d22d'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 13:47:06
  Author: bisson
Revision: 272772

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 272771, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd.conf
(from rev 272771, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 272771, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 272771, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 272771, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 272771, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 272771, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 272771, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 272771, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 272771, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 272771, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 272771, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 272771, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 272771, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   90 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   90 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   15 +
 14 files changed, 294 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 272771, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-01 13:47:06 UTC (rev 272772)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.3p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as login shell
+   # - fails with firewall activated, etc.
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/sys

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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 13:45:48
  Author: bisson
Revision: 272771

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 11:04:46 UTC (rev 272770)
+++ PKGBUILD2016-08-01 13:45:48 UTC (rev 272771)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=7.2p2
-pkgrel=2
+pkgver=7.3p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -22,7 +22,7 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
+sha1sums=('bfade84283fcba885e2084343ab19a08c7d123a5' 'SKIP'
   'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'


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

2016-08-01 Thread Evgeniy Alekseev
Date: Monday, August 1, 2016 @ 11:48:55
  Author: arcanis
Revision: 184747

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

Added:
  pymol/repos/community-staging-i686/
  pymol/repos/community-staging-i686/ChangeLog
(from rev 184746, pymol/trunk/ChangeLog)
  pymol/repos/community-staging-i686/PKGBUILD
(from rev 184746, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-i686/apbstools_tcltk8.6.patch
(from rev 184746, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-i686/pymol-38899.patch
(from rev 184746, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-staging-x86_64/
  pymol/repos/community-staging-x86_64/ChangeLog
(from rev 184746, pymol/trunk/ChangeLog)
  pymol/repos/community-staging-x86_64/PKGBUILD
(from rev 184746, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-x86_64/apbstools_tcltk8.6.patch
(from rev 184746, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-staging-x86_64/pymol-38899.patch
(from rev 184746, pymol/trunk/pymol-38899.patch)

---+
 community-staging-i686/ChangeLog  |   38 +++
 community-staging-i686/PKGBUILD   |   61 
 community-staging-i686/apbstools_tcltk8.6.patch   |  106 
 community-staging-i686/pymol-38899.patch  |  251 
 community-staging-x86_64/ChangeLog|   38 +++
 community-staging-x86_64/PKGBUILD |   61 
 community-staging-x86_64/apbstools_tcltk8.6.patch |  106 
 community-staging-x86_64/pymol-38899.patch|  251 
 8 files changed, 912 insertions(+)

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


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

2016-08-01 Thread Evgeniy Alekseev
Date: Monday, August 1, 2016 @ 11:48:33
  Author: arcanis
Revision: 184746

upgpkg: pymol 1.8.2.1-2
glew-2.0 rebuild

Modified:
  pymol/trunk/ChangeLog
  pymol/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2016-08-01 10:47:01 UTC (rev 184745)
+++ ChangeLog   2016-08-01 11:48:33 UTC (rev 184746)
@@ -1,3 +1,6 @@
+1.8.2.1-2
+glew-2.0 rebuild
+
 1.8.2.1-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 10:47:01 UTC (rev 184745)
+++ PKGBUILD2016-08-01 11:48:33 UTC (rev 184746)
@@ -5,7 +5,7 @@
 
 pkgname=pymol
 pkgver=1.8.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Molecular visualization system on an Open Source foundation"
 arch=('i686' 'x86_64')
 url="http://pymol.org/";


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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 11:04:46
  Author: bisson
Revision: 272770

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-01 11:04:07 UTC (rev 272769)
+++ extra-i686/PKGBUILD 2016-08-01 11:04:46 UTC (rev 272770)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 272769, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-01 11:04:46 UTC (rev 272770)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-01 11:04:07 UTC (rev 272769)
+++ extra-x86_64/PKGBUILD   2016-08-01 11:04:46 UTC (rev 272770)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 272769, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-01 11:04:46 UTC (rev 272770)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.16.2
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('7f2ab6191f21efb081d7fe

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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 11:04:07
  Author: bisson
Revision: 272769

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 09:27:16 UTC (rev 272768)
+++ PKGBUILD2016-08-01 11:04:07 UTC (rev 272769)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.16.1
+pkgver=2.16.2
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('c8a3f44b3ebd0d62e4d38238c8cc2097d818a310' 'SKIP')
+sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 10:47:01
  Author: felixonmars
Revision: 184745

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

Added:
  hindent/repos/community-i686/PKGBUILD
(from rev 184744, hindent/trunk/PKGBUILD)
  hindent/repos/community-i686/hse-1.18.patch
(from rev 184744, hindent/trunk/hse-1.18.patch)
  hindent/repos/community-x86_64/PKGBUILD
(from rev 184744, hindent/trunk/PKGBUILD)
  hindent/repos/community-x86_64/hse-1.18.patch
(from rev 184744, hindent/trunk/hse-1.18.patch)
Deleted:
  hindent/repos/community-i686/PKGBUILD
  hindent/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 +
 community-i686/PKGBUILD |   33 -
 community-i686/hse-1.18.patch   |  229 ++
 community-x86_64/PKGBUILD   |   33 -
 community-x86_64/hse-1.18.patch |  229 ++
 5 files changed, 538 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 10:46:33 UTC (rev 184744)
+++ community-i686/PKGBUILD 2016-08-01 10:47:01 UTC (rev 184745)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=4.6.4
-pkgrel=2
-pkgdesc="Extensible Haskell pretty printer"
-url="http://www.github.com/chrisdone/hindent";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" 
"haskell-monad-loops"
- "haskell-mtl" "haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('26fc1498705b8a64b03eb5b699ba6229955273d91a49a01c3c2b58436c8e4dcf')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr \
---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: hindent/repos/community-i686/PKGBUILD (from rev 184744, 
hindent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 10:47:01 UTC (rev 184745)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.4
+pkgrel=3
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+hse-1.18.patch)
+sha256sums=('26fc1498705b8a64b03eb5b699ba6229955273d91a49a01c3c2b58436c8e4dcf'
+'4b235c97f76925918b55abce82413771619665cda018248b0704d235757ccbc8')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../hse-1.18.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hindent/repos/community-i686/hse-1.18.patch (from rev 184744, 
hindent/trunk/hse-1.18.patch)
===
--- community-i686/hse-1.18.patch   (rev 0)
+++ community-i686/hse-1.18.patch   2016-08-01 10:47:01 UTC (rev 184745)
@@ -0,0 +1,229 @@
+From 370ecdc957d70e39073c0fd707926d860cd927bb Mon Sep 17 00:00:00 2001
+From: Moritz Kiefer 
+Date: Sun, 31 Jul 2016 20:24:04 +0200
+Subject: [PATCH] Update to haskell-src-exts 1.18
+
+---
+ hindent.cabal |  2 +-
+ src/HIndent.hs|  2 +-
+ src/HIndent/Comments.hs   |  2 +-
+ src/HIndent/Pretty.hs | 41 ++-
+ src/HIndent/Styles/ChrisDone.hs   |  6 +++---
+ src/HIndent/Styles/Cramer.hs  |  2 +-
+ src/HIndent/Styles/Gibiansky.hs   |  2 +-
+ src/HIndent/Styles/JohanTibell.hs |  2 +-
+ src/main/Main.hs  |  2 +-
+ stack.yaml|  4 +++-
+ 10 files changed, 41 inse

[arch-commits] Commit in hindent/trunk (PKGBUILD hse-1.18.patch)

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 10:46:33
  Author: felixonmars
Revision: 184744

upgpkg: hindent 4.6.4-3

Added:
  hindent/trunk/hse-1.18.patch
Modified:
  hindent/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++-
 hse-1.18.patch |  229 +++
 2 files changed, 239 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 08:59:40 UTC (rev 184743)
+++ PKGBUILD2016-08-01 10:46:33 UTC (rev 184744)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent";
 license=("custom:BSD3")
@@ -12,9 +12,16 @@
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" 
"haskell-monad-loops"
  "haskell-mtl" "haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('26fc1498705b8a64b03eb5b699ba6229955273d91a49a01c3c2b58436c8e4dcf')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+hse-1.18.patch)
+sha256sums=('26fc1498705b8a64b03eb5b699ba6229955273d91a49a01c3c2b58436c8e4dcf'
+'4b235c97f76925918b55abce82413771619665cda018248b0704d235757ccbc8')
 
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../hse-1.18.patch
+}
+
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: hse-1.18.patch
===
--- hse-1.18.patch  (rev 0)
+++ hse-1.18.patch  2016-08-01 10:46:33 UTC (rev 184744)
@@ -0,0 +1,229 @@
+From 370ecdc957d70e39073c0fd707926d860cd927bb Mon Sep 17 00:00:00 2001
+From: Moritz Kiefer 
+Date: Sun, 31 Jul 2016 20:24:04 +0200
+Subject: [PATCH] Update to haskell-src-exts 1.18
+
+---
+ hindent.cabal |  2 +-
+ src/HIndent.hs|  2 +-
+ src/HIndent/Comments.hs   |  2 +-
+ src/HIndent/Pretty.hs | 41 ++-
+ src/HIndent/Styles/ChrisDone.hs   |  6 +++---
+ src/HIndent/Styles/Cramer.hs  |  2 +-
+ src/HIndent/Styles/Gibiansky.hs   |  2 +-
+ src/HIndent/Styles/JohanTibell.hs |  2 +-
+ src/main/Main.hs  |  2 +-
+ stack.yaml|  4 +++-
+ 10 files changed, 41 insertions(+), 24 deletions(-)
+
+diff --git a/hindent.cabal b/hindent.cabal
+index 645ac4c..c7d304f 100644
+--- a/hindent.cabal
 b/hindent.cabal
+@@ -45,7 +45,7 @@ library
+  HIndent.Styles.Cramer
+   build-depends: base >= 4.7 && <5
+, containers
+-   , haskell-src-exts >= 1.17
++   , haskell-src-exts >= 1.18
+, monad-loops
+, mtl
+, text
+diff --git a/src/HIndent.hs b/src/HIndent.hs
+index a2d9cc3..f80edbf 100644
+--- a/src/HIndent.hs
 b/src/HIndent.hs
+@@ -49,7 +49,7 @@ import qualified Data.Text.Lazy as T hiding (singleton)
+ import   Data.Text.Lazy.Builder (Builder)
+ import qualified Data.Text.Lazy.Builder as T
+ import qualified Data.Text.Lazy.IO as T
+-import   Language.Haskell.Exts.Annotated hiding (Style, prettyPrint, 
Pretty, style, parse)
++import   Language.Haskell.Exts hiding (Style, prettyPrint, Pretty, 
style, parse)
+ 
+ data CodeBlock = HaskellSource Text
+| CPPDirectives Text
+diff --git a/src/HIndent/Comments.hs b/src/HIndent/Comments.hs
+index 4cfce4e..82cd5f6 100644
+--- a/src/HIndent/Comments.hs
 b/src/HIndent/Comments.hs
+@@ -12,7 +12,7 @@ import Data.Data
+ import qualified Data.Map.Strict as M
+ import Data.Traversable
+ import HIndent.Types
+-import Language.Haskell.Exts.Annotated hiding 
(Style,prettyPrint,Pretty,style,parse)
++import Language.Haskell.Exts hiding (Style,prettyPrint,Pretty,style,parse)
+ 
+ -- Order by start of span, larger spans before smaller spans.
+ newtype OrderByStart =
+diff --git a/src/HIndent/Pretty.hs b/src/HIndent/Pretty.hs
+index 7dce814..5770fea 100644
+--- a/src/HIndent/Pretty.hs
 b/src/HIndent/Pretty.hs
+@@ -70,6 +70,7 @@ import   Control.Monad.State.Strict hiding (state)
+ import   Data.Int
+ import   Data.List
+ import   Data.Maybe
++import   Data.Foldable (traverse_)
+ import   Data.Monoid hiding (Alt)
+ import   Data.Text (Text)
+ import qualified Data.Text as T
+@@ -78,8 +79,8 @@ import   Data.Text.Lazy.Builder (Builder)
+ import qualified Data.Text.Lazy.Builder as T
+ import   Data.Text.Lazy.Builder.Int
+ import   Data.Typeable
+-import qualified Language.Haskell.Exts.Annotated as P
+-import   Language.Haskell.Exts.Annotated.Syntax
++import qualified Language.Haskell.Exts as P
++import   Language.Haskell.Exts.Syntax
+ import   Language.Haske

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

2016-08-01 Thread Bartłomiej Piotrowski
Date: Monday, August 1, 2016 @ 09:27:16
  Author: bpiotrowski
Revision: 272768

upgpkg: llvm 3.8.1-1

new upstream release

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 07:00:16 UTC (rev 272767)
+++ PKGBUILD2016-08-01 09:27:16 UTC (rev 272768)
@@ -10,7 +10,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-tools-extra')
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 _ocaml_ver=4.02.3
 arch=('i686' 'x86_64')
@@ -29,20 +29,21 @@
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
 llvm-Config-llvm-config.h)
-sha256sums=('555b028e9ee0f6445ff8f949ea10e9cd8be0d084840e21fbbe1d31d51fc06e46'
+sha256sums=('6e82ce4adb54ff3afc18053d6981b6aed1406751b8742582ed50f04b5ab475f9'
 'SKIP'
-'04149236de03cf05232d68eb7cb9c50f03062e339b68f4f8a03b650a11536cf9'
+'4cd3836dfb4b88b597e075341cae86d61c63ce3963e45c7fe6a8bf59bb382cdf'
 'SKIP'
-'afbda810106a6e6bc164b921be928af46829117c95b996f2678ce4cb1ec4'
+'664a5c60220de9c290bf2a5b03d902ab731a4f95fe73a00856175ead494ec396'
 'SKIP'
-'c8d3387e55f229543dac1941769120f24dc50183150bf19d1b070d53d29d56b0'
+'0df011dae14d8700499dfc961602ee0a9572fef926202ade5dcdfe7858411e5c'
 'SKIP'
-'e3f68f44147df0433e7989bf6ed1c58ff28d7c68b9c47553cb9915f744785a35'
+'349148116a47e39dcb5d5042f10d8a6357d2c865034563283ca512f81cdce8a3'
 'SKIP'
 '406754764e83d58bc3b859ab4b7893abd48c760278c4619cf4341ef9b9b75c85'
 'd71f8677882c86accddb8a5b720f298a4d7a2ad3bce6091951a46396b8f14da1'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd "$srcdir/llvm-$pkgver.src"


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

2016-08-01 Thread Johannes Löthberg
Date: Monday, August 1, 2016 @ 08:59:34
  Author: demize
Revision: 184742

upgpkg: hunspell-pl 20160801-1

Modified:
  hunspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 07:25:25 UTC (rev 184741)
+++ PKGBUILD2016-08-01 08:59:34 UTC (rev 184742)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Maciej Sitarz 
 
 pkgname=hunspell-pl
-pkgver=20150428
-pkgrel=2
+pkgver=20160801
+pkgrel=1
 pkgdesc='Polish dictionary for Hunspell'
 arch=('any')
 url='http://www.sjp.pl/slownik/ort/'
@@ -11,7 +12,7 @@
 license=('GPL')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('d6de61e0eac87ed9a12e8bbe123800bd')
+md5sums=('f681d57da464a82fd866c4b2a5f7bbcd')
 
 prepare() {
   bsdtar -xf pl_PL.zip
@@ -22,7 +23,7 @@
   install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
   install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
 
-# the symlinks
+  # the symlinks
   install -dm755 "$pkgdir"/usr/share/myspell/dicts
   pushd "$pkgdir"/usr/share/myspell/dicts
   for file in "$pkgdir"/usr/share/hunspell/*; do


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

2016-08-01 Thread Johannes Löthberg
Date: Monday, August 1, 2016 @ 08:59:40
  Author: demize
Revision: 184743

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 184742, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 08:59:34 UTC (rev 184742)
+++ PKGBUILD2016-08-01 08:59:40 UTC (rev 184743)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20150428
-pkgrel=2
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://sjp.pl/slownik/ort/sjp-myspell-pl-$pkgver.zip)
-md5sums=('d6de61e0eac87ed9a12e8bbe123800bd')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
-
-# the symlinks
-  install -dm755 "$pkgdir"/usr/share/myspell/dicts
-  pushd "$pkgdir"/usr/share/myspell/dicts
-  for file in "$pkgdir"/usr/share/hunspell/*; do
-ln -sv /usr/share/hunspell/$(basename $file) .
-  done
-  popd
-
-  # docs
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 184742, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 08:59:40 UTC (rev 184743)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20160801
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('f681d57da464a82fd866c4b2a5f7bbcd')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 "$pkgdir"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+  for file in "$pkgdir"/usr/share/hunspell/*; do
+ln -sv /usr/share/hunspell/$(basename $file) .
+  done
+  popd
+
+  # docs
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+}


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:25:25
  Author: felixonmars
Revision: 184741

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 07:24:19 UTC (rev 184740)
+++ community-i686/PKGBUILD 2016-08-01 07:25:25 UTC (rev 184741)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.3.0.23
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/billiard";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose-cover3' 'python2-nose-cover3' 'python-mock' 
'python2-mock')
-source=("https://pypi.python.org/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
-md5sums=('6ee416e1e7c8d8164ce29d7377cca6a4')
-
-prepare() {
-  cp -a billiard-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/billiard-$pkgver
-  nosetests3
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  nosetests2
-}
-
-package_python-billiard() {
-  depends=('python')
-
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Avoid conflicts
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{funtests,billiard/}
-}
-
-package_python2-billiard() {
-  depends=('python2')
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Avoid conflicts
-  mv "$pkgdir"/usr/lib/python2.7/site-packages/{funtests,billiard/}
-}

Copied: python-billiard/repos/community-i686/PKGBUILD (from rev 184740, 
python-billiard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 07:25:25 UTC (rev 184741)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgbase=python-billiard
+pkgname=('python-billiard' 'python2-billiard')
+pkgver=3.5.0.0
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/billiard";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-case' 'python2-case')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
+md5sums=('b0d26f4ebde1a9a2c51d41567eb02929')
+
+prepare() {
+  cp -a billiard-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/billiard-$pkgver
+  nosetests3
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  nosetests2
+}
+
+package_python-billiard() {
+  depends=('python')
+
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Avoid conflicts
+  mv "$pkgdir"/usr/lib/python3.5/site-packages/{funtests,billiard/}
+}
+
+package_python2-billiard() {
+  depends=('python2')
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Avoid conflicts
+  mv "$pkgdir"/usr/lib/python2.7/site-packages/{funtests,billiard/}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-01 07:24:19 UTC (rev 184740)
+++ community-x86_64/PKGBUILD   2016-08-01 07:25:25 UTC (rev 184741)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contribu

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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:24:19
  Author: felixonmars
Revision: 184740

upgpkg: python-billiard 3.5.0.0-1

Modified:
  python-billiard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 07:09:51 UTC (rev 184739)
+++ PKGBUILD2016-08-01 07:24:19 UTC (rev 184740)
@@ -5,7 +5,7 @@
 
 pkgbase=python-billiard
 pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.3.0.23
+pkgver=3.5.0.0
 pkgrel=1
 pkgdesc="Python multiprocessing fork with improvements and bugfixes."
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 url="http://pypi.python.org/pypi/billiard";
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose-cover3' 'python2-nose-cover3' 'python-mock' 
'python2-mock')
-source=("https://pypi.python.org/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
-md5sums=('6ee416e1e7c8d8164ce29d7377cca6a4')
+checkdepends=('python-nose' 'python2-nose' 'python-case' 'python2-case')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
+md5sums=('b0d26f4ebde1a9a2c51d41567eb02929')
 
 prepare() {
   cp -a billiard-$pkgver{,-py2}


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:09:51
  Author: felixonmars
Revision: 184739

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

Added:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
(from rev 184738, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.install
(from rev 184738, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 184738, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 184738, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
Deleted:
  dnscrypt-proxy/repos/community-i686/PKGBUILD
  
dnscrypt-proxy/repos/community-i686/Remove-network.target-dependency-from-dnscrypt-proxy.patch
  dnscrypt-proxy/repos/community-i686/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  
dnscrypt-proxy/repos/community-x86_64/Remove-network.target-dependency-from-dnscrypt-proxy.patch
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install

-+
 /PKGBUILD   |  
 80 ++
 /dnscrypt-proxy.install |  
 14 +
 community-i686/PKGBUILD |  
 42 -
 community-i686/Remove-network.target-dependency-from-dnscrypt-proxy.patch   |  
 25 ---
 community-i686/dnscrypt-proxy.install   |  
  7 
 community-x86_64/PKGBUILD   |  
 42 -
 community-x86_64/Remove-network.target-dependency-from-dnscrypt-proxy.patch |  
 25 ---
 community-x86_64/dnscrypt-proxy.install |  
  7 
 8 files changed, 94 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 07:09:24 UTC (rev 184738)
+++ community-i686/PKGBUILD 2016-08-01 07:09:51 UTC (rev 184739)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
-arch=('i686' 'x86_64')
-url="http://dnscrypt.org/";
-license=('custom:ISC')
-depends=('libsodium' 'systemd')
-install=dnscrypt-proxy.install
-source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz";
-'Remove-network.target-dependency-from-dnscrypt-proxy.patch')
-sha512sums=('8d49be73e4b2fe1131349846191f54c7f212ff301a6a6c2a77505225f81b0615e968c945013e732c4fce3b6090606245ec7343fb0d6145bb10b67dd4112d2367'
-
'a3fd405cc635ec3b8564fbfc769504eeaf77b693fa521df44be7beb1d5abea971b81905a11357870a6fb5ba8d129c91bf9cc337cb730b733c3d3c047854a4021')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|/usr/local/sbin|/usr/bin|' dnscrypt-proxy.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd
-  make -j2
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/{usr/share/{licenses,doc}/$pkgname,usr/lib/systemd/system}
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
-  install -m 644 dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system
-  install -m 644 dnscrypt-proxy.socket "$pkgdir"/usr/lib/systemd/system
-}

Copied: dnscrypt-proxy/repos/community-i686/PKGBUILD (from rev 184738, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 07:09:51 UTC (rev 184739)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
+arch=('i686' 'x86_64')
+url="http://dnscrypt.org/";
+license=('custom:ISC')
+depends=('libsodium' 'systemd')
+install=dnscrypt-proxy.install
+source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha512sums=('611d9cd9d9c086ec8e2b60f6c574451eae71ea07de85973049be7090cfbd8bf790d41f8a4a2b39d74091fba7091551967b93b85a8661c03ecad43d868df597a3')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's|/usr/local/sbin|/usr/bin|' dnscrypt-proxy.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd
+  make -j2
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir"/{usr/share/{licenses,doc}/$pkgname,usr/lib/systemd/system}
+  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 AUTH

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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:09:24
  Author: felixonmars
Revision: 184738

upgpkg: dnscrypt-proxy 1.7.0-1

Modified:
  dnscrypt-proxy/trunk/PKGBUILD
Deleted:
  
dnscrypt-proxy/trunk/Remove-network.target-dependency-from-dnscrypt-proxy.patch

+
 PKGBUILD   |8 +--
 Remove-network.target-dependency-from-dnscrypt-proxy.patch |   25 ---
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 07:07:11 UTC (rev 184737)
+++ PKGBUILD2016-08-01 07:09:24 UTC (rev 184738)
@@ -4,7 +4,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
 arch=('i686' 'x86_64')
@@ -12,10 +12,8 @@
 license=('custom:ISC')
 depends=('libsodium' 'systemd')
 install=dnscrypt-proxy.install
-source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz";
-'Remove-network.target-dependency-from-dnscrypt-proxy.patch')
-sha512sums=('8d49be73e4b2fe1131349846191f54c7f212ff301a6a6c2a77505225f81b0615e968c945013e732c4fce3b6090606245ec7343fb0d6145bb10b67dd4112d2367'
-
'a3fd405cc635ec3b8564fbfc769504eeaf77b693fa521df44be7beb1d5abea971b81905a11357870a6fb5ba8d129c91bf9cc337cb730b733c3d3c047854a4021')
+source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha512sums=('611d9cd9d9c086ec8e2b60f6c574451eae71ea07de85973049be7090cfbd8bf790d41f8a4a2b39d74091fba7091551967b93b85a8661c03ecad43d868df597a3')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: Remove-network.target-dependency-from-dnscrypt-proxy.patch
===
--- Remove-network.target-dependency-from-dnscrypt-proxy.patch  2016-08-01 
07:07:11 UTC (rev 184737)
+++ Remove-network.target-dependency-from-dnscrypt-proxy.patch  2016-08-01 
07:09:24 UTC (rev 184738)
@@ -1,25 +0,0 @@
-From f20d71fb863b6d1f4588b6b175efa9f2fd331d90 Mon Sep 17 00:00:00 2001
-From: Frank Denis 
-Date: Mon, 17 Aug 2015 22:41:24 +0200
-Subject: [PATCH] Remove network.target dependency from dnscrypt-proxy.socket
- If this is not correct, I'd love some input from omebody who knows systemd
- more than I do (i.e. virtually anyone).
-

- dnscrypt-proxy.socket | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/dnscrypt-proxy.socket b/dnscrypt-proxy.socket
-index 22e62b9..ea20922 100644
 a/dnscrypt-proxy.socket
-+++ b/dnscrypt-proxy.socket
-@@ -1,6 +1,5 @@
- [Unit]
- Description=dnscrypt-proxy listening socket
--After=network.target
- 
- [Socket]
- ListenStream=127.0.0.1:53
--- 
-2.5.1
-


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:07:11
  Author: felixonmars
Revision: 184737

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 07:06:44 UTC (rev 184736)
+++ community-i686/PKGBUILD 2016-08-01 07:07:11 UTC (rev 184737)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium";
-license=('custom:ISC')
-depends=('glibc')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz";)
-sha512sums=('ff52e7f25787cc858e8d26be10913c689bd3dd394c8e163133920141be67a292a1dba066a1037e83cf0ced155a1554f07f24c2f33a7a6aa52521d39f537cd515')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 184736, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 07:07:11 UTC (rev 184737)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium";
+license=('custom:ISC')
+depends=('glibc')
+source=("http://download.libsodium.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('4b1293c4d0e52264beecdd05833857bc4d77d1c2a97eea0138fe04df383b9a2dfcad4a79ccd9aed8f6c0047ba67c49292b0d2ccf987ab0b5046b46b1586ccbd7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-01 07:06:44 UTC (rev 184736)
+++ community-x86_64/PKGBUILD   2016-08-01 07:07:11 UTC (rev 184737)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=1.0.10
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium";
-license=('custom:ISC')
-depends=('glibc')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz";)
-sha512sums=('ff52e7f25787cc858e8d26be10913c689bd3dd394c8e163133920141be67a292a1dba066a1037e83cf0ced155a1554f07f24c2f33a7a6aa52521d39f537cd515')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 184736, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-01 07:07:11 UTC (rev 184737)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium";
+license=('custom:ISC')
+depends=('glibc')
+source=("http://download.libsod

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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:06:44
  Author: felixonmars
Revision: 184736

upgpkg: libsodium 1.0.11-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 07:01:35 UTC (rev 184735)
+++ PKGBUILD2016-08-01 07:06:44 UTC (rev 184736)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi 
 
 pkgname=libsodium
-pkgver=1.0.10
+pkgver=1.0.11
 pkgrel=1
 pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/jedisct1/libsodium";
 license=('custom:ISC')
 depends=('glibc')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz";)
-sha512sums=('ff52e7f25787cc858e8d26be10913c689bd3dd394c8e163133920141be67a292a1dba066a1037e83cf0ced155a1554f07f24c2f33a7a6aa52521d39f537cd515')
+source=("http://download.libsodium.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('4b1293c4d0e52264beecdd05833857bc4d77d1c2a97eea0138fe04df383b9a2dfcad4a79ccd9aed8f6c0047ba67c49292b0d2ccf987ab0b5046b46b1586ccbd7')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:01:35
  Author: felixonmars
Revision: 184735

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 184734, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 07:01:18 UTC (rev 184734)
+++ PKGBUILD2016-08-01 07:01:35 UTC (rev 184735)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302047
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple";
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('ef894350ede8aab84a689bb4ce1f6239e704287bac850c2a99aab8630310eae8b556811f05cd81581af96c5ab7d29bd04def4baa59557e364ba0bd00550d8dbc')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 184734, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 07:01:35 UTC (rev 184735)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302049
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple";
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
+sha512sums=('1ca909c1bfaec7742635e4df2846e6bf767eb6be9593d0553836dc3a580bca76c60c7b4232e2334179236b10bf42354fe93001dbf29bf8a280c39d96fd04b18a')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-01 Thread Felix Yan
Date: Monday, August 1, 2016 @ 07:01:18
  Author: felixonmars
Revision: 184734

upgpkg: perl-test-simple 1.302049-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 06:55:53 UTC (rev 184733)
+++ PKGBUILD2016-08-01 07:01:18 UTC (rev 184734)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302047
+pkgver=1.302049
 pkgrel=1
 pkgdesc="Basic utilities for writing tests."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('ef894350ede8aab84a689bb4ce1f6239e704287bac850c2a99aab8630310eae8b556811f05cd81581af96c5ab7d29bd04def4baa59557e364ba0bd00550d8dbc')
+sha512sums=('1ca909c1bfaec7742635e4df2846e6bf767eb6be9593d0553836dc3a580bca76c60c7b4232e2334179236b10bf42354fe93001dbf29bf8a280c39d96fd04b18a')
 
 build() {
   cd Test-Simple-$pkgver