[arch-commits] Commit in zlib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 07:02:47
  Author: foutrelis
Revision: 329380

archrelease: copy trunk to testing-x86_64

Added:
  zlib/repos/testing-x86_64/
  zlib/repos/testing-x86_64/PKGBUILD
(from rev 329379, zlib/trunk/PKGBUILD)

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

Copied: zlib/repos/testing-x86_64/PKGBUILD (from rev 329379, 
zlib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-23 07:02:47 UTC (rev 329380)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zlib
+pkgname=(zlib minizip)
+epoch=1
+pkgver=1.2.11
+pkgrel=3
+arch=('x86_64')
+license=('custom')
+url="https://www.zlib.net/";
+depends=('glibc')
+options=('staticlibs')  # needed by binutils testsuite
+source=("https://zlib.net/zlib-${pkgver}.tar.gz"{,.asc})
+md5sums=('1c9f62f0778697a09d36121ead88e08e'
+ 'SKIP')
+validpgpkeys=('5ED46A6721D365587791E2AA783FCD8E58BCAFBA')
+
+prepare() {
+   cd ${srcdir}/zlib-$pkgver
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+
+   cd contrib/minizip
+   cp Makefile Makefile.orig
+   cp ../README.contrib readme.txt
+   autoreconf --install
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+
+   cd contrib/minizip
+   make -f Makefile.orig test
+}
+
+package_zlib() {
+   pkgdesc='Compression library implementing the deflate compression 
method found in gzip and PKZIP'
+
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}
+
+package_minizip() {
+   pkgdesc='Mini zip and unzip based on zlib'
+   depends=('zlib')
+
+   cd ${srcdir}/zlib-$pkgver/contrib/minizip
+   make install DESTDIR=${pkgdir}
+   install -D -m644 ${srcdir}/zlib-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/minizip/LICENSE
+
+   # https://github.com/madler/zlib/pull/229
+   rm ${pkgdir}/usr/include/minizip/crypt.h
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 07:02:42
  Author: foutrelis
Revision: 329379

upgpkg: zlib 1:1.2.11-3

Don't install minizip/crypt.h header (FS#58711).

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 00:38:54 UTC (rev 329378)
+++ PKGBUILD2018-07-23 07:02:42 UTC (rev 329379)
@@ -5,7 +5,7 @@
 pkgname=(zlib minizip)
 epoch=1
 pkgver=1.2.11
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom')
 url="https://www.zlib.net/";
@@ -57,4 +57,7 @@
cd ${srcdir}/zlib-$pkgver/contrib/minizip
make install DESTDIR=${pkgdir}
install -D -m644 ${srcdir}/zlib-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/minizip/LICENSE
+
+   # https://github.com/madler/zlib/pull/229
+   rm ${pkgdir}/usr/include/minizip/crypt.h
 }


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 07:05:52
  Author: felixonmars
Revision: 362920

upgpkg: etherwall 2.2.3-2

protobuf 3.6.0 rebuild

Modified:
  etherwall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 06:59:21 UTC (rev 362919)
+++ PKGBUILD2018-07-23 07:05:52 UTC (rev 362920)
@@ -6,7 +6,7 @@
 pkgver=2.2.3
 _ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
 _trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ethereum GUI Wallet (QT5)"
 arch=('x86_64')
 url="http://etherwall.com";


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 07:06:19
  Author: felixonmars
Revision: 362921

archrelease: copy trunk to community-staging-x86_64

Added:
  etherwall/repos/community-staging-x86_64/
  etherwall/repos/community-staging-x86_64/PKGBUILD
(from rev 362920, etherwall/trunk/PKGBUILD)
  etherwall/repos/community-staging-x86_64/etherwall.desktop
(from rev 362920, etherwall/trunk/etherwall.desktop)

---+
 PKGBUILD  |   42 ++
 etherwall.desktop |9 +
 2 files changed, 51 insertions(+)

Copied: etherwall/repos/community-staging-x86_64/PKGBUILD (from rev 362920, 
etherwall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 07:06:19 UTC (rev 362921)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=2.2.3
+_ewnodecommit=9d9fbbe18a44a36456b90f51d14c241228b53c30
+_trezorcommit=4ac8e8cdffb04f83ba9f71c27513f8dced1aa3b0
+pkgrel=2
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="http://etherwall.com";
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-websockets' 'geth' 'protobuf' 'hidapi' 'libsystemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz";
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz";
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz";
+etherwall.desktop)
+sha512sums=('701e9d1527e23d365e887634e4d96fefb50920696f18468c720cf69077df69322820544df7a5ceda79e98000f779fb8cc3cbd5d1571186730168615b9aaf92e5'
+
'34ef9911961a64d2f56eeac47a10205189522c02391ea0d0febba7cccf62ba056a4777cbf221b9f7b621a3970368742b1ae4f57472ca3c64b24a1f89e6f8f73b'
+
'a655df160b786934d50d7041de4b9b9b2d8d99107313173b8bf61f8f1a529fee1e328d0941454ab95d891ae67875a95b11a33aea469c24527ed1a550c6f7a6f3'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake -config release && make
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/share/pixmaps"
+  mkdir -p "$pkgdir/usr/share/applications"
+
+  cd "etherwall-$pkgver"
+  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
+  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
+  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
+}

Copied: etherwall/repos/community-staging-x86_64/etherwall.desktop (from rev 
362920, etherwall/trunk/etherwall.desktop)
===
--- community-staging-x86_64/etherwall.desktop  (rev 0)
+++ community-staging-x86_64/etherwall.desktop  2018-07-23 07:06:19 UTC (rev 
362921)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Etherwall
+Comment=Etherwall Ethereum Wallet
+Exec=etherwall
+Icon=etherwall.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Network;Application;


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

2018-07-23 Thread Eli Schwartz via arch-commits
Date: Monday, July 23, 2018 @ 07:26:56
  Author: eschwartz
Revision: 362922

upgpkg: sigil 0.9.9-3

python 3.7 rebuild

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 07:06:19 UTC (rev 362921)
+++ PKGBUILD2018-07-23 07:26:56 UTC (rev 362922)
@@ -6,7 +6,7 @@
 
 pkgname=sigil
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
 url="https://sigil-ebook.com/";


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

2018-07-23 Thread Eli Schwartz via arch-commits
Date: Monday, July 23, 2018 @ 07:27:19
  Author: eschwartz
Revision: 362923

archrelease: copy trunk to community-staging-x86_64

Added:
  sigil/repos/community-staging-x86_64/
  sigil/repos/community-staging-x86_64/PKGBUILD
(from rev 362922, sigil/trunk/PKGBUILD)

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

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 362922, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 07:27:19 UTC (rev 362923)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.9
+pkgrel=3
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/";
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'minizip' 'python-lxml' 'qt5-webkit')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+optdepends=('hunspell-en: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-cssutils: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins'
+'python-pyqt5: recommended for plugins'
+'tk: recommended for plugins')
+source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz";
+   
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig";)
+sha256sums=('12c1ace50598aef0a5e1397da3fdcd9c5ed9eba753c476d0ee5ab00a5d2d3764'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+cd "${srcdir}/Sigil-${pkgver}"
+
+mkdir -p build
+cd build
+
+cmake -G "Unix Makefiles" \
+-DUSE_SYSTEM_LIBS=1 \
+-DSYSTEM_LIBS_REQUIRED=1 \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+make
+}
+
+package() {
+cd "${srcdir}"/Sigil-${pkgver}/build
+make install DESTDIR="${pkgdir}"
+
+for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
+
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+done
+install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+# Compile python bytecode
+python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 07:57:50
  Author: foutrelis
Revision: 329381

Python 3.7 rebuild + new upstream release

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 07:02:47 UTC (rev 329380)
+++ PKGBUILD2018-07-23 07:57:50 UTC (rev 329381)
@@ -6,25 +6,30 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=18.4.0
+pkgver=18.7.0
+_commit=ee535041258e7ef0b3223d2e12cd9aaa0bc2289f
 pkgrel=1
 pkgdesc="Asynchronous networking framework written in Python"
 arch=('x86_64')
-url="http://twistedmatrix.com/";
+url="https://twistedmatrix.com/";
 license=('MIT')
 makedepends=('python-zope-interface' 'python2-zope-interface' 
'python-setuptools'
  'python2-setuptools' 'python-service-identity' 
'python2-service-identity'
  'python-incremental' 'python2-incremental' 'python-constantly' 
'python2-constantly'
- 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink')
+ 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink'
+ 'python-attrs' 'python2-attrs' 'python-pyhamcrest' 
'python2-pyhamcrest')
 checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh' 'gtk3'
   'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
   'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 
'python2-h2'
   'python-priority' 'python2-priority' 'python-cryptography' 
'python2-cryptography'
   'python-idna' 'python2-idna' 'python-pyserial' 
'python2-pyserial')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz";)
-sha512sums=('229b4d12f8c2d6592644690cfec140e6a82a662433af8eb00c7c276e3bf5ec8894e722974b0e5c4d0d122d6de17e984c4cc511d67714ce74e5e18187b92cfe7b')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz";)
+makedepends+=('git')
+source=(git+https://github.com/twisted/twisted#commit=$_commit)
+sha512sums=('SKIP')
 
 prepare() {
+  mv twisted twisted-twisted-$pkgver
   cp -a twisted-twisted-$pkgver{,-py2}
 
   sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
@@ -43,16 +48,18 @@
 check() {
   export LC_CTYPE=en_US.UTF-8
 
-  cd "$srcdir"/twisted-twisted-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" xvfb-run python -m 
twisted.trial twisted
+  # do glob expansion in variable assignment
+  pythonpaths=("$srcdir/twisted-twisted-$pkgver/build/lib.linux-$CARCH"-3*
+   "$srcdir/twisted-twisted-$pkgver-py2/build/lib.linux-$CARCH-"2*)
 
-  cd "$srcdir"/twisted-twisted-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" xvfb-run python2 -m 
twisted.trial twisted || warning "Tests failed"
+  # tests use the underlying function from the 'python -m twisted.trial' 
module, to prevent loading system entry points
+  PYTHONPATH="${pythonpaths[0]}" xvfb-run python -c 'from 
twisted.scripts.trial import run; run()' twisted || warning "Tests failed"
+  PYTHONPATH="${pythonpaths[1]}" xvfb-run python2 -c 'from 
twisted.scripts.trial import run; run()' twisted || warning "Tests failed"
 }
 
 package_python-twisted() {
   depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat'
-   'python-hyperlink')
+   'python-hyperlink' 'python-attrs' 'python-pyhamcrest')
   optdepends=('python-pyopenssl: for TLS client hostname verification'
   'python-service-identity: for TLS client hostname verification'
   'python-idna: for TLS client hostname verification'
@@ -78,7 +85,7 @@
 
 package_python2-twisted() {
   depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat'
-   'python2-hyperlink')
+   'python2-hyperlink' 'python-attrs' 'python-pyhamcrest')
   optdepends=('python2-pyopenssl: for TLS client hostname verification'
   'python2-service-identity: for TLS client hostname verification'
   'python2-idna: for TLS client hostname verification'


[arch-commits] Commit in twisted/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 07:58:47
  Author: foutrelis
Revision: 329382

archrelease: copy trunk to staging-x86_64

Added:
  twisted/repos/staging-x86_64/
  twisted/repos/staging-x86_64/PKGBUILD
(from rev 329381, twisted/trunk/PKGBUILD)

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

Copied: twisted/repos/staging-x86_64/PKGBUILD (from rev 329381, 
twisted/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 07:58:47 UTC (rev 329382)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Juergen Hoetzel 
+# Contributor:  Douglas Soares de Andrade 
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=18.7.0
+_commit=ee535041258e7ef0b3223d2e12cd9aaa0bc2289f
+pkgrel=1
+pkgdesc="Asynchronous networking framework written in Python"
+arch=('x86_64')
+url="https://twistedmatrix.com/";
+license=('MIT')
+makedepends=('python-zope-interface' 'python2-zope-interface' 
'python-setuptools'
+ 'python2-setuptools' 'python-service-identity' 
'python2-service-identity'
+ 'python-incremental' 'python2-incremental' 'python-constantly' 
'python2-constantly'
+ 'python-automat' 'python2-automat' 'python-hyperlink' 
'python2-hyperlink'
+ 'python-attrs' 'python2-attrs' 'python-pyhamcrest' 
'python2-pyhamcrest')
+checkdepends=('subversion' 'python2-sphinx' 'pygtk' 'xorg-server-xvfb' 'tk' 
'openssh' 'gtk3'
+  'python-gobject' 'python2-gobject' 'python-gobject2' 
'python2-gobject2'
+  'python2-soappy' 'python-subunit' 'python2-subunit' 'python-h2' 
'python2-h2'
+  'python-priority' 'python2-priority' 'python-cryptography' 
'python2-cryptography'
+  'python-idna' 'python2-idna' 'python-pyserial' 
'python2-pyserial')
+#source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz";)
+makedepends+=('git')
+source=(git+https://github.com/twisted/twisted#commit=$_commit)
+sha512sums=('SKIP')
+
+prepare() {
+  mv twisted twisted-twisted-$pkgver
+  cp -a twisted-twisted-$pkgver{,-py2}
+
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted-twisted-$pkgver-py2/src/twisted/mail/test/pop3testserver.py \
+twisted-twisted-$pkgver-py2/src/twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd "$srcdir"/twisted-twisted-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/twisted-twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  # do glob expansion in variable assignment
+  pythonpaths=("$srcdir/twisted-twisted-$pkgver/build/lib.linux-$CARCH"-3*
+   "$srcdir/twisted-twisted-$pkgver-py2/build/lib.linux-$CARCH-"2*)
+
+  # tests use the underlying function from the 'python -m twisted.trial' 
module, to prevent loading system entry points
+  PYTHONPATH="${pythonpaths[0]}" xvfb-run python -c 'from 
twisted.scripts.trial import run; run()' twisted || warning "Tests failed"
+  PYTHONPATH="${pythonpaths[1]}" xvfb-run python2 -c 'from 
twisted.scripts.trial import run; run()' twisted || warning "Tests failed"
+}
+
+package_python-twisted() {
+  depends=('python-zope-interface' 'python-incremental' 'python-constantly' 
'python-automat'
+   'python-hyperlink' 'python-attrs' 'python-pyhamcrest')
+  optdepends=('python-pyopenssl: for TLS client hostname verification'
+  'python-service-identity: for TLS client hostname verification'
+  'python-idna: for TLS client hostname verification'
+  'python-cryptography: for using conch'
+  'python-pyasn1: for using conch'
+  'python-appdirs: for using conch'
+  'python-h2: for http2 support'
+  'python-priority: for http2 support'
+  'python-pyserial: for serial support'
+  'tk: for using tkconch')
+
+  cd twisted-twisted-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # twisted in python 3 supports only few command line tools for now.
+  # Let's rename the tools the other way round after the python 3 version 
supports all.
+  for name in trial twistd twist ckeygen cftp conch pyhtmlizer tkconch 
mailmail; do
+mv "$pkgdir"/usr/bin/${name}{,3}
+  done
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-twisted() {
+  depends=('python2-zope-interface' 'python2-incremental' 'python2-constantly' 
'python2-automat'
+   'python2-hyperlink' 'python-attrs' 'python-pyhamcrest')
+  optdepends=('python2-pyopenssl: for TLS client hostname verification'
+  'python2-service-identity: for TLS client hostname verification'
+  'python2-idna: for TLS client hostname verification'
+  'python2-cryptography: for us

[arch-commits] Commit in ki18n/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:00:43
  Author: foutrelis
Revision: 329384

archrelease: copy trunk to staging-x86_64

Added:
  ki18n/repos/staging-x86_64/
  ki18n/repos/staging-x86_64/PKGBUILD
(from rev 329383, ki18n/trunk/PKGBUILD)

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

Copied: ki18n/repos/staging-x86_64/PKGBUILD (from rev 329383, 
ki18n/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:00:43 UTC (rev 329384)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.48.1
+pkgrel=3
+pkgdesc='Advanced internationalization framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-script)
+makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 clang doxygen 
qt5-tools sip)
+optdepends=('python-pyqt5: for the Python bindings' 'python: to compile .ts 
files')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('70b884303a5e00277e07b1ae10221ebb4f1ff17bd39f0e41b519c7fdd4323d55'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:00:34
  Author: felixonmars
Revision: 362924

Python 3.7 rebuild

Modified:
  python-structlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 07:27:19 UTC (rev 362923)
+++ PKGBUILD2018-07-23 08:00:34 UTC (rev 362924)
@@ -4,7 +4,7 @@
 pkgbase=python-structlog
 pkgname=(python-structlog python2-structlog)
 pkgver=18.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Structured Logging for Python"
 url="http://www.structlog.org";
 license=('Apache')


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:00:45
  Author: felixonmars
Revision: 329385

Python 3.7 rebuild

Modified:
  kitemmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:00:43 UTC (rev 329384)
+++ PKGBUILD2018-07-23 08:00:45 UTC (rev 329385)
@@ -5,7 +5,7 @@
 
 pkgname=kitemmodels
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Models for Qt Model/View system'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:01:04
  Author: felixonmars
Revision: 362925

archrelease: copy trunk to community-staging-any

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

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

Copied: python-structlog/repos/community-staging-any/PKGBUILD (from rev 362924, 
python-structlog/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 08:01:04 UTC (rev 362925)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-structlog
+pkgname=(python-structlog python2-structlog)
+pkgver=18.1.0
+pkgrel=2
+pkgdesc="Structured Logging for Python"
+url="http://www.structlog.org";
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun'
+  'python-pretend' 'python2-pretend' 'python-simplejson' 
'python2-simplejson'
+  'python-twisted' 'python2-twisted' 'python-rapidjson' 
'python-greenlet'
+  'python2-greenlet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz";)
+sha512sums=('01ea560f16979312acd168c08994007e1116de470cf933a1524033884058114999f815cf3061b2d080c95453c9b628ed7747ea5d283bb2fcda7180edd977c09b')
+
+prepare() {
+  cp -a structlog-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/structlog-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/structlog-$pkgver
+  PYTHONPATH="$PWD"/build/lib pytest
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib pytest2
+}
+
+package_python-structlog() {
+  depends=('python-six')
+
+  cd structlog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-structlog() {
+  depends=('python2-six')
+
+  cd structlog-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:00:38
  Author: foutrelis
Revision: 329383

Python 3.7 rebuild

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 07:58:47 UTC (rev 329382)
+++ PKGBUILD2018-07-23 08:00:38 UTC (rev 329383)
@@ -5,7 +5,7 @@
 
 pkgname=ki18n
 pkgver=5.48.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced internationalization framework'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kitemmodels/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:01:10
  Author: felixonmars
Revision: 329386

archrelease: copy trunk to staging-x86_64

Added:
  kitemmodels/repos/staging-x86_64/
  kitemmodels/repos/staging-x86_64/PKGBUILD
(from rev 329385, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/staging-x86_64/PKGBUILD (from rev 329385, 
kitemmodels/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:01:10 UTC (rev 329386)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Models for Qt Model/View system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ee01915a9aeef0c7c077a195e5497aae9aa1ac7de60c8431549f3c4f3c76608d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:02:38
  Author: felixonmars
Revision: 329387

Python 3.7 rebuild

Modified:
  kitemviews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:01:10 UTC (rev 329386)
+++ PKGBUILD2018-07-23 08:02:38 UTC (rev 329387)
@@ -5,7 +5,7 @@
 
 pkgname=kitemviews
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Widget addons for Qt Model/View'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kitemviews/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:03:05
  Author: felixonmars
Revision: 329388

archrelease: copy trunk to staging-x86_64

Added:
  kitemviews/repos/staging-x86_64/
  kitemviews/repos/staging-x86_64/PKGBUILD
(from rev 329387, kitemviews/trunk/PKGBUILD)

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

Copied: kitemviews/repos/staging-x86_64/PKGBUILD (from rev 329387, 
kitemviews/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:03:05 UTC (rev 329388)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Widget addons for Qt Model/View'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5c0419b41c6e8951ca11ee4b0722cf475a4c1a842b48427687d01fe31fe0be31'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:03:18
  Author: felixonmars
Revision: 329389

Python 3.7 rebuild

Modified:
  kcodecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:03:05 UTC (rev 329388)
+++ PKGBUILD2018-07-23 08:03:18 UTC (rev 329389)
@@ -5,7 +5,7 @@
 
 pkgname=kcodecs
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kcodecs/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:03:43
  Author: felixonmars
Revision: 329390

archrelease: copy trunk to staging-x86_64

Added:
  kcodecs/repos/staging-x86_64/
  kcodecs/repos/staging-x86_64/PKGBUILD
(from rev 329389, kcodecs/trunk/PKGBUILD)

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

Copied: kcodecs/repos/staging-x86_64/PKGBUILD (from rev 329389, 
kcodecs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:03:43 UTC (rev 329390)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 gperf doxygen 
sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('56a47b66bd40ba9baa232459eaf4ebcd066e9f2db9c9bb61007b9395e7d0e0df'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, July 23, 2018 @ 08:05:48
  Author: mtorromeo
Revision: 362926

upgpkg: fabric 2.2.1-1

Modified:
  fabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:01:04 UTC (rev 362925)
+++ PKGBUILD2018-07-23 08:05:48 UTC (rev 362926)
@@ -4,8 +4,8 @@
 # Contributor: Francois Boulogne 
 
 pkgname=fabric
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
 url="http://www.fabfile.org/";
 license=('BSD')
@@ -13,7 +13,7 @@
 depends=('python-setuptools' 'python-paramiko' 'python-invoke')
 optdepends=('python-patchwork: Common deployment/sysadmin operations')
 
source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('6b23fce63ad82224e59ec63d34352bbdd3ff0a46939b027c5c9733a68015e2fc249138ba2e2d53d795c35fc8a54ea0901d82cfaf9fa0c9f6ac3ee32dab90162f')
+sha512sums=('845615bc9a63d7c324ce36011e09b761642b0a8b612a4dee276118caed925b8cf1064eb0fc6a9c33e5ee68a8550517219b433bcab70f9b5f708aaa68cb8ad892')
 
 build() {
   cd "${srcdir}"/fabric-${pkgver}


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:05:54
  Author: felixonmars
Revision: 329391

Python 3.7 rebuild

Modified:
  kguiaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:03:43 UTC (rev 329390)
+++ PKGBUILD2018-07-23 08:05:54 UTC (rev 329391)
@@ -5,7 +5,7 @@
 
 pkgname=kguiaddons
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Addons to QtGui'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, July 23, 2018 @ 08:06:24
  Author: mtorromeo
Revision: 362927

archrelease: copy trunk to community-any

Added:
  fabric/repos/community-any/PKGBUILD
(from rev 362926, fabric/trunk/PKGBUILD)
Deleted:
  fabric/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 08:05:48 UTC (rev 362926)
+++ PKGBUILD2018-07-23 08:06:24 UTC (rev 362927)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Francois Boulogne 
-
-pkgname=fabric
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
-url="http://www.fabfile.org/";
-license=('BSD')
-arch=('any')
-depends=('python-setuptools' 'python-paramiko' 'python-invoke')
-optdepends=('python-patchwork: Common deployment/sysadmin operations')
-source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('6b23fce63ad82224e59ec63d34352bbdd3ff0a46939b027c5c9733a68015e2fc249138ba2e2d53d795c35fc8a54ea0901d82cfaf9fa0c9f6ac3ee32dab90162f')
-
-build() {
-  cd "${srcdir}"/fabric-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}"/fabric-${pkgver}
-  python setup.py install -O1 --skip-build --root="${pkgdir}"
-
-  install -Dm644 README.rst "${pkgdir}"/usr/share/doc/${pkgname}/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fabric/repos/community-any/PKGBUILD (from rev 362926, 
fabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 08:06:24 UTC (rev 362927)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Francois Boulogne 
+
+pkgname=fabric
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Python library and command-line tool designed to streamline deploying 
applications or performing system administration tasks via the SSH protocol"
+url="http://www.fabfile.org/";
+license=('BSD')
+arch=('any')
+depends=('python-setuptools' 'python-paramiko' 'python-invoke')
+optdepends=('python-patchwork: Common deployment/sysadmin operations')
+source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('845615bc9a63d7c324ce36011e09b761642b0a8b612a4dee276118caed925b8cf1064eb0fc6a9c33e5ee68a8550517219b433bcab70f9b5f708aaa68cb8ad892')
+
+build() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/fabric-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}"
+
+  install -Dm644 README.rst "${pkgdir}"/usr/share/doc/${pkgname}/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in kguiaddons/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:06:19
  Author: felixonmars
Revision: 329392

archrelease: copy trunk to staging-x86_64

Added:
  kguiaddons/repos/staging-x86_64/
  kguiaddons/repos/staging-x86_64/PKGBUILD
(from rev 329391, kguiaddons/trunk/PKGBUILD)

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

Copied: kguiaddons/repos/staging-x86_64/PKGBUILD (from rev 329391, 
kguiaddons/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:06:19 UTC (rev 329392)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Addons to QtGui'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules clang python-pyqt5 doxygen qt5-tools sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bf81ea49762f05f53dd49493ee0ac7525bcb7e9d33301d45800e11f270c2386e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in libpeas/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:06:29
  Author: foutrelis
Revision: 329394

archrelease: copy trunk to staging-x86_64

Added:
  libpeas/repos/staging-x86_64/
  libpeas/repos/staging-x86_64/PKGBUILD
(from rev 329393, libpeas/trunk/PKGBUILD)

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

Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 329393, 
libpeas/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:06:29 UTC (rev 329394)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=3
+pkgdesc="A GObject plugins library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas";
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit";)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:06:25
  Author: foutrelis
Revision: 329393

Python 3.7 rebuild

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:06:19 UTC (rev 329392)
+++ PKGBUILD2018-07-23 08:06:25 UTC (rev 329393)
@@ -3,7 +3,7 @@
 
 pkgname=libpeas
 pkgver=1.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A GObject plugins library"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Libpeas";


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:07:29
  Author: foutrelis
Revision: 329395

Python 3.7 rebuild

Modified:
  kdbusaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:06:29 UTC (rev 329394)
+++ PKGBUILD2018-07-23 08:07:29 UTC (rev 329395)
@@ -5,7 +5,7 @@
 
 pkgname=kdbusaddons
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Addons to QtDBus'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kdbusaddons/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:07:34
  Author: foutrelis
Revision: 329396

archrelease: copy trunk to staging-x86_64

Added:
  kdbusaddons/repos/staging-x86_64/
  kdbusaddons/repos/staging-x86_64/PKGBUILD
(from rev 329395, kdbusaddons/trunk/PKGBUILD)

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

Copied: kdbusaddons/repos/staging-x86_64/PKGBUILD (from rev 329395, 
kdbusaddons/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:07:34 UTC (rev 329396)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Addons to QtDBus'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('39a3df3ad2092cc0a551356e45209a51b312abb5632e17b51b648b222323ed6e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:08:33
  Author: felixonmars
Revision: 329397

Python 3.7 rebuild

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:07:34 UTC (rev 329396)
+++ PKGBUILD2018-07-23 08:08:33 UTC (rev 329397)
@@ -9,7 +9,7 @@
  'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'python-qscintilla-qt5-common')
 pkgver=2.10.7
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:08:49
  Author: foutrelis
Revision: 329398

Python 3.7 rebuild

Modified:
  kcoreaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:08:33 UTC (rev 329397)
+++ PKGBUILD2018-07-23 08:08:49 UTC (rev 329398)
@@ -5,7 +5,7 @@
 
 pkgname=kcoreaddons
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Addons to QtCore'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kcoreaddons/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:08:53
  Author: foutrelis
Revision: 329399

archrelease: copy trunk to staging-x86_64

Added:
  kcoreaddons/repos/staging-x86_64/
  kcoreaddons/repos/staging-x86_64/PKGBUILD
(from rev 329398, kcoreaddons/trunk/PKGBUILD)

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

Copied: kcoreaddons/repos/staging-x86_64/PKGBUILD (from rev 329398, 
kcoreaddons/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:08:53 UTC (rev 329399)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Addons to QtCore'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2e78c66ca5b765c95e61d028ff9d7778a96b987bd1d99867f196eb780c25f394'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:09:02
  Author: foutrelis
Revision: 329400

Python 3.7 rebuild

Modified:
  gom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:08:53 UTC (rev 329399)
+++ PKGBUILD2018-07-23 08:09:02 UTC (rev 329400)
@@ -3,7 +3,7 @@
 
 pkgname=gom
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A GObject to SQLite object mapper"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Gom";


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:09:25
  Author: felixonmars
Revision: 329403

Python 3.7 rebuild

Modified:
  kwidgetsaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:09:09 UTC (rev 329402)
+++ PKGBUILD2018-07-23 08:09:25 UTC (rev 329403)
@@ -5,7 +5,7 @@
 
 pkgname=kwidgetsaddons
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Addons to QtWidgets'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:09:05
  Author: felixonmars
Revision: 329401

archrelease: copy trunk to staging-x86_64

Added:
  qscintilla/repos/staging-x86_64/
  qscintilla/repos/staging-x86_64/PKGBUILD
(from rev 329397, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/staging-x86_64/QScintilla_gpl-2.9.2-qt5.patch
(from rev 329398, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/staging-x86_64/configure.py-objdir-support.diff
(from rev 329398, qscintilla/trunk/configure.py-objdir-support.diff)

--+
 PKGBUILD |  164 +
 QScintilla_gpl-2.9.2-qt5.patch   |   36 
 configure.py-objdir-support.diff |   32 +++
 3 files changed, 232 insertions(+)

Copied: qscintilla/repos/staging-x86_64/PKGBUILD (from rev 329397, 
qscintilla/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:09:05 UTC (rev 329401)
@@ -0,0 +1,164 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
+ 'python-qscintilla-qt4-common'
+ 'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.10.7
+pkgrel=2
+license=('GPL')
+arch=('x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz";)
+sha256sums=('670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a')
+
+prepare() {
+  cp -a QScintilla_gpl-${pkgver}{,-qt4}
+}
+
+build() {
+cd "$srcdir"/QScintilla_gpl-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5 --no-dist-info
+make
+
+cd ../Python2
+python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5  --no-dist-info
+make
+
+cd "$srcdir"/QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
+qmake-qt4
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt4 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4 --no-dist-info
+make
+
+cd ../Python2
+python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4 --no-dist-info
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt5-base')
+
+cd QScintilla_gpl-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5-common() {
+pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
+depends=('qscintilla-qt5')
+
+cd QScintilla_gpl-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Provided by python-qscintilla
+rm -r "${pkgdir}"/usr/lib
+}
+
+package_python-qscintilla-qt5() {
+pkgdesc="Python 3.x bindings for QScintilla2"
+depends=('python-qscintilla-qt5-common' 'python-pyqt5')
+
+cd QScintilla_gpl-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Provided by python-qscintilla-common
+rm -r "${pkgdir}"/usr/share
+}
+
+package_python2-qscintilla-qt5() {
+pkgdesc="Python 2.x bindings for QScintilla2"
+depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
+
+cd QScintilla_gpl-${pkgver}/Python2
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Provided by python-qscintilla
+rm -r "${pkgdir}"/usr/share
+}
+
+package_qscintilla-qt4() {
+pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt4')
+replaces=('qscintilla<2.9.1')
+conflicts=('qscintilla<2.9.1')
+provides=("qscintilla=$pkgver")
+
+cd QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt4-common() {
+pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt4 and python2-qscintilla-qt4"
+depends=(

[arch-commits] Commit in gom/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:09:09
  Author: foutrelis
Revision: 329402

archrelease: copy trunk to staging-x86_64

Added:
  gom/repos/staging-x86_64/
  gom/repos/staging-x86_64/PKGBUILD
(from rev 329401, gom/trunk/PKGBUILD)

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

Copied: gom/repos/staging-x86_64/PKGBUILD (from rev 329401, gom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:09:09 UTC (rev 329402)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="A GObject to SQLite object mapper"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Gom";
+license=(LGPL2.1)
+depends=(glib2 sqlite)
+makedepends=(gtk-doc gobject-introspection gdk-pixbuf2 git meson 
python-gobject)
+_commit=dafdf432ac78f500dcd045092d5d5c28f8e35c60  # tags/0.3.3^0
+source=("git+https://git.gnome.org/browse/gom#commit=$_commit";)
+sha256sums=('SKIP')
+ 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release -Denable-gtk-doc=true 
../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in kwidgetsaddons/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:09:52
  Author: felixonmars
Revision: 329404

archrelease: copy trunk to staging-x86_64

Added:
  kwidgetsaddons/repos/staging-x86_64/
  kwidgetsaddons/repos/staging-x86_64/PKGBUILD
(from rev 329403, kwidgetsaddons/trunk/PKGBUILD)

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

Copied: kwidgetsaddons/repos/staging-x86_64/PKGBUILD (from rev 329403, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:09:52 UTC (rev 329404)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Addons to QtWidgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6771af7310b7ae62b8780c47f9ccaaebbcdd068796f258c9dcb037e522122e1d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:19:13
  Author: felixonmars
Revision: 362928

upgpkg: python-matplotlib 2.2.2-3

Python 3.7 rebuild

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:06:24 UTC (rev 362927)
+++ PKGBUILD2018-07-23 08:19:13 UTC (rev 362928)
@@ -8,7 +8,7 @@
 pkgbase=python-matplotlib
 pkgname=('python-matplotlib' 'python2-matplotlib')
 pkgver=2.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('x86_64')
 url='http://matplotlib.org'


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:19:43
  Author: felixonmars
Revision: 362929

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |  119 
 setup.cfg |3 +
 2 files changed, 122 insertions(+)

Copied: python-matplotlib/repos/community-staging-x86_64/PKGBUILD (from rev 
362928, python-matplotlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 08:19:43 UTC (rev 362929)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-matplotlib
+pkgname=('python-matplotlib' 'python2-matplotlib')
+pkgver=2.2.2
+pkgrel=3
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-pytest-xdist' 'python2-pytest-xdist' 
'python-pytest-runner'
+  'python2-pytest-runner' 'python2-mock' 'xorg-server-xvfb' 
'texlive-core'
+  'texlive-latexextra' 'imagemagick' 'ffmpeg' 'mencoder' 
'inkscape' 'python-pandas'
+  'python2-pandas' 'ttf-freefont')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
+ 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
+ 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
+ 'python2-setuptools' 'python-cycler' 'python2-cycler' 
'python-kiwisolver'
+ 'python2-kiwisolver')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz";
+setup.cfg)
+sha512sums=('58dbeabafa7cd008cf5a585829a5b9f098114a43700dedbd7cc3ed09180ea99a870d06295fe8f1d47f1eb807d264924a4b6fb7cf47e6bc3b74045aa4f0714ac9'
+
'f08c0b2e94599fdf2b736b8a655d862209934441d90f20ed872cfc128b8d2a6525763ab7cf64f2b3630e22a90798f4c52aa93b18087e9b48708d9bae34aada0b')
+
+prepare() {
+  cp -a "$srcdir"/matplotlib-$pkgver{,-py2}
+
+  cd "$srcdir"/matplotlib-$pkgver
+  for file in $(find . -name '*.py' -print); do
+sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
+   -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" $file
+  done
+
+  cd "$srcdir"/matplotlib-$pkgver-py2
+  for file in $(find . -name '*.py' -print); do
+sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
+   -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" $file
+  done
+
+  cp -a "$srcdir"/matplotlib-$pkgver{,-test}
+  cp -a "$srcdir"/matplotlib-$pkgver-py2{,-test}
+
+  # Configure tests (FS#48175)
+  cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-test/
+  cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2-test/
+}
+
+build() {
+  # this seems to need to be present or gtk/gdk dies
+  # and hangs the build checking if gtk3cairo is installed
+  export XDG_RUNTIME_DIR=/tmp
+
+  cd "$srcdir"/matplotlib-$pkgver
+  python3 setup.py build
+
+  cd "$srcdir"/matplotlib-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Different font rendering details
+
+  cd "$srcdir"/matplotlib-$pkgver-test
+  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
+python setup.py pytest --addopts="-n auto" || warning "Tests failed"
+
+  cd "$srcdir"/matplotlib-$pkgver-py2-test
+  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
+python2 setup.py pytest --addopts="-n auto" || warning "Tests failed"
+}
+
+package_python-matplotlib() {
+  depends=('python-pytz' 'python-numpy' 'python-pyqt5' 'python-dateutil' 
'python-pyparsing'
+   'python-cycler' 'python-kiwisolver' 'libxkbcommon-x11')
+  optdepends=('python-gobject: for GTK3Agg/GTK3Cairo backend'
+  'python-cairocffi: for GTK3Agg/GTK3Cairo backend'
+  'python-pyqt4: for Qt4Agg backend'
+  'tk: used by the TkAgg backend'
+  'ghostscript: usetex dependencies'
+  'texlive-bin: usetex dependencies'
+  'python-tornado: for webagg backend'
+  'python-pillow: for reading/saving .jpg/bmp/tiff files')
+
+  cd matplotlib-$pkgver
+  python3 setup.py install 

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

2018-07-23 Thread David Runge via arch-commits
Date: Monday, July 23, 2018 @ 08:23:38
  Author: dvzrv
Revision: 362930

upgpkg: guitarix2 0.37.3-1

Upgrading to 0.37.3 wile rebuilding against zita-convolver >=4.0.0.

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:19:43 UTC (rev 362929)
+++ PKGBUILD2018-07-23 08:23:38 UTC (rev 362930)
@@ -4,8 +4,8 @@
 
 _name=guitarix
 pkgname=guitarix2
-pkgver=0.37.1
-pkgrel=2
+pkgver=0.37.3
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
 url="https://guitarix.org";
@@ -18,7 +18,7 @@
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
 
source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('4fbeb23991bbe13e757193c986efcce1f4cdd61a564e0bb87f7bc71d54c8df9413271ed993cecb13d1dcf746fb05a22077d1b373cca21a9ff36f0b66e1de1db1')
+sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2018-07-23 Thread David Runge via arch-commits
Date: Monday, July 23, 2018 @ 08:23:47
  Author: dvzrv
Revision: 362931

archrelease: copy trunk to community-staging-x86_64

Added:
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
(from rev 362930, guitarix2/trunk/PKGBUILD)

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

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 362930, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 08:23:47 UTC (rev 362931)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=guitarix
+pkgname=guitarix2
+pkgver=0.37.3
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org";
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
+makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
+  sed -e 's/python/&2/g' \
+-i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
+-i src/gx_head/builder/make \
+-i src/gx_head/engine/gen_tube_tables \
+-i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
+-i tools/{coverage,dsp2cc,dsp2insert}
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
+  python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 08:34:12
  Author: bluewind
Revision: 362932

upgpkg: libfilezilla 0.13.0-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:23:47 UTC (rev 362931)
+++ PKGBUILD2018-07-23 08:34:12 UTC (rev 362932)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('x86_64')
@@ -33,4 +33,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('28faa13d86fbb7b5e3edac22956449ca')
+md5sums=('bdb48a81e0cdef196fc336bf306cd6d5')


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:35:06
  Author: felixonmars
Revision: 329405

Python 3.7 rebuild

Modified:
  kconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:09:52 UTC (rev 329404)
+++ PKGBUILD2018-07-23 08:35:06 UTC (rev 329405)
@@ -5,7 +5,7 @@
 
 pkgname=kconfig
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Configuration system'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kconfig/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 08:35:30
  Author: felixonmars
Revision: 329406

archrelease: copy trunk to staging-x86_64

Added:
  kconfig/repos/staging-x86_64/
  kconfig/repos/staging-x86_64/PKGBUILD
(from rev 329405, kconfig/trunk/PKGBUILD)

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

Copied: kconfig/repos/staging-x86_64/PKGBUILD (from rev 329405, 
kconfig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:35:30 UTC (rev 329406)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Configuration system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('43a51e90092dd4d986f3200f709374e3ada9bb93ef97b5cab852c8d42c03c4bc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 08:36:13
  Author: bluewind
Revision: 362933

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 08:34:12 UTC (rev 362932)
+++ PKGBUILD2018-07-23 08:36:13 UTC (rev 362933)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('28faa13d86fbb7b5e3edac22956449ca')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 362932, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 08:36:13 UTC (rev 362933)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("http://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('bdb48a81e0cdef196fc336bf306cd6d5')


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

2018-07-23 Thread Tobias Powalowski via arch-commits
Date: Monday, July 23, 2018 @ 08:36:56
  Author: tpowa
Revision: 329407

upgpkg: refind-efi 0.11.3-1

bump to latest version, fix #53846

Modified:
  refind-efi/trunk/PKGBUILD

--+
 PKGBUILD |   92 +
 1 file changed, 26 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:35:30 UTC (rev 329406)
+++ PKGBUILD2018-07-23 08:36:56 UTC (rev 329407)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
-_USE_GNU_EFI="1"
+_USE_GNU_EFI="0"
 _PXE='0'
 
 ###
@@ -14,7 +14,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.11.2"
+pkgver="0.11.3"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html";
@@ -22,43 +22,41 @@
 license=('GPL3' 'custom')
 
 depends=('bash' 'dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems'
+optdepends=('sudo: privilege elevation'
+'parted: For finding ESP'
 'imagemagick: For refind-mkfont script'
-'python: For refind-mkdefault script')
+'python: For refind-mkdefault script'
+'sbsigntools: For EFI binary signing')
 
-options=('!strip' 'docs' '!makeflags')
+options=('!strip' 'docs' '!makeflags' '!buildflags')
 
 install="${pkgname}.install"
 
-#source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
 source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz";
 'refind_linux.conf')
-md5sums=('030d623ebaf6236eb1e9aedbfa4d91af'
+md5sums=('8562e11e40de17d353cff02a1deae5dd'
  '12ce3e22a216e7b25c253478a34713b4')
 
 if [[ "${_USE_GNU_EFI}" == "1" ]]; then

pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
-   makedepends=('gnu-efi-libs' 'git')
+   makedepends+=('gnu-efi-libs')

 else

-   pkgdesc="${pkgdesc} - Built with Tianocore UDK libs"
-   makedepends+=('subversion' 'python2' 'git')
+   pkgdesc="${pkgdesc} - Built with Tianocore EDK2 libs"
+   makedepends+=('git' 'python2' 'nasm')

-   
_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014";
-   _TIANO_DIR_="tianocore-udk-2014-svn"
-   _TIANO_SVN_REV_="15322"
+   _UDK_VERSION='UDK2018'
+   _TIANO_DIR_="edk2-${_UDK_VERSION}"

_TIANOCORE_PKG="Mde"
_TIANOCORE_TARGET="RELEASE"
_UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc"
-   _COMPILER="GCC48"
+   _COMPILER="GCC5"

-   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   
source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}")
-   done
+   
source+=("${_TIANO_DIR_}::git+https://github.com/tianocore/edk2.git#branch=${_UDK_VERSION}";)
+   md5sums+=('SKIP')

 fi
 
@@ -77,12 +75,8 @@
rm -rf "${_UDK_DIR}/" || true

msg "Create UDK BUILD dir"
-   mkdir -p "${_UDK_DIR}/"
+   cp -r "${srcdir}/${_TIANO_DIR_}" "${_UDK_DIR}"

-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   mv "${srcdir}/${_TIANO_DIR_}_${_DIR_}" "${_UDK_DIR}/${_DIR_}"
-   done
-   
cd "${_UDK_DIR}/"

msg "Cleanup UDK config files"
@@ -91,6 +85,9 @@
mkdir -p "${_UDK_DIR}/Conf/"
mkdir -p "${_UDK_DIR}/Build/"

+   msg "Disable build ID generation"
+   sed 's|,--gc-sections|,--gc-sections,--build-id=none|g' -i 
"${EDK_TOOLS_PATH}/Conf/tools_def.template"
+   
msg "Use python2 for UDK BaseTools"
sed 's|python |python2 |g' -i 
"${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
@@ -103,27 +100,16 @@
## 
http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg03625.html
sed -e 's|_OBJCOPY_FLAGS  =|_OBJCOPY_FLAGS  = -R .eh_frame|g' 
-i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true

-   msg "Fix GCC >=4.7 error - gcc: error: unrecognized command line option 
'-melf_x86_64'"
-   sed 's| -m64 --64 -melf_x86_64| -m64|g' -i 
"${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
-   sed 's|--64 | |g' -i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
-   sed 's| -m64 -melf_x86_64| -m64|g' -i 
"${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
-   
msg "Remove GCC -g debug option and add -O0 -mabi=ms 
-maccumulate-outgoing-args"
sed 's|DEFINE GCC_ALL_CC_FLAGS= -g |DEFINE GCC_ALL_CC_FLAGS 
   = -O0 -mabi=ms -maccumulate-outgoing-args |g' -i 
"${EDK_

[arch-commits] Commit in refind-efi/repos/extra-x86_64 (6 files)

2018-07-23 Thread Tobias Powalowski via arch-commits
Date: Monday, July 23, 2018 @ 08:37:10
  Author: tpowa
Revision: 329408

archrelease: copy trunk to extra-x86_64

Added:
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 329407, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 329407, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 329407, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

+
 PKGBUILD   |  660 +++
 refind-efi.install |   64 ++--
 refind_linux.conf  |   10 
 3 files changed, 347 insertions(+), 387 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 08:36:56 UTC (rev 329407)
+++ PKGBUILD2018-07-23 08:37:10 UTC (rev 329408)
@@ -1,350 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-_USE_GNU_EFI="1"
-_PXE='0'
-
-###
-[[ "${CARCH}" == "x86_64" ]] && _TIANO_ARCH="X64"
-[[ "${CARCH}" == "i686" ]] && _TIANO_ARCH="IA32"
-
-[[ "${CARCH}" == "x86_64" ]] && _TIANO_S_ARCH="x64"
-[[ "${CARCH}" == "i686" ]] && _TIANO_S_ARCH="ia32"
-###
-
-pkgname="refind-efi"
-pkgver="0.11.2"
-pkgrel="1"
-pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
-url="http://www.rodsbooks.com/refind/index.html";
-arch=('x86_64')
-license=('GPL3' 'custom')
-
-depends=('bash' 'dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems'
-'imagemagick: For refind-mkfont script'
-'python: For refind-mkdefault script')
-
-options=('!strip' 'docs' '!makeflags')
-
-install="${pkgname}.install"
-
-#source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
-source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz";
-'refind_linux.conf')
-md5sums=('030d623ebaf6236eb1e9aedbfa4d91af'
- '12ce3e22a216e7b25c253478a34713b4')
-
-if [[ "${_USE_GNU_EFI}" == "1" ]]; then
-   
-   pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
-   makedepends=('gnu-efi-libs' 'git')
-   
-else
-   
-   pkgdesc="${pkgdesc} - Built with Tianocore UDK libs"
-   makedepends+=('subversion' 'python2' 'git')
-   
-   
_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014";
-   _TIANO_DIR_="tianocore-udk-2014-svn"
-   _TIANO_SVN_REV_="15322"
-   
-   _TIANOCORE_PKG="Mde"
-   _TIANOCORE_TARGET="RELEASE"
-   _UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc"
-   _COMPILER="GCC48"
-   
-   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   
source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}")
-   done
-   
-fi
-
-
-_setup_tianocore_env_vars() {
-   
-   msg "Setup UDK PATH ENV variables"
-   export _UDK_DIR="${srcdir}/${_TIANO_DIR_}_build"
-   export EDK_TOOLS_PATH="${_UDK_DIR}/BaseTools"
-   
-}
-
-_prepare_tianocore_sources() {
-   
-   msg "Delete old UDK BUILD dir"
-   rm -rf "${_UDK_DIR}/" || true
-   
-   msg "Create UDK BUILD dir"
-   mkdir -p "${_UDK_DIR}/"
-   
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   mv "${srcdir}/${_TIANO_DIR_}_${_DIR_}" "${_UDK_DIR}/${_DIR_}"
-   done
-   
-   cd "${_UDK_DIR}/"
-   
-   msg "Cleanup UDK config files"
-   rm -rf "${_UDK_DIR}/Build/" || true
-   rm -rf "${_UDK_DIR}/Conf/" || true
-   mkdir -p "${_UDK_DIR}/Conf/"
-   mkdir -p "${_UDK_DIR}/Build/"
-   
-   msg "Use python2 for UDK BaseTools"
-   sed 's|python |python2 |g' -i 
"${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
-   sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
-   
-   msg "Fix GCC Warning as error"
-   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile" || true
-   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
-   
-   msg "Fix GenFw: ERROR 3000: Invalid, bad symbol definition"
-   ## 
http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg03625.html
-   sed -e 's|_OBJCOPY_FLAGS  =|_OBJCOPY_FLAGS  = -R .eh_frame|g' 
-i "${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
-   
-   msg "Fix GCC >=4.7 error - gcc: error: unrecognized command line option 
'-melf_x86_64'"
-   sed 's| -m64 --64 -melf_x86_64| -m64|g' -i 
"${EDK_TOOLS_P

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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 08:39:24
  Author: bluewind
Revision: 362935

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 08:39:21 UTC (rev 362934)
+++ PKGBUILD2018-07-23 08:39:24 UTC (rev 362935)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('de54afdd455bc368b35640ebf47d44e5')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 362934, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 08:39:24 UTC (rev 362935)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.35.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('a0b20047519fa8d75fe81bc683577a7f')


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 08:39:21
  Author: bluewind
Revision: 362934

upgpkg: filezilla 3.35.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:36:13 UTC (rev 362933)
+++ PKGBUILD2018-07-23 08:39:21 UTC (rev 362934)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.34.0
+pkgver=3.35.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('de54afdd455bc368b35640ebf47d44e5')
+md5sums=('a0b20047519fa8d75fe81bc683577a7f')


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:42:41
  Author: foutrelis
Revision: 329409

Python 3.7 rebuild

Modified:
  libgit2-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:37:10 UTC (rev 329408)
+++ PKGBUILD2018-07-23 08:42:41 UTC (rev 329409)
@@ -4,7 +4,7 @@
 
 pkgname=libgit2-glib
 pkgver=0.26.4
-pkgrel=2
+pkgrel=3
 pkgdesc="GLib wrapper for libgit2"
 url="https://wiki.gnome.org/Projects/Libgit2-glib";
 license=(LGPL2.1)
@@ -39,9 +39,9 @@
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  cp -a "$pkgdir"/usr/lib/python{3.6,2.7}
-  python3 -m compileall "$pkgdir/usr/lib/python3.6"
-  python3 -O -m compileall "$pkgdir/usr/lib/python3.6"
+  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
+  python3 -m compileall "$pkgdir/usr/lib/python3.7"
+  python3 -O -m compileall "$pkgdir/usr/lib/python3.7"
   python2 -m compileall "$pkgdir/usr/lib/python2.7"
   python2 -O -m compileall "$pkgdir/usr/lib/python2.7"
 }


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:42:46
  Author: foutrelis
Revision: 329410

archrelease: copy trunk to staging-x86_64

Added:
  libgit2-glib/repos/staging-x86_64/
  libgit2-glib/repos/staging-x86_64/PKGBUILD
(from rev 329409, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/staging-x86_64/libgit2-0.27.0.diff
(from rev 329409, libgit2-glib/trunk/libgit2-0.27.0.diff)

-+
 PKGBUILD|   47 +++
 libgit2-0.27.0.diff |   12 
 2 files changed, 59 insertions(+)

Copied: libgit2-glib/repos/staging-x86_64/PKGBUILD (from rev 329409, 
libgit2-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:42:46 UTC (rev 329410)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.26.4
+pkgrel=3
+pkgdesc="GLib wrapper for libgit2"
+url="https://wiki.gnome.org/Projects/Libgit2-glib";
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
+_commit=fed5187a24bbee3aa72049df3f55af4a4166c0bb  # tags/v0.26.4^0
+source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit";
+libgit2-0.27.0.diff)
+sha256sums=('SKIP'
+'df86d15a80e6031af51274e25266c5cf7800a803958384132c3c4a7835e15b1e')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../libgit2-0.27.0.diff
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  cp -a "$pkgdir"/usr/lib/python{3.7,2.7}
+  python3 -m compileall "$pkgdir/usr/lib/python3.7"
+  python3 -O -m compileall "$pkgdir/usr/lib/python3.7"
+  python2 -m compileall "$pkgdir/usr/lib/python2.7"
+  python2 -O -m compileall "$pkgdir/usr/lib/python2.7"
+}

Copied: libgit2-glib/repos/staging-x86_64/libgit2-0.27.0.diff (from rev 329409, 
libgit2-glib/trunk/libgit2-0.27.0.diff)
===
--- staging-x86_64/libgit2-0.27.0.diff  (rev 0)
+++ staging-x86_64/libgit2-0.27.0.diff  2018-07-23 08:42:46 UTC (rev 329410)
@@ -0,0 +1,12 @@
+diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
+index b6536ce..2785574 100644
+--- i/libgit2-glib/ggit-config.c
 w/libgit2-glib/ggit-config.c
+@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *config,
+   ret = git_config_add_file_ondisk (_ggit_native_get (config),
+ path,
+ (git_config_level_t)level,
++NULL,
+ force);
+   g_free (path);
+ 


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 09:01:49
  Author: foutrelis
Revision: 362936

Fix tests on Python 3.7

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:39:24 UTC (rev 362935)
+++ PKGBUILD2018-07-23 09:01:49 UTC (rev 362936)
@@ -21,6 +21,10 @@
   # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
   rm txaio-$pkgver/test/test_packaging.py
   cp -a txaio-$pkgver{,-py2}
+
+  # Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
+  sed -i 's/await/async_wait/' txaio-$pkgver/test/*.py
+  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
 }
 
 build() {


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 09:02:33
  Author: foutrelis
Revision: 362937

Python 3.7 rebuild

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:01:49 UTC (rev 362936)
+++ PKGBUILD2018-07-23 09:02:33 UTC (rev 362937)
@@ -5,7 +5,7 @@
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
 pkgver=2.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
 arch=('any')
 url="https://github.com/crossbario/txaio";


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 09:02:37
  Author: foutrelis
Revision: 362938

archrelease: copy trunk to community-staging-any

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

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

Copied: python-txaio/repos/community-staging-any/PKGBUILD (from rev 362937, 
python-txaio/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 09:02:37 UTC (rev 362938)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.10.0
+pkgrel=3
+pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
+arch=('any')
+url="https://github.com/crossbario/txaio";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
+source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz";)
+sha512sums=('45f85eca04dadc44f47bea0359902965db7c85892303b73d1c227b065965a1e83d8b3e555affcb8b43c6fdbd4d25c8d475d763c8ec8984f3e6fc1ad2befff6c4')
+
+prepare() {
+  # This tests whether pip can install the sdist, and is completely broken
+  # except in their boutique setup. They won't fix it.
+  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
+  rm txaio-$pkgver/test/test_packaging.py
+  cp -a txaio-$pkgver{,-py2}
+
+  # Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
+  sed -i 's/await/async_wait/' txaio-$pkgver/test/*.py
+  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
+}
+
+build() {
+  cd "$srcdir"/txaio-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/txaio-$pkgver
+  python -m pytest
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 -m pytest
+}
+
+package_python-txaio() {
+  depends=('python-six')
+
+  cd txaio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-txaio() {
+  depends=('python2-six')
+
+  cd txaio-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in kjobwidgets/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 09:03:45
  Author: foutrelis
Revision: 329412

archrelease: copy trunk to staging-x86_64

Added:
  kjobwidgets/repos/staging-x86_64/
  kjobwidgets/repos/staging-x86_64/PKGBUILD
(from rev 329411, kjobwidgets/trunk/PKGBUILD)

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

Copied: kjobwidgets/repos/staging-x86_64/PKGBUILD (from rev 329411, 
kjobwidgets/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 09:03:45 UTC (rev 329412)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Widgets for tracking KJob instances'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons kwidgetsaddons qt5-x11extras)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dcf8d2c3049bfda5224d46d2caeef4da2f5f62d2c7c5524926b31a35d7e5aa28'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 09:03:41
  Author: foutrelis
Revision: 329411

Python 3.7 rebuild

Modified:
  kjobwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:42:46 UTC (rev 329410)
+++ PKGBUILD2018-07-23 09:03:41 UTC (rev 329411)
@@ -5,7 +5,7 @@
 
 pkgname=kjobwidgets
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Widgets for tracking KJob instances'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 09:03:55
  Author: felixonmars
Revision: 329413

Python 3.7 rebuild

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:03:45 UTC (rev 329412)
+++ PKGBUILD2018-07-23 09:03:55 UTC (rev 329413)
@@ -5,7 +5,7 @@
 
 pkgname=kauth
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kauth/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 09:04:20
  Author: felixonmars
Revision: 329414

archrelease: copy trunk to staging-x86_64

Added:
  kauth/repos/staging-x86_64/
  kauth/repos/staging-x86_64/PKGBUILD
(from rev 329413, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/staging-x86_64/PKGBUILD (from rev 329413, 
kauth/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 09:04:20 UTC (rev 329414)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kauth
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Abstraction to system policy and authentication features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons polkit-qt5)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47afa9e89543be8bd732fc8b8c0b6e04b71d36e55c547697623ed546845eb702'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 09:04:57
  Author: felixonmars
Revision: 329415

Python 3.7 rebuild

Modified:
  kcompletion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:04:20 UTC (rev 329414)
+++ PKGBUILD2018-07-23 09:04:57 UTC (rev 329415)
@@ -5,7 +5,7 @@
 
 pkgname=kcompletion
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Text completion helpers and widgets'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


[arch-commits] Commit in kcompletion/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 09:05:20
  Author: felixonmars
Revision: 329416

archrelease: copy trunk to staging-x86_64

Added:
  kcompletion/repos/staging-x86_64/
  kcompletion/repos/staging-x86_64/PKGBUILD
(from rev 329415, kcompletion/trunk/PKGBUILD)

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

Copied: kcompletion/repos/staging-x86_64/PKGBUILD (from rev 329415, 
kcompletion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 09:05:20 UTC (rev 329416)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Text completion helpers and widgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kwidgetsaddons kconfig)
+makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9796e291d84a7d7e3ab560245b042d12239235d7beb8be2c6b26036f08ac3589'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 23, 2018 @ 09:15:11
  Author: svenstaro
Revision: 362940

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 362939, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 362939, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 362939, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

+
 PKGBUILD   |   94 +++
 wesnothd.service   |   18 -
 wesnothd.tmpfiles.conf |2 -
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 09:14:59 UTC (rev 362939)
+++ PKGBUILD2018-07-23 09:15:11 UTC (rev 362940)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.14.3
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
-makedepends=('boost' 'cmake' 'git')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-sha512sums=('SKIP'
-
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
-
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 362939, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 09:15:11 UTC (rev 362940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.14.4
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: wesnothd.service
===
--- wesnothd.service2018-07-23 09:14:59 UTC (rev 362939)
+++ wesnothd.service2018-07-23 09:15:11 UTC (rev 362940)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Wesnoth Server Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/wesnothd
-
-[Install]
-WantedBy=multi-user.target

Copied: wesnoth/repos/community-x86_64/wesnothd.service (from rev 362939, 
wesnoth/trunk/wesnothd.service)
===
--- wesnothd.service(rev 0)
+++ wesnothd.service2018-07-23 09:15:11 

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

2018-07-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 23, 2018 @ 09:14:59
  Author: svenstaro
Revision: 362939

upgpkg: wesnoth 1.14.4-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:02:37 UTC (rev 362938)
+++ PKGBUILD2018-07-23 09:14:59 UTC (rev 362939)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=wesnoth
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')


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

2018-07-23 Thread Tobias Powalowski via arch-commits
Date: Monday, July 23, 2018 @ 09:29:08
  Author: tpowa
Revision: 329417

fix typo

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:05:20 UTC (rev 329416)
+++ PKGBUILD2018-07-23 09:29:08 UTC (rev 329417)
@@ -125,7 +125,7 @@
sed "s|-m64|-maccumulate-outgoing-args -m64|g" -i 
"${srcdir}/refind-${pkgver}/filesystems/Make.gnuefi" || true
else
msg "Fix UDK Path in rEFInd Makefiles"
-   sed "s|^export EDK2BASE=.*$|export EDK2BASE=${_UDK_DIR}|g" -i 
"${srcdir}/refind-${pkgver}/Makefile" || truee
+   sed "s|^export EDK2BASE=.*$|export EDK2BASE=${_UDK_DIR}|g" -i 
"${srcdir}/refind-${pkgver}/Makefile" || true

msg "Disable build ID generation"
sed 's|--gc-sections|--gc-sections --build-id=none|g' -i 
"${srcdir}/refind-${pkgver}/Make.common" || true


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

2018-07-23 Thread Tobias Powalowski via arch-commits
Date: Monday, July 23, 2018 @ 09:30:26
  Author: tpowa
Revision: 329418

fix TianoCore

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:29:08 UTC (rev 329417)
+++ PKGBUILD2018-07-23 09:30:26 UTC (rev 329418)
@@ -44,7 +44,7 @@

 else

-   pkgdesc="${pkgdesc} - Built with Tianocore EDK2 libs"
+   pkgdesc="${pkgdesc} - Built with TianoCore EDK2 libs"
makedepends+=('git' 'python2' 'nasm')

_UDK_VERSION='UDK2018'
@@ -139,7 +139,7 @@
if [[ "${_USE_GNU_EFI}" != "1" ]]; then
_setup_tianocore_env_vars

-   msg "Prepare Tianocore Sources"
+   msg "Prepare TianoCore Sources"
_prepare_tianocore_sources
fi



[arch-commits] Commit in ir.lv2/repos (2 files)

2018-07-23 Thread David Runge via arch-commits
Date: Monday, July 23, 2018 @ 09:48:46
  Author: dvzrv
Revision: 362942

archrelease: copy trunk to community-staging-x86_64

Added:
  ir.lv2/repos/community-staging-x86_64/
  ir.lv2/repos/community-staging-x86_64/PKGBUILD
(from rev 362941, ir.lv2/trunk/PKGBUILD)

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

Copied: ir.lv2/repos/community-staging-x86_64/PKGBUILD (from rev 362941, 
ir.lv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 09:48:46 UTC (rev 362942)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=ir.lv2
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="No-latency/low-latency, realtime, high performance signal convolver 
for reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtk2' 'libsamplerate' 'zita-convolver')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in ir.lv2/trunk (PKGBUILD)

2018-07-23 Thread David Runge via arch-commits
Date: Monday, July 23, 2018 @ 09:48:39
  Author: dvzrv
Revision: 362941

upgpkg: ir.lv2 1.3.4-1

Upgrading to 1.3.4 while rebuilding against zita-convolver 4.0.0.

Modified:
  ir.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:15:11 UTC (rev 362940)
+++ PKGBUILD2018-07-23 09:48:39 UTC (rev 362941)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer: David Runge 
 pkgname=ir.lv2
-pkgver=1.3.3
-pkgrel=2
-pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver 
especially for creating reverb effects"
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="No-latency/low-latency, realtime, high performance signal convolver 
for reverb effects"
 arch=('x86_64')
 url="https://tomszilagyi.github.io/plugins/ir.lv2/";
 license=('GPL2')
@@ -10,7 +11,7 @@
 depends=('gtk2' 'libsamplerate' 'zita-convolver')
 makedepends=('lv2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')
+sha512sums=('6a9c8f906a07c6ed0daa53d8dc3693d535ec4cf63f07b5fcc62ab6638c66992ff7951918b0ce2ef8c65289b19988363be49bba9bb75a20b0463fa972b07ff58c')
 
 build() {
   cd "$pkgname-$pkgver"


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

2018-07-23 Thread Maxime Gauduin via arch-commits
Date: Monday, July 23, 2018 @ 09:52:06
  Author: alucryd
Revision: 362943

upgpkg: zimg 2.7.5-1

Modified:
  zimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:48:46 UTC (rev 362942)
+++ PKGBUILD2018-07-23 09:52:06 UTC (rev 362943)
@@ -3,20 +3,20 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=zimg
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='Scaling, colorspace conversion, and dithering library'
 arch=('x86_64')
 url='https://github.com/sekrit-twc/zimg'
 license=('custom:WTFPL')
-depends=('gcc-libs' 'glibc')
+makedepends=('git')
 provides=('libzimg.so')
 options=('!emptydirs')
-source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
+source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}";)
+sha256sums=('SKIP')
 
 build() {
-  cd zimg-release-${pkgver}
+  cd zimg
 
   ./autogen.sh
   ./configure \
@@ -27,10 +27,8 @@
 }
 
 package(){
-  cd zimg-release-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+  make DESTDIR="${pkgdir}" -C zimg install
+  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
 }
 
 # vim: ts=2 sw=2 et:


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

2018-07-23 Thread Maxime Gauduin via arch-commits
Date: Monday, July 23, 2018 @ 09:52:14
  Author: alucryd
Revision: 362944

archrelease: copy trunk to community-x86_64

Added:
  zimg/repos/community-x86_64/PKGBUILD
(from rev 362943, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 09:52:06 UTC (rev 362943)
+++ PKGBUILD2018-07-23 09:52:14 UTC (rev 362944)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=zimg
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('x86_64')
-url='https://github.com/sekrit-twc/zimg'
-license=('custom:WTFPL')
-depends=('gcc-libs' 'glibc')
-provides=('libzimg.so')
-options=('!emptydirs')
-source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz";)
-sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
-
-build() {
-  cd zimg-release-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-x86simd \
---disable-static
-  make
-}
-
-package(){
-  cd zimg-release-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 362943, 
zimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 09:52:14 UTC (rev 362944)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=zimg
+pkgver=2.7.5
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+makedepends=('git')
+provides=('libzimg.so')
+options=('!emptydirs')
+source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  cd zimg
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-x86simd \
+--disable-static
+  make
+}
+
+package(){
+  make DESTDIR="${pkgdir}" -C zimg install
+  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-07-23 Thread Nicola Squartini via arch-commits
Date: Monday, July 23, 2018 @ 10:22:09
  Author: tensor5
Revision: 362945

upgpkg: electron 2.0.5-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/libchromiumcontent-static-library-only.patch
  electron/trunk/use-system-ffmpeg.patch

--+
 PKGBUILD |6 +++---
 libchromiumcontent-static-library-only.patch |4 ++--
 use-system-ffmpeg.patch  |2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:52:14 UTC (rev 362944)
+++ PKGBUILD2018-07-23 10:22:09 UTC (rev 362945)
@@ -3,7 +3,7 @@
 
 _chromiumver=61.0.3163.100
 pkgname=electron
-pkgver=2.0.3
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
@@ -73,13 +73,13 @@
 
'1bda751a86a1c07f87e6631469701ebab5b1ce8f4052fcf666e8fc3bc645199a4df47fe7e75aed092ff23e17c2b9c4f286a60c2428fd72d0e6cae7a5d0507de4'
 
'e5a21eea33f24e82b250ad903ae9f6f40a71876661391b7bb2b749edb3470e1256ecb06aba0541f4da4cbaf9be2df90eb2b9e588566138fdb63d92a9aca60936'
 
'baf921c2970e09cbc98781bdad9625c6926eaeb197cca5588cb3444db4422d18949a611f8d66452c4acff1c5f2cb0ba67cac3f85214a97c91c232778e1e9dce2'
-
'ab4b9d01bf150120fb3510e181c05df84fc49ee0b9938ef3d5ffc2113bc3d71e14a051edc9e70959698f78950f4adee6a676e1c8a1a56ba6ca337b6aa9188e40'
+
'89966d7b6eba2a588898cb69a2397ff87ad8936dc1e99e82668b312b6423794e3d6c41ee9defa8773e8fa947c6e873bc23928c719d908687eb28f78df54d6a2a'
 
'2dd594a07f8ce62a7706a0365d764ab3ee3cc2d050d6ae4460db3152269e84f43516438a4f48f47fc54fe758a70c462baed6b7defa8b2bd277e67cb1bae8da12'
 
'd77a2045f03c1327eb78517028c083e8965297a41d5a81df8c7dac5a8500aa242faa644a38be5d12914b68ba3a0b944c1bfe6dbfd7b88b1a0aeeec1d87a1619a'
 
'79baa5d144733442cd839d7ee195b11b4e8ee19cd77e37c8ca1def18e2ffa30b8e63b8e4e2688944d55cbea048107f0cf209547ea14c49b4585c936249016c43'
 
'c06965d17e772e853c636709d64e4fb6dd863e3dc84435b79455d9077e65a6179f970796bbdc07ee2d4c57a577a159eb6be261c49428a90d7864a875862c711f'
 
'8da75b16f3fc39e828b94fe9bf013a2fd180a81a9a34a8511a99e62e8d2a714ced24d94ef643561e0c88c27868d8eaa643e19003cbfa293451fc15dd75f5801f'
-
'01e36513491876769c77c1139a3fdaee6e4996d1daa36bc087f18118923118c88a60cb2d72572a1ab6df1d7d867a9579dd2571e0b67c7ea42324b2c5e1b0815d'
+
'efeb0358488a7402d380a4cab736efd4c626171659f1fd627b48b3f44a873d6ef149f8b00a03f6eae4a775d3fe77887e7e8b9ff2753f60d16a94e4f342687384'
 
'45c9bcc588d8fc5dd5c5fde17ef5114f0c9717c965a7c3009bfa6e79ba6a3fc9a19eab3451b72e5de75535d62391a3e2660f0aab329d7ec137605593915f4010'
 
'5722c571ffc384e0e226342d170e29109bf45761dcd7202b2fe6572795e0a04bd0521b1120eb2247c2a84bed0e63f47a71d25802528992ee4f976b348fb5c8f6'
 
'd297728681538fd6d6d48da4477e6e42b0ac1585a243dca60c0d9896387a1bf17770aa70966344c8d3551b774cbea6d6acbeaa0dbbfc3c17367dda5daa912297'

Modified: libchromiumcontent-static-library-only.patch
===
--- libchromiumcontent-static-library-only.patch2018-07-23 09:52:14 UTC 
(rev 362944)
+++ libchromiumcontent-static-library-only.patch2018-07-23 10:22:09 UTC 
(rev 362945)
@@ -9,7 +9,7 @@
],
'win32': [
  'd3dcompiler_47.dll',
-@@ -413,7 +413,7 @@ def generate_ninja(args, ninja):
+@@ -414,7 +414,7 @@ def generate_ninja(args, ninja):
copy_locales(target_arch, component, ninja)
  
if args.component != 'native_mksnapshot':
@@ -18,7 +18,7 @@
  copy_sources(ninja)
generate_licenses(ninja)
  
-@@ -541,9 +541,9 @@ def copy_binaries(target_arch, component, 
create_debug_archive,
+@@ -542,9 +542,9 @@ def copy_binaries(target_arch, component, 
create_debug_archive,
else:
  binaries = [ 'chromedriver', 'clang_x64_v8_mips64el/mksnapshot' ]
  else:

Modified: use-system-ffmpeg.patch
===
--- use-system-ffmpeg.patch 2018-07-23 09:52:14 UTC (rev 362944)
+++ use-system-ffmpeg.patch 2018-07-23 10:22:09 UTC (rev 362945)
@@ -1,6 +1,6 @@
 --- a/brightray/brightray.gyp
 +++ b/brightray/brightray.gyp
-@@ -147,8 +147,6 @@
+@@ -149,8 +149,6 @@
  }, {
'link_settings': {
  'libraries': [


[arch-commits] Commit in electron/repos/community-x86_64 (44 files)

2018-07-23 Thread Nicola Squartini via arch-commits
Date: Monday, July 23, 2018 @ 10:22:43
  Author: tensor5
Revision: 362946

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 362945, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
(from rev 362945, electron/trunk/breakpad-glibc2.26.patch)
  electron/repos/community-x86_64/chromium-atk-r1.patch
(from rev 362945, electron/trunk/chromium-atk-r1.patch)
  electron/repos/community-x86_64/chromium-gn-bootstrap-r14.patch
(from rev 362945, electron/trunk/chromium-gn-bootstrap-r14.patch)
  electron/repos/community-x86_64/chromium-include-functional.patch
(from rev 362945, electron/trunk/chromium-include-functional.patch)
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
(from rev 362945, electron/trunk/chromium-use-system-ffmpeg.patch)
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
(from rev 362945, electron/trunk/chromium-use-system-minizip.patch)
  electron/repos/community-x86_64/chromium-use-system-re2.patch
(from rev 362945, electron/trunk/chromium-use-system-re2.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 362945, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
(from rev 362945, electron/trunk/dont-bootstrap-libchromiumcontent.patch)
  electron/repos/community-x86_64/dont-update-submodules.patch
(from rev 362945, electron/trunk/dont-update-submodules.patch)
  electron/repos/community-x86_64/dont-use-sysroot.patch
(from rev 362945, electron/trunk/dont-use-sysroot.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 362945, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/gyp-no-rpath.patch
(from rev 362945, electron/trunk/gyp-no-rpath.patch)
  electron/repos/community-x86_64/libchromiumcontent-fix-v8-patches.patch
(from rev 362945, electron/trunk/libchromiumcontent-fix-v8-patches.patch)
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
(from rev 362945, electron/trunk/libchromiumcontent-settings.patch)
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
(from rev 362945, electron/trunk/libchromiumcontent-sort-filenames.patch)
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
(from rev 362945, 
electron/trunk/libchromiumcontent-static-library-only.patch)
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
(from rev 362945, electron/trunk/libchromiumcontent-use-system-tools.patch)
  electron/repos/community-x86_64/no-whole-archive.patch
(from rev 362945, electron/trunk/no-whole-archive.patch)
  electron/repos/community-x86_64/use-system-ffmpeg.patch
(from rev 362945, electron/trunk/use-system-ffmpeg.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 362945, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
  electron/repos/community-x86_64/chromium-atk-r1.patch
  electron/repos/community-x86_64/chromium-gn-bootstrap-r14.patch
  electron/repos/community-x86_64/chromium-include-functional.patch
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
  electron/repos/community-x86_64/chromium-use-system-re2.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
  electron/repos/community-x86_64/dont-update-submodules.patch
  electron/repos/community-x86_64/dont-use-sysroot.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/gyp-no-rpath.patch
  electron/repos/community-x86_64/libchromiumcontent-fix-v8-patches.patch
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
  electron/repos/community-x86_64/no-whole-archive.patch
  electron/repos/community-x86_64/use-system-ffmpeg.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

--+
 PKGBUILD |  542 ++--
 breakpad-glibc2.26.patch |  416 -
 chromium-atk-r1.patch|   22 
 chromium-gn-bootstrap-r14.patch  |   54 -
 chromium-include-functional.patch|   20 
 chromium-use-system-ffmpeg.patch |  162 +--
 chromium-use-system-minizip.patch|   28 
 chromium-use-system-re2.patch|   20 
 default_app-icon.patch   |   44 -
 dont-

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

2018-07-23 Thread Maxime Gauduin via arch-commits
Date: Monday, July 23, 2018 @ 11:23:28
  Author: alucryd
Revision: 362948

archrelease: copy trunk to community-staging-x86_64

Added:
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 362947, clementine/trunk/PKGBUILD)
  
clementine/repos/community-staging-x86_64/add-missing-functional-includes-5630.patch
(from rev 362947, 
clementine/trunk/add-missing-functional-includes-5630.patch)
  
clementine/repos/community-staging-x86_64/clementine-1.3.1-chromaprint-1.4.0.patch
(from rev 362947, clementine/trunk/clementine-1.3.1-chromaprint-1.4.0.patch)
  clementine/repos/community-staging-x86_64/clementine-cryptopp6.patch
(from rev 362947, clementine/trunk/clementine-cryptopp6.patch)
  clementine/repos/community-staging-x86_64/clementine-gcc6.patch
(from rev 362947, clementine/trunk/clementine-gcc6.patch)

+
 PKGBUILD   |   74 +++
 add-missing-functional-includes-5630.patch |   51 ++
 clementine-1.3.1-chromaprint-1.4.0.patch   |   41 ++
 clementine-cryptopp6.patch |   25 +
 clementine-gcc6.patch  |   22 
 5 files changed, 213 insertions(+)

Copied: clementine/repos/community-staging-x86_64/PKGBUILD (from rev 362947, 
clementine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 11:23:28 UTC (rev 362948)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=18
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
+ 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
+ 'qt4' 'sqlite' 'taglib' 'zlib')
+makedepends=('boost' 'cmake' 'mesa' 'sparsehash')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'gst-libav: Libav plugin'
+'gvfs: Various devices support')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz";
+'clementine-gcc6.patch'
+'add-missing-functional-includes-5630.patch'
+'clementine-1.3.1-chromaprint-1.4.0.patch'
+'clementine-cryptopp6.patch'
+
'https://github.com/clementine-player/Clementine/commit/75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch')
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee'
+'213a1c2eb3f3c1d2904ed855ad851c10705d04cfa20b36b843b60003469fdc1a'
+'4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0'
+'e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46'
+'d4dbd7f09da7a554f86237476b96e3ca097117b7ab2acd706088c72203d8b64f')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  patch -p1 -i ../add-missing-functional-includes-5630.patch
+  # Fix build with chromaprint 1.4.0
+  patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch
+  # Fix build with crypto++ 6.0.0 due to 
https://github.com/weidai11/cryptopp/issues/442
+  patch -p1 -i ../clementine-cryptopp6.patch
+  # FS#58413
+  patch -Np1 -i ../75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd Clementine-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'\
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
clementine/repos/community-staging-x86_64/add-missing-functional-includes-5630.patch
 (from rev 362947, clementine/trunk/add-missing-functional-includes-5630.patch)
===
--- community-staging-x86_64/add-missing-functional-includes-5630.patch 
(rev 0)
+++ community-staging-x86_64/add-missing-functional-includes-5630.patch 
2018-07-23 11:23:28 UTC (rev 362948)
@@ -0,0 +1,51 @@
+From 8a6cc8b5069265e1e92e22def985e22c5955e503 Mon Sep 17 00:00:00 2001
+From: Morris Hafner 
+Date: Mo

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

2018-07-23 Thread Maxime Gauduin via arch-commits
Date: Monday, July 23, 2018 @ 11:23:18
  Author: alucryd
Revision: 362947

protobuf 3.6.0 rebuild: clementine 1.3.1-18

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 10:22:43 UTC (rev 362946)
+++ PKGBUILD2018-07-23 11:23:18 UTC (rev 362947)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -60,7 +60,8 @@
 
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr'
+-DCMAKE_INSTALL_PREFIX='/usr'\
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-catch-value"
   make
 }
 


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 12:01:07
  Author: felixonmars
Revision: 362949

upgpkg: deepin-desktop-base 1:2018.7.23-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 11:23:28 UTC (rev 362948)
+++ PKGBUILD2018-07-23 12:01:07 UTC (rev 362949)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2018.06.21
+pkgver=2018.7.23
 pkgrel=1
 epoch=1
 pkgdesc='Base component for Deepin'
@@ -14,7 +14,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
-sha512sums=('9c8ec11d06f0a0ccf4ee7fc5c0b196e627a60e587a1f48b6fa1e37c48cbb22f94b27abbf742a54bddcade8424e4a776f999c311eea5c40bbede20a3004a1c546')
+sha512sums=('7d4b9372c336b83c558fe3662fed130b917f15cb1caaf73d83cf20530fe6439290889601297114e9ee0914185fb4ffe1d7b3550b7da0bae2020b91f018b67bc3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 12:01:37
  Author: felixonmars
Revision: 362950

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 362949, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 12:01:07 UTC (rev 362949)
+++ PKGBUILD2018-07-23 12:01:37 UTC (rev 362950)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2018.06.21
-pkgrel=1
-epoch=1
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base";
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
-sha512sums=('9c8ec11d06f0a0ccf4ee7fc5c0b196e627a60e587a1f48b6fa1e37c48cbb22f94b27abbf742a54bddcade8424e4a776f999c311eea5c40bbede20a3004a1c546')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 362949, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 12:01:37 UTC (rev 362950)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2018.7.23
+pkgrel=1
+epoch=1
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base";
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz";)
+sha512sums=('7d4b9372c336b83c558fe3662fed130b917f15cb1caaf73d83cf20530fe6439290889601297114e9ee0914185fb4ffe1d7b3550b7da0bae2020b91f018b67bc3')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


[arch-commits] Commit in deepin-gtk-theme/trunk (PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 12:06:24
  Author: felixonmars
Revision: 362951

upgpkg: deepin-gtk-theme 17.10.7-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 12:01:37 UTC (rev 362950)
+++ PKGBUILD2018-07-23 12:06:24 UTC (rev 362951)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=17.10.6
+pkgver=17.10.7
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gtk-engine-murrine: for gtk2 themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz";)
-sha512sums=('34d65988a8aacdddba480ecdb8ce942a7d1382f38486723e33bee25c098f6b16927de4e719b707ca3956c4301a11bdd8ddef370876080b47d3aa8099906c3c50')
+sha512sums=('3517682ca1a4255ea66e80a49df27026b8076c0282919d35504577d71182dadbcdfffdb30b3ccc25bb0c179d7d758a88c2cb204369364df9536d6e2c7125e40b')
 
 package() {
   cd deepin-gtk-theme-$pkgver


[arch-commits] Commit in deepin-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 12:06:48
  Author: felixonmars
Revision: 362952

archrelease: copy trunk to community-any

Added:
  deepin-gtk-theme/repos/community-any/PKGBUILD
(from rev 362951, deepin-gtk-theme/trunk/PKGBUILD)
Deleted:
  deepin-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 12:06:24 UTC (rev 362951)
+++ PKGBUILD2018-07-23 12:06:48 UTC (rev 362952)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gtk-theme
-pkgver=17.10.6
-pkgrel=1
-pkgdesc="Deepin GTK Theme"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-gtk-theme";
-license=('LGPL3')
-optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz";)
-sha512sums=('34d65988a8aacdddba480ecdb8ce942a7d1382f38486723e33bee25c098f6b16927de4e719b707ca3956c4301a11bdd8ddef370876080b47d3aa8099906c3c50')
-
-package() {
-  cd deepin-gtk-theme-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gtk-theme/repos/community-any/PKGBUILD (from rev 362951, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 12:06:48 UTC (rev 362952)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=17.10.7
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-gtk-theme";
+license=('LGPL3')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz";)
+sha512sums=('3517682ca1a4255ea66e80a49df27026b8076c0282919d35504577d71182dadbcdfffdb30b3ccc25bb0c179d7d758a88c2cb204369364df9536d6e2c7125e40b')
+
+package() {
+  cd deepin-gtk-theme-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-23 Thread Bruno Pagani via arch-commits
Date: Monday, July 23, 2018 @ 12:09:46
  Author: archange
Revision: 362953

upgpkg: kvantum-qt5 0.10.7-1

Modified:
  kvantum-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 12:06:48 UTC (rev 362952)
+++ PKGBUILD2018-07-23 12:09:46 UTC (rev 362953)
@@ -2,7 +2,7 @@
 
 _pkgname=Kvantum
 pkgname=kvantum-qt5
-pkgver=0.10.6
+pkgver=0.10.7
 pkgrel=1
 pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
 makedepends=('cmake' 'qt5-tools')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('4ef54d27be9d175d1023b37617295e622446ad950f79447aea8c6915890aae2d')
+sha256sums=('dd7703be481907012823470f703e462db7339ad1ebd9b30c1848b7c6998b82d6')
 
 prepare() {
 mkdir -p build


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

2018-07-23 Thread Bruno Pagani via arch-commits
Date: Monday, July 23, 2018 @ 12:10:00
  Author: archange
Revision: 362954

archrelease: copy trunk to community-x86_64

Added:
  kvantum-qt5/repos/community-x86_64/PKGBUILD
(from rev 362953, kvantum-qt5/trunk/PKGBUILD)
Deleted:
  kvantum-qt5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 12:09:46 UTC (rev 362953)
+++ PKGBUILD2018-07-23 12:10:00 UTC (rev 362954)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.6
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
-arch=('x86_64')
-url="https://github.com/tsujan/Kvantum";
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('4ef54d27be9d175d1023b37617295e622446ad950f79447aea8c6915890aae2d')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 362953, 
kvantum-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 12:10:00 UTC (rev 362954)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.7
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('dd7703be481907012823470f703e462db7339ad1ebd9b30c1848b7c6998b82d6')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 12:51:23
  Author: bluewind
Revision: 362956

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 12:51:19 UTC (rev 362955)
+++ PKGBUILD2018-07-23 12:51:23 UTC (rev 362956)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.35.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('a0b20047519fa8d75fe81bc683577a7f')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 362955, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 12:51:23 UTC (rev 362956)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.35.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('6595bef0872e230eba2aa3a449d03c92')


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 12:51:19
  Author: bluewind
Revision: 362955

upgpkg: filezilla 3.35.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 12:10:00 UTC (rev 362954)
+++ PKGBUILD2018-07-23 12:51:19 UTC (rev 362955)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.35.0
+pkgver=3.35.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('a0b20047519fa8d75fe81bc683577a7f')
+md5sums=('6595bef0872e230eba2aa3a449d03c92')


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

2018-07-23 Thread Bruno Pagani via arch-commits
Date: Monday, July 23, 2018 @ 14:02:06
  Author: archange
Revision: 362957

protobuf 3.6.0 rebuild

Modified:
  nsjail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 12:51:23 UTC (rev 362956)
+++ PKGBUILD2018-07-23 14:02:06 UTC (rev 362957)
@@ -2,7 +2,7 @@
 
 pkgname=nsjail
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A light-weight process isolation tool"
 arch=('x86_64')
 url="http://nsjail.com";


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

2018-07-23 Thread Bruno Pagani via arch-commits
Date: Monday, July 23, 2018 @ 14:02:20
  Author: archange
Revision: 362958

archrelease: copy trunk to community-staging-x86_64

Added:
  nsjail/repos/community-staging-x86_64/
  nsjail/repos/community-staging-x86_64/PKGBUILD
(from rev 362957, nsjail/trunk/PKGBUILD)

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

Copied: nsjail/repos/community-staging-x86_64/PKGBUILD (from rev 362957, 
nsjail/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 14:02:20 UTC (rev 362958)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani  
+
+pkgname=nsjail
+pkgver=2.7
+pkgrel=2
+pkgdesc="A light-weight process isolation tool"
+arch=('x86_64')
+url="http://nsjail.com";
+license=('Apache')
+depends=('protobuf' 'libnl')
+makedepends=('git')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/google/nsjail/archive/${pkgver}.tar.gz";
+
'git+https://github.com/google/kafel.git#commit=409ccb2113e1f82f497d1dcfb5ae18376ff7056c')
+sha256sums=('28afa89c7dbed94528408e4f11d724622d24ea582739b254fa2a739320e87481'
+'SKIP')
+
+prepare() {
+mv kafel ${pkgname}-${pkgver}
+# See https://github.com/google/nsjail/issues/83
+sed -i 's/-Wno-format-nonliteral/-Wno-format-nonliteral 
-Wno-format-truncation/' ${pkgname}-${pkgver}/Makefile
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}


[arch-commits] Commit in kconfigwidgets/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:11:31
  Author: foutrelis
Revision: 329420

archrelease: copy trunk to staging-x86_64

Added:
  kconfigwidgets/repos/staging-x86_64/
  kconfigwidgets/repos/staging-x86_64/PKGBUILD
(from rev 329419, kconfigwidgets/trunk/PKGBUILD)

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

Copied: kconfigwidgets/repos/staging-x86_64/PKGBUILD (from rev 329419, 
kconfigwidgets/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 15:11:31 UTC (rev 329420)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.48.0
+pkgrel=3
+pkgdesc='Widgets for KConfig'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
+makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen 
qt5-tools sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('09368a0215aafb4a971f8d1f8d1d8913eab323d133a6a8b93bbeae4f065f9676'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:11:27
  Author: foutrelis
Revision: 329419

Python 3.7 rebuild

Modified:
  kconfigwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 09:30:26 UTC (rev 329418)
+++ PKGBUILD2018-07-23 15:11:27 UTC (rev 329419)
@@ -5,7 +5,7 @@
 
 pkgname=kconfigwidgets
 pkgver=5.48.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Widgets for KConfig'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:12:05
  Author: foutrelis
Revision: 329421

Python 3.7 rebuild

Modified:
  libsignon-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:11:31 UTC (rev 329420)
+++ PKGBUILD2018-07-23 15:12:05 UTC (rev 329421)
@@ -5,7 +5,7 @@
 
 pkgname=libsignon-glib
 pkgver=1.14
-pkgrel=2
+pkgrel=3
 pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'


[arch-commits] Commit in libsignon-glib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:12:09
  Author: foutrelis
Revision: 329422

archrelease: copy trunk to staging-x86_64

Added:
  libsignon-glib/repos/staging-x86_64/
  libsignon-glib/repos/staging-x86_64/PKGBUILD
(from rev 329421, libsignon-glib/trunk/PKGBUILD)

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

Copied: libsignon-glib/repos/staging-x86_64/PKGBUILD (from rev 329421, 
libsignon-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 15:12:09 UTC (rev 329422)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Maxime Gauduin 
+# Contributor: Balló György 
+
+pkgname=libsignon-glib
+pkgver=1.14
+pkgrel=3
+pkgdesc='GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service'
+arch=(x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+
+build() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sysconfdir='/etc'
+  make -j1
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:12:45
  Author: foutrelis
Revision: 362959

Python 3.7 rebuild

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 14:02:20 UTC (rev 362958)
+++ PKGBUILD2018-07-23 15:12:45 UTC (rev 362959)
@@ -7,7 +7,7 @@
 
 pkgname=gaupol
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="http://otsaloma.io/gaupol/";


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:12:49
  Author: foutrelis
Revision: 362960

archrelease: copy trunk to community-staging-any

Added:
  gaupol/repos/community-staging-any/
  gaupol/repos/community-staging-any/PKGBUILD
(from rev 362959, gaupol/trunk/PKGBUILD)

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

Copied: gaupol/repos/community-staging-any/PKGBUILD (from rev 362959, 
gaupol/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 15:12:49 UTC (rev 362960)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="http://otsaloma.io/gaupol/";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
+ 'python-cairo' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:13:25
  Author: felixonmars
Revision: 362961

Python 3.7 rebuild

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:12:49 UTC (rev 362960)
+++ PKGBUILD2018-07-23 15:13:25 UTC (rev 362961)
@@ -4,7 +4,7 @@
 
 pkgname=kitty
 pkgver=0.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty";


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:14:44
  Author: felixonmars
Revision: 362962

Python 3.7 rebuild

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:13:25 UTC (rev 362961)
+++ PKGBUILD2018-07-23 15:14:44 UTC (rev 362962)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
 pkgver=3.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:14:47
  Author: felixonmars
Revision: 362963

archrelease: copy trunk to community-staging-x86_64

Added:
  kitty/repos/community-staging-x86_64/
  kitty/repos/community-staging-x86_64/PKGBUILD
(from rev 362961, kitty/trunk/PKGBUILD)

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

Copied: kitty/repos/community-staging-x86_64/PKGBUILD (from rev 362961, 
kitty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 15:14:47 UTC (rev 362963)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.11.3
+pkgrel=2
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty";
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
+sha512sums=('a5b4af74c70222df8ef6a6a8414eb18b7ebc5c959b4031d7a67d636ee912800a2c5fe627c57cf39d9a9eb9c6c1904dbebb4d40575cc8673bf704dd36f58b0783')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:15:02
  Author: foutrelis
Revision: 362965

archrelease: copy trunk to community-staging-x86_64

Added:
  cura/repos/community-staging-x86_64/
  cura/repos/community-staging-x86_64/PKGBUILD
(from rev 362964, cura/trunk/PKGBUILD)

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

Copied: cura/repos/community-staging-x86_64/PKGBUILD (from rev 362964, 
cura/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 15:15:02 UTC (rev 362965)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium'
+ 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('python-zeroconf: network printing support')
+provides=('cura')
+url="https://ultimaker.com/en/products/cura-software";
+license=('AGPL')
+arch=('x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
+sha1sums=('cc25df45e09fe48ad219f97d11fea12357dac8bf')
+
+# Build order
+# arcus -> uranium -> curaengine -> libsavitar ->
+
+prepare(){
+  cd Cura-${pkgver}
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+}
+
+build(){
+  cd Cura-${pkgver}
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
+-DCURA_VERSION=$pkgver
+
+  make
+}
+
+package(){
+  cd Cura-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  
+  # make sure cura can find uranium plugins:
+  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
+
+  # don't ever send any user or print info through the internet to Ultimaker
+  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
+}


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:14:57
  Author: foutrelis
Revision: 362964

Python 3.7 rebuild

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:14:47 UTC (rev 362963)
+++ PKGBUILD2018-07-23 15:14:57 UTC (rev 362964)
@@ -3,7 +3,7 @@
 
 pkgname=cura
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
 depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium'
  'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar')


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:15:20
  Author: foutrelis
Revision: 362967

archrelease: copy trunk to community-staging-x86_64

Added:
  libffado/repos/community-staging-x86_64/
  libffado/repos/community-staging-x86_64/PKGBUILD
(from rev 362966, libffado/trunk/PKGBUILD)
  libffado/repos/community-staging-x86_64/libffado-fix-python3-pyqt5.diff
(from rev 362966, libffado/trunk/libffado-fix-python3-pyqt5.diff)

-+
 PKGBUILD|   53 
 libffado-fix-python3-pyqt5.diff |   55 ++
 2 files changed, 108 insertions(+)

Copied: libffado/repos/community-staging-x86_64/PKGBUILD (from rev 362966, 
libffado/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-23 15:15:20 UTC (rev 362967)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: galiyo...@gmail.com
+# Contributor: Jon Kristian Nilsen 
+
+pkgname=libffado
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="Driver for FireWire audio devices"
+arch=('x86_64')
+url="http://www.ffado.org/";
+license=('GPL')
+depends=('dbus-c++' 'jack' 'libavc1394' 'libconfig' 'libiec61883' 'libxml++' 
'python-dbus')
+makedepends=('python-pyqt5' 'python-dbus' 'scons')
+optdepends=('python-pyqt5: ffado-mixer')
+provides=('ffado')
+source=("http://www.ffado.org/files/${pkgname}-${pkgver}.tgz";
+"${pkgname}-fix-python3-pyqt5.diff"
+)
+sha512sums=('0859f17b87c68108bbde726d1cf8ab0b99f6f7f02cbe36acd8b451e112688a4d1edc21134eb4a2edc8c92dcf5f5da52efeabb2ad0dc07804ed1aa664a3b38d74'
+
'39beb2399377d7ee13a43ddd7a80907eb94a2f8f146c5a94a4ba0e1471b3369d2b1519cb8b15c3e2352d9854048882cc037058a1992e6e87270fe9e17fdba91e')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/${pkgname}-fix-python3-pyqt5.diff"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  scons PREFIX=/usr \
+DEBUG=no \
+MANDIR='/usr/share/man' \
+PYTHON_INTERPRETER='/usr/bin/python3' \
+PYPKGDIR='/usr/lib/python3.7/site-packages' \
+UDEVDIR='/usr/lib/udev/rules.d'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  scons DESTDIR="${pkgdir}" WILL_DEAL_WITH_XDG_MYSELF="True" install
+
+  # XDG
+  install -vDm644 support/xdg/ffado.org-ffadomixer.desktop \
+"${pkgdir}/usr/share/applications/ffadomixer.desktop"
+  install -vDm644 support/xdg/hi64-apps-ffado.png \
+"${pkgdir}/usr/share/pixmaps/hi64-apps-ffado.png"
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 {AUTHORS,README}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libffado/repos/community-staging-x86_64/libffado-fix-python3-pyqt5.diff 
(from rev 362966, libffado/trunk/libffado-fix-python3-pyqt5.diff)
===
--- community-staging-x86_64/libffado-fix-python3-pyqt5.diff
(rev 0)
+++ community-staging-x86_64/libffado-fix-python3-pyqt5.diff2018-07-23 
15:15:20 UTC (rev 362967)
@@ -0,0 +1,55 @@
+--- libffado-2.4.1-a/support/mixer-qt4/ffado/import_pyqt.py2017-06-03 
10:34:29.0 +0200
 libffado-2.4.1-b/support/mixer-qt4/ffado/import_pyqt.py2018-03-06 
17:19:15.024087729 +0100
+@@ -20,27 +20,37 @@
+ # along with this program.  If not, see .
+ #
+ 
++import sys
++ffado_python3 = sys.version_info >= (3,)
+ ffado_pyqt_version = 4
+ 
+-# This module handles the importing of PyQt modules for both PyQt4 and PyQt5.
+-# The idea is to first try importing PyQt4.  If there's an import error it's
++# This module handles the importing of PyQt modules for both PyQt4 and PyQt5 
on
++# python2 or python3.
++# Using python2 the first try is to import PyQt4. If there's an import error 
it's
+ # assumed PyQt5 is present instead and that is tried.
++# Using python3 PyQt5 is assumed (PyQt4 is missing the old APIs and can
++# therefore not be used).
+ #
+ # All modules used by any part of ffado-mixer are imported.  This greatly
+ # simplifies the process.  Otherwise the modules to import would be delivered
+ # by string variables, and there isn't a supported way to do this across 
+ # Python2 and Python3.
+-try:
+-from PyQt4 import QtGui, QtCore, Qt, uic
+-from PyQt4.QtCore import QByteArray, QObject, QTimer, Qt, pyqtSignal, 
QString, pyqtSlot
+-from PyQt4.QtGui import *
+-ffado_pyqt_version = 4
+-except ImportError:
+-from PyQt5 import QtGui, Qt, QtCore, Qt, QtWidgets, uic
+-from PyQt5.QtCore import QByteArray, QObject, pyqtSignal, pyqtSlot, 
QTimer, Qt
+-from PyQt5.QtGui import *
+-from PyQt5.QtWidgets import *
+-ffado_pyqt_version = 5
++if ffado_python3:
++  from PyQt5 import QtGui, Qt, QtCore, Qt, QtWidgets, uic
++  from PyQt5.QtCore import QByteArray, QObject, pyqtSignal, pyqtSlot, QTimer, 
Qt
++  from PyQt5.QtGui import *

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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:15:15
  Author: foutrelis
Revision: 362966

Python 3.7 rebuild

Modified:
  libffado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:15:02 UTC (rev 362965)
+++ PKGBUILD2018-07-23 15:15:15 UTC (rev 362966)
@@ -6,7 +6,7 @@
 
 pkgname=libffado
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Driver for FireWire audio devices"
 arch=('x86_64')
 url="http://www.ffado.org/";
@@ -32,7 +32,7 @@
 DEBUG=no \
 MANDIR='/usr/share/man' \
 PYTHON_INTERPRETER='/usr/bin/python3' \
-PYPKGDIR='/usr/lib/python3.6/site-packages' \
+PYPKGDIR='/usr/lib/python3.7/site-packages' \
 UDEVDIR='/usr/lib/udev/rules.d'
 }
 


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:15:59
  Author: felixonmars
Revision: 362968

archrelease: copy trunk to community-staging-any

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

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

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

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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:16:16
  Author: foutrelis
Revision: 362970

archrelease: copy trunk to community-staging-any

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

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

Copied: python-traitsui/repos/community-staging-any/PKGBUILD (from rev 362969, 
python-traitsui/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 15:16:16 UTC (rev 362970)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-traitsui
+pkgname=('python2-traitsui' 'python-traitsui')
+pkgver=6.0.0
+pkgrel=2
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui";
+license=('BSD')
+makedepends=('python-setuptools' 'python-pyface' 'python2-setuptools' 
'python2-pyface')
+
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz";)
+md5sums=('4fd82bf5963f27860601064520f2d840')
+
+prepare() {
+  cd "$srcdir"
+  cp -a traitsui-${pkgver} traitsui-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/traitsui-py2-$pkgver
+
+  msg "Building Python2"
+  python2 setup.py build
+
+  cd "$srcdir"/traitsui-$pkgver
+
+  msg "Building Python3"
+  python setup.py build
+}
+
+package_python2-traitsui() {
+  depends=('python2-pyface')
+  cd "$srcdir"/traitsui-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-traitsui() {
+  depends=('python-pyface')
+  cd "$srcdir"/traitsui-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:16:12
  Author: foutrelis
Revision: 362969

Python 3.7 rebuild

Modified:
  python-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:15:59 UTC (rev 362968)
+++ PKGBUILD2018-07-23 15:16:12 UTC (rev 362969)
@@ -4,7 +4,7 @@
 pkgbase=python-traitsui
 pkgname=('python2-traitsui' 'python-traitsui')
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
 url="https://github.com/enthought/traitsui";


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:16:50
  Author: felixonmars
Revision: 362971

Python 3.7 rebuild

Modified:
  python-gtkspellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:16:16 UTC (rev 362970)
+++ PKGBUILD2018-07-23 15:16:50 UTC (rev 362971)
@@ -4,7 +4,7 @@
 
 pkgname=('python-gtkspellcheck' 'python2-gtkspellcheck')
 pkgver=4.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Spell-checking library written in Python for Gtk based on Enchant"
 arch=('any')
 url="https://github.com/koehlma/pygtkspellcheck";


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:17:14
  Author: foutrelis
Revision: 362973

archrelease: copy trunk to community-staging-any

Added:
  python-pmw/repos/community-staging-any/
  python-pmw/repos/community-staging-any/ChangeLog
(from rev 362972, python-pmw/trunk/ChangeLog)
  python-pmw/repos/community-staging-any/LICENSE.txt
(from rev 362972, python-pmw/trunk/LICENSE.txt)
  python-pmw/repos/community-staging-any/PKGBUILD
(from rev 362972, python-pmw/trunk/PKGBUILD)

-+
 ChangeLog   |   11 +++
 LICENSE.txt |   21 +
 PKGBUILD|   52 
 3 files changed, 84 insertions(+)

Copied: python-pmw/repos/community-staging-any/ChangeLog (from rev 362972, 
python-pmw/trunk/ChangeLog)
===
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2018-07-23 15:17:14 UTC (rev 362973)
@@ -0,0 +1,11 @@
+2.0.1-2:
+python3.5 rebuild
+
+2.0.1-1:
+upstream update
+
+2.0.0-2:
+rebuild according to FS#42100
+
+2.0.0-1:
+upstream update

Copied: python-pmw/repos/community-staging-any/LICENSE.txt (from rev 362972, 
python-pmw/trunk/LICENSE.txt)
===
--- community-staging-any/LICENSE.txt   (rev 0)
+++ community-staging-any/LICENSE.txt   2018-07-23 15:17:14 UTC (rev 362973)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke 
+Copyright (c) 2009,2010  Francesc Alted 
+Copyright (c) 2011-  See AUTHORS.txt
+
+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: python-pmw/repos/community-staging-any/PKGBUILD (from rev 362972, 
python-pmw/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 15:17:14 UTC (rev 362973)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: kfgz 
+# Contributor: Michael Krauss 
+# Contributor: dsa
+
+pkgbase=python-pmw
+pkgname=('python2-pmw' 'python-pmw')
+pkgver=2.0.1
+pkgrel=4
+pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter 
module"
+arch=('any')
+url="http://pmw.sourceforge.net/";
+license=('MIT')
+depends=('python' 'python2' 'tk')
+source=(${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/P/Pmw/Pmw-${pkgver}.tar.gz
+"LICENSE.txt")
+md5sums=('8080b0fabc731ff236f97e88e13b3938'
+ '28b047a148c1780eddcf4bed6b150123')
+changelog="ChangeLog"
+
+prepare() {
+  cp -r "Pmw-${pkgver}" "Pmw-${pkgver}-py2"
+  # change python to python2
+  cd "Pmw-${pkgver}-py2"
+  find . -name '*.py' -exec \
+  sed -i "s|python|python2|g" {} \;
+}
+
+build() {
+  cd "Pmw-${pkgver}"
+  python setup.py build
+
+  cd "../Pmw-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-pmw() {
+  depends=('python' 'tk')
+
+  cd "Pmw-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}"
+  install -Dm644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pmw() {
+  depends=('python2' 'tk')
+
+  cd "Pmw-${pkgver}-py2"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  install -Dm644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:17:27
  Author: felixonmars
Revision: 362974

archrelease: copy trunk to community-staging-any

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

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

Copied: python-gtkspellcheck/repos/community-staging-any/PKGBUILD (from rev 
362973, python-gtkspellcheck/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 15:17:27 UTC (rev 362974)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Maximilian Köhl 
+
+pkgname=('python-gtkspellcheck' 'python2-gtkspellcheck')
+pkgver=4.0.5
+pkgrel=5
+pkgdesc="Spell-checking library written in Python for Gtk based on Enchant"
+arch=('any')
+url="https://github.com/koehlma/pygtkspellcheck";
+license=('GPL')
+makedepends=('gtk3' 'python-pyenchant' 'python2-pyenchant' 'python-sphinx'
+ 'python2-sphinx' 'python-gobject' 'python2-gobject' 'git')
+source=(git+https://github.com/koehlma/pygtkspellcheck.git#tag=$pkgver)
+sha256sums=('SKIP')
+
+package_python-gtkspellcheck() {
+  depends=('python-pyenchant' 'python-gobject')
+
+  cd "$srcdir/pygtkspellcheck"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-gtkspellcheck() {
+  depends=('python2-pyenchant' 'python2-gobject')
+  provides=('python2-gtkspell')
+  replaces=('python2-gtkspell')
+  conflicts=('python2-gtkspell')
+
+  cd "$srcdir/pygtkspellcheck"
+  GTKSPELL=true python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:17:09
  Author: foutrelis
Revision: 362972

Python 3.7 rebuild

Modified:
  python-pmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:16:50 UTC (rev 362971)
+++ PKGBUILD2018-07-23 15:17:09 UTC (rev 362972)
@@ -7,7 +7,7 @@
 pkgbase=python-pmw
 pkgname=('python2-pmw' 'python-pmw')
 pkgver=2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter 
module"
 arch=('any')
 url="http://pmw.sourceforge.net/";


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

2018-07-23 Thread Eli Schwartz via arch-commits
Date: Monday, July 23, 2018 @ 15:18:27
  Author: eschwartz
Revision: 362976

archrelease: copy trunk to community-staging-any

Added:
  streamlink/repos/community-staging-any/
  streamlink/repos/community-staging-any/PKGBUILD
(from rev 362975, streamlink/trunk/PKGBUILD)

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

Copied: streamlink/repos/community-staging-any/PKGBUILD (from rev 362975, 
streamlink/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-23 15:18:27 UTC (rev 362976)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.14.2
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+depends=("python-"{crypto,isodate,pycountry,requests,pysocks,websocket-client} 
'rtmpdump')
+checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
+makedepends=("python-"{recommonmark,setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
+sha256sums=('a8c7f9a758ade056a35d439f78408e9e43ce1069dde9289d322702d35c214150'
+'SKIP')
+sha512sums=('0d9f1db32915392f9d29bcfb40743058352a924435a8ee77f1218c108e937204e88041c908d2f93546beaa70e18db62c961ea31fbdd85c5e7e4315a18118e276'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  export STREAMLINK_USE_PYCRYPTO="true"
+  python setup.py build
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


  1   2   3   4   5   >