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

2017-10-01 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 05:37:27
  Author: eworm
Revision: 261207

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 05:37:22 UTC (rev 261206)
+++ community-i686/PKGBUILD 2017-10-02 05:37:27 UTC (rev 261207)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170918
-pkgrel=3
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('e083f18596574fb7050167090bfb4db4df09a1a99f3c1adc77f820c166368881')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 261206, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 05:37:27 UTC (rev 261207)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20171001
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('ecff9a184685b7dd2d81576eba5bd96bb59031c9e9b505d6dc298f30998e')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 05:37:22 UTC (rev 261206)
+++ community-x86_64/PKGBUILD   2017-10-02 05:37:27 UTC (rev 261207)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170918
-pkgrel=3
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')

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

2017-10-01 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 05:37:22
  Author: eworm
Revision: 261206

upgpkg: wireguard 0.0.20171001-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 04:08:50 UTC (rev 261205)
+++ PKGBUILD2017-10-02 05:37:22 UTC (rev 261206)
@@ -4,8 +4,8 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170918
-pkgrel=3
+pkgver=0.0.20171001
+pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
 url='http://www.wireguard.io/'
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('e083f18596574fb7050167090bfb4db4df09a1a99f3c1adc77f820c166368881')
+sha256sums=('ecff9a184685b7dd2d81576eba5bd96bb59031c9e9b505d6dc298f30998e')
 
 prepare() {
cd WireGuard-${pkgver}/


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-10-01 Thread Felix Yan
Date: Monday, October 2, 2017 @ 04:08:50
  Author: felixonmars
Revision: 261205

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 261204, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 261204, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 261204, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 261204, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 261204, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 261204, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 261204, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 04:08:13 UTC (rev 261204)
+++ PKGBUILD2017-10-02 04:08:50 UTC (rev 261205)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.81
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-10-01 Thread Felix Yan
Date: Monday, October 2, 2017 @ 04:08:13
  Author: felixonmars
Revision: 261204

upgpkg: jenkins 2.82-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 02:19:22 UTC (rev 261203)
+++ PKGBUILD2017-10-02 04:08:13 UTC (rev 261204)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.81
+pkgver=2.82
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('94b250119441f19996672bd5df216d86034c1188f0293beea8833bf77ad59706dbb8082a8540aa70c0ddc96cb5e1cf57f30c87ee5bda3e7794040a6df436e5de'
+sha512sums=('54f2354d52ad54e765656c5052dab932fa0cbe89056467a7ebf3cb66dbcdcd7f0bad7969e84ebcd955dc0adc40aab3c49b80079991f1e17c26a83ecbeb4a9716'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-10-01 Thread Giancarlo Razzolini
Date: Monday, October 2, 2017 @ 02:19:22
  Author: grazzolini
Revision: 261203

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

Added:
  sshfs/repos/community-i686/001-sshfs-3.3.0-meson.build.patch
(from rev 261202, sshfs/trunk/001-sshfs-3.3.0-meson.build.patch)
  sshfs/repos/community-i686/002-sshfs-3.3.0-sshfs.c.patch
(from rev 261202, sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch)
  sshfs/repos/community-i686/PKGBUILD
(from rev 261202, sshfs/trunk/PKGBUILD)
  sshfs/repos/community-x86_64/001-sshfs-3.3.0-meson.build.patch
(from rev 261202, sshfs/trunk/001-sshfs-3.3.0-meson.build.patch)
  sshfs/repos/community-x86_64/002-sshfs-3.3.0-sshfs.c.patch
(from rev 261202, sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch)
  sshfs/repos/community-x86_64/PKGBUILD
(from rev 261202, sshfs/trunk/PKGBUILD)
Deleted:
  sshfs/repos/community-i686/001-sshfs-3.3.0-meson.build.patch
  sshfs/repos/community-i686/PKGBUILD
  sshfs/repos/community-x86_64/001-sshfs-3.3.0-meson.build.patch
  sshfs/repos/community-x86_64/PKGBUILD

+
 /001-sshfs-3.3.0-meson.build.patch |   24 
 /PKGBUILD  |   96 +++
 community-i686/001-sshfs-3.3.0-meson.build.patch   |   12 --
 community-i686/002-sshfs-3.3.0-sshfs.c.patch   |   21 
 community-i686/PKGBUILD|   42 
 community-x86_64/001-sshfs-3.3.0-meson.build.patch |   12 --
 community-x86_64/002-sshfs-3.3.0-sshfs.c.patch |   21 
 community-x86_64/PKGBUILD  |   42 
 8 files changed, 162 insertions(+), 108 deletions(-)

Deleted: community-i686/001-sshfs-3.3.0-meson.build.patch
===
--- community-i686/001-sshfs-3.3.0-meson.build.patch2017-10-02 02:18:08 UTC 
(rev 261202)
+++ community-i686/001-sshfs-3.3.0-meson.build.patch2017-10-02 02:19:22 UTC 
(rev 261203)
@@ -1,12 +0,0 @@
-diff -ura sshfs-3.3.0.orig/meson.build sshfs-3.3.0.new/meson.build
 sshfs-3.3.0.orig/meson.build   2017-09-20 14:08:27.0 -0300
-+++ sshfs-3.3.0.new/meson.build2017-09-25 11:19:19.946623793 -0300
-@@ -58,7 +58,7 @@
- if rst2man.found()
- custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ],
-   command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
--  install_dir: join_paths(get_option('mandir'), '1'))
-+  install_dir: join_paths(get_option('mandir'), 'man1'))
- else
- message('rst2man not found, not building manual page.')
- endif

Copied: sshfs/repos/community-i686/001-sshfs-3.3.0-meson.build.patch (from rev 
261202, sshfs/trunk/001-sshfs-3.3.0-meson.build.patch)
===
--- community-i686/001-sshfs-3.3.0-meson.build.patch
(rev 0)
+++ community-i686/001-sshfs-3.3.0-meson.build.patch2017-10-02 02:19:22 UTC 
(rev 261203)
@@ -0,0 +1,12 @@
+diff -ura sshfs-3.3.0.orig/meson.build sshfs-3.3.0.new/meson.build
+--- sshfs-3.3.0.orig/meson.build   2017-09-20 14:08:27.0 -0300
 sshfs-3.3.0.new/meson.build2017-09-25 11:19:19.946623793 -0300
+@@ -58,7 +58,7 @@
+ if rst2man.found()
+ custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ],
+   command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true,
+-  install_dir: join_paths(get_option('mandir'), '1'))
++  install_dir: join_paths(get_option('mandir'), 'man1'))
+ else
+ message('rst2man not found, not building manual page.')
+ endif

Copied: sshfs/repos/community-i686/002-sshfs-3.3.0-sshfs.c.patch (from rev 
261202, sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch)
===
--- community-i686/002-sshfs-3.3.0-sshfs.c.patch
(rev 0)
+++ community-i686/002-sshfs-3.3.0-sshfs.c.patch2017-10-02 02:19:22 UTC 
(rev 261203)
@@ -0,0 +1,21 @@
+diff -ura sshfs-3.3.0.orig/sshfs.c sshfs-3.3.0.new/sshfs.c
+--- sshfs-3.3.0.orig/sshfs.c   2017-09-20 14:08:27.0 -0300
 sshfs-3.3.0.new/sshfs.c2017-10-01 23:04:23.048755162 -0300
+@@ -428,9 +428,15 @@
+   FUSE_OPT_KEY("writeback_cache=no", FUSE_OPT_KEY_DISCARD),
+   FUSE_OPT_KEY("unreliable_append", FUSE_OPT_KEY_DISCARD),
+ 
+-  
+-  FUSE_OPT_END
++  /* These may come in from /etc/fstab - we just ignore them */
++  FUSE_OPT_KEY("auto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("noauto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("user", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("nouser", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("users", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("_netdev", FUSE_OPT_KEY_DISCARD),
+ 
++  FUSE_OPT_END
+ };
+ 
+ static struct fuse_opt workaround_opts[] = {

Deleted: community-i686/PKGBUILD

[arch-commits] Commit in sshfs/trunk (002-sshfs-3.3.0-sshfs.c.patch PKGBUILD)

2017-10-01 Thread Giancarlo Razzolini
Date: Monday, October 2, 2017 @ 02:18:08
  Author: grazzolini
Revision: 261202

upgpkg: sshfs 3.3.0-4

Switched to using the arch-meson wrapper. Also, add the patch that fixes
the mounting from /etc/mtab.

Added:
  sshfs/trunk/002-sshfs-3.3.0-sshfs.c.patch
Modified:
  sshfs/trunk/PKGBUILD

---+
 002-sshfs-3.3.0-sshfs.c.patch |   21 +
 PKGBUILD  |   14 ++
 2 files changed, 31 insertions(+), 4 deletions(-)

Added: 002-sshfs-3.3.0-sshfs.c.patch
===
--- 002-sshfs-3.3.0-sshfs.c.patch   (rev 0)
+++ 002-sshfs-3.3.0-sshfs.c.patch   2017-10-02 02:18:08 UTC (rev 261202)
@@ -0,0 +1,21 @@
+diff -ura sshfs-3.3.0.orig/sshfs.c sshfs-3.3.0.new/sshfs.c
+--- sshfs-3.3.0.orig/sshfs.c   2017-09-20 14:08:27.0 -0300
 sshfs-3.3.0.new/sshfs.c2017-10-01 23:04:23.048755162 -0300
+@@ -428,9 +428,15 @@
+   FUSE_OPT_KEY("writeback_cache=no", FUSE_OPT_KEY_DISCARD),
+   FUSE_OPT_KEY("unreliable_append", FUSE_OPT_KEY_DISCARD),
+ 
+-  
+-  FUSE_OPT_END
++  /* These may come in from /etc/fstab - we just ignore them */
++  FUSE_OPT_KEY("auto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("noauto", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("user", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("nouser", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("users", FUSE_OPT_KEY_DISCARD),
++  FUSE_OPT_KEY("_netdev", FUSE_OPT_KEY_DISCARD),
+ 
++  FUSE_OPT_END
+ };
+ 
+ static struct fuse_opt workaround_opts[] = {

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 22:49:44 UTC (rev 261201)
+++ PKGBUILD2017-10-02 02:18:08 UTC (rev 261202)
@@ -5,7 +5,7 @@
 
 pkgname=sshfs
 pkgver=3.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
 url="http://github.com/libfuse/sshfs;
@@ -13,10 +13,12 @@
 depends=(fuse3 glib2 openssh)
 makedepends=('meson' 'python-docutils')
 
source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc}
-001-sshfs-3.3.0-meson.build.patch)
+001-sshfs-3.3.0-meson.build.patch
+002-sshfs-3.3.0-sshfs.c.patch)
 sha256sums=('9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d'
 'SKIP'
-'da928d31291ad86582ab616ea91619c345513dec00f6aafb5bac8f2929159e6b')
+'da928d31291ad86582ab616ea91619c345513dec00f6aafb5bac8f2929159e6b'
+'2655139190ee5d2d295afc89a4ae028e78b881ecad9e03fcf9cd1869b2e4e439')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

 
 prepare() {
@@ -24,10 +26,14 @@
 
   # patch meson.build
   patch -p1 < ../001-sshfs-3.3.0-meson.build.patch
+  # patch sshfs.c
+  patch -p1 < ../002-sshfs-3.3.0-sshfs.c.patch
   
   [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
   rm -rf build
-  meson setup --prefix=/usr --sbindir=bin . build
+  mkdir build
+  cd build
+  arch-meson ..
 }
 
 build() {


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

2017-10-01 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 01:49:52
  Author: heftig
Revision: 306529

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

Added:
  glade/repos/testing-i686/
  glade/repos/testing-i686/PKGBUILD
(from rev 306528, glade/trunk/PKGBUILD)
  glade/repos/testing-x86_64/
  glade/repos/testing-x86_64/PKGBUILD
(from rev 306528, glade/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: glade/repos/testing-i686/PKGBUILD (from rev 306528, 
glade/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 01:49:52 UTC (rev 306529)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=glade
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="User Interface Builder for GTK+ applications"
+url="https://glade.gnome.org/;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool 
docbook-xsl git
+ gnome-common)
+optdepends=('python: Python widgets support'
+'devhelp: help browser')
+_commit=7b14d7ff89c32037f62d3b754dfb6928f82a3a71  # tags/GLADE_3_20_1^0
+source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: glade/repos/testing-x86_64/PKGBUILD (from rev 306528, 
glade/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 01:49:52 UTC (rev 306529)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=glade
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="User Interface Builder for GTK+ applications"
+url="https://glade.gnome.org/;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool 
docbook-xsl git
+ gnome-common)
+optdepends=('python: Python widgets support'
+'devhelp: help browser')
+_commit=7b14d7ff89c32037f62d3b754dfb6928f82a3a71  # tags/GLADE_3_20_1^0
+source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GLADE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-01 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 01:48:39
  Author: heftig
Revision: 306528

3.20.1-1

Modified:
  glade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:47:56 UTC (rev 306527)
+++ PKGBUILD2017-10-02 01:48:39 UTC (rev 306528)
@@ -3,9 +3,10 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=glade
-pkgver=3.20.0+27+g2b88ce24
+pkgver=3.20.1
 pkgrel=1
-pkgdesc="User interface builder for GTK+ and GNOME."
+pkgdesc="User Interface Builder for GTK+ applications"
+url="https://glade.gnome.org/;
 arch=(i686 x86_64)
 license=(GPL LGPL)
 depends=(gtk3 libxml2)
@@ -13,8 +14,7 @@
  gnome-common)
 optdepends=('python: Python widgets support'
 'devhelp: help browser')
-url="https://glade.gnome.org/;
-_commit=2b88ce24e32e8377dfbf2a5e4852c29725da7dbb  # glade-3-20
+_commit=7b14d7ff89c32037f62d3b754dfb6928f82a3a71  # tags/GLADE_3_20_1^0
 source=("git+https://git.gnome.org/browse/glade#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 22:49:44
  Author: muflone
Revision: 261201

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

Added:
  sweethome3d/repos/community-testing-i686/PKGBUILD
(from rev 261200, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-i686/sweethome3d.desktop
(from rev 261200, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-i686/sweethome3d.install
(from rev 261200, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-i686/sweethome3d.sh
(from rev 261200, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-i686/sweethome3d.xml
(from rev 261200, sweethome3d/trunk/sweethome3d.xml)
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 261200, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 261200, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 261200, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 261200, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 261200, sweethome3d/trunk/sweethome3d.xml)
Deleted:
  sweethome3d/repos/community-testing-i686/PKGBUILD
  sweethome3d/repos/community-testing-i686/sweethome3d.desktop
  sweethome3d/repos/community-testing-i686/sweethome3d.install
  sweethome3d/repos/community-testing-i686/sweethome3d.sh
  sweethome3d/repos/community-testing-i686/sweethome3d.xml
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml

--+
 /PKGBUILD|  112 +
 /sweethome3d.desktop |   22 
 /sweethome3d.install |   20 
 /sweethome3d.sh  |   88 +++
 community-testing-i686/PKGBUILD  |   56 
 community-testing-i686/sweethome3d.desktop   |   11 --
 community-testing-i686/sweethome3d.install   |   10 --
 community-testing-i686/sweethome3d.sh|   44 -
 community-testing-x86_64/PKGBUILD|   56 
 community-testing-x86_64/sweethome3d.desktop |   11 --
 community-testing-x86_64/sweethome3d.install |   10 --
 community-testing-x86_64/sweethome3d.sh  |   44 -
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-10-01 22:33:20 UTC (rev 261200)
+++ community-testing-i686/PKGBUILD 2017-10-01 22:49:44 UTC (rev 261201)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jsteel 
-# Contributor: Daniel YC Lin 
-# Contributor: Tdy  
-# Contributor: Biginoz 
-# Contributor: Archan Paul 
-
-pkgname=sweethome3d
-pkgver=5.5
-pkgrel=1
-pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
-arch=('i686' 'x86_64')
-url="http://www.sweethome3d.com/;
-license=('GPL' 'custom')
-depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
-source=("${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.xml")
-source_i686=("SweetHome3D-${pkgver}-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
-source_x86_64=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
-sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
-'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
-'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-sha256sums_i686=('51a0aea2baebf621512a683de3ed487f9a9c6b90bcb869ac3465b89e20a07eb6')
-sha256sums_x86_64=('f22ddc0757e1e04381307bdec5e563cf1cebf10388298487c2a3ab52b0a55d3a')
-install="${pkgname}.install"
-
-package() {
-  # Desktop and launchers
-  cd "${srcdir}"
-  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-  # Install licenses
-  cd "SweetHome3D-${pkgver}"
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
-  # Install icon
-  install -m 644 -D 

[arch-commits] Commit in sweethome3d/repos/community-testing-x86_64 (10 files)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 22:33:20
  Author: muflone
Revision: 261200

archrelease: copy trunk to community-testing-x86_64

Added:
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 261199, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 261199, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 261199, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 261199, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 261199, sweethome3d/trunk/sweethome3d.xml)
Deleted:
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml

-+
 PKGBUILD|  112 +-
 sweethome3d.desktop |   22 -
 sweethome3d.install |   20 
 sweethome3d.sh  |   88 +++
 4 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 22:32:14 UTC (rev 261199)
+++ PKGBUILD2017-10-01 22:33:20 UTC (rev 261200)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jsteel 
-# Contributor: Daniel YC Lin 
-# Contributor: Tdy  
-# Contributor: Biginoz 
-# Contributor: Archan Paul 
-
-pkgname=sweethome3d
-pkgver=5.5
-pkgrel=1
-pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
-arch=('i686' 'x86_64')
-url="http://www.sweethome3d.com/;
-license=('GPL' 'custom')
-depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
-source=("${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.xml")
-source_i686=("SweetHome3D-${pkgver}-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
-source_x86_64=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
-sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
-'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
-'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-sha256sums_i686=('51a0aea2baebf621512a683de3ed487f9a9c6b90bcb869ac3465b89e20a07eb6')
-sha256sums_x86_64=('f22ddc0757e1e04381307bdec5e563cf1cebf10388298487c2a3ab52b0a55d3a')
-install="${pkgname}.install"
-
-package() {
-  # Desktop and launchers
-  cd "${srcdir}"
-  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-  # Install licenses
-  cd "SweetHome3D-${pkgver}"
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
-  # Install icon
-  install -m 644 -D "SweetHome3DIcon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  # Install javaws.jar from jre8
-  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" jre8/lib/javaws.jar
-  # Install main program and libraries
-  cd "lib"
-  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
-  # Java3D 1.5 libraries
-  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
-  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
-
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
-  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" libj3dcore-ogl.so
-  # Java3D 1.6 libraries
-  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
-  install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
-  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.so
-}

Copied: sweethome3d/repos/community-testing-x86_64/PKGBUILD (from rev 261199, 
sweethome3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 22:33:20 UTC (rev 261200)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=5.5.2
+pkgrel=1
+pkgdesc="An interior design 

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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 22:32:14
  Author: muflone
Revision: 261199

upgpkg: sweethome3d 5.5.2-1

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:09:41 UTC (rev 261198)
+++ PKGBUILD2017-10-01 22:32:14 UTC (rev 261199)
@@ -7,7 +7,7 @@
 # Contributor: Archan Paul 
 
 pkgname=sweethome3d
-pkgver=5.5
+pkgver=5.5.2
 pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('i686' 'x86_64')
@@ -22,8 +22,8 @@
 sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
 '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-sha256sums_i686=('51a0aea2baebf621512a683de3ed487f9a9c6b90bcb869ac3465b89e20a07eb6')
-sha256sums_x86_64=('f22ddc0757e1e04381307bdec5e563cf1cebf10388298487c2a3ab52b0a55d3a')
+sha256sums_i686=('701206d412df2bb9a61ac1cee60aa1494b7041c920957196aef2ad99ee7eb04b')
+sha256sums_x86_64=('6815340bf9826a59d22cf6bd7d1c83f5dbe4cdce8b060e4009edcf8c9969a9a9')
 install="${pkgname}.install"
 
 package() {


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:47:56
  Author: heftig
Revision: 306527

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

Added:
  gnome-dictionary/repos/testing-i686/PKGBUILD
(from rev 306526, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/testing-x86_64/PKGBUILD
(from rev 306526, gnome-dictionary/trunk/PKGBUILD)
Deleted:
  gnome-dictionary/repos/testing-i686/PKGBUILD
  gnome-dictionary/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 testing-i686/PKGBUILD   |   44 ---
 testing-x86_64/PKGBUILD |   44 ---
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-01 21:47:09 UTC (rev 306526)
+++ testing-i686/PKGBUILD   2017-10-01 21:47:56 UTC (rev 306527)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-dictionary
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Dictionary;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
-groups=('gnome')
-_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
-sha256sums=('SKIP')
-
-check() {
-  cd build
-  meson test
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-i686/PKGBUILD (from rev 306526, 
gnome-dictionary/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:47:56 UTC (rev 306527)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-dictionary
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
+groups=(gnome)
+_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
+sha256sums=('SKIP')
+
+check() {
+  cd build
+  meson test
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-01 21:47:09 UTC (rev 306526)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:47:56 UTC (rev 306527)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-dictionary
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Dictionary;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
-groups=('gnome')
-_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
-sha256sums=('SKIP')
-
-check() {
-  cd build
-  meson test
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-x86_64/PKGBUILD (from rev 306526, 
gnome-dictionary/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:47:56 UTC (rev 306527)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-dictionary
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
+groups=(gnome)
+_commit=2b351e832e28782b465176b055ba38fe007df40d  # 

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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:47:09
  Author: heftig
Revision: 306526

3.26.1-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:45:35 UTC (rev 306525)
+++ PKGBUILD2017-10-01 21:47:09 UTC (rev 306526)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-dictionary
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary;
 arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Dictionary;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git 
gobject-introspection meson appstream-glib)
-groups=('gnome')
-_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^0
+license=(GPL2)
+depends=(dconf gtk3)
+makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection 
meson appstream-glib)
+groups=(gnome)
+_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:45:35
  Author: heftig
Revision: 306525

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

Added:
  gnome-2048/repos/testing-i686/
  gnome-2048/repos/testing-i686/PKGBUILD
(from rev 306524, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/testing-x86_64/
  gnome-2048/repos/testing-x86_64/PKGBUILD
(from rev 306524, gnome-2048/trunk/PKGBUILD)

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

Copied: gnome-2048/repos/testing-i686/PKGBUILD (from rev 306524, 
gnome-2048/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:45:35 UTC (rev 306525)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-2048
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=0a4020fbb5a8dd0c41c275507b767be1142b47e8  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-2048#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-2048/repos/testing-x86_64/PKGBUILD (from rev 306524, 
gnome-2048/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:45:35 UTC (rev 306525)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-2048
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=0a4020fbb5a8dd0c41c275507b767be1142b47e8  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-2048#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:45:00
  Author: heftig
Revision: 306524

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

Added:
  iagno/repos/testing-i686/
  iagno/repos/testing-i686/PKGBUILD
(from rev 306523, iagno/trunk/PKGBUILD)
  iagno/repos/testing-x86_64/
  iagno/repos/testing-x86_64/PKGBUILD
(from rev 306523, iagno/trunk/PKGBUILD)

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

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 306523, 
iagno/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:45:00 UTC (rev 306524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+groups=(gnome-extra)
+_commit=c95171941fb64f07e3498613ca6c7b56ddbcfa46  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/iagno#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: iagno/repos/testing-x86_64/PKGBUILD (from rev 306523, 
iagno/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:45:00 UTC (rev 306524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
+groups=(gnome-extra)
+_commit=c95171941fb64f07e3498613ca6c7b56ddbcfa46  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/iagno#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:44:19
  Author: heftig
Revision: 306523

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-01 21:43:35 UTC (rev 306522)
+++ testing-i686/PKGBUILD   2017-10-01 21:44:19 UTC (rev 306523)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_0^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-update-mimedb \
---enable-compile-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 306522, 
bijiben/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:44:19 UTC (rev 306523)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_1^0
+source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-update-mimedb \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-01 21:43:35 UTC (rev 306522)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:44:19 UTC (rev 306523)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_0^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git 

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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:43:35
  Author: heftig
Revision: 306522

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

Added:
  gnome-taquin/repos/testing-i686/
  gnome-taquin/repos/testing-i686/PKGBUILD
(from rev 306521, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/testing-x86_64/
  gnome-taquin/repos/testing-x86_64/PKGBUILD
(from rev 306521, gnome-taquin/trunk/PKGBUILD)

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

Copied: gnome-taquin/repos/testing-i686/PKGBUILD (from rev 306521, 
gnome-taquin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:43:35 UTC (rev 306522)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=00bbeb6abc8ee8b3fdfd1a8e88fd344f5f401c8d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-taquin#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-taquin/repos/testing-x86_64/PKGBUILD (from rev 306521, 
gnome-taquin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:43:35 UTC (rev 306522)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=00bbeb6abc8ee8b3fdfd1a8e88fd344f5f401c8d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-taquin#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:40:51
  Author: heftig
Revision: 306521

3.26.1-1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:25:39 UTC (rev 306520)
+++ PKGBUILD2017-10-01 21:40:51 UTC (rev 306521)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.22.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin;
@@ -12,8 +12,8 @@
 depends=(gtk3 librsvg libcanberra)
 makedepends=(intltool vala itstool yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=d869ff0f1561464a20dcf77b8ca937a08e41fca4  # tags/3.22.0^0
-source=("git://git.gnome.org/gnome-taquin#commit=$_commit")
+_commit=00bbeb6abc8ee8b3fdfd1a8e88fd344f5f401c8d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-taquin#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:25:39
  Author: heftig
Revision: 306520

3.26.1-1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:25:37 UTC (rev 306519)
+++ PKGBUILD2017-10-01 21:25:39 UTC (rev 306520)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=bijiben
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben;
@@ -11,7 +11,7 @@
 depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
 groups=(gnome-extra)
-_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_0^0
+_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_1^0
 source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:25:37
  Author: heftig
Revision: 306519

3.26.1-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:25:28 UTC (rev 306518)
+++ PKGBUILD2017-10-01 21:25:37 UTC (rev 306519)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.22.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno;
@@ -12,8 +12,8 @@
 depends=(gtk3 libcanberra librsvg)
 makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
 groups=(gnome-extra)
-_commit=857adea28db86ce5b6235c439409f34588e1da45  # tags/3.22.0^0
-source=("git://git.gnome.org/iagno#commit=$_commit")
+_commit=c95171941fb64f07e3498613ca6c7b56ddbcfa46  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/iagno#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:25:28
  Author: heftig
Revision: 306518

3.26.1-1

Modified:
  gnome-2048/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:20:24 UTC (rev 306517)
+++ PKGBUILD2017-10-01 21:25:28 UTC (rev 306518)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.22.0+7+ga460b20
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk libgee libgnome-games-support)
 makedepends=(intltool vala itstool yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=a460b20ff476df0f6ea3173a7f30b558708f1ce3  # master
+_commit=0a4020fbb5a8dd0c41c275507b767be1142b47e8  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-2048#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 21:20:24
  Author: arojas
Revision: 306517

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 306516, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 306516, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 306516, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 306516, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  204 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 226 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-01 21:19:26 UTC (rev 306516)
+++ extra-i686/PKGBUILD 2017-10-01 21:20:24 UTC (rev 306517)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.15
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw' 'libraqm'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha256sums=('cc5411bcd766efbc5c281ae2147f0d154c452e5f0cc72894796afb88036baf2f'
-'SKIP'
-'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-  autoreconf --force --install
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libraqm' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support'
-  'libraw: for DNG support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find 

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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 21:19:26
  Author: arojas
Revision: 306516

Update to 6.9.9.16

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 21:05:00 UTC (rev 306515)
+++ PKGBUILD2017-10-01 21:19:26 UTC (rev 306516)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.15
+pkgver=6.9.9.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -12,10 +12,12 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw' 'libraqm'
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha256sums=('cc5411bcd766efbc5c281ae2147f0d154c452e5f0cc72894796afb88036baf2f'
+perlmagick.rpath.patch
+
imagemagick-fix-build.patch::"https://github.com/ImageMagick/ImageMagick/commit/c19d58e9.patch;)
+sha256sums=('d73c45f563eda97f77f470cc6d32d28268c78298b3cffe929f936bb890fccf64'
 'SKIP'
-'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
+'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088'
+'d0aef34ec7e3d8a7972d0e69fb3015961bfd5706ce74f008e46d65e603920064')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
 
 prepare() {
@@ -22,6 +24,7 @@
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
   sed '/AC_PATH_XTRA/d' -i configure.ac
   patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+  patch -p1 -i ../imagemagick-fix-build.patch
   autoreconf --force --install
 }
 


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

2017-10-01 Thread Christian Hesse
Date: Sunday, October 1, 2017 @ 21:09:41
  Author: eworm
Revision: 261198

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

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

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   56 -
 community-x86_64/PKGBUILD |   56 -
 3 files changed, 114 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 21:09:29 UTC (rev 261197)
+++ community-i686/PKGBUILD 2017-10-01 21:09:41 UTC (rev 261198)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170918
-pkgrel=2
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('e083f18596574fb7050167090bfb4db4df09a1a99f3c1adc77f820c166368881')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'openresolv' 'WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 261197, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 21:09:41 UTC (rev 261198)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20170918
+pkgrel=3
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('e083f18596574fb7050167090bfb4db4df09a1a99f3c1adc77f820c166368881')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-01 21:09:29 UTC (rev 261197)
+++ community-x86_64/PKGBUILD   2017-10-01 21:09:41 UTC (rev 261198)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170918
-pkgrel=2
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')

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

2017-10-01 Thread Christian Hesse
Date: Sunday, October 1, 2017 @ 21:09:29
  Author: eworm
Revision: 261197

upgpkg: wireguard 0.0.20170918-3

make openresolv an optional dependency (FS#55691)

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 19:30:19 UTC (rev 261196)
+++ PKGBUILD2017-10-01 21:09:29 UTC (rev 261197)
@@ -5,7 +5,7 @@
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
 pkgver=0.0.20170918
-pkgrel=2
+pkgrel=3
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
 url='http://www.wireguard.io/'
@@ -39,7 +39,8 @@
 }
 
 package_wireguard-tools() {
-   depends=('libmnl' 'openresolv' 'WIREGUARD-MODULE')
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
 
cd WireGuard-${pkgver}/
 


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

2017-10-01 Thread Christian Hesse
Date: Sunday, October 1, 2017 @ 20:55:42
  Author: eworm
Revision: 306512

upgpkg: rsync 3.1.2-3

rebuild with hardening flags

Modified:
  rsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 18:25:24 UTC (rev 306511)
+++ PKGBUILD2017-10-01 20:55:42 UTC (rev 306512)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/;


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 21:05:00
  Author: arojas
Revision: 306515

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-01 21:04:11 UTC (rev 306514)
+++ extra-i686/PKGBUILD 2017-10-01 21:05:00 UTC (rev 306515)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40'
-'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 306514, 
libmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-01 21:05:00 UTC (rev 306515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.14
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(i686 x86_64)
+url="https://libmtp.sourceforge.net;
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
+'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-01 21:04:11 UTC (rev 306514)
+++ extra-x86_64/PKGBUILD   2017-10-01 21:05:00 UTC (rev 306515)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: damir 
-# Contributor: Kevin Edmonds 
-
-pkgname=libmtp
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40'
-'SKIP')
-validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 306514, 
libmtp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-01 21:05:00 UTC (rev 306515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: damir 
+# Contributor: Kevin Edmonds 
+
+pkgname=libmtp
+pkgver=1.1.14
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=(i686 x86_64)

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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 21:04:11
  Author: arojas
Revision: 306514

Update to 1.1.14

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 20:55:54 UTC (rev 306513)
+++ PKGBUILD2017-10-01 21:04:11 UTC (rev 306514)
@@ -1,23 +1,24 @@
 # $Id$
-# Maintainer: Tom Gundersen 
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
 # Contributor: damir 
 # Contributor: Kevin Edmonds 
 
 pkgname=libmtp
-pkgver=1.1.13
+pkgver=1.1.14
 pkgrel=1
 pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40'
+arch=(i686 x86_64)
+url="https://libmtp.sourceforge.net;
+license=(LGPL)
+depends=(libusb)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('3817d3e296be8f1bc527385585780e70984e8e0d6a0d00349240d67e3df412e8'
 'SKIP')
 validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner 

 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-udev=/usr/lib/udev
   make
 }
@@ -28,9 +29,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2017-10-01 Thread Christian Hesse
Date: Sunday, October 1, 2017 @ 20:55:54
  Author: eworm
Revision: 306513

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

Added:
  rsync/repos/testing-i686/
  rsync/repos/testing-i686/PKGBUILD
(from rev 306512, rsync/trunk/PKGBUILD)
  rsync/repos/testing-i686/rsync.xinetd
(from rev 306512, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-i686/rsyncd.conf
(from rev 306512, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-i686/rsyncd.service
(from rev 306512, rsync/trunk/rsyncd.service)
  rsync/repos/testing-i686/rsyncd.socket
(from rev 306512, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-i686/rsyncd@.service
(from rev 306512, rsync/trunk/rsyncd@.service)
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 306512, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsync.xinetd
(from rev 306512, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 306512, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-x86_64/rsyncd.service
(from rev 306512, rsync/trunk/rsyncd.service)
  rsync/repos/testing-x86_64/rsyncd.socket
(from rev 306512, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-x86_64/rsyncd@.service
(from rev 306512, rsync/trunk/rsyncd@.service)

+
 testing-i686/PKGBUILD  |   46 +++
 testing-i686/rsync.xinetd  |   11 +
 testing-i686/rsyncd.conf   |   10 
 testing-i686/rsyncd.service|   10 
 testing-i686/rsyncd.socket |   10 
 testing-i686/rsyncd@.service   |9 +++
 testing-x86_64/PKGBUILD|   46 +++
 testing-x86_64/rsync.xinetd|   11 +
 testing-x86_64/rsyncd.conf |   10 
 testing-x86_64/rsyncd.service  |   10 
 testing-x86_64/rsyncd.socket   |   10 
 testing-x86_64/rsyncd@.service |9 +++
 12 files changed, 192 insertions(+)

Copied: rsync/repos/testing-i686/PKGBUILD (from rev 306512, 
rsync/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 20:55:54 UTC (rev 306513)
@@ -0,0 +1,46 @@
+# $Id$
+
+pkgname=rsync
+pkgver=3.1.2
+pkgrel=3
+pkgdesc="A file transfer program to keep remote files in sync"
+arch=('i686' 'x86_64')
+url="https://rsync.samba.org/;
+license=('GPL3')
+depends=('perl' 'popt' 'acl' 'zlib')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+source=("https://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz"{,.asc}
+'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
+'rsyncd.socket' 'rsyncd@.service')
+md5sums=('0f758d7e000c0f7f7d3792610fad70cb'
+ 'SKIP'
+ 'bce64d122a8e0f86872a4a21a03bc7f3'
+ 'ea3e9277dc908bc51f9eddc0f6b935c1'
+ 'f90ba7f3717028769d6f230a2402b5aa'
+ 'ae4c381e0c02d6132c7f6ded3f473041'
+ 'ceab0b656e5e8239df594040b3b31d3c')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --disable-debug
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make test
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm644 ../rsyncd.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -m644 ../rsyncd.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -m644 ../rsyncd@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-i686/rsync.xinetd (from rev 306512, 
rsync/trunk/rsync.xinetd)
===
--- testing-i686/rsync.xinetd   (rev 0)
+++ testing-i686/rsync.xinetd   2017-10-01 20:55:54 UTC (rev 306513)
@@ -0,0 +1,11 @@
+service rsync
+{
+socket_type = stream
+wait= no
+user= root
+server  = /usr/bin/rsync
+server_args = --daemon
+log_on_success  += HOST DURATION
+log_on_failure  += HOST
+disable = yes
+}

Copied: rsync/repos/testing-i686/rsyncd.conf (from rev 306512, 
rsync/trunk/rsyncd.conf)
===
--- testing-i686/rsyncd.conf(rev 0)
+++ testing-i686/rsyncd.conf2017-10-01 20:55:54 UTC (rev 306513)
@@ -0,0 +1,10 @@
+uid = nobody
+gid = nobody
+use chroot = no
+max connections = 4
+syslog facility = local5
+pid file = /run/rsyncd.pid
+
+[ftp]
+

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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 19:30:19
  Author: shibumi
Revision: 261196

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

Added:
  packer-io/repos/community-i686/PKGBUILD
(from rev 261195, packer-io/trunk/PKGBUILD)
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 261195, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-i686/PKGBUILD
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 19:20:19 UTC (rev 261195)
+++ community-i686/PKGBUILD 2017-10-01 19:30:19 UTC (rev 261196)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go')
-depends=('glibc')
-_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-check() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-i686/PKGBUILD (from rev 261195, 
packer-io/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 19:30:19 UTC (rev 261196)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go' 'go-tools')
+depends=('glibc')

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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 19:20:19
  Author: shibumi
Revision: 261195

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 261194, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
+++ PKGBUILD2017-10-01 19:20:19 UTC (rev 261195)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go' 'go-tools')
-depends=('glibc')
-_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 261194, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 19:20:19 UTC (rev 261195)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go' 'go-tools')
+depends=('glibc')
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

[arch-commits] Commit in mkinitcpio/trunk (1 file)

2017-10-01 Thread Dave Reisner
Date: Sunday, October 1, 2017 @ 18:25:05
  Author: dreisner
Revision: 306510

upgpkg: mkinitcpio 24-1

Deleted:
  
mkinitcpio/trunk/0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch

-+
 0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch |   31 
--
 1 file changed, 31 deletions(-)

Deleted: 0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch
===
--- 0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch 
2017-10-01 18:24:03 UTC (rev 306509)
+++ 0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch 
2017-10-01 18:25:05 UTC (rev 306510)
@@ -1,31 +0,0 @@
-From 32dbf895d07f07e32d2b3bb4afb132eea1919749 Mon Sep 17 00:00:00 2001
-From: Dave Reisner 
-Date: Mon, 21 Aug 2017 21:33:22 -0400
-Subject: [PATCH] make ldd parsing compatible with upstream glibc changes
-
-https://sourceware.org/git/?p=glibc.git;a=commit;h=eedca9772e99c72ab4c3c34e43cc764250aa3e3c

- functions | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/functions b/functions
-index 0e1fe0f..941312f 100644
 a/functions
-+++ b/functions
-@@ -598,10 +598,10 @@ add_binary() {
- ! lddout=$(ldd "$binary" 2>/dev/null) && return 0
- 
- # resolve sodeps
--regex='(/.+) \(0x[a-fA-F0-9]+\)'
--while read line; do
-+regex='^(|.+ )(/.+) \(0x[a-fA-F0-9]+\)'
-+while read -r line; do
- if [[ $line =~ $regex ]]; then
--sodep=${BASH_REMATCH[1]}
-+sodep=${BASH_REMATCH[2]}
- elif [[ $line = *'not found' ]]; then
- error "binary dependency \`%s' not found for \`%s'" "${line%% *}" 
"$1"
- (( ++_builderrors ))
--- 
-2.14.1
-


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

2017-10-01 Thread Dave Reisner
Date: Sunday, October 1, 2017 @ 18:25:24
  Author: dreisner
Revision: 306511

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 306510, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 306510, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   33 +
 mkinitcpio.install |   15 +++
 2 files changed, 48 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 306510, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-01 18:25:24 UTC (rev 306511)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=24
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/;
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive'
+ 'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('ec0ecbc518c14ecacf5a8ece2f068fe86fcaf3aed09ee6b82737e773e5d7d02b'
+'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
+  '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 306510, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2017-10-01 18:25:24 UTC (rev 306511)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+
+  if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then
+printf '==> The "block" hook has replaced several hooks:\n'
+printf '   fw, sata, pata, scsi, virtio, mmc, usb\n'
+printf 'Replace any and all of these in /etc/mkinitcpio.conf with a 
single\n'
+printf 'instance of the "block" hook\n'
+  fi
+}


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

2017-10-01 Thread Dave Reisner
Date: Sunday, October 1, 2017 @ 18:24:03
  Author: dreisner
Revision: 306509

upgpkg: mkinitcpio 24-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:42:57 UTC (rev 306508)
+++ PKGBUILD2017-10-01 18:24:03 UTC (rev 306509)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=23
-pkgrel=2
+pkgver=24
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/;
@@ -17,20 +17,13 @@
 'lz4: Use lz4 compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 backup=('etc/mkinitcpio.conf')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-'0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('80f12a07f0dceef81dfe87200f099bd2149e0990391dda6defebaa5697f8a35a'
-'SKIP'
-'f534892af930abf8164eead271dc012e42a552362fbb459e55e04d4a68b52a66')
+sha256sums=('ec0ecbc518c14ecacf5a8ece2f068fe86fcaf3aed09ee6b82737e773e5d7d02b'
+'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i 
../0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch
-}
-
 check() {
   make -C "$pkgname-$pkgver" check
 }


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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 18:22:42
  Author: shibumi
Revision: 261194

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 261193, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 18:22:12 UTC (rev 261193)
+++ PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go')
-depends=('glibc')
-_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-check() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 261193, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 18:22:42 UTC (rev 261194)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go' 'go-tools')
+depends=('glibc')
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'

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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 18:22:12
  Author: shibumi
Revision: 261193

upgpkg: packer-io 1.1.0-1

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 17:36:26 UTC (rev 261192)
+++ PKGBUILD2017-10-01 18:22:12 UTC (rev 261193)
@@ -1,15 +1,15 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.0.4
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
 license=('MPL')
-makedepends=('git' 'go')
+makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
-_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
@@ -71,10 +71,10 @@
   make dev
 }
 
-check() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make test
-}
+#check() {
+#  cd "src/github.com/hashicorp/${_pkgname}"
+#  make test
+#}
 
 package() {
   cd "${srcdir}/bin/"


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

2017-10-01 Thread Florian Pritz
Date: Sunday, October 1, 2017 @ 17:36:26
  Author: bluewind
Revision: 261192

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 17:36:19 UTC (rev 261191)
+++ community-i686/PKGBUILD 2017-10-01 17:36:26 UTC (rev 261192)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.27.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('117d0c0fb84914a2900524fac392c5c6')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 261191, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 17:36:26 UTC (rev 261192)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('00bbd133bedae97ed962fa419d2b581f')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-01 17:36:19 UTC (rev 261191)
+++ community-x86_64/PKGBUILD   2017-10-01 17:36:26 UTC (rev 261192)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.27.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('117d0c0fb84914a2900524fac392c5c6')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 261191, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-01 17:36:26 UTC (rev 261192)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')

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

2017-10-01 Thread Florian Pritz
Date: Sunday, October 1, 2017 @ 17:36:19
  Author: bluewind
Revision: 261191

upgpkg: filezilla 3.28.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 17:35:38 UTC (rev 261190)
+++ PKGBUILD2017-10-01 17:36:19 UTC (rev 261191)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.27.1
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('117d0c0fb84914a2900524fac392c5c6')
+md5sums=('00bbd133bedae97ed962fa419d2b581f')


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

2017-10-01 Thread Florian Pritz
Date: Sunday, October 1, 2017 @ 17:35:38
  Author: bluewind
Revision: 261190

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 17:26:14 UTC (rev 261189)
+++ community-i686/PKGBUILD 2017-10-01 17:35:38 UTC (rev 261190)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://lib.filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('0ab3b56ca55e608d601ada68dd86d673')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 261189, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 17:35:38 UTC (rev 261190)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('c22ecf8af9067a8827a5b24dad40bc63')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-01 17:26:14 UTC (rev 261189)
+++ community-x86_64/PKGBUILD   2017-10-01 17:35:38 UTC (rev 261190)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://lib.filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('0ab3b56ca55e608d601ada68dd86d673')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 261189, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-01 17:35:38 UTC (rev 261190)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')

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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 17:26:14
  Author: muflone
Revision: 261189

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

Added:
  sweethome3d/repos/community-testing-i686/
  sweethome3d/repos/community-testing-i686/PKGBUILD
(from rev 261188, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-i686/sweethome3d.desktop
(from rev 261188, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-i686/sweethome3d.install
(from rev 261188, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-i686/sweethome3d.sh
(from rev 261188, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-i686/sweethome3d.xml
(from rev 261188, sweethome3d/trunk/sweethome3d.xml)
  sweethome3d/repos/community-testing-x86_64/
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 261188, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 261188, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 261188, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 261188, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 261188, sweethome3d/trunk/sweethome3d.xml)

--+
 community-testing-i686/PKGBUILD  |   56 +
 community-testing-i686/sweethome3d.desktop   |   11 
 community-testing-i686/sweethome3d.install   |   10 
 community-testing-i686/sweethome3d.sh|   44 +++
 community-testing-x86_64/PKGBUILD|   56 +
 community-testing-x86_64/sweethome3d.desktop |   11 
 community-testing-x86_64/sweethome3d.install |   10 
 community-testing-x86_64/sweethome3d.sh  |   44 +++
 8 files changed, 242 insertions(+)

Copied: sweethome3d/repos/community-testing-i686/PKGBUILD (from rev 261188, 
sweethome3d/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-01 17:26:14 UTC (rev 261189)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=5.5
+pkgrel=1
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('i686' 'x86_64')
+url="http://www.sweethome3d.com/;
+license=('GPL' 'custom')
+depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender')
+source=("${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+source_i686=("SweetHome3D-${pkgver}-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
+source_x86_64=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
+sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
+'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+sha256sums_i686=('51a0aea2baebf621512a683de3ed487f9a9c6b90bcb869ac3465b89e20a07eb6')
+sha256sums_x86_64=('f22ddc0757e1e04381307bdec5e563cf1cebf10388298487c2a3ab52b0a55d3a')
+install="${pkgname}.install"
+
+package() {
+  # Desktop and launchers
+  cd "${srcdir}"
+  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  # Install licenses
+  cd "SweetHome3D-${pkgver}"
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
+  # Install icon
+  install -m 644 -D "SweetHome3DIcon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install javaws.jar from jre8
+  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" jre8/lib/javaws.jar
+  # Install main program and libraries
+  cd "lib"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
+  # Java3D 1.5 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
+  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
+
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" libj3dcore-ogl.so
+  # Java3D 1.6 libraries
+  

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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 17:25:00
  Author: muflone
Revision: 261188

upgpkg: sweethome3d 5.5-1

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 17:08:29 UTC (rev 261187)
+++ PKGBUILD2017-10-01 17:25:00 UTC (rev 261188)
@@ -7,8 +7,8 @@
 # Contributor: Archan Paul 
 
 pkgname=sweethome3d
-pkgver=5.4
-pkgrel=2
+pkgver=5.5
+pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('i686' 'x86_64')
 url="http://www.sweethome3d.com/;
@@ -17,13 +17,13 @@
 source=("${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.xml")
-source_i686=("SweetHome3D-5.4-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
-source_x86_64=("SweetHome3D-5.4-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
+source_i686=("SweetHome3D-${pkgver}-linux-x86.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x86.tgz;)
+source_x86_64=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;)
 sha256sums=('c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
 '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-sha256sums_i686=('f5778277c11be1b8f069be1775964a9eae1f20e3d20eb030cffe16f8f5252fdf')
-sha256sums_x86_64=('4f2f69495aac1cb2fd9a7c7235b596b1916fee4f77f348e8381cf136c56e5ae4')
+sha256sums_i686=('51a0aea2baebf621512a683de3ed487f9a9c6b90bcb869ac3465b89e20a07eb6')
+sha256sums_x86_64=('f22ddc0757e1e04381307bdec5e563cf1cebf10388298487c2a3ab52b0a55d3a')
 install="${pkgname}.install"
 
 package() {


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 17:08:06
  Author: muflone
Revision: 261186

upgpkg: spyder 3.2.3-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:58:54 UTC (rev 261185)
+++ PKGBUILD2017-10-01 17:08:06 UTC (rev 261186)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
+sha256sums=('913108548b934ac0dfac9494436b6aa920ed8ddd6b02c3f3da31cd512dc8ea85'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 17:08:29
  Author: muflone
Revision: 261187

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 261186, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 261186, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 261186, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 261186, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 261186, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 261186, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  214 +--
 bug_51437_spyder2.patch|  102 ++--
 bug_53489_python2-optional-nbconvert.patch |   24 +--
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 +++---
 python2.patch  |   34 ++--
 spyder2.install|   16 +-
 6 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 17:08:06 UTC (rev 261186)
+++ PKGBUILD2017-10-01 17:08:29 UTC (rev 261187)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='https://github.com/spyder-ide/spyder/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
-   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  

[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:58:54
  Author: muflone
Revision: 261185

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 261184, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 261184, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 261184, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 261184, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 261184, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 261184, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  214 +--
 bug_51437_spyder2.patch|  102 ++--
 bug_53489_python2-optional-nbconvert.patch |   24 +--
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 +++---
 python2.patch  |   34 ++--
 spyder2.install|   16 +-
 6 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 16:58:22 UTC (rev 261184)
+++ PKGBUILD2017-10-01 16:58:54 UTC (rev 261185)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='https://github.com/spyder-ide/spyder/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
-   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'icu' 'gtk-update-icon-cache')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
-  

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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:58:22
  Author: muflone
Revision: 261184

upgpkg: spyder 3.2.2-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:56:09 UTC (rev 261183)
+++ PKGBUILD2017-10-01 16:58:22 UTC (rev 261184)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
+sha256sums=('f558e1c9721c1f69e159dec18cee775ecbe4c3200a6b5293f43ab686df564e9e'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 16:47:03
  Author: arojas
Revision: 261181

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 261180, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/env.patch
(from rev 261180, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/fes02.patch
(from rev 261180, sagemath/trunk/fes02.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 261180, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/latte-count.patch
(from rev 261180, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 261180, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/r-no-readline.patch
(from rev 261180, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-staging-i686/sagemath-cython-0.26.patch
(from rev 261180, sagemath/trunk/sagemath-cython-0.26.patch)
  sagemath/repos/community-staging-i686/sagemath-detect-igraph.patch
(from rev 261180, sagemath/trunk/sagemath-detect-igraph.patch)
  sagemath/repos/community-staging-i686/sagemath-ecl-no-sigfpe.patch
(from rev 261180, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-staging-i686/sagemath-networkx2.patch
(from rev 261180, sagemath/trunk/sagemath-networkx2.patch)
  sagemath/repos/community-staging-i686/sagemath-pynac-0.7.11.patch
(from rev 261180, sagemath/trunk/sagemath-pynac-0.7.11.patch)
  sagemath/repos/community-staging-i686/sagemath-pynac-0.7.12.patch
(from rev 261180, sagemath/trunk/sagemath-pynac-0.7.12.patch)
  sagemath/repos/community-staging-i686/sagemath-python3-notebook.patch
(from rev 261180, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 261180, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 261180, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 261180, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/fes02.patch
(from rev 261180, sagemath/trunk/fes02.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 261180, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/latte-count.patch
(from rev 261180, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 261180, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/r-no-readline.patch
(from rev 261180, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython-0.26.patch
(from rev 261180, sagemath/trunk/sagemath-cython-0.26.patch)
  sagemath/repos/community-staging-x86_64/sagemath-detect-igraph.patch
(from rev 261180, sagemath/trunk/sagemath-detect-igraph.patch)
  sagemath/repos/community-staging-x86_64/sagemath-ecl-no-sigfpe.patch
(from rev 261180, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-staging-x86_64/sagemath-networkx2.patch
(from rev 261180, sagemath/trunk/sagemath-networkx2.patch)
  sagemath/repos/community-staging-x86_64/sagemath-pynac-0.7.11.patch
(from rev 261180, sagemath/trunk/sagemath-pynac-0.7.11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-pynac-0.7.12.patch
(from rev 261180, sagemath/trunk/sagemath-pynac-0.7.12.patch)
  sagemath/repos/community-staging-x86_64/sagemath-python3-notebook.patch
(from rev 261180, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 261180, sagemath/trunk/test-optional.patch)

--+
 community-staging-i686/PKGBUILD  |  168 +
 community-staging-i686/env.patch |   93 +++
 community-staging-i686/fes02.patch   |   57 +
 community-staging-i686/jupyter-path.patch|   22 
 community-staging-i686/latte-count.patch |   71 ++
 community-staging-i686/package.patch |   38 +
 community-staging-i686/r-no-readline.patch   |   11 
 community-staging-i686/sagemath-cython-0.26.patch|   26 
 community-staging-i686/sagemath-detect-igraph.patch  |   21 
 community-staging-i686/sagemath-ecl-no-sigfpe.patch  |   12 
 community-staging-i686/sagemath-networkx2.patch  |   26 
 community-staging-i686/sagemath-pynac-0.7.11.patch   |   21 
 community-staging-i686/sagemath-pynac-0.7.12.patch   |  390 +
 community-staging-i686/sagemath-python3-notebook.patch   |   27 
 community-staging-i686/test-optional.patch   |   25 
 

[arch-commits] Commit in spyder/repos (7 files)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:44:57
  Author: muflone
Revision: 261179

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 261178, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 261178, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 261178, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 261178, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 261178, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 261178, spyder/trunk/spyder2.install)

+
 PKGBUILD   |  107 +++
 bug_51437_spyder2.patch|   51 
 bug_53489_python2-optional-nbconvert.patch |   12 +++
 bug_54508_missing_pyqt4_qtwebkit.patch |   24 ++
 python2.patch  |   17 
 spyder2.install|8 ++
 6 files changed, 219 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 261178, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-01 16:44:57 UTC (rev 261179)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder2' 'spyder3')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch"
+"bug_53489_python2-optional-nbconvert.patch"
+"bug_54508_missing_pyqt4_qtwebkit.patch"
+"bug_51437_spyder2.patch")
+sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
+'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
+'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
+'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
+'ae077fc95bc6861402a90c55bc11b3a2dda3fde4005e9d7ad65df3b1a120d8c1')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
+  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  patch -p1 -i "../bug_51437_spyder2.patch"
+  mv "img_src/spyder.png" "img_src/spyder2.png"
+  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
+
+  # Prepare sources for spyder2 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
+
+  # Prepare sources for spyder3 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package_spyder2() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'icu' 'gtk-update-icon-cache')
+  provides=('spyder')
+  conflicts=('spyder')
+  replaces=('spyder')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  install="${pkgname}.install"
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install 

[arch-commits] Commit in sagemath/trunk (PKGBUILD sagemath-pynac-0.7.12.patch)

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 16:45:07
  Author: arojas
Revision: 261180

pynac 0.7.12 rebuild

Added:
  sagemath/trunk/sagemath-pynac-0.7.12.patch
Modified:
  sagemath/trunk/PKGBUILD

-+
 PKGBUILD|7 
 sagemath-pynac-0.7.12.patch |  390 ++
 2 files changed, 395 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:44:57 UTC (rev 261179)
+++ PKGBUILD2017-10-01 16:45:07 UTC (rev 261180)
@@ -9,7 +9,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -37,7 +37,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
 r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch 
sagemath-cython-0.26.patch
-sagemath-pynac-0.7.11.patch sagemath-detect-igraph.patch 
sagemath-networkx2.patch)
+sagemath-pynac-0.7.11.patch sagemath-pynac-0.7.12.patch 
sagemath-detect-igraph.patch sagemath-networkx2.patch)
 sha256sums=('91df3e303add71616e24b38c04789f66d57ada7b1017e5369e850c42d5e8753d'
 'e0b5b8673300857fde823209a7e90faecf9e754ab812cc5e54297eddc0c79571'
 '4a2297e4d9d28f0b3a1f58e1b463e332affcb109eafde44837b1657e309c8212'
@@ -50,6 +50,7 @@
 'c31809f887bf9acc45c5bd9dd30bb93e73601d3efbf3016594c3c1d241731c8a'
 '2953ef15d957a2f3304a5584c154bf4777bcb4b461414d3a2178423257539755'
 '3e23ff449a5a3a032684287722455633762636b93ecfc35fb00e875c69eff240'
+'719bb39c9c2cd1c6e75be0969000ba5ffcd2875bb5190fce6bb6a6feaa76b96f'
 '90be1d1a90120bd5bd3620769480106ba809dd23e896bc4a3f8931e5340f3cda'
 'a1a0ab5b794136b518f5f66fe9f1689411fabb3b81560b159eae81f6f69000e3')
 
@@ -88,6 +89,8 @@
   patch -p1 -i ../sagemath-cython-0.26.patch
 # fix build with pynac 0.7.11 https://trac.sagemath.org/ticket/23820
   patch -p1 -i ../sagemath-pynac-0.7.11.patch
+# fix build with pynac 0.7.12 https://trac.sagemath.org/ticket/23950
+  patch -p1 -i ../sagemath-pynac-0.7.12.patch
 
 # use python2
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -e 's|exec 
python|exec python2|' -i src/bin/*

Added: sagemath-pynac-0.7.12.patch
===
--- sagemath-pynac-0.7.12.patch (rev 0)
+++ sagemath-pynac-0.7.12.patch 2017-10-01 16:45:07 UTC (rev 261180)
@@ -0,0 +1,390 @@
+diff --git a/src/doc/de/thematische_anleitungen/sage_gymnasium.rst 
b/src/doc/de/thematische_anleitungen/sage_gymnasium.rst
+index 5a150a0..f9ede06 100644
+--- a/src/doc/de/thematische_anleitungen/sage_gymnasium.rst
 b/src/doc/de/thematische_anleitungen/sage_gymnasium.rst
+@@ -716,7 +716,7 @@ die ähnliche Funktion ``canonicalize_radical``::
+ Diese Gesetze können auch umgekehrt verwendet werden, wie in diesem Beispiel::
+ 
+ sage: (5*log(2) + 5*log(5)).simplify_log()
+-log(10)
++5*log(10)
+ 
+ Es geben weitere mögliche Vereinfachungen, die wir hier nicht weiter erwähnen.
+ 
+diff --git a/src/sage/coding/code_bounds.py b/src/sage/coding/code_bounds.py
+index 7935bbf..64ac455 100644
+--- a/src/sage/coding/code_bounds.py
 b/src/sage/coding/code_bounds.py
+@@ -577,8 +577,8 @@ def entropy(x, q=2):
+ 
+ sage: codes.bounds.entropy(0, 2)
+ 0
+-sage: codes.bounds.entropy(1/5,4)
+-1/5*log(3)/log(4) - 4/5*log(4/5)/log(4) - 1/5*log(1/5)/log(4)
++sage: codes.bounds.entropy(1/5,4).factor()
++1/10*(log(3) - 4*log(4/5) - log(1/5))/log(2)
+ sage: codes.bounds.entropy(1, 3)
+ log(2)/log(3)
+ 
+diff --git a/src/sage/functions/log.py b/src/sage/functions/log.py
+index 15e3dbf..64d898c 100644
+--- a/src/sage/functions/log.py
 b/src/sage/functions/log.py
+@@ -121,12 +121,12 @@ class Function_exp(GinacFunction):
+ sage: model_exp = exp(II)**a*(b)
+ sage: sol1_l={b: 5.0, a: 1.1}
+ sage: model_exp.subs(sol1_l)
+-5.00*(e^II)^1.10
++5.00*e^(1.10*II)
+ 
+ ::
+ 
+ sage: exp(3)^II*exp(x)
+-(e^3)^II*e^x
++e^(3*II + x)
+ sage: exp(x)*exp(x)
+ e^(2*x)
+ sage: exp(x)*exp(a)
+@@ -137,7 +137,7 @@ class Function_exp(GinacFunction):
+ Another instance of the same problem (:trac:`7394`)::
+ 
+ sage: 2*sqrt(e)
+-2*sqrt(e)
++2*e^(1/2)
+ 
+ Check that :trac:`19918` is fixed::
+ 
+@@ -271,7 +271,7 @@ class Function_log(GinacFunction):
+ sage: RDF(log(1024, 

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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:44:21
  Author: muflone
Revision: 261178

upgpkg: spyder 3.2.1-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:22:13 UTC (rev 261177)
+++ PKGBUILD2017-10-01 16:44:21 UTC (rev 261178)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
@@ -17,7 +17,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('5dea4755e68ee20377d3ab090ffa6a3739bf8f8da05943acd558434a1f3622a3'
+sha256sums=('c8d4aec5d4753938cf3c20886fc8e2fb0c470140cf1c5d9cf3534bb3a0164918'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:21:57
  Author: muflone
Revision: 261176

upgpkg: python-qtpy 1.3.1-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 16:20:38 UTC (rev 261175)
+++ PKGBUILD2017-10-01 16:21:57 UTC (rev 261176)
@@ -4,7 +4,7 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
@@ -13,7 +13,7 @@
 url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f59c2a5b3b58302caf2cb0c80b691d68b0cb66f887bec48a8fac21154323dc84')
+sha256sums=('093a0f58f5f0e3b62c46bb63a00992a56e5f0bd77997435b4ce756a1def6f944')
 
 package_python2-qtpy() {
   depends=('python2')


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:22:13
  Author: muflone
Revision: 261177

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 261176, python-qtpy/trunk/PKGBUILD)
Deleted:
  python-qtpy/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 16:21:57 UTC (rev 261176)
+++ PKGBUILD2017-10-01 16:22:13 UTC (rev 261177)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtpy'
-_pkgbase='qtpy'
-pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f59c2a5b3b58302caf2cb0c80b691d68b0cb66f887bec48a8fac21154323dc84')
-
-package_python2-qtpy() {
-  depends=('python2')
-  optdepends=('python2-pyqt4: Qt4 Python bindings'
-  'python2-pyqt5: Qt5 Python bindings'
-  'python2-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtpy() {
-  depends=('python')
-  optdepends=('python-pyqt4: Qt4 Python bindings'
-  'python-pyqt5: Qt5 Python bindings'
-  'python-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 261176, 
python-qtpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 16:22:13 UTC (rev 261177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('093a0f58f5f0e3b62c46bb63a00992a56e5f0bd77997435b4ce756a1def6f944')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:20:38
  Author: muflone
Revision: 261175

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 261174, python-qtpy/trunk/PKGBUILD)

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

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 261174, 
python-qtpy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-01 16:20:38 UTC (rev 261175)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('f59c2a5b3b58302caf2cb0c80b691d68b0cb66f887bec48a8fac21154323dc84')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 16:20:19
  Author: muflone
Revision: 261174

upgpkg: python-qtpy 1.3.0-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 15:15:14 UTC (rev 261173)
+++ PKGBUILD2017-10-01 16:20:19 UTC (rev 261174)
@@ -4,16 +4,16 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 arch=('any')
-url="https://github.com/spyder-ide/${pkgbase}/;
+url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b13bba2cc7a8cc5530f83b0960c1804cc338ec6939bdc9a9be11e2af29558075')
+sha256sums=('f59c2a5b3b58302caf2cb0c80b691d68b0cb66f887bec48a8fac21154323dc84')
 
 package_python2-qtpy() {
   depends=('python2')


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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 15:15:14
  Author: stativ
Revision: 261173

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 15:14:52 UTC (rev 261172)
+++ community-i686/PKGBUILD 2017-10-01 15:15:14 UTC (rev 261173)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonverter
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Front-end to various audio converters"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=29024;
-license=('GPL')
-depends=('hicolor-icon-theme' 'kdelibs4support' 'libkcddb' 'taglib')
-makedepends=('cmake' 'extra-cmake-modules' 'kdesignerplugin' 'kdoctools')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dfaust/soundkonverter/archive/v${pkgver}.tar.gz;)
-sha256sums=('f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee')
-
-build() {
-  mkdir -p "$srcdir/build"
-  cd "$srcdir/build"
-
-  cmake "$srcdir/$pkgname-$pkgver/src" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 261172, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 15:15:14 UTC (rev 261173)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024;
+license=('GPL')
+depends=('hicolor-icon-theme' 'kdelibs4support' 'libkcddb' 'taglib')
+makedepends=('cmake' 'extra-cmake-modules' 'kdesignerplugin' 'kdoctools')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dfaust/soundkonverter/archive/v${pkgver}.tar.gz;)
+sha256sums=('92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce')
+
+build() {
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+
+  cmake "$srcdir/$pkgname-$pkgver/src" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 15:14:52
  Author: stativ
Revision: 261172

upgpkg: soundkonverter 3.0.1-1

update to 3.0.1

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 14:53:27 UTC (rev 261171)
+++ PKGBUILD2017-10-01 15:14:52 UTC (rev 261172)
@@ -5,7 +5,7 @@
 # Contributor: Darwin Bautista 
 
 pkgname=soundkonverter
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 'wavpack: wavpack backend'
 'sox: sox plugin (change sample rate, various effects)')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dfaust/soundkonverter/archive/v${pkgver}.tar.gz;)
-sha256sums=('f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee')
+sha256sums=('92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce')
 
 build() {
   mkdir -p "$srcdir/build"


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

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:53:15
  Author: jelle
Revision: 261170

upgpkg: oprofile 1.2.0-1

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 14:50:26 UTC (rev 261169)
+++ PKGBUILD2017-10-01 14:53:15 UTC (rev 261170)
@@ -2,8 +2,8 @@
 # Maintainer : Aaron Griffin 
 
 pkgname=oprofile
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url="http://oprofile.sourceforge.net;
@@ -12,11 +12,11 @@
 options=('staticlibs')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
 
 build() {
   cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
+#CXXFLAGS+=" -std=gnu++03"
   ./configure --prefix=/usr --with-x
   make
 }


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

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:53:27
  Author: jelle
Revision: 261171

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

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

---+
 /PKGBUILD |   86 
 /oprofile.install |   16 ++
 community-i686/PKGBUILD   |   43 --
 community-i686/oprofile.install   |8 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/oprofile.install |8 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 14:53:15 UTC (rev 261170)
+++ community-i686/PKGBUILD 2017-10-01 14:53:27 UTC (rev 261171)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.1.0
-pkgrel=4
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('38c0d8812fe605f6ddd1cd183a482aa7605c0e81')
-
-build() {
-  cd $pkgname-$pkgver
-  CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/var/lib/oprofile"
-
-# installing development libraries and headers - FS#20089
-  install -d  "$pkgdir/usr/include/oprofile"
-  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
-libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
-libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
-  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
-  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
-  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
-  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
-}

Copied: oprofile/repos/community-i686/PKGBUILD (from rev 261170, 
oprofile/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 14:53:27 UTC (rev 261171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
+
+build() {
+  cd $pkgname-$pkgver
+#CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/var/lib/oprofile"
+
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
+  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
+  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
+  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
+  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
+}

Deleted: community-i686/oprofile.install
===
--- community-i686/oprofile.install 2017-10-01 14:53:15 UTC (rev 261170)
+++ community-i686/oprofile.install 2017-10-01 14:53:27 UTC (rev 261171)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Copied: 

[arch-commits] Commit in (hfsprogs)

2017-10-01 Thread Fabio Castelli
Date: Sunday, October 1, 2017 @ 14:50:26
  Author: muflone
Revision: 261169

Package hfsprogs 332.25-15 dropped from community to the AUR

Deleted:
  hfsprogs/


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

2017-10-01 Thread Florian Pritz
Date: Sunday, October 1, 2017 @ 14:44:25
  Author: bluewind
Revision: 261166

upgpkg: libfilezilla 0.11.0-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 14:41:13 UTC (rev 261165)
+++ PKGBUILD2017-10-01 14:44:25 UTC (rev 261166)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('0ab3b56ca55e608d601ada68dd86d673')
+md5sums=('c22ecf8af9067a8827a5b24dad40bc63')


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

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:41:13
  Author: jelle
Revision: 261165

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

Added:
  vte3-ng/repos/community-testing-i686/
  vte3-ng/repos/community-testing-i686/PKGBUILD
(from rev 261164, vte3-ng/trunk/PKGBUILD)
  vte3-ng/repos/community-testing-x86_64/
  vte3-ng/repos/community-testing-x86_64/PKGBUILD
(from rev 261164, vte3-ng/trunk/PKGBUILD)

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

Copied: vte3-ng/repos/community-testing-i686/PKGBUILD (from rev 261164, 
vte3-ng/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-01 14:41:13 UTC (rev 261165)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Maintainer: Jelle van der Waa 
+
+pkgname=vte3-ng
+_basever=0.50.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
+md5sums=('77dbec2a4d548d07739a76d6b12a1a92')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}

Copied: vte3-ng/repos/community-testing-x86_64/PKGBUILD (from rev 261164, 
vte3-ng/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-01 14:41:13 UTC (rev 261165)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Maintainer: Jelle van der Waa 
+
+pkgname=vte3-ng
+_basever=0.50.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
+md5sums=('77dbec2a4d548d07739a76d6b12a1a92')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}


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

2017-10-01 Thread Jelle van der Waa
Date: Sunday, October 1, 2017 @ 14:39:54
  Author: jelle
Revision: 261164

upgpkg: vte3-ng 0.50.0.a-1

Modified:
  vte3-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 14:14:03 UTC (rev 261163)
+++ PKGBUILD2017-10-01 14:39:54 UTC (rev 261164)
@@ -3,7 +3,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=vte3-ng
-_basever=0.48.3
+_basever=0.50.0
 pkgver=$_basever.a
 pkgrel=1
 pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
 url="https://github.com/thestinger/vte-ng;
 source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
-md5sums=('cc3f21518c7cda46f61df9d439524a1c')
+md5sums=('77dbec2a4d548d07739a76d6b12a1a92')
 provides=(vte3=$_basever vte3-select-text=$_basever)
 conflicts=(vte3 vte3-select-text)
 replaces=(vte3-select-text)


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

2017-10-01 Thread Felix Yan
Date: Sunday, October 1, 2017 @ 14:13:43
  Author: felixonmars
Revision: 261162

upgpkg: python-tqdm 4.19.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 13:59:28 UTC (rev 261161)
+++ PKGBUILD2017-10-01 14:13:43 UTC (rev 261162)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.17.1
+pkgver=4.19.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('b98c335bca045548262893ae78583063f99101bbde7f8ee812ab5b52918f78a39f55e1a13c5c9ee73e447e80feeefbf91095c7a19bf650f1054f464e63cb7081')
+sha512sums=('ef59571a1ead329a3ad74e5b8d04e25eab35a1967b14cfc364513af5c82ed4618b352c1b2746cfce3bbdd29868a5d82e267ff8c270d5673097b91e4d116e7b45')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests
+  python setup.py nosetests --ignore-files="tests_perf\.py"
 
   cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
 }
 
 package_python-tqdm() {


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

2017-10-01 Thread Felix Yan
Date: Sunday, October 1, 2017 @ 14:14:03
  Author: felixonmars
Revision: 261163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 14:13:43 UTC (rev 261162)
+++ PKGBUILD2017-10-01 14:14:03 UTC (rev 261163)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.17.1
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('b98c335bca045548262893ae78583063f99101bbde7f8ee812ab5b52918f78a39f55e1a13c5c9ee73e447e80feeefbf91095c7a19bf650f1054f464e63cb7081')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 261162, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 14:14:03 UTC (rev 261163)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.19.0
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('ef59571a1ead329a3ad74e5b8d04e25eab35a1967b14cfc364513af5c82ed4618b352c1b2746cfce3bbdd29868a5d82e267ff8c270d5673097b91e4d116e7b45')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 13:59:28
  Author: arojas
Revision: 261161

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

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

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

Copied: pynac/repos/community-staging-i686/PKGBUILD (from rev 261160, 
pynac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-01 13:59:28 UTC (rev 261161)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.12
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('8ea753e858c31f0227fad1b188f4e825f985f56c32ca0524fdd1fed727daff67')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: pynac/repos/community-staging-x86_64/PKGBUILD (from rev 261160, 
pynac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-01 13:59:28 UTC (rev 261161)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=pynac
+pkgver=0.7.12
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(i686 x86_64)
+url="http://pynac.org;
+license=(GPL)
+depends=(python2 singular libgiac)
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
+sha256sums=('8ea753e858c31f0227fad1b188f4e825f985f56c32ca0524fdd1fed727daff67')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 13:58:26
  Author: arojas
Revision: 261160

Update to 0.7.12

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:45:17 UTC (rev 261159)
+++ PKGBUILD2017-10-01 13:58:26 UTC (rev 261160)
@@ -3,7 +3,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=pynac
-pkgver=0.7.11
+pkgver=0.7.12
 pkgrel=1
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(python2 singular libgiac)
 
source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2;)
-sha256sums=('4c84383e2b93ea2300af33fb831922e6d9c19c7b515bd52e860f60766b0a93b9')
+sha256sums=('8ea753e858c31f0227fad1b188f4e825f985f56c32ca0524fdd1fed727daff67')
 
 build() {
   cd pynac-$pkgver


[arch-commits] Commit in lib32-p11-kit/repos/multilib-x86_64 (4 files)

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 09:45:17
  Author: heftig
Revision: 261159

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 261158, lib32-p11-kit/trunk/PKGBUILD)
  lib32-p11-kit/repos/multilib-x86_64/libnssckbi-compat.patch
(from rev 261158, lib32-p11-kit/trunk/libnssckbi-compat.patch)
Deleted:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
  lib32-p11-kit/repos/multilib-x86_64/libnssckbi-compat.patch

-+
 PKGBUILD|  144 +++---
 libnssckbi-compat.patch |  114 ++--
 2 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 09:44:42 UTC (rev 261158)
+++ PKGBUILD2017-10-01 09:45:17 UTC (rev 261159)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-
-_pkgbasename=p11-kit
-pkgname=lib32-$_pkgbasename
-pkgver=0.23.7
-pkgrel=1
-pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
-arch=(x86_64)
-url="https://p11-glue.freedesktop.org;
-license=(BSD)
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-makedepends=(git)
-_commit=bf168f00e64a0291f5a718eb451915768659c160  # tags/0.23.7^0
-source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
-libnssckbi-compat.patch)
-sha256sums=('SKIP'
-'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
-validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
-
-pkgver() {
-  cd ${_pkgbasename}
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ${_pkgbasename}
-
-  # Build and install an additional library (libnssckbi-p11-kit.so) which
-  # is a copy of p11-kit-trust.so but uses the same label for root certs as
-  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
-  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
-  patch -Np1 -i ../libnssckbi-compat.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${_pkgbasename}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-doc \
---with-module-path=/usr/lib32/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  make
-}
-
-check() {
-  cd ${_pkgbasename}
-  make check
-}
-
-package() {
-  cd ${_pkgbasename}
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/etc "${pkgdir}"/usr/{bin,include,lib,share}
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s ${_pkgbasename} "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-x86_64/PKGBUILD (from rev 261158, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 09:45:17 UTC (rev 261159)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.23.8
+pkgrel=1
+pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
+arch=(x86_64)
+url="https://p11-glue.freedesktop.org;
+license=(BSD)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+makedepends=(git)
+_commit=25474901cf9c1fb39ae5dc73a2f2b4dd34e81fdc  # tags/0.23.8^0
+source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
+libnssckbi-compat.patch)
+sha256sums=('SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
+
+pkgver() {
+  cd ${_pkgbasename}
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ${_pkgbasename}
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${_pkgbasename}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-doc \
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd ${_pkgbasename}
+  make check
+}
+
+package() {
+  cd ${_pkgbasename}
+  make DESTDIR="$pkgdir" install
+
+  

[arch-commits] Commit in lib32-nss/repos/multilib-x86_64 (7 files)

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 09:44:42
  Author: heftig
Revision: 261158

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 261157, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/enable-libpkix.patch
(from rev 261157, lib32-nss/trunk/enable-libpkix.patch)
  lib32-nss/repos/multilib-x86_64/no-plt.diff
(from rev 261157, lib32-nss/trunk/no-plt.diff)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 261157, lib32-nss/trunk/nss.pc.in)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/enable-libpkix.patch
  lib32-nss/repos/multilib-x86_64/nss.pc.in

--+
 PKGBUILD |  119 +
 enable-libpkix.patch |   24 -
 no-plt.diff  |   48 +++
 nss.pc.in|   22 -
 4 files changed, 132 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 09:43:13 UTC (rev 261157)
+++ PKGBUILD2017-10-01 09:44:42 UTC (rev 261158)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-nss
-pkgver=3.31
-pkgrel=3
-pkgdesc="Network Security Services (32-bit)"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-arch=(x86_64)
-license=(MPL GPL)
-_nsprver=4.15
-depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
-makedepends=(gcc-multilib perl gyp)
-options=(!strip !makeflags staticlibs)
-source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
-nss.pc.in enable-libpkix.patch)
-sha256sums=('e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d'
-'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30')
-
-prepare() {
-  mkdir path
-
-  ln -s /usr/bin/python2 path/python
-
-  cd nss-$pkgver
-
-  patch -Np1 -i ../enable-libpkix.patch
-}
-
-build() {
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd nss-$pkgver/nss
-  PATH="$srcdir/path:$PATH" ./build.sh --m32 --opt --system-sqlite 
--system-nspr --disable-tests
-}
-
-package() {
-  cd nss-$pkgver
-
-  sed ../nss.pc.in \
--e "s,%libdir%,/usr/lib32,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,${_nsprver},g" \
--e "s,%NSS_VERSION%,${pkgver},g" |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
-  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
-
-  cd dist/Release/lib
-  install -Dt "$pkgdir/usr/lib32" *.so
-  install -Dt "$pkgdir/usr/lib32" -m644 *.chk
-
-  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 261157, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 09:44:42 UTC (rev 261158)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.33
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.15
+depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
+makedepends=(gcc-multilib perl gyp)
+options=(!strip !makeflags staticlibs)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+nss.pc.in enable-libpkix.patch no-plt.diff)
+sha256sums=('98f0dabd36408e83dd3a11727336cc3cdfee4cbdd9aede2b2831eb2389c284e4'
+'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
+'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
+
+prepare() {
+  mkdir path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+
+  patch -Np1 -i ../enable-libpkix.patch
+  patch -Np2 -i ../no-plt.diff
+}
+
+build() {
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--m32 --opt --system-sqlite --system-nspr --disable-tests
+}
+
+package() {
+  cd nss-$pkgver
+
+  sed ../nss.pc.in \
+-e "s,%libdir%,/usr/lib32,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,${_nsprver},g" \
+-e "s,%NSS_VERSION%,${pkgver},g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
+  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
+
+  cd dist/Release/lib
+  install -Dt 

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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 09:42:57
  Author: arojas
Revision: 306508

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

Added:
  faac/repos/extra-i686/PKGBUILD
(from rev 306507, faac/trunk/PKGBUILD)
  faac/repos/extra-x86_64/PKGBUILD
(from rev 306507, faac/trunk/PKGBUILD)
Deleted:
  faac/repos/extra-i686/PKGBUILD
  faac/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 2017-10-01 09:42:30 UTC (rev 306507)
+++ extra-i686/PKGBUILD 2017-10-01 09:42:57 UTC (rev 306508)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Hugo Doria 
-# Contributor: Sarah Hay 
-# Contributor: dorphell 
-
-pkgname=faac
-pkgver=1.29.7.6
-pkgrel=1
-pkgdesc="An AAC audio encoder"
-arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/;
-license=('GPL' 'custom')
-depends=('libmp4v2')
-source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:3}/faac-$pkgver.tar.gz;)
-sha256sums=('36298549deab66b4b9bb274ecbe74514bb7c83f309265f8f649cf49a44b9bd9f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
-"${pkgdir}"/usr/share/licenses/faac/LICENSE
-}

Copied: faac/repos/extra-i686/PKGBUILD (from rev 306507, faac/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-01 09:42:57 UTC (rev 306508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Hugo Doria 
+# Contributor: Sarah Hay 
+# Contributor: dorphell 
+
+pkgname=faac
+pkgver=1.29.7.7
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/;
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz;)
+sha256sums=('b898fcf55e7b52f964ee62d077f56fe9b3b35650e228f006fbef4ce903b4d731')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
+"${pkgdir}"/usr/share/licenses/faac/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-01 09:42:30 UTC (rev 306507)
+++ extra-x86_64/PKGBUILD   2017-10-01 09:42:57 UTC (rev 306508)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Hugo Doria 
-# Contributor: Sarah Hay 
-# Contributor: dorphell 
-
-pkgname=faac
-pkgver=1.29.7.6
-pkgrel=1
-pkgdesc="An AAC audio encoder"
-arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/;
-license=('GPL' 'custom')
-depends=('libmp4v2')
-source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:3}/faac-$pkgver.tar.gz;)
-sha256sums=('36298549deab66b4b9bb274ecbe74514bb7c83f309265f8f649cf49a44b9bd9f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
-"${pkgdir}"/usr/share/licenses/faac/LICENSE
-}

Copied: faac/repos/extra-x86_64/PKGBUILD (from rev 306507, faac/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-01 09:42:57 UTC (rev 306508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Hugo Doria 
+# Contributor: Sarah Hay 
+# Contributor: dorphell 
+
+pkgname=faac
+pkgver=1.29.7.7
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/;
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz;)
+sha256sums=('b898fcf55e7b52f964ee62d077f56fe9b3b35650e228f006fbef4ce903b4d731')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 

[arch-commits] Commit in lib32-nss/trunk (PKGBUILD no-plt.diff)

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 09:43:13
  Author: heftig
Revision: 261157

3.33-1

Added:
  lib32-nss/trunk/no-plt.diff
Modified:
  lib32-nss/trunk/PKGBUILD

-+
 PKGBUILD|   15 +--
 no-plt.diff |   48 
 2 files changed, 57 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:41:35 UTC (rev 261156)
+++ PKGBUILD2017-10-01 09:43:13 UTC (rev 261157)
@@ -4,8 +4,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.31
-pkgrel=3
+pkgver=3.33
+pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
 arch=(x86_64)
@@ -15,10 +15,11 @@
 makedepends=(gcc-multilib perl gyp)
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
-nss.pc.in enable-libpkix.patch)
-sha256sums=('e90561256a3271486162c1fbe8d614d118c333d36a4455be2af8688bd420a65d'
+nss.pc.in enable-libpkix.patch no-plt.diff)
+sha256sums=('98f0dabd36408e83dd3a11727336cc3cdfee4cbdd9aede2b2831eb2389c284e4'
 'f2208c4f70373ff9b60f53d733f8071d4e390c384b776dfc04bf26c306882faf'
-'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30')
+'0b68c5ffbfeec090e950e5703e6b0519eafcb7eaf4fe2f64c355d0ddf17eed30'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {
   mkdir path
@@ -28,6 +29,7 @@
   cd nss-$pkgver
 
   patch -Np1 -i ../enable-libpkix.patch
+  patch -Np2 -i ../no-plt.diff
 }
 
 build() {
@@ -34,7 +36,8 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd nss-$pkgver/nss
-  PATH="$srcdir/path:$PATH" ./build.sh --m32 --opt --system-sqlite 
--system-nspr --disable-tests
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--m32 --opt --system-sqlite --system-nspr --disable-tests
 }
 
 package() {

Added: no-plt.diff
===
--- no-plt.diff (rev 0)
+++ no-plt.diff 2017-10-01 09:43:13 UTC (rev 261157)
@@ -0,0 +1,48 @@
+diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s 
w/security/nss/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
+--- i/security/nss/lib/freebl/mpi/mpi_x86.s
 w/security/nss/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 09:42:30
  Author: arojas
Revision: 306507

Update to 1.29.7.7

Modified:
  faac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:41:19 UTC (rev 306506)
+++ PKGBUILD2017-10-01 09:42:30 UTC (rev 306507)
@@ -5,7 +5,7 @@
 # Contributor: dorphell 
 
 pkgname=faac
-pkgver=1.29.7.6
+pkgver=1.29.7.7
 pkgrel=1
 pkgdesc="An AAC audio encoder"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 url="http://www.audiocoding.com/;
 license=('GPL' 'custom')
 depends=('libmp4v2')
-source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:3}/faac-$pkgver.tar.gz;)
-sha256sums=('36298549deab66b4b9bb274ecbe74514bb7c83f309265f8f649cf49a44b9bd9f')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz;)
+sha256sums=('b898fcf55e7b52f964ee62d077f56fe9b3b35650e228f006fbef4ce903b4d731')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 09:41:35
  Author: heftig
Revision: 261156

0.23.8-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:14:09 UTC (rev 261155)
+++ PKGBUILD2017-10-01 09:41:35 UTC (rev 261156)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.7
+pkgver=0.23.8
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=bf168f00e64a0291f5a718eb451915768659c160  # tags/0.23.7^0
+_commit=25474901cf9c1fb39ae5dc73a2f2b4dd34e81fdc  # tags/0.23.8^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit;
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 09:40:47
  Author: arojas
Revision: 306505

Update to 2.8.5

Modified:
  faad2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 08:55:49 UTC (rev 306504)
+++ PKGBUILD2017-10-01 09:40:47 UTC (rev 306505)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=faad2
-pkgver=2.8.3
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="ISO AAC audio decoder"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 options=('!makeflags')
 
source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9e4fd094080c27f6f419f3fe1fce369621b9469de396e126405153784134da00')
+sha256sums=('ba7364ba8ff9256abb8aa4af8736f27d0b7eaab51c14ff828cc86aabff33ec65')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 09:41:19
  Author: arojas
Revision: 306506

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-01 09:40:47 UTC (rev 306505)
+++ extra-i686/PKGBUILD 2017-10-01 09:41:19 UTC (rev 306506)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=faad2
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="ISO AAC audio decoder"
-arch=('i686' 'x86_64')
-url="http://faac.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-options=('!makeflags')
-source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9e4fd094080c27f6f419f3fe1fce369621b9469de396e126405153784134da00')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: faad2/repos/extra-i686/PKGBUILD (from rev 306505, faad2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-01 09:41:19 UTC (rev 306506)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=faad2
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="ISO AAC audio decoder"
+arch=('i686' 'x86_64')
+url="http://faac.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+options=('!makeflags')
+source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ba7364ba8ff9256abb8aa4af8736f27d0b7eaab51c14ff828cc86aabff33ec65')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-01 09:40:47 UTC (rev 306505)
+++ extra-x86_64/PKGBUILD   2017-10-01 09:41:19 UTC (rev 306506)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=faad2
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="ISO AAC audio decoder"
-arch=('i686' 'x86_64')
-url="http://faac.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-options=('!makeflags')
-source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9e4fd094080c27f6f419f3fe1fce369621b9469de396e126405153784134da00')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: faad2/repos/extra-x86_64/PKGBUILD (from rev 306505, 
faad2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-01 09:41:19 UTC (rev 306506)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=faad2
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="ISO AAC audio decoder"
+arch=('i686' 'x86_64')
+url="http://faac.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+options=('!makeflags')
+source=(https://downloads.sourceforge.net/sourceforge/faac/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ba7364ba8ff9256abb8aa4af8736f27d0b7eaab51c14ff828cc86aabff33ec65')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (6 files)

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 09:14:09
  Author: stativ
Revision: 261155

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 261154, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 261154, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 261154, intellij-idea-community-edition/trunk/idea.install)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install

--+
 PKGBUILD |   88 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 09:13:49 UTC (rev 261154)
+++ PKGBUILD2017-10-01 09:14:09 UTC (rev 261155)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2017.2.4
-_pkgver=172.4155.36
-pkgrel=1
-epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/;
-license=('Apache')
-backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
-'usr/share/intellijidea-ce/bin/idea64.vmoptions')
-depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font'
- 'coreutils' 'grep' 'which')
-conflicts=('intellij-idea-libs')
-replaces=('intellij-idea-libs')
-install=idea.install
-source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
-idea.desktop)
-sha256sums=('6440b4fa92794614799f6a3a3da4a84f532721aba7b5460402f741025ef94dc8'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -d -m755 "$pkgdir"/usr/bin
-  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
261154, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 09:14:09 UTC (rev 261155)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2017.2.5
+_pkgver=172.4343.14
+pkgrel=1
+epoch=2
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/;
+license=('Apache')
+backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
+'usr/share/intellijidea-ce/bin/idea64.vmoptions')
+depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font'
+ 'coreutils' 'grep' 'which')
+conflicts=('intellij-idea-libs')
+replaces=('intellij-idea-libs')
+install=idea.install
+source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
+idea.desktop)
+sha256sums=('841309bf470c0ed15ac41c96e877128578bd04c37a827b3505977cff7c45e73b'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -d -m755 "$pkgdir"/usr/bin
+  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 09:13:49
  Author: stativ
Revision: 261154

upgpkg: intellij-idea-community-edition 2:2017.2.5-1

update to 2017.2.5

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 08:58:53 UTC (rev 261153)
+++ PKGBUILD2017-10-01 09:13:49 UTC (rev 261154)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2017.2.4
-_pkgver=172.4155.36
+pkgver=2017.2.5
+_pkgver=172.4343.14
 pkgrel=1
 epoch=2
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -18,7 +18,7 @@
 install=idea.install
 source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz;
 idea.desktop)
-sha256sums=('6440b4fa92794614799f6a3a3da4a84f532721aba7b5460402f741025ef94dc8'
+sha256sums=('841309bf470c0ed15ac41c96e877128578bd04c37a827b3505977cff7c45e73b'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
 
 package() {


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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 08:58:53
  Author: stativ
Revision: 261153

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 08:58:38 UTC (rev 261152)
+++ community-i686/PKGBUILD 2017-10-01 08:58:53 UTC (rev 261153)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=5.2
-pkgrel=1
-epoch=1
-pkgdesc="A powerful cross-platform raw image processing program"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/;
-license=('GPL3')
-depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'libcanberra' 'libiptcdata' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake')
-source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
-sha1sums=('b193c47489285318794b0f3e8b8c1fc3b8497fe9')
-
-
-build() {
-  mkdir -p "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCACHE_NAME_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-i686/PKGBUILD (from rev 261152, 
rawtherapee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 08:58:53 UTC (rev 261153)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Bogdan Szczurek 
+# Contributor: Vaclav Kramar 
+# Contributor: Archie 
+
+pkgname=rawtherapee
+pkgver=5.3
+pkgrel=1
+epoch=1
+pkgdesc="A powerful cross-platform raw image processing program"
+arch=('i686' 'x86_64')
+url="http://www.rawtherapee.com/;
+license=('GPL3')
+depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun' 'libcanberra'
+ 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake')
+source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
+sha1sums=('619b06c0a86f6f88c3f7196bedc71f75ab7a87ea')
+
+
+build() {
+  mkdir -p "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCACHE_NAME_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir/" install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-01 08:58:38 UTC (rev 261152)
+++ community-x86_64/PKGBUILD   2017-10-01 08:58:53 UTC (rev 261153)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Bogdan Szczurek 
-# Contributor: Vaclav Kramar 
-# Contributor: Archie 
-
-pkgname=rawtherapee
-pkgver=5.2
-pkgrel=1
-epoch=1
-pkgdesc="A powerful cross-platform raw image processing program"
-arch=('i686' 'x86_64')
-url="http://www.rawtherapee.com/;
-license=('GPL3')
-depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'libcanberra' 'libiptcdata' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('cmake')
-source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
-sha1sums=('b193c47489285318794b0f3e8b8c1fc3b8497fe9')
-
-
-build() {
-  mkdir -p "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCACHE_NAME_SUFFIX=""
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir/" install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: rawtherapee/repos/community-x86_64/PKGBUILD (from rev 261152, 
rawtherapee/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-01 08:58:53 UTC (rev 261153)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Bogdan Szczurek 

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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 08:58:38
  Author: stativ
Revision: 261152

upgpkg: rawtherapee 1:5.3-1

update to 5.3

Modified:
  rawtherapee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 08:39:45 UTC (rev 261151)
+++ PKGBUILD2017-10-01 08:58:38 UTC (rev 261152)
@@ -5,7 +5,7 @@
 # Contributor: Archie 
 
 pkgname=rawtherapee
-pkgver=5.2
+pkgver=5.3
 pkgrel=1
 epoch=1
 pkgdesc="A powerful cross-platform raw image processing program"
@@ -12,10 +12,11 @@
 arch=('i686' 'x86_64')
 url="http://www.rawtherapee.com/;
 license=('GPL3')
-depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'libcanberra' 'libiptcdata' 
'desktop-file-utils' 'hicolor-icon-theme')
+depends=('fftw' 'gtk3' 'glibmm' 'gtkmm3' 'lcms2' 'lensfun' 'libcanberra'
+ 'libiptcdata' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('cmake')
 source=("http://rawtherapee.com/shared/source/rawtherapee-$pkgver.tar.xz;)
-sha1sums=('b193c47489285318794b0f3e8b8c1fc3b8497fe9')
+sha1sums=('619b06c0a86f6f88c3f7196bedc71f75ab7a87ea')
 
 
 build() {


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 08:55:24
  Author: arojas
Revision: 306503

Update, should fix missing screenshots in discover

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 08:54:12 UTC (rev 306502)
+++ PKGBUILD2017-10-01 08:55:24 UTC (rev 306503)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20170909
+pkgver=20170929
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -18,15 +18,15 @@
   
$_repo-icons-128x128.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz $_repo-icons-{64x64,128x128}.tar.gz)
 done
-sha256sums=('6c9efa8aa159d1f47244e6811180e255b5c3a9c36b8cfa8241997f20710b8805'
+sha256sums=('2bc6b345279172d67dce612ef9069354b3ed93c040ea799cc9339bfbbada1ca8'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'5644f4b26d21aebdfe3154f4049dbdb678200554d781e542c54e84c6302c9ad3'
-'42e6ad22ff395c2a733d6a579b14030f8adf2fa8850af272c4aa28a6198b6b47'
-'557409852d457a3c2c0e888720dd9f593ca9d187b38ba4a6a88db2d66c0b5264'
-'6c3159de5ace39073897e5684f0a04c3d6a999faf42b56f6b6368567acd17873'
-'62106f67af1d9532a5f707466fff5fa3efa6d9b1866b876e84e97526324c8dbc'
-'6449085f78f983f8b6f7513162df8532b94fc486fb0349fcd2241d569ee1c44f')
+'2bc5da3da45433bb030861fed593a938c1dea4937c3a4ed263a42e194c33a090'
+'37c8bf3eecaa57f50a09db3fb97cd3e7911d91724055b683b85b63babb1d8163'
+'9b476f797ebdaef519c46e1cfe0c205f8bcf0bf9c81869a8296bdf4ab220070e'
+'0d0e1f4591b29cb149a00038930978fce6ec5d153bd7f15712234e6e1b6f4e86'
+'daebb861528f243c44f6507c7598e280e284961997d5c5e751ec3ffa45908e51'
+'f373d5b0eedce61114521bff2d58de4d436e5fe375c15522bceaf3b6356c6cea')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 08:55:49
  Author: arojas
Revision: 306504

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 306503, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 08:55:24 UTC (rev 306503)
+++ PKGBUILD2017-10-01 08:55:49 UTC (rev 306504)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20170909
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community; do
- 
source+=($_repo.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-64x64.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz $_repo-icons-{64x64,128x128}.tar.gz)
-done
-sha256sums=('6c9efa8aa159d1f47244e6811180e255b5c3a9c36b8cfa8241997f20710b8805'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'5644f4b26d21aebdfe3154f4049dbdb678200554d781e542c54e84c6302c9ad3'
-'42e6ad22ff395c2a733d6a579b14030f8adf2fa8850af272c4aa28a6198b6b47'
-'557409852d457a3c2c0e888720dd9f593ca9d187b38ba4a6a88db2d66c0b5264'
-'6c3159de5ace39073897e5684f0a04c3d6a999faf42b56f6b6368567acd17873'
-'62106f67af1d9532a5f707466fff5fa3efa6d9b1866b876e84e97526324c8dbc'
-'6449085f78f983f8b6f7513162df8532b94fc486fb0349fcd2241d569ee1c44f')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 306503, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 08:55:49 UTC (rev 306504)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20170929
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz $_repo-icons-{64x64,128x128}.tar.gz)
+done
+sha256sums=('2bc6b345279172d67dce612ef9069354b3ed93c040ea799cc9339bfbbada1ca8'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'2bc5da3da45433bb030861fed593a938c1dea4937c3a4ed263a42e194c33a090'
+'37c8bf3eecaa57f50a09db3fb97cd3e7911d91724055b683b85b63babb1d8163'
+'9b476f797ebdaef519c46e1cfe0c205f8bcf0bf9c81869a8296bdf4ab220070e'
+'0d0e1f4591b29cb149a00038930978fce6ec5d153bd7f15712234e6e1b6f4e86'
+'daebb861528f243c44f6507c7598e280e284961997d5c5e751ec3ffa45908e51'
+'f373d5b0eedce61114521bff2d58de4d436e5fe375c15522bceaf3b6356c6cea')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 08:54:12
  Author: arojas
Revision: 306502

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 306501, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-cache.hook
(from rev 306501, appstream/trunk/update-appstream-cache.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 306501, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 306501, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-cache.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

--+
 /PKGBUILD|  136 +
 /update-appstream-cache.hook |   34 +++
 extra-i686/PKGBUILD  |   62 -
 extra-i686/update-appstream-cache.hook   |   17 ---
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/update-appstream-cache.hook |   17 ---
 6 files changed, 170 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-01 08:53:21 UTC (rev 306501)
+++ extra-i686/PKGBUILD 2017-10-01 08:54:12 UTC (rev 306502)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.5
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;)
-sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Denable-qt=true \
--Denable-vapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 306501, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-01 08:54:12 UTC (rev 306502)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.5
+pkgrel=3
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
+
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
+
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
+sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
+'SKIP'
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+

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

2017-10-01 Thread Antonio Rojas
Date: Sunday, October 1, 2017 @ 08:53:21
  Author: arojas
Revision: 306501

Fix Glib errors when updating cache

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-30 23:45:12 UTC (rev 306500)
+++ PKGBUILD2017-10-01 08:53:21 UTC (rev 306501)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -15,11 +15,15 @@
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook
-
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;)
+
appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch;
+
fix-glib-errors-1.patch::"https://github.com/ximion/appstream/commit/933f1601.patch;
+
fix-glib-errors-2.patch::"https://github.com/ximion/appstream/commit/376d314b.patch;)
 sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
-'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
+'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086'
+'953a872b5e11f189231f66dade76056c7df6547aa22fe761f1fdb2fce453ef11'
+'1bbb455daf026d85539d6df35f9ea10347ebba8ea56afbf076d7fe9d7fe962e1')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
@@ -27,6 +31,8 @@
 
   cd AppStream-$pkgver
   patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot 
info to xml
+  patch -p1 -i ../fix-glib-errors-1.patch # fix Glib errors when refreshing 
cache
+  patch -p1 -i ../fix-glib-errors-2.patch
 }
 
 build() {


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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 08:39:28
  Author: stativ
Revision: 261150

upgpkg: kgraphviewer 2.4.2-1

update to 2.4.2

Modified:
  kgraphviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 08:29:22 UTC (rev 261149)
+++ PKGBUILD2017-10-01 08:39:28 UTC (rev 261150)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 pkgname=kgraphviewer
-pkgver=2.4.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A Graphviz dot graph file viewer for KDE"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('graphviz' 'hicolor-icon-theme' 'kparts')
 makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
 
source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
+sha256sums=('49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
 


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

2017-10-01 Thread Lukas Jirkovsky
Date: Sunday, October 1, 2017 @ 08:39:45
  Author: stativ
Revision: 261151

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-01 08:39:28 UTC (rev 261150)
+++ community-i686/PKGBUILD 2017-10-01 08:39:45 UTC (rev 261151)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-pkgname=kgraphviewer
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A Graphviz dot graph file viewer for KDE"
-arch=('i686' 'x86_64')
-url="https://www.kde.org/applications/graphics/kgraphviewer;
-license=('GPL' 'FDL')
-depends=('graphviz' 'hicolor-icon-theme' 'kparts')
-makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
-source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
-
-build(){
-  mkdir -p "$srcdir/build"
-  cd "$srcdir/build"
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kgraphviewer/repos/community-i686/PKGBUILD (from rev 261150, 
kgraphviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-01 08:39:45 UTC (rev 261151)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+pkgname=kgraphviewer
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A Graphviz dot graph file viewer for KDE"
+arch=('i686' 'x86_64')
+url="https://www.kde.org/applications/graphics/kgraphviewer;
+license=('GPL' 'FDL')
+depends=('graphviz' 'hicolor-icon-theme' 'kparts')
+makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
+source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
+
+build(){
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-01 08:39:28 UTC (rev 261150)
+++ community-x86_64/PKGBUILD   2017-10-01 08:39:45 UTC (rev 261151)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-pkgname=kgraphviewer
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A Graphviz dot graph file viewer for KDE"
-arch=('i686' 'x86_64')
-url="https://www.kde.org/applications/graphics/kgraphviewer;
-license=('GPL' 'FDL')
-depends=('graphviz' 'hicolor-icon-theme' 'kparts')
-makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
-source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
-
-build(){
-  mkdir -p "$srcdir/build"
-  cd "$srcdir/build"
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kgraphviewer/repos/community-x86_64/PKGBUILD (from rev 261150, 
kgraphviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD  

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

2017-10-01 Thread Felix Yan
Date: Sunday, October 1, 2017 @ 08:29:22
  Author: felixonmars
Revision: 261149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-01 08:29:00 UTC (rev 261148)
+++ PKGBUILD2017-10-01 08:29:22 UTC (rev 261149)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.31.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 261148, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-01 08:29:22 UTC (rev 261149)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.31.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2017-10-01 Thread Felix Yan
Date: Sunday, October 1, 2017 @ 08:29:00
  Author: felixonmars
Revision: 261148

upgpkg: python-hypothesis 3.31.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 00:41:08 UTC (rev 261147)
+++ PKGBUILD2017-10-01 08:29:00 UTC (rev 261148)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.31.1
+pkgver=3.31.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d')
+sha512sums=('fb06fd2fef8b713ff151e65d8973c0340afa0617c9ba5f8eb146f2d4000ca08c20c838ffe034bd8332586e5cf34ebf3fd8b6e7fed175781d3a569cdcb5681c25')
 
 prepare() {
   # Make tests faster