[arch-commits] Commit in thin-provisioning-tools/repos (4 files)

2017-08-29 Thread Christian Hesse
Date: Wednesday, August 30, 2017 @ 05:54:20
  Author: eworm
Revision: 304334

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

Added:
  thin-provisioning-tools/repos/testing-i686/
  thin-provisioning-tools/repos/testing-i686/PKGBUILD
(from rev 304333, thin-provisioning-tools/trunk/PKGBUILD)
  thin-provisioning-tools/repos/testing-x86_64/
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
(from rev 304333, thin-provisioning-tools/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: thin-provisioning-tools/repos/testing-i686/PKGBUILD (from rev 304333, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-30 05:54:20 UTC (rev 304334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('da45e387bb7ad5b1b8727dc3e013a1136a18fe7a59bea19074a945ff6d73b925')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install
+}
+

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 304333, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-30 05:54:20 UTC (rev 304334)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('da45e387bb7ad5b1b8727dc3e013a1136a18fe7a59bea19074a945ff6d73b925')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install
+}
+


[arch-commits] Commit in thin-provisioning-tools/trunk (PKGBUILD)

2017-08-29 Thread Christian Hesse
Date: Wednesday, August 30, 2017 @ 05:54:16
  Author: eworm
Revision: 304333

upgpkg: thin-provisioning-tools 0.7.1-1

new upstream release

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 05:47:50 UTC (rev 304332)
+++ PKGBUILD2017-08-30 05:54:16 UTC (rev 304333)
@@ -3,7 +3,7 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('68a815860fce3f09f64ef241fd4ba45713f4c7be384fe116ec1dbea467684b32')
+sha256sums=('da45e387bb7ad5b1b8727dc3e013a1136a18fe7a59bea19074a945ff6d73b925')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-29 Thread Christian Hesse
Date: Wednesday, August 30, 2017 @ 05:47:50
  Author: eworm
Revision: 304332

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 304331, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 304331, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 304331, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 304331, e2fsprogs/trunk/PKGBUILD)

+
 testing-i686/MIT-LICENSE   |   25 +
 testing-i686/PKGBUILD  |   60 +++
 testing-x86_64/MIT-LICENSE |   25 +
 testing-x86_64/PKGBUILD|   60 +++
 4 files changed, 170 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 304331, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2017-08-30 05:47:50 UTC (rev 304332)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+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: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 304331, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-30 05:47:50 UTC (rev 304332)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.43.6
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('bc' 'util-linux')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \
+  --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 304331, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2017-08-30 05:47:50 UTC 

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

2017-08-29 Thread Christian Hesse
Date: Wednesday, August 30, 2017 @ 05:47:45
  Author: eworm
Revision: 304331

upgpkg: e2fsprogs 1.43.6-1

new upstream release

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 22:37:43 UTC (rev 304330)
+++ PKGBUILD2017-08-30 05:47:45 UTC (rev 304331)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.43.5
+pkgver=1.43.6
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
 'MIT-LICENSE')
-sha256sums=('261f3d9ade383fbf032a19140c9c25e998cc0f71a1ae686614fb3ae0eb955a17'
+sha256sums=('c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402'
 'SKIP'
 'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
 


[arch-commits] Commit in scribus/trunk (PKGBUILD.next)

2017-08-29 Thread Gaëtan Bisson
Date: Wednesday, August 30, 2017 @ 00:24:39
  Author: bisson
Revision: 254731

update PKGBUILD.next

Modified:
  scribus/trunk/PKGBUILD.next

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

Modified: PKGBUILD.next
===
--- PKGBUILD.next   2017-08-29 20:34:43 UTC (rev 254730)
+++ PKGBUILD.next   2017-08-30 00:24:39 UTC (rev 254731)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=scribus
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Desktop publishing software'
 url='http://www.scribus.net/'
@@ -14,12 +14,14 @@
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'boost')
 optdepends=('tk: scripts based on tkinter')
-depends=('qt5-quickcontrols' 'qt5-tools' 'boost-libs'
- 'cairo' 'lcms2' 'libcups' 'libxml2' 'podofo'
- 'python2' 'ghostscript' 'boost-libs' 'graphicsmagick')
-validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
+depends=('qt5-quickcontrols' 'qt5-tools' 'boost-libs' 'cairo' 'lcms2'
+ 'libcups' 'libxml2' 'podofo' 'hunspell' 'harfbuzz-icu'
+ 'librevenge' 'python2' 'ghostscript' 'boost-libs'
+ 'graphicsmagick')
+validpgpkeys=('757F5E9B13DD648887AD50092D47C099E782504E')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha1sums=('87f426863be8057d83e73b58649ccc2a3266c73b' 'SKIP')
+sha256sums=('73a30b4727e19f5d301a936d23a84275cc4f5613a92416cbd843f5167721d74f'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-29 Thread Pierre Schmitz
Date: Tuesday, August 29, 2017 @ 22:37:43
  Author: pierre
Revision: 304330

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

Added:
  zsh/repos/extra-i686/PKGBUILD
(from rev 304329, zsh/trunk/PKGBUILD)
  zsh/repos/extra-i686/zprofile
(from rev 304329, zsh/trunk/zprofile)
  zsh/repos/extra-i686/zsh.install
(from rev 304329, zsh/trunk/zsh.install)
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 304329, zsh/trunk/PKGBUILD)
  zsh/repos/extra-x86_64/zprofile
(from rev 304329, zsh/trunk/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 304329, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/extra-i686/PKGBUILD
  zsh/repos/extra-i686/zprofile
  zsh/repos/extra-i686/zsh.install
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install

--+
 /PKGBUILD|  174 +
 /zprofile|2 
 /zsh.install |   24 ++
 extra-i686/PKGBUILD  |   87 --
 extra-i686/zprofile  |1 
 extra-i686/zsh.install   |   12 ---
 extra-x86_64/PKGBUILD|   87 --
 extra-x86_64/zprofile|1 
 extra-x86_64/zsh.install |   12 ---
 9 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-29 22:37:30 UTC (rev 304329)
+++ extra-i686/PKGBUILD 2017-08-29 22:37:43 UTC (rev 304330)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=zsh
-pkgname=('zsh' 'zsh-doc')
-pkgver=5.4.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile')
-md5sums=('0b80b7f64c30397cd747d97c378018af'
- 'SKIP'
- '1724342c71a7194cdc02e22be7464ba3'
- 'SKIP'
- '24a9335edf77252a7b5f52e079f7aef7')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   # Set correct keymap path
-   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
-
-   # Fix usb.ids path
-   sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' 
Completion/Linux/Command/_lsusb
-
-   # Remove unneeded and conflicting completion scripts
-   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
-   rm -rf Completion/$_fpath
-   sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
-   done
-   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-}
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   ./configure --prefix=/usr \
-   --docdir=/usr/share/doc/zsh \
-   --htmldir=/usr/share/doc/zsh/html \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   HOME="${srcdir}" make check
-}
-
-package_zsh() {
-   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
-   depends=('pcre' 'libcap' 'gdbm')
-   backup=('etc/zsh/zprofile')
-   install=zsh.install
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_zsh-doc() {
-   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install.info install.html
-   install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/extra-i686/PKGBUILD (from rev 304329, zsh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-29 22:37:43 UTC (rev 304330)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zsh
+pkgname=('zsh' 

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

2017-08-29 Thread Pierre Schmitz
Date: Tuesday, August 29, 2017 @ 22:37:30
  Author: pierre
Revision: 304329

upgpkg: zsh 5.4.2-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 18:44:00 UTC (rev 304328)
+++ PKGBUILD2017-08-29 22:37:30 UTC (rev 304329)
@@ -3,17 +3,17 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.4.1
+pkgver=5.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.gz"{,.asc}
 'zprofile')
-md5sums=('0b80b7f64c30397cd747d97c378018af'
+md5sums=('dfe156fd69b0d8d1745ecf6d6e02e047'
  'SKIP'
- '1724342c71a7194cdc02e22be7464ba3'
+ 'f6f95c1b7c04ca8fb14154c1f828d6aa'
  'SKIP'
  '24a9335edf77252a7b5f52e079f7aef7')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')


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

2017-08-29 Thread Jonathan Steel
Date: Tuesday, August 29, 2017 @ 20:34:43
  Author: jsteel
Revision: 254730

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

Added:
  obs-studio/repos/community-i686/PKGBUILD
(from rev 254729, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 254729, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-i686/PKGBUILD
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 20:34:18 UTC (rev 254729)
+++ community-i686/PKGBUILD 2017-08-29 20:34:43 UTC (rev 254730)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=20.0.1
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-i686/PKGBUILD (from rev 254729, 
obs-studio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 20:34:43 UTC (rev 254730)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=20.0.1
+pkgrel=2
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('i686' 'x86_64')
+url="https://obsproject.com;
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-29 20:34:18 UTC (rev 254729)
+++ community-x86_64/PKGBUILD   2017-08-29 20:34:43 UTC (rev 254730)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=20.0.1
-pkgrel=1
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('i686' 'x86_64')
-url="https://obsproject.com;
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 254729, 
obs-studio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-29 20:34:43 UTC (rev 254730)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=20.0.1
+pkgrel=2
+pkgdesc="Free, open source software for live streaming 

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

2017-08-29 Thread Jonathan Steel
Date: Tuesday, August 29, 2017 @ 20:34:18
  Author: jsteel
Revision: 254729

upgpkg: obs-studio 20.0.1-2

FS#55200

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 18:32:07 UTC (rev 254728)
+++ PKGBUILD2017-08-29 20:34:18 UTC (rev 254729)
@@ -3,7 +3,7 @@
 
 pkgname=obs-studio
 pkgver=20.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com;
@@ -10,9 +10,10 @@
 license=('GPL2')
 depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
  'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc')
 optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support')
+'libxcomposite: XComposite capture support'
+'vlc: VLC Media Source support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
 md5sums=('fe12017a573ad0f0b9f90b1d8f631ce6')
 


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

2017-08-29 Thread Andreas Radke
Date: Tuesday, August 29, 2017 @ 18:44:00
  Author: andyrtr
Revision: 304328

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

Added:
  libgcrypt/repos/testing-i686/
  libgcrypt/repos/testing-i686/PKGBUILD
(from rev 304327, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 304327, libgcrypt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 304327, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-29 18:44:00 UTC (rev 304328)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+# https://gnupg.org/download/integrity_check.html
+sha1sums=('dd35f00da45602afe81e01f4d60c40bbdd826fe6'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 304327, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-29 18:44:00 UTC (rev 304328)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# after a .so bump first rebuild dirmngr
+# with sudo testing-x86_64-build -- -I libgcrypt-1.6.0-1-x86_64.pkg.tar.xz
+# then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
+
+pkgname=libgcrypt
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="General purpose cryptographic library based on the code from GnuPG"
+arch=(i686 x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error')
+options=('!emptydirs')
+# https://www.gnupg.org/download/integrity_check.html
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+# https://gnupg.org/download/integrity_check.html
+sha1sums=('dd35f00da45602afe81e01f4d60c40bbdd826fe6'
+  'SKIP')
+validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
+  'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+#prepare() {
+#  cd ${pkgname}-${pkgver}
+#}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2017-08-29 Thread Andreas Radke
Date: Tuesday, August 29, 2017 @ 18:43:41
  Author: andyrtr
Revision: 304327

upgpkg: libgcrypt 1.8.1-1

upstream update 1.8.1

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 17:26:34 UTC (rev 304326)
+++ PKGBUILD2017-08-29 18:43:41 UTC (rev 304327)
@@ -6,7 +6,7 @@
 # then cp /usr/lib/libgcrypt.so.11 
/var/lib/archbuild/staging-x86_64/root/usr/lib/ and do staging-x86_64-build
 
 pkgname=libgcrypt
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="General purpose cryptographic library based on the code from GnuPG"
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 # https://www.gnupg.org/download/integrity_check.html
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 # https://gnupg.org/download/integrity_check.html
-sha1sums=('b4ffb20369f2ab8249d5cc0fb8b3b31371f6b112'
+sha1sums=('dd35f00da45602afe81e01f4d60c40bbdd826fe6'
   'SKIP')
 validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka 
(GnuPG Release Key) "
   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch


[arch-commits] Commit in vamp-aubio-plugins/repos (6 files)

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 18:32:07
  Author: arojas
Revision: 254728

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

Added:
  vamp-aubio-plugins/repos/community-i686/PKGBUILD
(from rev 254727, vamp-aubio-plugins/trunk/PKGBUILD)
  vamp-aubio-plugins/repos/community-i686/vamp-aubio-i686.patch
(from rev 254727, vamp-aubio-plugins/trunk/vamp-aubio-i686.patch)
  vamp-aubio-plugins/repos/community-x86_64/PKGBUILD
(from rev 254727, vamp-aubio-plugins/trunk/PKGBUILD)
  vamp-aubio-plugins/repos/community-x86_64/vamp-aubio-i686.patch
(from rev 254727, vamp-aubio-plugins/trunk/vamp-aubio-i686.patch)
Deleted:
  vamp-aubio-plugins/repos/community-i686/PKGBUILD
  vamp-aubio-plugins/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   64 +++
 community-i686/PKGBUILD|   25 
 community-i686/vamp-aubio-i686.patch   |   11 +
 community-x86_64/PKGBUILD  |   25 
 community-x86_64/vamp-aubio-i686.patch |   11 +
 5 files changed, 86 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 18:31:19 UTC (rev 254727)
+++ community-i686/PKGBUILD 2017-08-29 18:32:07 UTC (rev 254728)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=vamp-aubio-plugins
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library"
-arch=("i686" "x86_64")
-url="https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
-license=("GPL2")
-depends=("vamp-plugin-sdk" "aubio")
-source=("http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;)
-md5sums=('30dec2127a91a5fa29c45dbe54737456')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -f Makefile.linux
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 vamp-aubio.so "$pkgdir/usr/lib/vamp/vamp-aubio.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-aubio-plugins/repos/community-i686/PKGBUILD (from rev 254727, 
vamp-aubio-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 18:32:07 UTC (rev 254728)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=vamp-aubio-plugins
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library"
+arch=('i686' 'x86_64')
+url="https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
+license=('GPL2')
+depends=('vamp-plugin-sdk' 'aubio')
+makedepends=('python2')
+source=("http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;
 vamp-aubio-i686.patch)
+sha256sums=('3af69df7e1b1ae412abcea692523fed9f5a1d5a3fe2785b4af581018e179ecbe'
+'1b09949d2d2c4ab71e363ecd0f216ad9a780a8d0a10d8049026c606da15f70f1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../vamp-aubio-i686.patch # Fix i686 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 waf configure
+  python2 waf build -v
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 build/vamp-aubio.so "$pkgdir"/usr/lib/vamp/vamp-aubio.so
+  install -m644 vamp-aubio.cat vamp-aubio.n3 -t "$pkgdir"/usr/lib/vamp/
+}

Copied: vamp-aubio-plugins/repos/community-i686/vamp-aubio-i686.patch (from rev 
254727, vamp-aubio-plugins/trunk/vamp-aubio-i686.patch)
===
--- community-i686/vamp-aubio-i686.patch(rev 0)
+++ community-i686/vamp-aubio-i686.patch2017-08-29 18:32:07 UTC (rev 
254728)
@@ -0,0 +1,11 @@
+--- vamp-aubio-plugins-0.5.1/wscript.0 2017-08-29 18:28:53.262861416 +
 vamp-aubio-plugins-0.5.1/wscript   2017-08-29 18:29:05.932890054 +
+@@ -45,7 +45,7 @@
+ local_vamp_lib = local_vamp_lib_mingw
+ elif platform.machine() == 'x86_64':
+ local_vamp_lib = local_vamp_lib_amd64
+-elif platform.machine() == 'x86_64':
++elif platform.machine() == 'i686':
+ local_vamp_lib = local_vamp_lib_i686
+ elif sys.platform == 'darwin':
+ local_vamp_lib = local_vamp_lib_osx

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-29 18:31:19 UTC (rev 254727)
+++ community-x86_64/PKGBUILD   2017-08-29 18:32:07 UTC (rev 254728)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=vamp-aubio-plugins
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library"
-arch=("i686" "x86_64")

[arch-commits] Commit in vamp-aubio-plugins/trunk (PKGBUILD vamp-aubio-i686.patch)

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 18:31:19
  Author: arojas
Revision: 254727

Update to 0.5.1

Added:
  vamp-aubio-plugins/trunk/vamp-aubio-i686.patch
Modified:
  vamp-aubio-plugins/trunk/PKGBUILD

---+
 PKGBUILD  |   33 -
 vamp-aubio-i686.patch |   11 +++
 2 files changed, 31 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 18:23:18 UTC (rev 254726)
+++ PKGBUILD2017-08-29 18:31:19 UTC (rev 254727)
@@ -2,24 +2,31 @@
 # Maintainer: Felix Yan 
 
 pkgname=vamp-aubio-plugins
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Onset detection, pitch tracking, note tracking and tempo tracking 
plugins using Paul Brossier's aubio library"
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
 url="https://code.soundsoftware.ac.uk/projects/vamp-aubio-plugins;
-license=("GPL2")
-depends=("vamp-plugin-sdk" "aubio")
-source=("http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;)
-md5sums=('30dec2127a91a5fa29c45dbe54737456')
+license=('GPL2')
+depends=('vamp-plugin-sdk' 'aubio')
+makedepends=('python2')
+source=("http://aubio.org/pub/vamp-aubio-plugins/vamp-aubio-plugins-$pkgver.tar.bz2;
 vamp-aubio-i686.patch)
+sha256sums=('3af69df7e1b1ae412abcea692523fed9f5a1d5a3fe2785b4af581018e179ecbe'
+'1b09949d2d2c4ab71e363ecd0f216ad9a780a8d0a10d8049026c606da15f70f1')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../vamp-aubio-i686.patch # Fix i686 build
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -f Makefile.linux
+  cd $pkgname-$pkgver
+  python2 waf configure
+  python2 waf build -v
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 vamp-aubio.so "$pkgdir/usr/lib/vamp/vamp-aubio.so"
+  cd $pkgname-$pkgver
+  install -Dm755 build/vamp-aubio.so "$pkgdir"/usr/lib/vamp/vamp-aubio.so
+  install -m644 vamp-aubio.cat vamp-aubio.n3 -t "$pkgdir"/usr/lib/vamp/
 }
-
-# vim:set ts=2 sw=2 et:

Added: vamp-aubio-i686.patch
===
--- vamp-aubio-i686.patch   (rev 0)
+++ vamp-aubio-i686.patch   2017-08-29 18:31:19 UTC (rev 254727)
@@ -0,0 +1,11 @@
+--- vamp-aubio-plugins-0.5.1/wscript.0 2017-08-29 18:28:53.262861416 +
 vamp-aubio-plugins-0.5.1/wscript   2017-08-29 18:29:05.932890054 +
+@@ -45,7 +45,7 @@
+ local_vamp_lib = local_vamp_lib_mingw
+ elif platform.machine() == 'x86_64':
+ local_vamp_lib = local_vamp_lib_amd64
+-elif platform.machine() == 'x86_64':
++elif platform.machine() == 'i686':
+ local_vamp_lib = local_vamp_lib_i686
+ elif sys.platform == 'darwin':
+ local_vamp_lib = local_vamp_lib_osx


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

2017-08-29 Thread Kyle Keen
Date: Tuesday, August 29, 2017 @ 18:23:18
  Author: kkeen
Revision: 254726

bugfix: FS#55326

Modified:
  bladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 17:04:13 UTC (rev 254725)
+++ PKGBUILD2017-08-29 18:23:18 UTC (rev 254726)
@@ -42,6 +42,9 @@
 
   # todo, report warning
   sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
+
+  # FS#55326
+  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
 }
 
 build() {


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

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 17:26:34
  Author: arojas
Revision: 304326

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-29 17:26:00 UTC (rev 304325)
+++ extra-i686/PKGBUILD 2017-08-29 17:26:34 UTC (rev 304326)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=tslib
-pkgver=1.11
-pkgrel=1
-pkgdesc="Touchscreen Access Library"
-arch=(i686 x86_64)
-url="https://github.com/kergoth/tslib;
-license=(GPL2)
-depends=(glibc)
-makedepends=()
-source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tslib/repos/extra-i686/PKGBUILD (from rev 304325, tslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-29 17:26:34 UTC (rev 304326)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=tslib
+pkgver=1.12
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib;
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('237f66c9e53789429b1bcc89a36eb7a37f1deb2877e6e7d928e994e3c48d0b83')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-29 17:26:00 UTC (rev 304325)
+++ extra-x86_64/PKGBUILD   2017-08-29 17:26:34 UTC (rev 304326)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=tslib
-pkgver=1.11
-pkgrel=1
-pkgdesc="Touchscreen Access Library"
-arch=(i686 x86_64)
-url="https://github.com/kergoth/tslib;
-license=(GPL2)
-depends=(glibc)
-makedepends=()
-source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tslib/repos/extra-x86_64/PKGBUILD (from rev 304325, 
tslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-29 17:26:34 UTC (rev 304326)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=tslib
+pkgver=1.12
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(i686 x86_64)
+url="https://github.com/kergoth/tslib;
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('237f66c9e53789429b1bcc89a36eb7a37f1deb2877e6e7d928e994e3c48d0b83')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 17:26:00
  Author: arojas
Revision: 304325

Update to 1.12

Modified:
  tslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 16:33:57 UTC (rev 304324)
+++ PKGBUILD2017-08-29 17:26:00 UTC (rev 304325)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=tslib
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Touchscreen Access Library"
 arch=(i686 x86_64)
@@ -11,11 +11,10 @@
 depends=(glibc)
 makedepends=()
 
source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06')
+sha256sums=('237f66c9e53789429b1bcc89a36eb7a37f1deb2877e6e7d928e994e3c48d0b83')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }


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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 17:04:13
  Author: demize
Revision: 254725

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

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

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 3 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 17:04:04 UTC (rev 254724)
+++ community-i686/PKGBUILD 2017-08-29 17:04:13 UTC (rev 254725)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.5
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
-
-build() {
-  cd RHash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd RHash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-i686/PKGBUILD (from rev 254724, 
rhash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 17:04:13 UTC (rev 254725)
@@ -0,0 +1,48 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.5
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
+
+sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
+
+build() {
+  cd RHash-$pkgver
+  export ADDCFLAGS="$CFLAGS"
+  export ADDLDFLAGS="$LDFLAGS"
+  make build-shared
+  make -C librhash
+}
+
+check() {
+  cd RHash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-so-link
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-29 17:04:04 UTC (rev 254724)
+++ community-x86_64/PKGBUILD   2017-08-29 17:04:13 UTC (rev 254725)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.5
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz;)
-
-sha256sums=('98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e')
-
-build() {
-  cd RHash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd RHash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 254724, 
rhash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 17:04:04
  Author: demize
Revision: 254724

upgpkg: rhash 1.3.5-2

Modified:
  rhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 16:52:37 UTC (rev 254723)
+++ PKGBUILD2017-08-29 17:04:04 UTC (rev 254724)
@@ -6,7 +6,7 @@
 
 pkgname=rhash
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Utility for verifying hash sums of files'
 url='http://rhash.anz.ru/?l=en'
@@ -23,7 +23,10 @@
 
 build() {
   cd RHash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+  export ADDCFLAGS="$CFLAGS"
+  export ADDLDFLAGS="$LDFLAGS"
+  make build-shared
+  make -C librhash
 }
 
 check() {
@@ -38,7 +41,7 @@
   make PREFIX=/usr DESTDIR="$pkgdir" install-shared
 
   # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-lib-static
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers 
install-lib-shared install-so-link
 
   # license
   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE


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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 16:52:37
  Author: demize
Revision: 254723

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 254722, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 254722, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 254722, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 254722, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 254722, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 254722, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 16:52:30 UTC (rev 254722)
+++ community-i686/PKGBUILD 2017-08-29 16:52:37 UTC (rev 254723)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.7.8
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('7e94653cc5a1dba006bbe43736f53595'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 254722, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 16:52:37 UTC (rev 254723)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.9
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('a2bbbdd45ffe18d99cdcf26aa992f92d'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib 

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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 16:52:30
  Author: demize
Revision: 254722

upgpkg: haproxy 1.7.9-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 16:51:24 UTC (rev 254721)
+++ PKGBUILD2017-08-29 16:52:30 UTC (rev 254722)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,7 +20,7 @@
 source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('7e94653cc5a1dba006bbe43736f53595'
+md5sums=('a2bbbdd45ffe18d99cdcf26aa992f92d'
  '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {


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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 16:51:24
  Author: demize
Revision: 254721

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 16:51:08 UTC (rev 254720)
+++ community-i686/PKGBUILD 2017-08-29 16:51:24 UTC (rev 254721)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pycryptodomex
-pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.4.6
-pkgrel=1
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='http://www.pycryptodome.org/'
-arch=('x86_64' 'i686')
-license=('BSD')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
-
-md5sums=('fd6304111732bb085bac1f422dddc662')
-
-prepare() {
-   cp -a pycryptodomex-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/pycryptodomex-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/pycryptodomex-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pycryptodomex() {
-   depends=('python')
-
-   cd pycryptodomex-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-pycryptodomex() {
-   depends=('python2')
-
-   cd pycryptodomex-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-pycryptodomex/repos/community-i686/PKGBUILD (from rev 254720, 
python-pycryptodomex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 16:51:24 UTC (rev 254721)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=(python-pycryptodomex python2-pycryptodomex)
+pkgver=3.4.7
+pkgrel=1
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='http://www.pycryptodome.org/'
+arch=('x86_64' 'i686')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+
+md5sums=('2fd1f31218ddd51b63c24ea515e200f0')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-29 16:51:08 UTC (rev 254720)
+++ community-x86_64/PKGBUILD   2017-08-29 16:51:24 UTC (rev 254721)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pycryptodomex
-pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.4.6
-pkgrel=1
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='http://www.pycryptodome.org/'
-arch=('x86_64' 'i686')
-license=('BSD')
-
-makedepends=('python-setuptools'
- 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
-
-md5sums=('fd6304111732bb085bac1f422dddc662')
-
-prepare() {
-   cp -a 

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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 16:51:08
  Author: demize
Revision: 254720

upgpkg: python-pycryptodomex 3.4.7-1

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 16:49:11 UTC (rev 254719)
+++ PKGBUILD2017-08-29 16:51:08 UTC (rev 254720)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycryptodomex
 pkgname=(python-pycryptodomex python2-pycryptodomex)
-pkgver=3.4.6
+pkgver=3.4.7
 pkgrel=1
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
@@ -16,7 +16,7 @@
 
 
source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
 
-md5sums=('fd6304111732bb085bac1f422dddc662')
+md5sums=('2fd1f31218ddd51b63c24ea515e200f0')
 
 prepare() {
cp -a pycryptodomex-$pkgver{,-python2}


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

2017-08-29 Thread Johannes Löthberg
Date: Tuesday, August 29, 2017 @ 16:49:11
  Author: demize
Revision: 254719

Add zathura-cb optdep

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 08:49:30 UTC (rev 254718)
+++ PKGBUILD2017-08-29 16:49:11 UTC (rev 254719)
@@ -18,7 +18,8 @@
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support)
 
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 bash-completion)


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

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 16:33:57
  Author: arojas
Revision: 304324

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-29 16:33:22 UTC (rev 304323)
+++ extra-i686/PKGBUILD 2017-08-29 16:33:57 UTC (rev 304324)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knotifications
-pkgver=5.37.0
-pkgrel=1
-pkgdesc='Abstraction for system notifications'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('66cdfddaa31f773a538d429026d0117e60f8a0a7f2a90c861f95d84395347b3f'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: knotifications/repos/extra-i686/PKGBUILD (from rev 304323, 
knotifications/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-29 16:33:57 UTC (rev 304324)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.37.0
+pkgrel=2
+pkgdesc='Abstraction for system notifications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+
kdebug-382444.patch::"https://cgit.kde.org/knotifications.git/patch/?id=1c97e1d9;)
+sha256sums=('66cdfddaa31f773a538d429026d0117e60f8a0a7f2a90c861f95d84395347b3f'
+'SKIP'
+'3bd4eaa9a883ad7b884c566e4e00c17991062e131a3920951079579371ce2fae')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-382444.patch # Don't block starting notification 
service
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-29 16:33:22 UTC (rev 304323)
+++ extra-x86_64/PKGBUILD   2017-08-29 16:33:57 UTC (rev 304324)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knotifications
-pkgver=5.37.0
-pkgrel=1
-pkgdesc='Abstraction for system notifications'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('66cdfddaa31f773a538d429026d0117e60f8a0a7f2a90c861f95d84395347b3f'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-

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

2017-08-29 Thread Antonio Rojas
Date: Tuesday, August 29, 2017 @ 16:33:22
  Author: arojas
Revision: 304323

Don't block starting notification service (FS#54453)

Modified:
  knotifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 13:15:00 UTC (rev 304322)
+++ PKGBUILD2017-08-29 16:33:22 UTC (rev 304323)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
 pkgname=knotifications
 pkgver=5.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,13 +13,18 @@
 depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+
kdebug-382444.patch::"https://cgit.kde.org/knotifications.git/patch/?id=1c97e1d9;)
 sha256sums=('66cdfddaa31f773a538d429026d0117e60f8a0a7f2a90c861f95d84395347b3f'
-'SKIP')
+'SKIP'
+'3bd4eaa9a883ad7b884c566e4e00c17991062e131a3920951079579371ce2fae')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-382444.patch # Don't block starting notification 
service
 }
 
 build() {


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

2017-08-29 Thread Tobias Powalowski
Date: Tuesday, August 29, 2017 @ 12:37:45
  Author: tpowa
Revision: 304321

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 304320, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 304320, linux/trunk/PKGBUILD)
  
linux/repos/testing-i686/bonding-ratelimit-failed-speed-duplex-update-warning.patch
(from rev 304320, 
linux/trunk/bonding-ratelimit-failed-speed-duplex-update-warning.patch)
  
linux/repos/testing-i686/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch
(from rev 304320, 
linux/trunk/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch)
  linux/repos/testing-i686/config.i686
(from rev 304320, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 304320, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 304320, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 304320, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 304320, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 304320, linux/trunk/PKGBUILD)
  
linux/repos/testing-x86_64/bonding-ratelimit-failed-speed-duplex-update-warning.patch
(from rev 304320, 
linux/trunk/bonding-ratelimit-failed-speed-duplex-update-warning.patch)
  
linux/repos/testing-x86_64/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch
(from rev 304320, 
linux/trunk/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch)
  linux/repos/testing-x86_64/config.i686
(from rev 304320, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 304320, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 304320, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 304320, linux/trunk/linux.preset)

---+
 testing-i686/90-linux.hook|   
11 
 testing-i686/PKGBUILD |  
299 
 testing-i686/bonding-ratelimit-failed-speed-duplex-update-warning.patch   |   
47 
 testing-i686/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch   |   
68 
 testing-i686/config.i686  | 
8562 ++
 testing-i686/config.x86_64| 
8309 +
 testing-i686/linux.install|   
27 
 testing-i686/linux.preset |   
14 
 testing-x86_64/90-linux.hook  |   
11 
 testing-x86_64/PKGBUILD   |  
299 
 testing-x86_64/bonding-ratelimit-failed-speed-duplex-update-warning.patch |   
47 
 testing-x86_64/bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch |   
68 
 testing-x86_64/config.i686| 
8562 ++
 testing-x86_64/config.x86_64  | 
8309 +
 testing-x86_64/linux.install  |   
27 
 testing-x86_64/linux.preset   |   
14 
 16 files changed, 34674 insertions(+)

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


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

2017-08-29 Thread Tobias Powalowski
Date: Tuesday, August 29, 2017 @ 12:37:17
  Author: tpowa
Revision: 304320

upgpkg: linux 4.12.9-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch

---+
 PKGBUILD  |   14 +-
 mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch |   35 
 2 files changed, 4 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 02:26:30 UTC (rev 304319)
+++ PKGBUILD2017-08-29 12:37:17 UTC (rev 304320)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.12
-pkgver=4.12.8
-pkgrel=2
+pkgver=4.12.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
@@ -18,7 +18,6 @@
 "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 'bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch'
 'bonding-ratelimit-failed-speed-duplex-update-warning.patch'
-'mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch'
 # the main kernel config files
 'config.i686' 'config.x86_64'
 # pacman hook for initramfs regeneration
@@ -28,11 +27,10 @@
 
 sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
 'SKIP'
-'32b860911a3bafd5cd5bc813a427c90fad6eafdf607fa64e1b763b16ab605636'
+'32c5df9c032d039d17cee0397b7458353089e1c2fdfdc77acc2edc2d2e76'
 'SKIP'
 '48e0505438bb4ccc7a0e050a896122b490e8f1b1446aa3833841a9d4d7853d68'
 'fc606711a922638d5cc4358f47f69f554d9e6eab1cec91f0b49f00911f399722'
-'b830ce777543c0edd20a77d70f204c095f2429bb37151cd4a8c9dfae2af8d51a'
 'df55887a43dcbb6bd35fd2fb1ec841427b6ea827334c0880cbc256d4f042a7a1'
 'bf84528c592d1841bba0662242f0339a24a1de384c31f28248631e8be9446586'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -58,11 +56,7 @@
   # https://bugzilla.kernel.org/show_bug.cgi?id=196547
   patch -Np1 -i ../bonding-ratelimit-failed-speed-duplex-update-warning.patch
   patch -Np1 -i ../bonding-require-speed-duplex-only-for-802.3ad-alb-an.patch
-
-  # https://github.com/google/sanitizers/issues/837
-  # https://patchwork.kernel.org/patch/9886105/
-  patch -Np1 -i ../mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch
-
+  
   cat "${srcdir}/config.${CARCH}" > ./.config
 
   if [ "${_kernelname}" != "" ]; then

Deleted: mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch
===
--- mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch   2017-08-29 
02:26:30 UTC (rev 304319)
+++ mm-Revert-x86_64-and-arm64-ELF_ET_DYN_BASE-base.patch   2017-08-29 
12:37:17 UTC (rev 304320)
@@ -1,35 +0,0 @@
-diff --git a/arch/arm64/include/asm/elf.h b/arch/arm64/include/asm/elf.h
-index acae781f7359..3288c2b36731 100644
 a/arch/arm64/include/asm/elf.h
-+++ b/arch/arm64/include/asm/elf.h
-@@ -114,10 +114,10 @@
- 
- /*
-  * This is the base location for PIE (ET_DYN with INTERP) loads. On
-- * 64-bit, this is raised to 4GB to leave the entire 32-bit address
-+ * 64-bit, this is above 4GB to leave the entire 32-bit address
-  * space open for things that want to use the area for 32-bit pointers.
-  */
--#define ELF_ET_DYN_BASE   0x1UL
-+#define ELF_ET_DYN_BASE   (2 * TASK_SIZE_64 / 3)
- 
- #ifndef __ASSEMBLY__
- 
-diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h
-index 1c18d83d3f09..9aeb91935ce0 100644
 a/arch/x86/include/asm/elf.h
-+++ b/arch/x86/include/asm/elf.h
-@@ -247,11 +247,11 @@ extern int force_personality32;
- 
- /*
-  * This is the base location for PIE (ET_DYN with INTERP) loads. On
-- * 64-bit, this is raised to 4GB to leave the entire 32-bit address
-+ * 64-bit, this is above 4GB to leave the entire 32-bit address
-  * space open for things that want to use the area for 32-bit pointers.
-  */
- #define ELF_ET_DYN_BASE   (mmap_is_ia32() ? 0x00040UL : \
--0x1UL)
-+(TASK_SIZE / 3 * 2))
- 
- /* This yields a mask that user programs can use to figure out what
-instruction set this CPU supports.  This could be done in user space,


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

2017-08-29 Thread Sergej Pupykin
Date: Tuesday, August 29, 2017 @ 08:49:30
  Author: spupykin
Revision: 254718

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 254717, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 254717, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 254717, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 254717, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 254717, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 254717, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 254717, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 254717, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 254717, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 254717, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   26 +++
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   54 
 community-i686/openvswitch.install|   13 ---
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/openvswitch.install  |   13 ---
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 08:49:02 UTC (rev 254717)
+++ community-i686/PKGBUILD 2017-08-29 08:49:30 UTC (rev 254718)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 254717, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2017-08-29 Thread Sergej Pupykin
Date: Tuesday, August 29, 2017 @ 08:49:02
  Author: spupykin
Revision: 254717

upgpkg: openvswitch 2.7.2-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 08:40:00 UTC (rev 254716)
+++ PKGBUILD2017-08-29 08:49:02 UTC (rev 254717)
@@ -15,7 +15,7 @@
openvswitch.tmpfiles
ovsdb-server.service
ovs-vswitchd.service)
-depends=('openssl')
+depends=('openssl' 'libcap-ng')
 makedepends=('python2-six')
 optdepends=('python2-six')
 sha256sums=('fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b'


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

2017-08-29 Thread Sergej Pupykin
Date: Tuesday, August 29, 2017 @ 08:40:00
  Author: spupykin
Revision: 254716

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

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 254715, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 254715, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 254715, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 254715, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 254715, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 254715, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 254715, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 254715, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 254715, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 254715, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   26 +++
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   54 
 community-i686/openvswitch.install|   13 ---
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/openvswitch.install  |   13 ---
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-29 08:39:31 UTC (rev 254715)
+++ community-i686/PKGBUILD 2017-08-29 08:40:00 UTC (rev 254716)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.7.1
-pkgrel=2
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('b0458cb2a7206f8e5802a524297c9f0569c01ae4bf91037a4dff37dcd0e2a84a'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 254715, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2017-08-29 Thread Sergej Pupykin
Date: Tuesday, August 29, 2017 @ 08:39:31
  Author: spupykin
Revision: 254715

upgpkg: openvswitch 2.7.2-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 08:24:50 UTC (rev 254714)
+++ PKGBUILD2017-08-29 08:39:31 UTC (rev 254715)
@@ -4,8 +4,8 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
 license=('APACHE')
@@ -18,7 +18,7 @@
 depends=('openssl')
 makedepends=('python2-six')
 optdepends=('python2-six')
-sha256sums=('b0458cb2a7206f8e5802a524297c9f0569c01ae4bf91037a4dff37dcd0e2a84a'
+sha256sums=('fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


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

2017-08-29 Thread Jiachen Yang
Date: Tuesday, August 29, 2017 @ 08:24:50
  Author: farseerfc
Revision: 254714

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

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

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

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

Copied: python2-pyqwt/repos/community-i686/PKGBUILD (from rev 254713, 
python2-pyqwt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-29 08:24:50 UTC (rev 254714)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Eugen Zagorodniy 
+# Contributor: Olaf Leidinger 
+# Contributer: Henning Garus 
+# Contributor: Thomas Burdick 
+# Contributor: Kyle Keen 
+
+# probably should be a split package to anticipate
+# python{2,3}-qwt{5,6}-qt{4,5} permutations
+
+pkgname=python2-pyqwt
+pkgver=5.2.0
+pkgrel=3
+pkgdesc="Python bindings for Qt Widgets for Technical Applications"
+arch=("i686" "x86_64")
+url="http://pyqwt.sourceforge.net/;
+depends=('python2-pyqt' 'python2-numpy' 'qwt5' 'sip')
+options=('!makeflags')
+license=("GPL")
+provides=('pyqwt')
+conflicts=('pyqwt')
+source=("http://downloads.sourceforge.net/sourceforge/pyqwt/PyQwt-$pkgver.tar.gz;
+

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

2017-08-29 Thread Jiachen Yang
Date: Tuesday, August 29, 2017 @ 08:18:48
  Author: farseerfc
Revision: 254713

upgpkg: python2-pyqwt 5.2.0-3

python2-pyqwt rebuild

Modified:
  python2-pyqwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 06:36:17 UTC (rev 254712)
+++ PKGBUILD2017-08-29 08:18:48 UTC (rev 254713)
@@ -11,7 +11,7 @@
 
 pkgname=python2-pyqwt
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for Qt Widgets for Technical Applications"
 arch=("i686" "x86_64")
 url="http://pyqwt.sourceforge.net/;


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

2017-08-29 Thread Felix Yan
Date: Tuesday, August 29, 2017 @ 06:36:17
  Author: felixonmars
Revision: 254712

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-29 06:35:50 UTC (rev 254711)
+++ PKGBUILD2017-08-29 06:36:17 UTC (rev 254712)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-faker
-pkgname=(python-faker python2-faker)
-pkgver=0.7.18
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('2a2e84d01820ff4f55b43f212f51e60eae67f310b770514ee42f8fa5b68d850e4f73f35d9e1f8c8f4375e83c49a4f1b8299e2e32b537bd4648b590b2e22e9f40')
-
-prepare() {
-  cp -a faker-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
-  provides=("python-fake-factory=$pkgver")
-  conflicts=('python-fake-factory')
-  replaces=('python-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-  provides=("python2-fake-factory=$pkgver")
-  conflicts=('python2-fake-factory')
-  replaces=('python2-fake-factory')
-
-  cd "$srcdir"/faker-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-faker/repos/community-any/PKGBUILD (from rev 254711, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-29 06:36:17 UTC (rev 254712)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-faker
+pkgname=(python-faker python2-faker)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('1fb7ec7b5c54c2635f0508e4f46e55c33172e3e8a547c3d1dc61f55f94bc5528e40dc422103169b87a2088a35b50460be27526d7d9a89ecbc46477c8f0e6d17b')
+
+prepare() {
+  cp -a faker-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-faker() {
+  depends=('python-setuptools' 'python-dateutil')
+  provides=("python-fake-factory=$pkgver")
+  conflicts=('python-fake-factory')
+  replaces=('python-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-faker() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  provides=("python2-fake-factory=$pkgver")
+  conflicts=('python2-fake-factory')
+  replaces=('python2-fake-factory')
+
+  cd "$srcdir"/faker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-29 Thread Felix Yan
Date: Tuesday, August 29, 2017 @ 06:35:50
  Author: felixonmars
Revision: 254711

upgpkg: python-faker 0.8.0-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 06:35:20 UTC (rev 254710)
+++ PKGBUILD2017-08-29 06:35:50 UTC (rev 254711)
@@ -5,7 +5,7 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.7.18
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -16,7 +16,7 @@
   'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
   'python2-ipaddress')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('2a2e84d01820ff4f55b43f212f51e60eae67f310b770514ee42f8fa5b68d850e4f73f35d9e1f8c8f4375e83c49a4f1b8299e2e32b537bd4648b590b2e22e9f40')
+sha512sums=('1fb7ec7b5c54c2635f0508e4f46e55c33172e3e8a547c3d1dc61f55f94bc5528e40dc422103169b87a2088a35b50460be27526d7d9a89ecbc46477c8f0e6d17b')
 
 prepare() {
   cp -a faker-$pkgver{,-py2}


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

2017-08-29 Thread Felix Yan
Date: Tuesday, August 29, 2017 @ 06:34:55
  Author: felixonmars
Revision: 254709

upgpkg: python-construct 2.8.13-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-29 05:54:00 UTC (rev 254708)
+++ PKGBUILD2017-08-29 06:34:55 UTC (rev 254709)
@@ -3,7 +3,7 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.12
+pkgver=2.8.13
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('4d0f59623a62eeab3c10e95b4e8153a1593219bcbcbbe5f87e75ba0a010b62021a9502faf715623faa78b4e397f1a74b41e9bffd1ede92dbebf87b0d4a59b66b')
+sha512sums=('d0101af3acf7ad2bb0b9197e777a1d1fee3c09f5c795e1196dc757edaf5235b42639d3ae871ab57cf74daaeb276af6228e8bda4992bdc0118710b89b128a79c3')
 
 prepare() {
   cp -a construct-$pkgver{,-py2}


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

2017-08-29 Thread Felix Yan
Date: Tuesday, August 29, 2017 @ 06:35:20
  Author: felixonmars
Revision: 254710

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-29 06:34:55 UTC (rev 254709)
+++ PKGBUILD2017-08-29 06:35:20 UTC (rev 254710)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.12
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
-sha512sums=('4d0f59623a62eeab3c10e95b4e8153a1593219bcbcbbe5f87e75ba0a010b62021a9502faf715623faa78b4e397f1a74b41e9bffd1ede92dbebf87b0d4a59b66b')
-
-prepare() {
-  cp -a construct-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/construct-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/construct-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/construct-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/construct-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-construct() {
-  depends=('python')
-
-  cd construct-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-construct() {
-  depends=('python2')
-
-  cd construct-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-any/PKGBUILD (from rev 254709, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-29 06:35:20 UTC (rev 254710)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.8.13
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-numpy' 
'python2-numpy')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz;)
+sha512sums=('d0101af3acf7ad2bb0b9197e777a1d1fee3c09f5c795e1196dc757edaf5235b42639d3ae871ab57cf74daaeb276af6228e8bda4992bdc0118710b89b128a79c3')
+
+prepare() {
+  cp -a construct-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/construct-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/construct-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-construct() {
+  depends=('python')
+
+  cd construct-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-construct() {
+  depends=('python2')
+
+  cd construct-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}