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

2019-12-22 Thread Andreas Radke via arch-commits
Date: Monday, December 23, 2019 @ 07:40:27
  Author: andyrtr
Revision: 372141

upgpkg: libevdev 1.8.0-2: build using python3

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-23 00:15:08 UTC (rev 372140)
+++ PKGBUILD2019-12-23 07:40:27 UTC (rev 372141)
@@ -2,13 +2,13 @@
 
 pkgname=libevdev
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Wrapper library for evdev devices"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/libevdev/;
 license=(custom:X11)
 depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
+makedepends=('python' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 
sha512sums=('8d285632f4fe87c01e81f94e514bec4e37fed4bc44d6d38b9297dba1114e42f6ed8d143fc05f3d0e8d51b08b659e34481dc4c65f60421c54e2f3e11efbafdeb4'


[arch-commits] Commit in libevdev/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-22 Thread Andreas Radke via arch-commits
Date: Monday, December 23, 2019 @ 07:40:37
  Author: andyrtr
Revision: 372142

archrelease: copy trunk to extra-x86_64

Added:
  libevdev/repos/extra-x86_64/PKGBUILD
(from rev 372141, libevdev/trunk/PKGBUILD)
Deleted:
  libevdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-23 07:40:27 UTC (rev 372141)
+++ PKGBUILD2019-12-23 07:40:37 UTC (rev 372142)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('8d285632f4fe87c01e81f94e514bec4e37fed4bc44d6d38b9297dba1114e42f6ed8d143fc05f3d0e8d51b08b659e34481dc4c65f60421c54e2f3e11efbafdeb4'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 372141, 
libevdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-23 07:40:37 UTC (rev 372142)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="Wrapper library for evdev devices"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('8d285632f4fe87c01e81f94e514bec4e37fed4bc44d6d38b9297dba1114e42f6ed8d143fc05f3d0e8d51b08b659e34481dc4c65f60421c54e2f3e11efbafdeb4'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in zn_poly/trunk (PKGBUILD zn_poly-python3.patch)

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Monday, December 23, 2019 @ 07:31:35
  Author: arojas
Revision: 538949

Port build script to python3

Added:
  zn_poly/trunk/zn_poly-python3.patch
Modified:
  zn_poly/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +
 zn_poly-python3.patch |  433 
 2 files changed, 445 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-23 02:31:56 UTC (rev 538948)
+++ PKGBUILD2019-12-23 07:31:35 UTC (rev 538949)
@@ -9,13 +9,20 @@
 url="https://gitlab.com/sagemath/zn_poly/;
 license=(GPL)
 depends=(gmp)
-makedepends=(python2)
-source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d11aea5646cd72ea44ce8dd0d996cf2ea498e882ed96304a74481c4eb6e01093')
+makedepends=(python)
+source=("https://gitlab.com/sagemath/zn_poly/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+ zn_poly-python3.patch)
+sha256sums=('d11aea5646cd72ea44ce8dd0d996cf2ea498e882ed96304a74481c4eb6e01093'
+'c72736011693c9d603f0f4f8e58208b7e7923747fac2d63aadc3fec13f3d9e77')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../zn_poly-python3.patch # Fix build with python3
+}
+
 build() {
   cd $pkgname-$pkgver
-  python2 makemakefile.py --prefix=/usr --cflags="$CFLAGS -fPIC" 
--cxxflags="$CXXFLAGS" --ldflags="$LDFLAGS" > makefile
+  python makemakefile.py --prefix=/usr --cflags="$CFLAGS -fPIC" 
--cxxflags="$CXXFLAGS" --ldflags="$LDFLAGS" > makefile
   make
   make libzn_poly.so
 }
@@ -22,7 +29,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 makemakefile.py --prefix="$pkgdir"/usr > makefile
+  python makemakefile.py --prefix="$pkgdir"/usr > makefile
   make install
 # Install shared library
   cp libzn_poly.so "$pkgdir"/usr/lib

Added: zn_poly-python3.patch
===
--- zn_poly-python3.patch   (rev 0)
+++ zn_poly-python3.patch   2019-12-23 07:31:35 UTC (rev 538949)
@@ -0,0 +1,433 @@
+commit f2bada31fd09f09c744d8ff0e1fab82c53dbf830
+Author: Jeroen Demeyer 
+Date:   Tue Feb 12 15:08:39 2019 +0100
+
+Make makemakefile.py compatible with Python 3
+
+diff --git a/makemakefile.py b/makemakefile.py
+index fa2b851..acb6084 100644
+--- a/makemakefile.py
 b/makemakefile.py
+@@ -147,213 +147,221 @@ cpp_libs = libs + " -L" + ntl_lib_dir + " -lntl"
+ 
+ import time
+ 
+-print "#"
+-print "# Do not edit directly -- this file was auto-generated"
+-print "# by makemakefile.py on " + time.strftime("%a, %d %b %Y %H:%M:%S 
+",
+- time.gmtime())
+-print "#"
+-print "# (makemakefile.py patched for Sage, 04/2012)"
+-print
+-
+-print
+-print "CC ?= gcc"
+-print "CPP ?= cpp"
+-print "CFLAGS = " + cflags
+-print "CPPFLAGS = " + cppflags
+-print "LDFLAGS = " + ldflags
+-print "INCLUDES = " + includes # These are options to the C preprocessor.
+-print "LIBS = " + libs # These are linker options passed to the compiler.
+-print
+-print "AR ?= ar"
+-print "RANLIB ?= ranlib"
+-print
+-print "SHARED_FLAG ?= -shared"
+-print "SONAME_FLAG ?= -soname" # '-h' for the Sun/Solaris linker
+-
+-print
+-print "CXX ?= g++" # The C++ compiler.
+-print "CXXFLAGS = " + cxxflags # Options passed to the C++ compiler.
+-print "CPP_INCLUDES = " + cpp_includes
+-print "CPP_LIBS = " + cpp_libs
+-
+-print
+-print "HEADERS = " + " ".join(install_headers + other_headers)
+-print "LIBOBJS = " + " ".join([x + ".o" for x in lib_modules])
+-print "TESTOBJS = " + " ".join([x + "-DEBUG.o" for x in
+-   lib_modules + test_modules + testprof_modules])
+-print "PROFOBJS = " + " ".join([x + ".o" for x in
+-   lib_modules + prof_modules + noncpp_prof_modules + testprof_modules])
+-print "CPP_PROFOBJS = " + " ".join([x + ".o" for x in
+-   lib_modules + prof_modules + cpp_prof_modules + testprof_modules])
+-print "TUNEOBJS = " + " ".join([x + ".o" for x in
+-   lib_modules + tune_modules + testprof_modules + prof_modules +
+-   noncpp_prof_modules if x not in ("src/tuning", "profile/prof_main")])
+-print "ZN_POLY_TUNING = " + str(int(zn_poly_tuning))
+-print "ZN_POLY_VERSION = " + version
+-print "ZN_POLY_ABI_VERSION = " + abi_version
+-
+-print
+-print "all: libzn_poly.a"
+-print
+-print "test: test/test"
+-print "tune: tune/tune"
+-print
+-print "check: test"
+-print "\ttest/test -quick all"
+-print
+-print "install:"
+-print "\tmkdir -p %s/include/zn_poly" % prefix
+-print "\tmkdir -p %s/lib" % prefix
+-print "\tcp libzn_poly.a %s/lib" % prefix
+-print "\tcp include/zn_poly.h %s/include/zn_poly" % prefix
+-print "\tcp include/wide_arith.h %s/include/zn_poly" % prefix
+-print
+-print "clean:"
+-print "\trm -f *.o"
+-print "\trm -f test/*.o"
+-print "\trm -f profile/*.o"
+-print "\trm -f tune/*.o"
+-print "\trm -f src/tuning.c"
+-print "\trm -f src/*.o"
+-print "\trm -f demo/bernoulli/*.o"
+-print "\trm -f libzn_poly.a"

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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Monday, December 23, 2019 @ 02:31:56
  Author: shibumi
Revision: 538948

archrelease: copy trunk to community-x86_64

Added:
  strongswan/repos/community-x86_64/PKGBUILD
(from rev 538947, strongswan/trunk/PKGBUILD)
  strongswan/repos/community-x86_64/configure_ac.patch
(from rev 538947, strongswan/trunk/configure_ac.patch)
  strongswan/repos/community-x86_64/strongswan.install
(from rev 538947, strongswan/trunk/strongswan.install)
Deleted:
  strongswan/repos/community-x86_64/PKGBUILD
  strongswan/repos/community-x86_64/configure_ac.patch
  strongswan/repos/community-x86_64/strongswan.install

+
 PKGBUILD   |  253 +--
 configure_ac.patch |   32 +++---
 strongswan.install |   32 +++---
 3 files changed, 158 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-23 02:31:48 UTC (rev 538947)
+++ PKGBUILD2019-12-23 02:31:56 UTC (rev 538948)
@@ -1,127 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: dkorzhevin 
-# Contributor: Thermi 
-# Contributor: nikicat 
-# Contributor: danilo 
-# Contributor: Jason Begley 
-# Contributor: Ray Kohler 
-# Contributor: Daniel Riedemann 
-# Contributor: 458italia 
-# Contributor: Thermi 
-
-pkgname=strongswan
-pkgver=5.8.1
-pkgrel=3
-pkgdesc='Open source IPsec implementation'
-url='https://www.strongswan.org'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('curl' 'gmp' 'libnm' 'iproute2' 'openssl' 'sqlite' 'libcap' 
'systemd-libs'
-'systemd' 'pam' 'python' 'ruby' 'mariadb' 'python-setuptools')
-depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs' 
'pam')
-optdepends=('libnm: for networkmanager support'
-'mariadb: MySQL support'
-'ruby: Ruby support'
-'python: Python support'
-'resolvconf: Resolveplugin'
-'openldap: LDAP support')
-# TODO: move to package() and use find
-backup=(
-etc/ipsec.conf
-etc/ipsec.secrets
-etc/swanctl/swanctl.conf
-etc/strongswan.conf
-
etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf}
-
etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf})
-source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
-'configure_ac.patch')
-validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('630d24643b3d61e931bb25cdd083ad3c55f92fe41f3fcd3198012eee486fb3b1a16dc3f80936162afb7da9e471d45d92b7d183a00153a558babb2a79e5f6813f'
-'SKIP'
-
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
-install=strongswan.install
-
-# We don't build libipsec because it would get loaded before kernel-netlink 
and netkey, which
-# would case processing to be handled in user space. Also, the plugin is 
experimental. If you need it,
-# add --enable-libipsec and --enable-kernel-libipsec
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -l < "${srcdir}/configure_ac.patch"
-autoreconf -fiv
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---with-ipsecdir=/usr/lib/strongswan \
---with-nm-ca-dir=/etc/ssl/certs \
---enable-integrity-test \
---enable-sqlite \
---enable-pkcs11 \
---enable-openssl \
---enable-curl \
---enable-sql \
---enable-attr-sql \
---enable-farp \
---enable-dhcp \
---enable-eap-sim \
---enable-eap-sim-file \
---enable-eap-simaka-pseudonym \
---enable-eap-simaka-reauth \
---enable-eap-identity \
---enable-eap-md5 \
---enable-eap-gtc \
---enable-eap-aka \
---enable-eap-aka-3gpp2 \
---enable-eap-mschapv2 \
---enable-eap-radius \
---enable-xauth-eap \
---enable-ha \
---enable-vici \
---enable-swanctl \
---enable-systemd \
---enable-ext-auth \
---enable-mysql \
-

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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Monday, December 23, 2019 @ 02:31:48
  Author: shibumi
Revision: 538947

upgpkg: strongswan 5.8.2-1

Modified:
  strongswan/trunk/PKGBUILD

--+
 PKGBUILD |  179 ++---
 1 file changed, 89 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 22:36:47 UTC (rev 538946)
+++ PKGBUILD2019-12-23 02:31:48 UTC (rev 538947)
@@ -10,35 +10,35 @@
 # Contributor: Thermi 
 
 pkgname=strongswan
-pkgver=5.8.1
-pkgrel=3
+pkgver=5.8.2
+pkgrel=1
 pkgdesc='Open source IPsec implementation'
 url='https://www.strongswan.org'
 license=('GPL2')
 arch=('x86_64')
 makedepends=('curl' 'gmp' 'libnm' 'iproute2' 'openssl' 'sqlite' 'libcap' 
'systemd-libs'
-'systemd' 'pam' 'python' 'ruby' 'mariadb' 'python-setuptools')
+  'systemd' 'pam' 'python' 'ruby' 'mariadb' 'python-setuptools')
 depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs' 
'pam')
 optdepends=('libnm: for networkmanager support'
-'mariadb: MySQL support'
-'ruby: Ruby support'
-'python: Python support'
-'resolvconf: Resolveplugin'
-'openldap: LDAP support')
+  'mariadb: MySQL support'
+  'ruby: Ruby support'
+  'python: Python support'
+  'resolvconf: Resolveplugin'
+  'openldap: LDAP support')
 # TODO: move to package() and use find
 backup=(
-etc/ipsec.conf
-etc/ipsec.secrets
-etc/swanctl/swanctl.conf
-etc/strongswan.conf
-
etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf}
-
etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf})
+  etc/ipsec.conf
+  etc/ipsec.secrets
+  etc/swanctl/swanctl.conf
+  etc/strongswan.conf
+  
etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf}
+  
etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf})
 source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
-'configure_ac.patch')
+  'configure_ac.patch')
 validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('630d24643b3d61e931bb25cdd083ad3c55f92fe41f3fcd3198012eee486fb3b1a16dc3f80936162afb7da9e471d45d92b7d183a00153a558babb2a79e5f6813f'
-'SKIP'
-
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
+sha512sums=('423e7924acfe8a03ad7d4359ae9086fd516798fcf5eb948a27b52ea719f4d8954b83ea30ce94191ea1647616611df8a1215cb4d5c7ec48676624df6c41853e1d'
+  'SKIP'
+  
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
 install=strongswan.install
 
 # We don't build libipsec because it would get loaded before kernel-netlink 
and netkey, which
@@ -45,83 +45,82 @@
 # would case processing to be handled in user space. Also, the plugin is 
experimental. If you need it,
 # add --enable-libipsec and --enable-kernel-libipsec
 prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -l < "${srcdir}/configure_ac.patch"
-autoreconf -fiv
+  cd   ${pkgname}-${pkgver}
+  patch   -p1 -l <"${srcdir}/configure_ac.patch"
+  autoreconf   -fiv
 }
 
 build() {
-cd ${pkgname}-${pkgver}
+  cd   ${pkgname}-${pkgver}
 
-./configure --prefix=/usr \
-   

[arch-commits] Commit in imagemagick6/repos/extra-x86_64 (4 files)

2019-12-22 Thread Jan Steffens via arch-commits
Date: Monday, December 23, 2019 @ 00:15:08
  Author: heftig
Revision: 372140

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 372139, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 372139, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  216 +++---
 arch-fonts.diff |  214 ++---
 2 files changed, 215 insertions(+), 215 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-23 00:14:52 UTC (rev 372139)
+++ PKGBUILD2019-12-23 00:15:08 UTC (rev 372140)
@@ -1,108 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.77
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('55b3ef6281056c728a25e178434f1e7a2e491cbd99e44dc090a82967a2df6e11'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 372139, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-23 00:15:08 UTC (rev 372140)
@@ -0,0 +1,108 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.10.80
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
+ chrpath 

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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Monday, December 23, 2019 @ 00:14:52
  Author: heftig
Revision: 372139

6.9.10.80-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 23:57:48 UTC (rev 372138)
+++ PKGBUILD2019-12-23 00:14:52 UTC (rev 372139)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.77
+pkgver=6.9.10.80
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('55b3ef6281056c728a25e178434f1e7a2e491cbd99e44dc090a82967a2df6e11'
+sha256sums=('a9b1150913eb3edc343fc342e1086062fa7aea18822df2317674c375a875dd6f'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


[arch-commits] Commit in deluge/repos/extra-any (PKGBUILD PKGBUILD py3.8.diff)

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 23:57:48
  Author: heftig
Revision: 372138

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 372137, deluge/trunk/PKGBUILD)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/py3.8.diff

+
 PKGBUILD   |  180 ---
 py3.8.diff |   30 -
 2 files changed, 87 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 23:57:18 UTC (rev 372137)
+++ PKGBUILD2019-12-22 23:57:48 UTC (rev 372138)
@@ -1,93 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=deluge
-pkgver=2.0.3+23+g5f1eada3e
-pkgrel=1
-pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=(any)
-url="https://deluge-torrent.org/;
-license=(GPL3)
-depends=(
-  # Follows DEPENDS.md
-  'python-twisted>=17.1' python-service-identity python-idna
-  'openssl>=1.0.1'
-  python-pyopenssl
-  'python-rencode>=1.0.2'
-  python-xdg
-  xdg-utils
-  python-six
-  'python-zope-interface>=4.4.2' 
-  python-chardet 
-  python-setproctitle 
-  python-pillow
-  python-dbus
-  python-distro
-  'libtorrent-rasterbar>=1.1.1'
-  python-geoip
-  python-mako
-)
-makedepends=(
-  python-setuptools
-  intltool
-  gtk3
-  python-gobject
-  python-cairo
-  librsvg
-  libappindicator-gtk3
-  #python-pygame
-  libnotify
-  git
-)
-optdepends=(
-  'gtk3: gtk ui'
-  'python-gobject: gtk ui'
-  'python-cairo: gtk ui'
-  'librsvg: gtk ui'
-  'libappindicator-gtk3: appindicator notifications'
-  #'python-pygame: audible notifications'
-  'libnotify: desktop notifications'
-)
-_commit=5f1eada3eae215f0fd489000e97792c892fb7b17  # develop
-source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
-py3.8.diff)
-sha256sums=('SKIP'
-'a0225692e5c312d7980f0047f8e840803e8e05d6c525464ae9f335f56e205297')
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/^deluge-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Remove a broken logging.Logger.findCaller override
-  # https://bugs.archlinux.org/task/64571
-  patch -Np1 -i ../py3.8.diff
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dt "$pkgdir/usr/lib/systemd/system" \
--m644 packaging/systemd/*.service
-  install -Dt "$pkgdir/usr/lib/systemd/system/deluged.service.d" \
--m644 packaging/systemd/user.conf
-  install -Dt "$pkgdir/usr/lib/systemd/system/deluge-web.service.d" \
--m644 packaging/systemd/user.conf
-
-  echo 'u deluge - "Deluge BitTorrent daemon" /srv/deluge' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /srv/deluge 0770 deluge deluge' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set sw=2 et:

Copied: deluge/repos/extra-any/PKGBUILD (from rev 372137, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 23:57:48 UTC (rev 372138)
@@ -0,0 +1,87 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=2.0.4.dev23+g2f1c008a2
+pkgrel=1
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=(any)
+url="https://deluge-torrent.org/;
+license=(GPL3)
+depends=(
+  # Follows DEPENDS.md
+  'python-twisted>=17.1' python-service-identity python-idna
+  'openssl>=1.0.1'
+  python-pyopenssl
+  'python-rencode>=1.0.2'
+  python-xdg
+  xdg-utils
+  python-six
+  'python-zope-interface>=4.4.2' 
+  python-chardet 
+  python-setproctitle 
+  python-pillow
+  python-dbus
+  python-distro
+  'libtorrent-rasterbar>=1.1.1'
+  python-geoip
+  python-mako
+)
+makedepends=(
+  python-setuptools
+  intltool
+  gtk3
+  python-gobject
+  python-cairo
+  librsvg
+  libappindicator-gtk3
+  #python-pygame
+  libnotify
+  git
+)
+optdepends=(
+  'gtk3: gtk ui'
+  'python-gobject: gtk ui'
+  'python-cairo: gtk ui'
+  'librsvg: gtk ui'
+  'libappindicator-gtk3: appindicator notifications'
+  #'python-pygame: audible notifications'
+  'libnotify: desktop notifications'
+)
+_commit=2f1c008a26b50ab3487bd03bcabb39347d441f23  # develop
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^deluge-//;s/dev0-/dev/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dt "$pkgdir/usr/lib/systemd/system" \
+-m644 packaging/systemd/*.service
+  install -Dt 

[arch-commits] Commit in deluge/trunk (PKGBUILD py3.8.diff)

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 23:57:18
  Author: heftig
Revision: 372137

2.0.4.dev23+g2f1c008a2-1

Modified:
  deluge/trunk/PKGBUILD
Deleted:
  deluge/trunk/py3.8.diff

+
 PKGBUILD   |   16 +---
 py3.8.diff |   30 --
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 21:49:53 UTC (rev 372136)
+++ PKGBUILD2019-12-22 23:57:18 UTC (rev 372137)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=2.0.3+23+g5f1eada3e
+pkgver=2.0.4.dev23+g2f1c008a2
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=(any)
@@ -49,23 +49,17 @@
   #'python-pygame: audible notifications'
   'libnotify: desktop notifications'
 )
-_commit=5f1eada3eae215f0fd489000e97792c892fb7b17  # develop
-source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
-py3.8.diff)
-sha256sums=('SKIP'
-'a0225692e5c312d7980f0047f8e840803e8e05d6c525464ae9f335f56e205297')
+_commit=2f1c008a26b50ab3487bd03bcabb39347d441f23  # develop
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe | sed 's/^deluge-//;s/-/+/g'
+  git describe --tags | sed 's/^deluge-//;s/dev0-/dev/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
-
-  # Remove a broken logging.Logger.findCaller override
-  # https://bugs.archlinux.org/task/64571
-  patch -Np1 -i ../py3.8.diff
 }
 
 build() {

Deleted: py3.8.diff
===
--- py3.8.diff  2019-12-22 21:49:53 UTC (rev 372136)
+++ py3.8.diff  2019-12-22 23:57:18 UTC (rev 372137)
@@ -1,30 +0,0 @@
-diff --git i/deluge/log.py w/deluge/log.py
-index 75e8308b5..fbe206ad9 100644
 i/deluge/log.py
-+++ w/deluge/log.py
-@@ -86,25 +86,6 @@ def critical(self, msg, *args, **kwargs):
- def exception(self, msg, *args, **kwargs):
- yield LoggingLoggerClass.exception(self, msg, *args, **kwargs)
- 
--def findCaller(self, stack_info=False):  # NOQA: N802
--f = logging.currentframe().f_back
--rv = '(unknown file)', 0, '(unknown function)'
--while hasattr(f, 'f_code'):
--co = f.f_code
--filename = os.path.normcase(co.co_filename)
--if filename in (
--__file__.replace('.pyc', '.py'),
--defer.__file__.replace('.pyc', '.py'),
--):
--f = f.f_back
--continue
--if common.PY2:
--rv = (filename, f.f_lineno, co.co_name)
--else:
--rv = (filename, f.f_lineno, co.co_name, None)
--break
--return rv
--
- 
- levels = {
- 'info': logging.INFO,


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 22:36:47
  Author: dvzrv
Revision: 538946

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
(from rev 538945, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 22:36:43 UTC (rev 538945)
+++ PKGBUILD2019-12-22 22:36:47 UTC (rev 538946)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Martin C. Doege 
-# Contributor: Ray Rashif 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qsampler
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'desktop-file-utils' 'hicolor-icon-theme'
-'linuxsampler' 'libgig.so' 'liblscp.so' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('6e57947e85f22247b16fc1da97eccafc498affa40d99266a0caec27b3a31be8175ea8fada61973389de0114b4d41bca8a066ca8255549995966e8deba892da04')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 538945, 
qsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 22:36:47 UTC (rev 538946)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Martin C. Doege 
+# Contributor: Ray Rashif 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qsampler
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libgig.so'
+'linuxsampler' 'liblscp.so' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f769bd8c94efec5d721fbe4a7d97736f81f226074c1bc3a6696379d559824b1f2e07611dbb325b73fb213e49bb015857974599c9c86dbf19fc7b48a681ea6676')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 22:36:43
  Author: dvzrv
Revision: 538945

upgpkg: qsampler 0.6.1-1: Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 22:32:38 UTC (rev 538944)
+++ PKGBUILD2019-12-22 22:36:43 UTC (rev 538945)
@@ -1,10 +1,10 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Martin C. Doege 
 # Contributor: Ray Rashif 
 # Contributor: Shinlun Hsieh 
 
 pkgname=qsampler
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -11,11 +11,11 @@
 url="https://qsampler.sourceforge.io/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'desktop-file-utils' 'hicolor-icon-theme'
-'linuxsampler' 'libgig.so' 'liblscp.so' 'qt5-base')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libgig.so'
+'linuxsampler' 'liblscp.so' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('6e57947e85f22247b16fc1da97eccafc498affa40d99266a0caec27b3a31be8175ea8fada61973389de0114b4d41bca8a066ca8255549995966e8deba892da04')
+sha512sums=('f769bd8c94efec5d721fbe4a7d97736f81f226074c1bc3a6696379d559824b1f2e07611dbb325b73fb213e49bb015857974599c9c86dbf19fc7b48a681ea6676')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 22:32:25
  Author: foxboron
Revision: 538943

upgpkg: mopidy 3.0.1-1

Python3!

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 22:16:37 UTC (rev 538942)
+++ PKGBUILD2019-12-22 22:32:25 UTC (rev 538943)
@@ -3,48 +3,49 @@
 # Contributor: Alexandre Petitjean 
 
 pkgname=mopidy
-pkgver=2.3.1
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="https://www.mopidy.com;
 license=('APACHE')
-depends=('python2' 'python2-pykka' 'python2-setuptools' 'python2-requests' 
'gstreamer'
- 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado' 
'gst-plugins-base')
-makedepends=('python2-sphinx' 'python2-sphinx_rtd_theme')
+depends=('python' 'python-pykka' 'python-setuptools' 'python-requests' 
'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 
'gst-plugins-base')
+checkdepends=('python-gobject' 'python-pytest' 'python-responses')
+makedepends=('python-sphinx' 'python-sphinx_rtd_theme')
 backup=('etc/mopidy/mopidy.conf')
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
 'mopidy.conf'
 'logging.conf'
 'mopidy.sysusers')
-sha512sums=('8138482743c99c78008f2a6dcc23db1e91f522346e5d6f5f5216ede46977ace2b9475ca800ebb51f8d91d26dc2088eeb66d70107e6d6c8c37269fe4a903d236d'
+sha512sums=('79d5f8d879b73d71697320dea16f5eed931fd6da5fd1a1abd1179e703bc4ec171f11463709b9b1bfdc079f8f54b1fb52e0a3bf206bcb749acfd32665332cb715'
 
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
 
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
 
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|, < 5||' -i setup.py
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+  python setup.py build_sphinx -b man
+  python setup.py build_sphinx -b html
 }
 
-build() {
+check() {
   cd ${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
+  python setup.py test
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  python setup.py install --root="${pkgdir}/" --optimize=1
 
   install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
 
   install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
+  cp -r build/sphinx/html "${pkgdir}/usr/share/doc/mopidy"
 
   install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > "${pkgdir}/usr/share/man/man1/mopidy.1.gz"
+  gzip -c build/sphinx/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz"
 
   install -dm755 "${pkgdir}/usr/share/man/man8/"
   gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"


[arch-commits] Commit in mopidy/repos/community-any (8 files)

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 22:32:38
  Author: foxboron
Revision: 538944

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 538943, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 538943, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 538943, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.sysusers
(from rev 538943, mopidy/trunk/mopidy.sysusers)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.sysusers

-+
 PKGBUILD|  139 +++---
 logging.conf|   42 
 mopidy.conf |   30 +--
 mopidy.sysusers |4 -
 4 files changed, 108 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 22:32:25 UTC (rev 538943)
+++ PKGBUILD2019-12-22 22:32:38 UTC (rev 538944)
@@ -1,69 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="An extensible music server written in Python"
-arch=('any')
-url="https://www.mopidy.com;
-license=('APACHE')
-depends=('python2' 'python2-pykka' 'python2-setuptools' 'python2-requests' 
'gstreamer'
- 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado' 
'gst-plugins-base')
-makedepends=('python2-sphinx' 'python2-sphinx_rtd_theme')
-backup=('etc/mopidy/mopidy.conf')
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf'
-'mopidy.sysusers')
-sha512sums=('8138482743c99c78008f2a6dcc23db1e91f522346e5d6f5f5216ede46977ace2b9475ca800ebb51f8d91d26dc2088eeb66d70107e6d6c8c37269fe4a903d236d'
-
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
-
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
-
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|, < 5||' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > "${pkgdir}/usr/share/man/man1/mopidy.1.gz"
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/mopidy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 538943, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 22:32:38 UTC (rev 538944)
@@ -0,0 +1,70 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="An extensible music server written in Python"
+arch=('any')
+url="https://www.mopidy.com;
+license=('APACHE')
+depends=('python' 'python-pykka' 'python-setuptools' 'python-requests' 
'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 
'gst-plugins-base')
+checkdepends=('python-gobject' 'python-pytest' 'python-responses')
+makedepends=('python-sphinx' 'python-sphinx_rtd_theme')

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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 22:16:37
  Author: dvzrv
Revision: 538942

archrelease: copy trunk to community-x86_64

Added:
  linuxsampler/repos/community-x86_64/PKGBUILD
(from rev 538941, linuxsampler/trunk/PKGBUILD)
Deleted:
  linuxsampler/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 22:16:27 UTC (rev 538941)
+++ PKGBUILD2019-12-22 22:16:37 UTC (rev 538942)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=linuxsampler
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
-arch=('x86_64')
-url="https://www.linuxsampler.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('libgig' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2')
-source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('3f172efe40bbe130a2ac09f9393a46a30cc327a6754a80fdb36e65276518ec82befa2075acc567ccd99c22d9859c1a65f58ff2ad7af70cd9e4649ae14fd5357c')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-  # creating a ld.so.conf entry for linuxsampler.so
-  echo "/usr/lib/${pkgname}" > "${pkgname}.conf"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # adding linuxsampler.so library path to ld.so.conf (required for dependants
-  # during runtime)
-  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/ld.so.conf.d/"
-  # lscp files conflict with nilfs-utils:
-  # https://bugs.archlinux.org/task/45827
-  mv -v "${pkgdir}/usr/bin/lscp" "${pkgdir}/usr/bin/lscp-${pkgname}"
-  mv -v "$pkgdir/usr/share/man/man1/lscp.1" \
-"${pkgdir}/usr/share/man/man1/lscp-${pkgname}.1"
-}
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-x86_64/PKGBUILD (from rev 538941, 
linuxsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 22:16:37 UTC (rev 538942)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=linuxsampler
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('x86_64')
+url="https://www.linuxsampler.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libgig.so' 'libjack.so' 'sqlite')
+makedepends=('dssi' 'ladspa' 'lv2')
+provides=('liblinuxsampler.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('3f172efe40bbe130a2ac09f9393a46a30cc327a6754a80fdb36e65276518ec82befa2075acc567ccd99c22d9859c1a65f58ff2ad7af70cd9e4649ae14fd5357c')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  # creating a ld.so.conf entry for linuxsampler.so
+  echo "/usr/lib/${pkgname}" > "${pkgname}.conf"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # adding linuxsampler.so library path to ld.so.conf (required for dependants
+  # during runtime)
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/ld.so.conf.d/"
+  # lscp files conflict with nilfs-utils:
+  # https://bugs.archlinux.org/task/45827
+  mv -v "${pkgdir}/usr/bin/lscp" "${pkgdir}/usr/bin/lscp-${pkgname}"
+  mv -v "$pkgdir/usr/share/man/man1/lscp.1" \
+"${pkgdir}/usr/share/man/man1/lscp-${pkgname}.1"
+}
+# vim:set ts=2 sw=2 et:


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 22:16:27
  Author: dvzrv
Revision: 538941

upgpkg: linuxsampler 2.1.1-2

Updating maintainer info. Adding all direct library dependencies. Adding 
liblinuxsampler.so to provides.

Modified:
  linuxsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 22:05:55 UTC (rev 538940)
+++ PKGBUILD2019-12-22 22:16:27 UTC (rev 538941)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: svoufff 
 # Contributor: Shinlun Hsieh 
@@ -5,14 +5,15 @@
 
 pkgname=linuxsampler
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
 arch=('x86_64')
 url="https://www.linuxsampler.org/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('libgig' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libgig.so' 'libjack.so' 'sqlite')
+makedepends=('dssi' 'ladspa' 'lv2')
+provides=('liblinuxsampler.so')
 
source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('3f172efe40bbe130a2ac09f9393a46a30cc327a6754a80fdb36e65276518ec82befa2075acc567ccd99c22d9859c1a65f58ff2ad7af70cd9e4649ae14fd5357c')
 


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 22:05:55
  Author: foxboron
Revision: 538940

archrelease: copy trunk to community-any

Added:
  python-pykka/repos/community-any/
  python-pykka/repos/community-any/PKGBUILD
(from rev 538939, python-pykka/trunk/PKGBUILD)

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

Copied: python-pykka/repos/community-any/PKGBUILD (from rev 538939, 
python-pykka/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-22 22:05:55 UTC (rev 538940)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Antoine Pierlot-Garcin 
+
+pkgname=python-pykka
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
+arch=('any')
+url="http://pykka.readthedocs.org/;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('python-gevent: Use gevent based actors from pykka.gevent')
+source=("https://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz;)
+sha512sums=('98b2e6122dc5158da489265cf7cf9e358bfa432d0a0eaab9f50a07c0050083afb19aad494e4cd27347c376947eafb7d9796909c18e3648ef1bf0685bd6384e5b')
+
+build() {
+  cd "Pykka-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "Pykka-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1 
--skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 22:05:47
  Author: foxboron
Revision: 538939

upgpkg: python-pykka 2.0.2-1

Added:
  python-pykka/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 22:05:47 UTC (rev 538939)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Antoine Pierlot-Garcin 
+
+pkgname=python-pykka
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
+arch=('any')
+url="http://pykka.readthedocs.org/;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('python-gevent: Use gevent based actors from pykka.gevent')
+source=("https://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz;)
+sha512sums=('98b2e6122dc5158da489265cf7cf9e358bfa432d0a0eaab9f50a07c0050083afb19aad494e4cd27347c376947eafb7d9796909c18e3648ef1bf0685bd6384e5b')
+
+build() {
+  cd "Pykka-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "Pykka-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1 
--skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (python-pykka python-pykka/repos python-pykka/trunk)

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 22:05:40
  Author: foxboron
Revision: 538938

addpkg: python-pykka 2.0.2-1

Added:
  python-pykka/
  python-pykka/repos/
  python-pykka/trunk/


[arch-commits] Commit in qt5-declarative/repos/testing-x86_64 (3 files)

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 21:33:36
  Author: arojas
Revision: 372080

archrelease: copy trunk to testing-x86_64

Added:
  qt5-declarative/repos/testing-x86_64/PKGBUILD
(from rev 372079, qt5-declarative/trunk/PKGBUILD)
  qt5-declarative/repos/testing-x86_64/qtbug-80963.patch
(from rev 372079, qt5-declarative/trunk/qtbug-80963.patch)
Deleted:
  qt5-declarative/repos/testing-x86_64/PKGBUILD

---+
 PKGBUILD  |   97 +++-
 qtbug-80963.patch |   21 +++
 2 files changed, 72 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 21:33:09 UTC (rev 372079)
+++ PKGBUILD2019-12-22 21:33:36 UTC (rev 372080)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-_qtver=5.14.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-base')
-makedepends=('python' 'vulkan-headers')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Symlinks for backwards compatibility
-  for b in "$pkgdir"/usr/bin/*; do
-ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/testing-x86_64/PKGBUILD (from rev 372079, 
qt5-declarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 21:33:36 UTC (rev 372080)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+_qtver=5.14.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-base')
+makedepends=('python' 'vulkan-headers')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ qtbug-80963.patch)
+sha256sums=('bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e'
+'e773ddafe7f2465252f77ad4ad50046e1fe417068734652632a6bf4d505a0a28')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-80963.patch # Revert change that crashes kdenlive 
https://bugreports.qt.io/browse/QTBUG-80963
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Symlinks for backwards compatibility
+  for b in "$pkgdir"/usr/bin/*; do
+ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-declarative/repos/testing-x86_64/qtbug-80963.patch (from rev 
372079, qt5-declarative/trunk/qtbug-80963.patch)
===
--- qtbug-80963.patch   (rev 0)
+++ qtbug-80963.patch   2019-12-22 21:33:36 UTC (rev 372080)
@@ -0,0 +1,21 @@
+diff --git a/src/qml/qml/qqmlcontext.cpp b/src/qml/qml/qqmlcontext.cpp
+index f75a076bcb..36080a4f38 100644
+--- a/src/qml/qml/qqmlcontext.cpp
 b/src/qml/qml/qqmlcontext.cpp
+@@ -318,11 +318,11 @@ void QQmlContext::setContextProperty(const QString 
, const QVariant )
+ QMetaObject::activate(this, d->notifyIndex, idx, nullptr);
+ }
+ 
+-if (auto *obj = qvariant_cast(value)) {
+-connect(obj, ::destroyed, this, [d, name](QObject *destroyed) 
{
+-d->dropDestroyedQObject(name, destroyed);
+-});
+-}
++// if (auto *obj = qvariant_cast(value)) {
++// connect(obj, ::destroyed, this, [d, name](QObject 
*destroyed) {
++// d->dropDestroyedQObject(name, destroyed);
++// });
++// }
+ }
+ 
+ /*!


[arch-commits] Commit in qt5-declarative/trunk (PKGBUILD qtbug-80963.patch)

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 21:33:09
  Author: arojas
Revision: 372079

Revert change that breaks kdenlive (FS#64867)

Added:
  qt5-declarative/trunk/qtbug-80963.patch
Modified:
  qt5-declarative/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ---
 qtbug-80963.patch |   21 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:08:20 UTC (rev 372078)
+++ PKGBUILD2019-12-22 21:33:09 UTC (rev 372079)
@@ -4,7 +4,7 @@
 pkgname=qt5-declarative
 _qtver=5.14.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,11 +14,16 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ qtbug-80963.patch)
+sha256sums=('bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e'
+'e773ddafe7f2465252f77ad4ad50046e1fe417068734652632a6bf4d505a0a28')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-80963.patch # Revert change that crashes kdenlive 
https://bugreports.qt.io/browse/QTBUG-80963
 }
 
 build() {

Added: qtbug-80963.patch
===
--- qtbug-80963.patch   (rev 0)
+++ qtbug-80963.patch   2019-12-22 21:33:09 UTC (rev 372079)
@@ -0,0 +1,21 @@
+diff --git a/src/qml/qml/qqmlcontext.cpp b/src/qml/qml/qqmlcontext.cpp
+index f75a076bcb..36080a4f38 100644
+--- a/src/qml/qml/qqmlcontext.cpp
 b/src/qml/qml/qqmlcontext.cpp
+@@ -318,11 +318,11 @@ void QQmlContext::setContextProperty(const QString 
, const QVariant )
+ QMetaObject::activate(this, d->notifyIndex, idx, nullptr);
+ }
+ 
+-if (auto *obj = qvariant_cast(value)) {
+-connect(obj, ::destroyed, this, [d, name](QObject *destroyed) 
{
+-d->dropDestroyedQObject(name, destroyed);
+-});
+-}
++// if (auto *obj = qvariant_cast(value)) {
++// connect(obj, ::destroyed, this, [d, name](QObject 
*destroyed) {
++// d->dropDestroyedQObject(name, destroyed);
++// });
++// }
+ }
+ 
+ /*!


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 21:21:37
  Author: dvzrv
Revision: 538911

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
(from rev 538910, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 21:21:31 UTC (rev 538910)
+++ PKGBUILD2019-12-22 21:21:37 UTC (rev 538911)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('x86_64')
-url="https://qsynth.sourceforge.net/;
-license=('GPL')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libfluidsynth.so' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('34e15d283f403ec6633fef911285dc2d4d4b2c5a0cd3614bd38feefbf68cff5fd8e296f47d1bcd527658b8a9dab212106aa63ca71ea60cf49f8126adb7d28591')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 538910, 
qsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 21:21:37 UTC (rev 538911)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.net/;
+license=('GPL')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libfluidsynth.so' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('597ec51f2f2bc45e717dd6e039d10ace3540c6e7332832cbd36a16fb05b88248a59e5ba107369c8bd66d29060c31d0daef13f4967794e2f7b55c85a64dcd6e0c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 21:21:31
  Author: dvzrv
Revision: 538910

upgpkg: qsynth 0.6.1-1

Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:28:17 UTC (rev 538909)
+++ PKGBUILD2019-12-22 21:21:31 UTC (rev 538910)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libfluidsynth.so' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('34e15d283f403ec6633fef911285dc2d4d4b2c5a0cd3614bd38feefbf68cff5fd8e296f47d1bcd527658b8a9dab212106aa63ca71ea60cf49f8126adb7d28591')
+sha512sums=('597ec51f2f2bc45e717dd6e039d10ace3540c6e7332832cbd36a16fb05b88248a59e5ba107369c8bd66d29060c31d0daef13f4967794e2f7b55c85a64dcd6e0c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:28:17
  Author: dvzrv
Revision: 538909

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
(from rev 538908, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 20:28:10 UTC (rev 538908)
+++ PKGBUILD2019-12-22 20:28:17 UTC (rev 538909)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io;
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
-'qt5-base')
-optdepends=('portaudio: Portaudio support')
-makedepends=('qt5-tools' 'portaudio')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f1cd281f67a764f12301c6b58644aed2419d2c82696a24bd9980aa7ea42a266ff5e4aa6247b0b6ac78cb01afc34219c7de8c0657cfdf0fa9858a52d1f84b8fea')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 538908, 
qjackctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 20:28:17 UTC (rev 538909)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io;
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
+'qt5-base')
+optdepends=('libportaudio.so: Portaudio support')
+makedepends=('qt5-tools' 'libportaudio.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f803cfca1b0f01d08bba0d61c169def928c5b0b5619f7212b4b2aacdc499a88e0def64ad0752f12131b1768e0357d81fb92e0a20151602c1442d90b904b123a2')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:28:10
  Author: dvzrv
Revision: 538908

upgpkg: qjackctl 0.6.1-1

Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:25:04 UTC (rev 538907)
+++ PKGBUILD2019-12-22 20:28:10 UTC (rev 538908)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: Tobias Kieslich 
 
 pkgname=qjackctl
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io;
@@ -12,10 +12,10 @@
 groups=('pro-audio')
 depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
 'qt5-base')
-optdepends=('portaudio: Portaudio support')
-makedepends=('qt5-tools' 'portaudio')
+optdepends=('libportaudio.so: Portaudio support')
+makedepends=('qt5-tools' 'libportaudio.so')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f1cd281f67a764f12301c6b58644aed2419d2c82696a24bd9980aa7ea42a266ff5e4aa6247b0b6ac78cb01afc34219c7de8c0657cfdf0fa9858a52d1f84b8fea')
+sha512sums=('f803cfca1b0f01d08bba0d61c169def928c5b0b5619f7212b4b2aacdc499a88e0def64ad0752f12131b1768e0357d81fb92e0a20151602c1442d90b904b123a2')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:25:04
  Author: dvzrv
Revision: 538907

archrelease: copy trunk to community-x86_64

Added:
  qxgedit/repos/community-x86_64/PKGBUILD
(from rev 538906, qxgedit/trunk/PKGBUILD)
Deleted:
  qxgedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 20:24:58 UTC (rev 538906)
+++ PKGBUILD2019-12-22 20:25:04 UTC (rev 538907)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qxgedit
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
-arch=('x86_64')
-url="https://qxgedit.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('69217926d64f73432fe638298100947c15c393cfa6e4b7b34aa3c6f6e3c89e77535828d1eb2884354fd043a7871c62070a1187ab868150081669f23eb91bb3f2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 538906, 
qxgedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 20:25:04 UTC (rev 538907)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qxgedit
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
+arch=('x86_64')
+url="https://qxgedit.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('10e6d768b5d209c1927a7ba2ac6a5e4423a79a43dc0d30f9b248a13580af843ac49f2d5906318ba5b01eda50f3655a480eef0233f4ce6479fbc047d84ae7efde')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:24:58
  Author: dvzrv
Revision: 538906

upgpkg: qxgedit 0.6.1-1

Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qxgedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:21:35 UTC (rev 538905)
+++ PKGBUILD2019-12-22 20:24:58 UTC (rev 538906)
@@ -1,6 +1,6 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=qxgedit
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('69217926d64f73432fe638298100947c15c393cfa6e4b7b34aa3c6f6e3c89e77535828d1eb2884354fd043a7871c62070a1187ab868150081669f23eb91bb3f2')
+sha512sums=('10e6d768b5d209c1927a7ba2ac6a5e4423a79a43dc0d30f9b248a13580af843ac49f2d5906318ba5b01eda50f3655a480eef0233f4ce6479fbc047d84ae7efde')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:21:29
  Author: dvzrv
Revision: 538904

upgpkg: qmidinet 0.6.1-1

Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qmidinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:18:32 UTC (rev 538903)
+++ PKGBUILD2019-12-22 20:21:29 UTC (rev 538904)
@@ -1,16 +1,17 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=qmidinet
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
 arch=('x86_64')
-url="http://qmidinet.sourceforge.net/;
+url="https://qmidinet.sourceforge.io;
 license=('GPL2')
 groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so' 
'qt5-base')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
+'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('cdf5e508a8cf384147c4a02e0378ab9b609561129a57b2e6a77c3f5322d33a39776f8d56a581b125f45c0642bc8665f6402082deec5b34513779d8db2fd17bd7')
+sha512sums=('faecc5bbeb076c640dfb72a76b3e11b7d2a741ffd6416b73870422f56b8116f5c0a2ef3b68704057cd3b2cdce23bddac18e997c04a0620713bcab0b41a473e54')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:21:35
  Author: dvzrv
Revision: 538905

archrelease: copy trunk to community-x86_64

Added:
  qmidinet/repos/community-x86_64/PKGBUILD
(from rev 538904, qmidinet/trunk/PKGBUILD)
Deleted:
  qmidinet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 20:21:29 UTC (rev 538904)
+++ PKGBUILD2019-12-22 20:21:35 UTC (rev 538905)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidinet
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
-arch=('x86_64')
-url="http://qmidinet.sourceforge.net/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so' 
'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('cdf5e508a8cf384147c4a02e0378ab9b609561129a57b2e6a77c3f5322d33a39776f8d56a581b125f45c0642bc8665f6402082deec5b34513779d8db2fd17bd7')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}

Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 538904, 
qmidinet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 20:21:35 UTC (rev 538905)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+pkgname=qmidinet
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=('x86_64')
+url="https://qmidinet.sourceforge.io;
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libjack.so'
+'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('faecc5bbeb076c640dfb72a76b3e11b7d2a741ffd6416b73870422f56b8116f5c0a2ef3b68704057cd3b2cdce23bddac18e997c04a0620713bcab0b41a473e54')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:18:32
  Author: dvzrv
Revision: 538903

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
(from rev 538902, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 20:18:27 UTC (rev 538902)
+++ PKGBUILD2019-12-22 20:18:32 UTC (rev 538903)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidictl
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('20570d828c0980a184fe428dd629b934ef737a26763c64e5f93006c29309ab5f37a5e1e6cb794db69c608ad63a4819f5c3eb34a830fce3a78c81e3e88adebfd6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 538902, 
qmidictl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 20:18:32 UTC (rev 538903)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidictl
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e2a216558606c5f70da8462a44d4e56469844d476cdd9d25d66643d6b862a7945e78de37a118a73366480b322050e3ccca9cfb1ec38614e413632625e2d6647')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 20:18:27
  Author: dvzrv
Revision: 538902

upgpkg: qmidictl 0.6.1-1

Upgrading to 0.6.1. Updating maintainer info.

Modified:
  qmidictl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:09:56 UTC (rev 538901)
+++ PKGBUILD2019-12-22 20:18:27 UTC (rev 538902)
@@ -1,6 +1,6 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=qmidictl
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('20570d828c0980a184fe428dd629b934ef737a26763c64e5f93006c29309ab5f37a5e1e6cb794db69c608ad63a4819f5c3eb34a830fce3a78c81e3e88adebfd6')
+sha512sums=('2e2a216558606c5f70da8462a44d4e56469844d476cdd9d25d66643d6b862a7945e78de37a118a73366480b322050e3ccca9cfb1ec38614e413632625e2d6647')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 20:08:43
  Author: felixonmars
Revision: 538898

upgpkg: cgrep 6.6.30-12: rebuild with unicode-show 0.1.0.4

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 20:07:33 UTC (rev 538897)
+++ PKGBUILD2019-12-22 20:08:43 UTC (rev 538898)
@@ -3,7 +3,7 @@
 
 pkgname=cgrep
 pkgver=6.6.30
-pkgrel=11
+pkgrel=12
 pkgdesc="A context-aware grep for source codes"
 url="https://awgn.github.io/cgrep/;
 license=("GPL2")


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

2019-12-22 Thread Andreas Radke via arch-commits
Date: Sunday, December 22, 2019 @ 20:08:20
  Author: andyrtr
Revision: 372078

archrelease: copy trunk to testing-x86_64

Added:
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 372077, libtirpc/trunk/PKGBUILD)

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

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 372077, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-22 20:08:20 UTC (rev 372078)
@@ -0,0 +1,27 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('x86_64')
+url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+# git tree: git://linux-nfs.org/~steved/libtirpc
+source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ab80619b214d93e5cfbf22a0d01e1ee06d434326')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 20:08:53
  Author: felixonmars
Revision: 538899

archrelease: copy trunk to community-staging-x86_64

Added:
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 538898, cgrep/trunk/PKGBUILD)

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

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 538898, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-22 20:08:53 UTC (rev 538899)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.30
+pkgrel=12
+pkgdesc="A context-aware grep for source codes"
+url="https://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-cmdargs'
+ 'haskell-dlist' 'haskell-either' 'haskell-exceptions' 'haskell-extra' 
'haskell-regex-base'
+ 'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 
'haskell-split'
+ 'haskell-stringsearch' 'haskell-unix-compat' 'haskell-unicode-show'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('72480faf6bbbcf018992be5cb92cb5f23ac0f7b219092e419eedc0007fb142873b6b97a2df42bf43c0d75f00f2c1813d6f8eb5eaf5d070391443f8550111f660')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --prefix=/usr --ghc-option='-pie' \
+   --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+}


[arch-commits] Commit in haskell-unicode-show/repos (2 files)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 20:07:33
  Author: felixonmars
Revision: 538897

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-unicode-show/repos/community-staging-x86_64/
  haskell-unicode-show/repos/community-staging-x86_64/PKGBUILD
(from rev 538896, haskell-unicode-show/trunk/PKGBUILD)

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

Copied: haskell-unicode-show/repos/community-staging-x86_64/PKGBUILD (from rev 
538896, haskell-unicode-show/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-22 20:07:33 UTC (rev 538897)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unicode-show
+pkgname=haskell-unicode-show
+pkgver=0.1.0.4
+pkgrel=1
+pkgdesc="Print and show in unicode"
+url="https://github.com/nushio3/unicode-show#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('25019cfc9d4c8eff6ef2ab772cec8a810e22ad1fd35f4119a53a9f2bbeb50c9e742a508815813134d8d5fa13dee3f1ddcc9f183b4a6958c748d6d82f35b98147')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/nushio3/unicode-show/issues/2
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-unicode-show/trunk (PKGBUILD)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 20:07:23
  Author: felixonmars
Revision: 538896

upgpkg: haskell-unicode-show 0.1.0.4-1: rebuild with unicode-show 0.1.0.4

Modified:
  haskell-unicode-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 19:56:01 UTC (rev 538895)
+++ PKGBUILD2019-12-22 20:07:23 UTC (rev 538896)
@@ -3,22 +3,22 @@
 
 _hkgname=unicode-show
 pkgname=haskell-unicode-show
-pkgver=0.1.0.3
-pkgrel=6
+pkgver=0.1.0.4
+pkgrel=1
 pkgdesc="Print and show in unicode"
 url="https://github.com/nushio3/unicode-show#readme;
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bf6ac293c2181b5e8b9b3330d59445f32b9523dbfbdda1969e2e432cab89682a70a6d601f803854f485925fa35cee0150fd12e58e33554ef3217c96173543b87')
+sha512sums=('25019cfc9d4c8eff6ef2ab772cec8a810e22ad1fd35f4119a53a9f2bbeb50c9e742a508815813134d8d5fa13dee3f1ddcc9f183b4a6958c748d6d82f35b98147')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -27,6 +27,12 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/nushio3/unicode-show/issues/2
+runhaskell Setup test || warning "Tests failed"
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2019-12-22 Thread Andreas Radke via arch-commits
Date: Sunday, December 22, 2019 @ 20:08:04
  Author: andyrtr
Revision: 372077

upgpkg: libtirpc 1.2.5-1: upstream update 1.2.5

Modified:
  libtirpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 19:40:09 UTC (rev 372076)
+++ PKGBUILD2019-12-22 20:08:04 UTC (rev 372077)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libtirpc
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="Transport Independent RPC library (SunRPC replacement)"
 arch=('x86_64')
 url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary;
@@ -12,7 +12,7 @@
 backup=('etc/netconfig')
 # git tree: git://linux-nfs.org/~steved/libtirpc
 
source=(https://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d85717035cb9bd6c45557a1eb1351d3af9a69ff7')
+sha1sums=('ab80619b214d93e5cfbf22a0d01e1ee06d434326')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 19:56:01
  Author: dvzrv
Revision: 538895

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 538894, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 538894, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 538894, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 538894, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket
(from rev 538894, dnscrypt-proxy/trunk/dnscrypt-proxy.socket)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket

+
 PKGBUILD   |  152 +-
 configuration.diff |  270 +++
 dnscrypt-proxy.install |   14 +-
 dnscrypt-proxy.service |   48 
 dnscrypt-proxy.socket  |   32 ++---
 5 files changed, 258 insertions(+), 258 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 19:55:48 UTC (rev 538894)
+++ PKGBUILD2019-12-22 19:56:01 UTC (rev 538895)
@@ -1,76 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.35
-pkgrel=1
-pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
-arch=('x86_64')
-url="https://dnscrypt.info;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-optdepends=('python-urllib3: for generate-domains-blacklist')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
-"${pkgname}.service"
-"${pkgname}.socket"
-'configuration.diff')
-sha512sums=('41e3c0646e215da3ce00e9ff9f22a4d3468b6589c424343ce0649c5a47cdbce26c2d9ffc3abf61c35d85eda964c499877d6f13619ce2308fe045a0272b1ca0e9'
-
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
-
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
-
'456a81906c9713f7b9bdc6e152d3688899da6f760758fce91a9c625da3d7286bf0fd1d54419a57aa5ec1d9d50e1d2db32b6d5f36c2f265e227dc7e8eef65cfdd')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" -t "${pkgdir}/usr/bin/"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # utils
-  install -vDm 644 utils/generate-domains-blacklists/*.{conf,txt} \
--t "${pkgdir}/usr/share/${pkgname}/utils/generate-domains-blacklists"
-  install -vDm 755 
utils/generate-domains-blacklists/generate-domains-blacklist.py \
-"${pkgdir}/usr/bin/generate-domains-blacklist"
-  # systemd service/socket
-  install -vDm 644 "../${pkgname}."{service,socket} \
--t "${pkgdir}/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 538894, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2019-12-22 Thread David Runge via arch-commits
Date: Sunday, December 22, 2019 @ 19:55:48
  Author: dvzrv
Revision: 538894

upgpkg: dnscrypt-proxy 2.0.36-1

Upgrading to 2.0.36.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 19:41:35 UTC (rev 538893)
+++ PKGBUILD2019-12-22 19:55:48 UTC (rev 538894)
@@ -4,7 +4,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.35
+pkgver=2.0.36
 pkgrel=1
 pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
 arch=('x86_64')
@@ -25,7 +25,7 @@
 "${pkgname}.service"
 "${pkgname}.socket"
 'configuration.diff')
-sha512sums=('41e3c0646e215da3ce00e9ff9f22a4d3468b6589c424343ce0649c5a47cdbce26c2d9ffc3abf61c35d85eda964c499877d6f13619ce2308fe045a0272b1ca0e9'
+sha512sums=('b1e3ed2a0226eaf35980b9f1125e0794640bcd837f99b8f2a0346498770305f04e27f13ccf97f01f0639285ef35f63cbbf72e9f2b419d592b615f6b07cdf7f2d'
 
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
 
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
 
'456a81906c9713f7b9bdc6e152d3688899da6f760758fce91a9c625da3d7286bf0fd1d54419a57aa5ec1d9d50e1d2db32b6d5f36c2f265e227dc7e8eef65cfdd')


[arch-commits] Commit in eclipse/repos/community-x86_64 (4 files)

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 19:41:35
  Author: arojas
Revision: 538893

archrelease: copy trunk to community-x86_64

Added:
  eclipse/repos/community-x86_64/PKGBUILD
(from rev 538892, eclipse/trunk/PKGBUILD)
  eclipse/repos/community-x86_64/commonify
(from rev 538892, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/community-x86_64/PKGBUILD
  eclipse/repos/community-x86_64/commonify

---+
 PKGBUILD  |  224 ++--
 commonify |  368 ++--
 2 files changed, 296 insertions(+), 296 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 19:41:01 UTC (rev 538892)
+++ PKGBUILD2019-12-22 19:41:35 UTC (rev 538893)
@@ -1,112 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.13
-pkgrel=1
-_release=2019-09/R
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-source=(commonify)
-sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
-
-_sourcename() {
-  case $1 in
-eclipse-common) return 1 ;;
-eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
-* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
-  esac
-}
-
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  _src=$(_sourcename $_pkg) || continue
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
-  noextract+=($_src)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums_x86_64=('18f55219c86fa4fe52f8a1a51b17c4eb99af6c215d6af8702555ea82af83acaa'
-   
'f7636bac154808f1c033e424074158f34eef3e9e36bdc61f2d0af492159d27d0'
-   
'c8c31cdc20e74d99638b67bba6269f10991d9f191d29acfa73356061e9d35eac'
-   
'77bc4bb7e1ea8a7d0ebdd28c02bdc17ffa3509a6479660dc2f781dceeb92073b'
-   
'a087b078e40b2ba7dc52cbfceee41bb76a6aa2cfef4f08934e73e0bee94aff83'
-   
'd74e42f39d69c49074bb4a9c3e8b4c8974669e3584701fe69570e1d7d6f5a9a6')
-
-prepare() {
-  local pkg src
-  for pkg in ${pkgname[@]}; do
-mkdir $pkg
-src=$(_sourcename $pkg) || continue
-bsdtar -xf $src -C $pkg --strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=("java-environment>=8" webkit2gtk unzip)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-}
-
-_package() {
-  local variant i
-
-  case ${1#eclipse-} in
-java  ) variant=Java; replaces=(eclipse) ;;
-jee   ) variant=JEE ;;
-cpp   ) variant=C++; replaces=(eclipse-cdt) ;;
-php   ) variant=PHP ;;
-javascript) variant=JavaScript ;;
-rust  ) variant=Rust ;;
-* ) return 1 ;;
-  esac
-
-  pkgdesc+=" for $variant"
-  depends=("eclipse-common=$pkgver-$pkgrel" bash)
-  provides=("eclipse=$pkgver-$pkgrel")
-  conflicts=(eclipse)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a $1 "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
+pkgver=4.14
+pkgrel=1
+_release=2019-12/R
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org;
+makedepends=(python3)
+source=(commonify)
+sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
+sha256sums_x86_64=('eea78b2daab7c5d3e11cd86d0782023a05f7e173265f470536357ef97cd31a29'
+   
'a012ad5dd54c344aff66b82f0ed37b54002e727566c7d786d0d60f96b1117c38'
+   
'56c3f4757d31ac002f996de0e81edb18cdf660d6193aa0b076e25dae32079789'
+   
'427b1d74485ccde8b3c6d2b23390be74123281e90ad8e93db701d9835130039a'
+   
'2a17772438a1966f182e2aa2433e1119c9988b2d50f54dc89f476fcca8fe2755'
+   
'88ff37f326648a8bfc061ec9e14823a776e182b715ca5d7dc06b6942c903460c')
+
+_sourcename() {
+  case $1 in
+eclipse-common) return 1 ;;
+eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
+  esac
+}
+
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  _src=$(_sourcename $_pkg) || continue
+  

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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 19:41:01
  Author: arojas
Revision: 538892

Update to 4.14

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 19:20:55 UTC (rev 538891)
+++ PKGBUILD2019-12-22 19:41:01 UTC (rev 538892)
@@ -7,9 +7,9 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.13
+pkgver=4.14
 pkgrel=1
-_release=2019-09/R
+_release=2019-12/R
 pkgdesc="Highly extensible IDE"
 license=(EPL)
 arch=(x86_64)
@@ -17,6 +17,12 @@
 makedepends=(python3)
 source=(commonify)
 sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
+sha256sums_x86_64=('eea78b2daab7c5d3e11cd86d0782023a05f7e173265f470536357ef97cd31a29'
+   
'a012ad5dd54c344aff66b82f0ed37b54002e727566c7d786d0d60f96b1117c38'
+   
'56c3f4757d31ac002f996de0e81edb18cdf660d6193aa0b076e25dae32079789'
+   
'427b1d74485ccde8b3c6d2b23390be74123281e90ad8e93db701d9835130039a'
+   
'2a17772438a1966f182e2aa2433e1119c9988b2d50f54dc89f476fcca8fe2755'
+   
'88ff37f326648a8bfc061ec9e14823a776e182b715ca5d7dc06b6942c903460c')
 
 _sourcename() {
   case $1 in
@@ -36,12 +42,6 @@
   eval "package_$_pkg() { _package $_pkg; }"
 done
 
-sha256sums_x86_64=('18f55219c86fa4fe52f8a1a51b17c4eb99af6c215d6af8702555ea82af83acaa'
-   
'f7636bac154808f1c033e424074158f34eef3e9e36bdc61f2d0af492159d27d0'
-   
'c8c31cdc20e74d99638b67bba6269f10991d9f191d29acfa73356061e9d35eac'
-   
'77bc4bb7e1ea8a7d0ebdd28c02bdc17ffa3509a6479660dc2f781dceeb92073b'
-   
'a087b078e40b2ba7dc52cbfceee41bb76a6aa2cfef4f08934e73e0bee94aff83'
-   
'd74e42f39d69c49074bb4a9c3e8b4c8974669e3584701fe69570e1d7d6f5a9a6')
 
 prepare() {
   local pkg src


[arch-commits] Commit in python-pycurl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 19:40:09
  Author: felixonmars
Revision: 372076

archrelease: copy trunk to extra-x86_64

Added:
  python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 372075, python-pycurl/trunk/PKGBUILD)
Deleted:
  python-pycurl/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  145 +++--
 1 file changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 19:39:59 UTC (rev 372075)
+++ PKGBUILD2019-12-22 19:40:09 UTC (rev 372076)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez 
-
-pkgbase=python-pycurl
-pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.43.0.3
-pkgrel=3
-arch=('x86_64')
-url="http://pycurl.sourceforge.net/;
-license=('LGPL' 'MIT')
-makedepends=('python' 'python2' 'curl')
-checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
-  'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;)
-sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec')
-
-prepare() {
-  mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
-  cp -a pycurl-$pkgver{,-py2}
-
-  cd "$srcdir"/pycurl-$pkgver
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
-  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
-  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
-  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
-}
-
-build() {
-  cd "$srcdir"/pycurl-$pkgver
-  make
-  python3 setup.py build
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  make
-  python2 setup.py build
-}
-
-check() {
-  export PYCURL_VSFTPD_PATH=vsftpd
-  # We don't have HTTP2 enabled
-
-  cd "$srcdir"/pycurl-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" make test || 
warning "Tests failed"
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test || warning "Tests failed"
-}
-
-package_python-pycurl() {
-  pkgdesc="A Python 3.x interface to libcurl"
-  depends=('python' 'curl')
-
-  cd pycurl-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 COPYING-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycurl() {
-  pkgdesc="A Python 2.x interface to libcurl"
-  depends=('python2' 'curl')
-
-  cd pycurl-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 COPYING-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 372075, 
python-pycurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 19:40:09 UTC (rev 372076)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+
+pkgbase=python-pycurl
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.43.0.3
+pkgrel=4
+arch=('x86_64')
+url="http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
+  'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;
+python3.8.patch::https://github.com/pycurl/pycurl/pull/600.patch)
+sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec'
+
'982275200c5c9145bf3ed69050bc9b93b7697355baf0cade0c21043103440f930e81792e11bc18a072f4a767cf7f2fcf21b9a8a8adaf5bf2a2d3bf049685a094')
+
+prepare() {
+  mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
+  patch -d pycurl-$pkgver -p1 -i ../python3.8.patch
+  cp -a pycurl-$pkgver{,-py2}
+
+  cd "$srcdir"/pycurl-$pkgver
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
+
+  cd "$srcdir"/pycurl-$pkgver-py2
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env 

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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 19:39:59
  Author: felixonmars
Revision: 372075

upgpkg: python-pycurl 7.43.0.3-4

fixes DeprecationWarning in Python 3.8 (FS#64812)

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 16:46:03 UTC (rev 372074)
+++ PKGBUILD2019-12-22 19:39:59 UTC (rev 372075)
@@ -5,7 +5,7 @@
 pkgbase=python-pycurl
 pkgname=('python-pycurl' 'python2-pycurl')
 pkgver=7.43.0.3
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')
@@ -12,11 +12,14 @@
 makedepends=('python' 'python2' 'curl')
 checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
   'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;)
-sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;
+python3.8.patch::https://github.com/pycurl/pycurl/pull/600.patch)
+sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec'
+
'982275200c5c9145bf3ed69050bc9b93b7697355baf0cade0c21043103440f930e81792e11bc18a072f4a767cf7f2fcf21b9a8a8adaf5bf2a2d3bf049685a094')
 
 prepare() {
   mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
+  patch -d pycurl-$pkgver -p1 -i ../python3.8.patch
   cp -a pycurl-$pkgver{,-py2}
 
   cd "$srcdir"/pycurl-$pkgver


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 19:20:55
  Author: felixonmars
Revision: 538891

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 19:20:44 UTC (rev 538890)
+++ PKGBUILD2019-12-22 19:20:55 UTC (rev 538891)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.53.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('13bb6582de902e278202611a3ec804a974fb95aa398bba3d8ed5a061b8274d2857d43a1c3a6bf76cbc5e7e8e80dde262cf4e7678c96a582df0b15a0eeef41a2b')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 538890, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 19:20:55 UTC (rev 538891)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.53.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('56839be12656d5a970e0d9b97ec3e7b8aa600b88bfb53d09c09270ccf5abcf5f25ec7c33b01c5c30a1a5450903b919dbff2b1e709937000ebcf434235310a8c9')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd 

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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 19:20:44
  Author: felixonmars
Revision: 538890

upgpkg: python-hypothesis 4.53.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 19:11:03 UTC (rev 538889)
+++ PKGBUILD2019-12-22 19:20:44 UTC (rev 538890)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.53.0
+pkgver=4.53.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('13bb6582de902e278202611a3ec804a974fb95aa398bba3d8ed5a061b8274d2857d43a1c3a6bf76cbc5e7e8e80dde262cf4e7678c96a582df0b15a0eeef41a2b')
+sha512sums=('56839be12656d5a970e0d9b97ec3e7b8aa600b88bfb53d09c09270ccf5abcf5f25ec7c33b01c5c30a1a5450903b919dbff2b1e709937000ebcf434235310a8c9')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-12-22 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 22, 2019 @ 19:07:25
  Author: lfleischer
Revision: 538887

archrelease: copy trunk to community-x86_64

Added:
  imv/repos/community-x86_64/PKGBUILD
(from rev 538886, imv/trunk/PKGBUILD)
Deleted:
  imv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 19:07:16 UTC (rev 538886)
+++ PKGBUILD2019-12-22 19:07:25 UTC (rev 538887)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Harry Jeffery 
-
-pkgname=imv
-pkgver=4.0.1
-pkgrel=2
-pkgdesc='Image viewer for Wayland and X11'
-url='https://github.com/eXeC64/imv'
-arch=(x86_64)
-license=(GPL)
-depends=(desktop-file-utils fontconfig freeimage glu librsvg libxkbcommon 
pango sdl2_ttf)
-makedepends=(asciidoc cmocka git libxkbcommon-x11)
-conflicts=(renameutils)
-source=("git+$url#tag=v${pkgver/_/-}")
-sha1sums=('SKIP')
-
-build() {
-  make -C "$pkgname" BUILDDIR=build
-}
-
-package() {
-  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/eXeC64/imv/releases
-# vim: ts=2 sw=2 et:

Copied: imv/repos/community-x86_64/PKGBUILD (from rev 538886, 
imv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 19:07:25 UTC (rev 538887)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Harry Jeffery 
+
+pkgname=imv
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=(x86_64)
+license=(GPL)
+depends=(desktop-file-utils fontconfig freeimage glu librsvg libxkbcommon 
pango sdl2_ttf)
+makedepends=(asciidoc cmocka git libxkbcommon-x11)
+conflicts=(renameutils)
+source=("git+$url#tag=v${pkgver/_/-}")
+sha1sums=('SKIP')
+
+build() {
+  make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/eXeC64/imv/releases
+# vim: ts=2 sw=2 et:


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

2019-12-22 Thread Lukas Fleischer via arch-commits
Date: Sunday, December 22, 2019 @ 19:07:16
  Author: lfleischer
Revision: 538886

upgpkg: imv 4.1.0-1: upstream update

Modified:
  imv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:51:52 UTC (rev 538885)
+++ PKGBUILD2019-12-22 19:07:16 UTC (rev 538886)
@@ -2,8 +2,8 @@
 # Contributor: Harry Jeffery 
 
 pkgname=imv
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Image viewer for Wayland and X11'
 url='https://github.com/eXeC64/imv'
 arch=(x86_64)


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:51:52
  Author: felixonmars
Revision: 538885

archrelease: copy trunk to community-testing-any

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

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

Copied: python-geoip2/repos/community-testing-any/PKGBUILD (from rev 538884, 
python-geoip2/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-22 18:51:52 UTC (rev 538885)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-geoip2
+pkgver=3.0.0
+_testdatacommit=f6ed981c23b0eb33d7c07568e2177236252afda6
+pkgrel=1
+pkgdesc="MaxMind GeoIP2 API"
+url="https://github.com/maxmind/GeoIP2-python;
+license=('Apache')
+arch=('any')
+depends=('python-maxminddb' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-requests-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/maxmind/GeoIP2-python/archive/v$pkgver.tar.gz;
+https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
+sha512sums=('685cfaca15abac73ceafa5795d8740a9d1e95f255c516623c80981bb78a5c6ad357829b154c382a4928295f311c6922b621aee1c794cac962da857507bfcfbdb'
+
'f7b9d370c330980d9419c7bea486b258aef3fa8ab49f83b860ef73036fc577c402e2f631090c5d1d23f2a8e34f927030a8fc6dc15edcd8002136673685aecb12')
+
+prepare() {
+  cd GeoIP2-python-$pkgver
+  rmdir tests/data
+  ln -s "$srcdir"/MaxMind-DB-$_testdatacommit tests/data
+}
+
+build() {
+  cd GeoIP2-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd GeoIP2-python-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd GeoIP2-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:51:42
  Author: felixonmars
Revision: 538884

upgpkg: python-geoip2 3.0.0-1

Modified:
  python-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:50:56 UTC (rev 538883)
+++ PKGBUILD2019-12-22 18:51:42 UTC (rev 538884)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-geoip2
-pkgver=2.9.0
+pkgver=3.0.0
 _testdatacommit=f6ed981c23b0eb33d7c07568e2177236252afda6
-pkgrel=3
+pkgrel=1
 pkgdesc="MaxMind GeoIP2 API"
 url="https://github.com/maxmind/GeoIP2-python;
 license=('Apache')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python-requests-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/maxmind/GeoIP2-python/archive/v$pkgver.tar.gz;
 https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
-sha512sums=('8631a41d9644887d0149678e40a5f9d03bba660853c308c43bf358cd49b3f021566b9d6f65b670c0c1c78bcb4cb7cb007ad2db6f3c032749afa454fc9e06d74c'
+sha512sums=('685cfaca15abac73ceafa5795d8740a9d1e95f255c516623c80981bb78a5c6ad357829b154c382a4928295f311c6922b621aee1c794cac962da857507bfcfbdb'
 
'f7b9d370c330980d9419c7bea486b258aef3fa8ab49f83b860ef73036fc577c402e2f631090c5d1d23f2a8e34f927030a8fc6dc15edcd8002136673685aecb12')
 
 prepare() {


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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 18:50:56
  Author: arojas
Revision: 538883

archrelease: copy trunk to community-x86_64

Added:
  gnunet-gtk/repos/community-x86_64/PKGBUILD
(from rev 538882, gnunet-gtk/trunk/PKGBUILD)
Deleted:
  gnunet-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 18:50:39 UTC (rev 538882)
+++ PKGBUILD2019-12-22 18:50:56 UTC (rev 538883)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: wahnby 
-
-pkgname=gnunet-gtk
-pkgver=0.11.7
-pkgrel=1
-pkgdesc="A frontend for GNUnet"
-arch=('x86_64')
-url="https://gnunet.org;
-license=('GPL')
-depends=('gnunet' 'glade' 'adns')
-makedepends=('pkgconfig')
-source=(https://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
-sha512sums=('368d31e876d3ace60e62e744e5a7d375962a6f7e6c2800cf1389185673ec643a91160fccbd380427e5fdcf0683824aa17265b3de4eb8a8493aa20c55596d982f')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i 's|CC -E|CC -O2 -E|g' configure
-  ./configure --prefix=/usr --with-gnunet=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnunet-gtk/repos/community-x86_64/PKGBUILD (from rev 538882, 
gnunet-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 18:50:56 UTC (rev 538883)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet-gtk
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A frontend for GNUnet"
+arch=('x86_64')
+url="https://gnunet.org;
+license=('GPL')
+depends=('gnunet' 'glade' 'adns')
+source=(https://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
+sha256sums=('cb99da11d68107f9709ee5be49cc574e9a03054767334767930ae6b0bd1a4421')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' configure
+  ./configure --prefix=/usr --with-gnunet=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 18:50:37
  Author: arojas
Revision: 538881

Update to 0.12.0

Modified:
  gnunet-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:50:30 UTC (rev 538880)
+++ PKGBUILD2019-12-22 18:50:37 UTC (rev 538881)
@@ -2,7 +2,7 @@
 # Contributor: wahnby 
 
 pkgname=gnunet-gtk
-pkgver=0.11.7
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A frontend for GNUnet"
 arch=('x86_64')
@@ -9,9 +9,8 @@
 url="https://gnunet.org;
 license=('GPL')
 depends=('gnunet' 'glade' 'adns')
-makedepends=('pkgconfig')
 source=(https://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
-sha512sums=('368d31e876d3ace60e62e744e5a7d375962a6f7e6c2800cf1389185673ec643a91160fccbd380427e5fdcf0683824aa17265b3de4eb8a8493aa20c55596d982f')
+sha256sums=('cb99da11d68107f9709ee5be49cc574e9a03054767334767930ae6b0bd1a4421')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:50:39
  Author: felixonmars
Revision: 538882

archrelease: copy trunk to community-testing-any

Added:
  marked-man/repos/community-testing-any/
  marked-man/repos/community-testing-any/PKGBUILD
(from rev 538880, marked-man/trunk/PKGBUILD)

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

Copied: marked-man/repos/community-testing-any/PKGBUILD (from rev 538880, 
marked-man/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-22 18:50:39 UTC (rev 538882)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked-man
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
+arch=('any')
+url='https://github.com/kapouer/marked-man'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cf12b91388dbb804402dcf9f21401a9ccda78d51a7addf58bcaaeaa031d48365f034b2628e8dfd133308839f4b79c1c11ec20736d3ea7a9aa7269e1298bfc456')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:50:30
  Author: felixonmars
Revision: 538880

upgpkg: marked-man 0.7.0-1

Modified:
  marked-man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:49:44 UTC (rev 538879)
+++ PKGBUILD2019-12-22 18:50:30 UTC (rev 538880)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked-man
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('96acc67b6b8fa3428f3b9279cb27d9e8f6c4a594ba54830723396d5cdcddc13341cac0f4a4d2ed4da1abb53e51e1a153f1469547716ecfdacddd210562779ae5')
+sha512sums=('cf12b91388dbb804402dcf9f21401a9ccda78d51a7addf58bcaaeaa031d48365f034b2628e8dfd133308839f4b79c1c11ec20736d3ea7a9aa7269e1298bfc456')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:49:44
  Author: felixonmars
Revision: 538879

archrelease: copy trunk to community-testing-any

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

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

Copied: python-hacking/repos/community-testing-any/PKGBUILD (from rev 538878, 
python-hacking/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-22 18:49:44 UTC (rev 538879)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hacking
+pkgname=('python-hacking' 'python2-hacking')
+pkgver=2.0.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Hacking Guideline Enforcement'
+url='https://docs.openstack.org/developer/hacking'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'flake8' 'python2-flake8')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/hacking/archive/$pkgver.tar.gz;)
+sha512sums=('33cb147afe122fa55636122fc858704f052e469c9091fe8bc5763937f9e6150d7686c2c253fca6319ff3108dae1ae19eebfe9d425c722762599033696f9180c0')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  cp -a hacking-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/hacking-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hacking-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/hacking-$pkgver
+  stestr run
+
+  cd "$srcdir"/hacking-$pkgver-py2
+  PYTHON=python2 stestr run
+}
+
+package_python-hacking() {
+  depends=('python-six' 'flake8')
+
+  cd hacking-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-hacking() {
+  depends=('python2-six' 'python2-flake8')
+
+  cd hacking-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:49:34
  Author: felixonmars
Revision: 538878

upgpkg: python-hacking 2.0.0-1

Modified:
  python-hacking/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:47:15 UTC (rev 538877)
+++ PKGBUILD2019-12-22 18:49:34 UTC (rev 538878)
@@ -2,24 +2,22 @@
 
 pkgbase=python-hacking
 pkgname=('python-hacking' 'python2-hacking')
-pkgver=1.1.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Hacking Guideline Enforcement'
 url='https://docs.openstack.org/developer/hacking'
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'flake8' 'python2-flake8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testrepository'
-  'python2-testrepository')
+ 'flake8' 'python2-flake8')
+checkdepends=('python-oslotest' 'python2-oslotest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-dev/hacking/archive/$pkgver.tar.gz;)
-sha512sums=('25e8fc8585b0de2c9f746a31539d2ee0b6b18685f17cac149bf8cf372d9c31d1f10ac93087d6bcc69b4d1a15b4b3c99cecbe15fe95e903c3de72aba21af32827')
+sha512sums=('33cb147afe122fa55636122fc858704f052e469c9091fe8bc5763937f9e6150d7686c2c253fca6319ff3108dae1ae19eebfe9d425c722762599033696f9180c0')
 
+export PBR_VERSION=$pkgver
+
 prepare() {
-  sed -e 's/flake8<2.7.0,/flake8/' -e 's/==/>=/' -i 
hacking-$pkgver/requirements.txt
   cp -a hacking-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
 }
 
 build() {
@@ -32,14 +30,14 @@
 
 check() {
   cd "$srcdir"/hacking-$pkgver
-  python setup.py testr || warning "Tests failed"
+  stestr run
 
   cd "$srcdir"/hacking-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+  PYTHON=python2 stestr run
 }
 
 package_python-hacking() {
-  depends=('python-six' 'python-pbr' 'flake8' 'python-mccabe')
+  depends=('python-six' 'flake8')
 
   cd hacking-$pkgver
   python setup.py install --root "$pkgdir" --optimize=1
@@ -46,7 +44,7 @@
 }
 
 package_python2-hacking() {
-  depends=('python2-six' 'python2-pbr' 'python2-flake8' 'python2-mccabe')
+  depends=('python2-six' 'python2-flake8')
 
   cd hacking-$pkgver-py2
   python2 setup.py install --root "$pkgdir" --optimize=1


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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 18:46:48
  Author: arojas
Revision: 538876

Update to 0.12.0

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:44:50 UTC (rev 538875)
+++ PKGBUILD2019-12-22 18:46:48 UTC (rev 538876)
@@ -2,7 +2,7 @@
 # Contributor: wahnby 
 
 pkgname=gnunet
-pkgver=0.11.8
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A framework for secure peer-to-peer networking"
 arch=('x86_64')


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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 18:47:15
  Author: arojas
Revision: 538877

archrelease: copy trunk to community-x86_64

Added:
  gnunet/repos/community-x86_64/PKGBUILD
(from rev 538876, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-x86_64/defaults.conf
(from rev 538876, gnunet/trunk/defaults.conf)
  gnunet/repos/community-x86_64/gnunet.service
(from rev 538876, gnunet/trunk/gnunet.service)
Deleted:
  gnunet/repos/community-x86_64/PKGBUILD
  gnunet/repos/community-x86_64/defaults.conf
  gnunet/repos/community-x86_64/gnunet.service

+
 PKGBUILD   |   98 ++---
 defaults.conf  |  966 +++
 gnunet.service |   20 -
 3 files changed, 542 insertions(+), 542 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 18:46:48 UTC (rev 538876)
+++ PKGBUILD2019-12-22 18:47:15 UTC (rev 538877)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: wahnby 
-
-pkgname=gnunet
-pkgver=0.11.8
-pkgrel=1
-pkgdesc="A framework for secure peer-to-peer networking"
-arch=('x86_64')
-url="https://gnunet.org;
-license=('GPL')
-depends=('libextractor' 'sqlite' 'gnurl' 'libmicrohttpd' 'libidn' 'jansson')
-makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus' 
'gst-plugins-base-libs')
-optdepends=('bluez-libs'
-   'python'
-   'glpk'
-   'libpulse'
-   'opus'
-'gst-plugins-base-libs: for gnunet-helper-audio-record')
-backup=(etc/gnunetd.conf)
-options=('!makeflags')
-# TODO: key revoked, check for new signature on new release
-# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
-#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
-source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
-gnunet.service
-defaults.conf)
-validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
-md5sums=('SKIP'
- '54cce3d2415d95b2e5bd1bd88db3a0ea'
- '0fe23b2ca5b3fc47a0b5645e04406da0')
-
-build() {
-  cd gnunet
-  sed -i 's|contrib doc|doc|' Makefile.*
-  ./bootstrap
-  [ -f Makefile ] || ./configure --prefix=/usr \
---without-mysql
-  make
-  make -C contrib
-}
-
-package() {
-  cd gnunet
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C contrib install
-  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
-  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: gnunet/repos/community-x86_64/PKGBUILD (from rev 538876, 
gnunet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 18:47:15 UTC (rev 538877)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: wahnby 
+
+pkgname=gnunet
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A framework for secure peer-to-peer networking"
+arch=('x86_64')
+url="https://gnunet.org;
+license=('GPL')
+depends=('libextractor' 'sqlite' 'gnurl' 'libmicrohttpd' 'libidn' 'jansson')
+makedepends=('git' 'bluez-libs' 'python' 'glpk' 'libpulse' 'opus' 
'gst-plugins-base-libs')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse'
+   'opus'
+'gst-plugins-base-libs: for gnunet-helper-audio-record')
+backup=(etc/gnunetd.conf)
+options=('!makeflags')
+# TODO: key revoked, check for new signature on new release
+# source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz{,.sig}
+#source=(https://ftp.gnu.org/gnu/gnunet/gnunet-${pkgver/_/}.tar.gz
+source=(git://git.gnunet.org/gnunet.git#tag=v$pkgver
+gnunet.service
+defaults.conf)
+validpgpkeys=('19647543F7861D3BF4E64FF7BF60708B48426C7E')
+md5sums=('SKIP'
+ '54cce3d2415d95b2e5bd1bd88db3a0ea'
+ '0fe23b2ca5b3fc47a0b5645e04406da0')
+
+build() {
+  cd gnunet
+  sed -i 's|contrib doc|doc|' Makefile.*
+  ./bootstrap
+  [ -f Makefile ] || ./configure --prefix=/usr \
+--without-mysql
+  make
+  make -C contrib
+}
+
+package() {
+  cd gnunet
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+  install -D -m0644 "$srcdir"/defaults.conf "$pkgdir"/etc/gnunetd.conf
+  rm -rf "$pkgdir"/usr/include/libltdl "$pkgdir"/usr/lib/libltdl.* 
"$pkgdir"/usr/include/ltdl.h
+  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: defaults.conf
===
--- defaults.conf   2019-12-22 18:46:48 UTC (rev 538876)
+++ defaults.conf   2019-12-22 18:47:15 UTC (rev 538877)
@@ -1,483 +0,0 @@
-[PATHS]
-SERVICEHOME = ~/.gnunet/
-# SERVICEHOME = /var/lib/gnunet/
-# DEFAULTCONFIG = /etc/gnunet.conf
-# If 'DEFAULTCONFIG' is not defined, the current
-# configuration file is assumed to be the default,
-# which 

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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:44:50
  Author: felixonmars
Revision: 538875

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
(from rev 538874, pony-stable/trunk/PKGBUILD)
Deleted:
  pony-stable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 18:44:39 UTC (rev 538874)
+++ PKGBUILD2019-12-22 18:44:50 UTC (rev 538875)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Xavier Francisco 
-
-pkgname=pony-stable
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A simple dependency manager for the Pony language."
-arch=('x86_64')
-url="https://github.com/ponylang/pony-stable;
-license=('BSD')
-depends=('ponyc')
-source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
-sha512sums=('1b7e12443b225000b10210e900fff0cc7ab3d04341bcc8d23aa4653614bbb6987577222ab1278e619d532b254fc171f44dcf27edd18748fc0711441b6196bd3c')
-
-build() {
-  cd pony-stable-$pkgver
-  make
-}
-
-check() {
-  cd pony-stable-$pkgver
-  make test
-}
-
-package() {
-  cd pony-stable-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 538874, 
pony-stable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 18:44:50 UTC (rev 538875)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Xavier Francisco 
+
+pkgname=pony-stable
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="A simple dependency manager for the Pony language."
+arch=('x86_64')
+url="https://github.com/ponylang/pony-stable;
+license=('BSD')
+depends=('ponyc')
+source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
+sha512sums=('1b7e12443b225000b10210e900fff0cc7ab3d04341bcc8d23aa4653614bbb6987577222ab1278e619d532b254fc171f44dcf27edd18748fc0711441b6196bd3c')
+
+build() {
+  cd pony-stable-$pkgver
+  make arch=x86-64
+}
+
+check() {
+  cd pony-stable-$pkgver
+  make test
+}
+
+package() {
+  cd pony-stable-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:44:39
  Author: felixonmars
Revision: 538874

upgpkg: pony-stable 0.2.2-2

Modified:
  pony-stable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:20:42 UTC (rev 538873)
+++ PKGBUILD2019-12-22 18:44:39 UTC (rev 538874)
@@ -3,7 +3,7 @@
 
 pkgname=pony-stable
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple dependency manager for the Pony language."
 arch=('x86_64')
 url="https://github.com/ponylang/pony-stable;
@@ -14,7 +14,7 @@
 
 build() {
   cd pony-stable-$pkgver
-  make
+  make arch=x86-64
 }
 
 check() {


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:20:31
  Author: felixonmars
Revision: 538872

upgpkg: marked 0.8.0-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:11:39 UTC (rev 538871)
+++ PKGBUILD2019-12-22 18:20:31 UTC (rev 538872)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('73ec9874264942bb118d33e1531ed52a4029c3d6f00e435b1d42a8d68be071f0e36f691cf2b2ee45b205c972f958e114c334922a8dc85e9a61d8ae83a81fca66')
+sha512sums=('33251ef93fcfc384d9b9f1e4cc07c38fa1daac205689adb2dbbfdb86e6244da8949df0d816708fdca50dfbda0ced68ba240dabca6b5561b42edeca44d060a6c5')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 18:20:42
  Author: felixonmars
Revision: 538873

archrelease: copy trunk to community-testing-any

Added:
  marked/repos/community-testing-any/
  marked/repos/community-testing-any/PKGBUILD
(from rev 538872, marked/trunk/PKGBUILD)

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

Copied: marked/repos/community-testing-any/PKGBUILD (from rev 538872, 
marked/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-22 18:20:42 UTC (rev 538873)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('33251ef93fcfc384d9b9f1e4cc07c38fa1daac205689adb2dbbfdb86e6244da8949df0d816708fdca50dfbda0ced68ba240dabca6b5561b42edeca44d060a6c5')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Sunday, December 22, 2019 @ 18:11:29
  Author: shibumi
Revision: 538870

upgpkg: packer 1.5.1-1

Modified:
  packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 18:05:56 UTC (rev 538869)
+++ PKGBUILD2019-12-22 18:11:29 UTC (rev 538870)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('5e205db0c12c33f958f015642f2599d397cd563d6b185c79088da928cfbdc8e1b85f8c4e39137773fdda48f93ebc4be97c70d2c173a8a237bd66f8d7d89df087')
+sha512sums=('88b86ddd41003337ca839e79960362ad9a2e0e4c893cd565b81128c58e00d4325a4870c7bb8d391f1fc5c490dd6c6fe87e90e7b4dbcb0cf7fe4bd22a51024eff')
 changelog=CHANGELOG.md
 
 prepare() {


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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Sunday, December 22, 2019 @ 18:11:39
  Author: shibumi
Revision: 538871

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 538870, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 538870, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 7228 -
 PKGBUILD |   70 
 2 files changed, 3649 insertions(+), 3649 deletions(-)

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


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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Sunday, December 22, 2019 @ 18:05:56
  Author: shibumi
Revision: 538869

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 538868, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 18:05:50 UTC (rev 538868)
+++ PKGBUILD2019-12-22 18:05:56 UTC (rev 538869)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.4
-pkgrel=2
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
-build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
-}
-
-package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 538868, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 18:05:56 UTC (rev 538869)
@@ -0,0 +1,24 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh;
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('aa423656346de9df5ea2bf9d6e1ab89e23b36c70902346157d95435799c3f970bdf8d079927286289fed387c0bc553dd5496e4a5e46292e16ac38d753a678ea5')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-22 Thread Christian Rebischke via arch-commits
Date: Sunday, December 22, 2019 @ 18:05:50
  Author: shibumi
Revision: 538868

upgpkg: shfmt 3.0.0-1 refactored PKGBUILD

We use go modules for shfmt now

Modified:
  shfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 17:36:03 UTC (rev 538867)
+++ PKGBUILD2019-12-22 18:05:50 UTC (rev 538868)
@@ -2,32 +2,23 @@
 # Contributor: Daniel Martí 
 
 pkgname=shfmt
-_pkg=sh
-_name="${pkgname}"
-pkgver=2.6.4
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Format shell programs"
-url="https://github.com/mvdan/${_pkg};
+url="https://github.com/mvdan/sh;
 license=('BSD')
 arch=('x86_64')
 makedepends=('git' 'go-pie')
-_sh_commit='6ae84988520ab9ea8ad7b2cc327f2261a30e7abf'
-source=("git+${url}#commit=${_sh_commit}")
-sha512sums=('SKIP')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz;)
+sha512sums=('aa423656346de9df5ea2bf9d6e1ab89e23b36c70902346157d95435799c3f970bdf8d079927286289fed387c0bc553dd5496e4a5e46292e16ac38d753a678ea5')
 
-prepare() {
-   cd "${srcdir}"
-   mkdir -p "src/mvdan.cc"
-   mv "${_pkg}" "src/mvdan.cc/${_pkg}"
-}
-
 build() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}/cmd/${_name}"
-   GOPATH="${srcdir}" go build -ldflags='-s -w'
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
 }
 
 package() {
-   cd "${srcdir}/src/mvdan.cc/${_pkg}"
-   install -Dm755 "cmd/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:36:03
  Author: felixonmars
Revision: 538867

archrelease: copy trunk to community-x86_64

Added:
  wine-gecko/repos/community-x86_64/
  wine-gecko/repos/community-x86_64/PKGBUILD
(from rev 538866, wine-gecko/trunk/PKGBUILD)

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

Copied: wine-gecko/repos/community-x86_64/PKGBUILD (from rev 538866, 
wine-gecko/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-22 17:36:03 UTC (rev 538867)
@@ -0,0 +1,23 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Nicky726 (Nicky726  gmail  com)
+# Contributor: Allan McRae (allan  archlinux  org)
+# Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
+
+pkgname=wine-gecko
+pkgver=2.47.1
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('x86_64')
+url="https://wiki.winehq.org/Gecko;
+license=('MPL')
+depends=('wine')
+replaces=('wine_gecko')
+provides=('wine_gecko')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.msi)
+source_x86_64=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86_64.msi)
+md5sums=('4a467150fac8256c8ea6a98a8eef1f67')
+md5sums_x86_64=('d4e6ce7e747356fd55663781176b4838')
+
+package() {
+  install -Dm644 $pkgname-$pkgver-x86.msi $pkgname-$pkgver-x86_64.msi -t 
"$pkgdir"/usr/share/wine/gecko/
+}


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:34:36
  Author: felixonmars
Revision: 538866

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 538865, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 538865, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 538865, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 538865, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  382 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 200 insertions(+), 200 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
538865, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 17:34:11 UTC (rev 538865)
+++ PKGBUILD2019-12-22 17:34:36 UTC (rev 538866)
@@ -1,191 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=5.0rc1
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.0/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('43877cd200e951ffe0e61c3877f140b9c95da835c114b5c8ba5f39e85f4950fa3704fd39a13dd36c73461d81bc668f92dc2c45feca0974d80fd41d7ba5d5c7b0'
-'SKIP'
-
'5aefbfd8f821a4dcd971b9d0a069d26a8653eb0d096e649da9e9f76410aa14898d1b00608127485197d6c5984142e0930757d621940d8911c7d72955beb3f136'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  

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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:34:11
  Author: felixonmars
Revision: 538865

upgpkg: wine-staging 5.0rc2-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 17:30:00 UTC (rev 538864)
+++ PKGBUILD2019-12-22 17:34:11 UTC (rev 538865)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=5.0rc1
+pkgver=5.0rc2
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -14,9 +14,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('43877cd200e951ffe0e61c3877f140b9c95da835c114b5c8ba5f39e85f4950fa3704fd39a13dd36c73461d81bc668f92dc2c45feca0974d80fd41d7ba5d5c7b0'
+sha512sums=('cffcbbe7a80c6e7a54ebc241f6ee35440103953f3335540392011894f4d2aad2dc9337e35b8234897a607bcf2122e96c1c04f85613380153282bff43650d4790'
 'SKIP'
-
'5aefbfd8f821a4dcd971b9d0a069d26a8653eb0d096e649da9e9f76410aa14898d1b00608127485197d6c5984142e0930757d621940d8911c7d72955beb3f136'
+
'a84c5a65d45c4da3db5a5db5c5a3b1a993f20afa64f89d854257c9935cb117ebed727aa7b9b4affc873817387291e4127365dbbf91f96e3dd5e915d7d9e837dc'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in (wine-gecko wine-gecko/trunk/PKGBUILD wine_gecko)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:30:00
  Author: felixonmars
Revision: 538864

wine-gecko: upstream renaming

Added:
  wine-gecko/
Modified:
  wine-gecko/trunk/PKGBUILD
Deleted:
  wine_gecko/

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

Modified: wine-gecko/trunk/PKGBUILD
===
--- wine_gecko/trunk/PKGBUILD   2019-12-22 17:22:35 UTC (rev 538863)
+++ wine-gecko/trunk/PKGBUILD   2019-12-22 17:30:00 UTC (rev 538864)
@@ -3,24 +3,21 @@
 # Contributor: Allan McRae (allan  archlinux  org)
 # Contributor: Alexander 'bas' Brovikov (bas  it-core  org)
 
-pkgname=wine_gecko
-pkgver=2.47
-pkgrel=2
+pkgname=wine-gecko
+pkgver=2.47.1
+pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
 arch=('x86_64')
 url="https://wiki.winehq.org/Gecko;
 license=('MPL')
 depends=('wine')
-source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86.msi)
-source_x86_64=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine_gecko-$pkgver-x86_64.msi)
-md5sums=('5ebc4ec71c92b3db3d84b334a1db385d')
-md5sums_x86_64=('d93ac0d2e6aceafe9113a9918916df45')
+replaces=('wine_gecko')
+provides=('wine_gecko')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.msi)
+source_x86_64=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86_64.msi)
+md5sums=('4a467150fac8256c8ea6a98a8eef1f67')
+md5sums_x86_64=('d4e6ce7e747356fd55663781176b4838')
 
 package() {
-  _geckodir="$pkgdir/usr/share/wine/gecko"
-
-  install -Dm644 $pkgname-$pkgver-x86.msi "$_geckodir/$pkgname-$pkgver-x86.msi"
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi "$_geckodir/"
-  fi
+  install -Dm644 $pkgname-$pkgver-x86.msi $pkgname-$pkgver-x86_64.msi -t 
"$pkgdir"/usr/share/wine/gecko/
 }


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:22:35
  Author: felixonmars
Revision: 538863

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 17:22:19 UTC (rev 538862)
+++ PKGBUILD2019-12-22 17:22:35 UTC (rev 538863)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-xmlschema
-pkgver=1.0.16
-pkgrel=1
-pkgdesc="An XML Schema validator and decoder"
-url="https://github.com/sissaschool/xmlschema;
-license=('MIT')
-arch=('any')
-depends=('python-elementpath')
-makedepends=('python-setuptools')
-checkdepends=('python-lxml')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
-sha512sums=('db8db1a8edc29800ff62169a2b1224aa18e20811363b2bd2bca33c2930b3d586d28b32c929b5c3b1f396ef56f5fe44586ffe4a2a01a65a5d848298052a71df7b')
-
-prepare() {
-  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
-}
-
-build() {
-  cd xmlschema-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xmlschema-$pkgver
-  python -c "import xmlschema.codepoints; 
xmlschema.codepoints.save_unicode_categories()"
-  cp xmlschema/unicode_categories.json build/lib/xmlschema/
-  PYTHONPATH="$PWD/build/lib" python xmlschema/tests/test_all.py
-}
-
-package() {
-  cd xmlschema-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-xmlschema/repos/community-any/PKGBUILD (from rev 538862, 
python-xmlschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 17:22:35 UTC (rev 538863)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xmlschema
+pkgver=1.0.17
+pkgrel=1
+pkgdesc="An XML Schema validator and decoder"
+url="https://github.com/sissaschool/xmlschema;
+license=('MIT')
+arch=('any')
+depends=('python-elementpath')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
+sha512sums=('58ddf91d204ac06ca6cd92257021611a707186144877d28d4261b25df7293de429d338a4633708e8cc73f2e92ffd1f25e78fee0c803a6087e9a6ac8cf1ffcb32')
+
+prepare() {
+  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
+}
+
+build() {
+  cd xmlschema-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xmlschema-$pkgver
+  python -c "import xmlschema.codepoints; 
xmlschema.codepoints.save_unicode_categories()"
+  cp xmlschema/unicode_categories.json build/lib/xmlschema/
+  PYTHONPATH="$PWD/build/lib" python xmlschema/tests/test_all.py
+}
+
+package() {
+  cd xmlschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:22:19
  Author: felixonmars
Revision: 538862

upgpkg: python-xmlschema 1.0.17-1

Modified:
  python-xmlschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 17:15:29 UTC (rev 538861)
+++ PKGBUILD2019-12-22 17:22:19 UTC (rev 538862)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-xmlschema
-pkgver=1.0.16
+pkgver=1.0.17
 pkgrel=1
 pkgdesc="An XML Schema validator and decoder"
 url="https://github.com/sissaschool/xmlschema;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-lxml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
-sha512sums=('db8db1a8edc29800ff62169a2b1224aa18e20811363b2bd2bca33c2930b3d586d28b32c929b5c3b1f396ef56f5fe44586ffe4a2a01a65a5d848298052a71df7b')
+sha512sums=('58ddf91d204ac06ca6cd92257021611a707186144877d28d4261b25df7293de429d338a4633708e8cc73f2e92ffd1f25e78fee0c803a6087e9a6ac8cf1ffcb32')
 
 prepare() {
   sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:15:29
  Author: felixonmars
Revision: 538861

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 538860, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 538860, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 538860, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 538860, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  352 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 205 insertions(+), 205 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-12-22 17:15:03 UTC (rev 538860)
+++ 30-win32-aliases.conf   2019-12-22 17:15:29 UTC (rev 538861)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 538860, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-12-22 17:15:29 UTC (rev 538861)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 17:15:03 UTC (rev 538860)
+++ PKGBUILD2019-12-22 17:15:29 UTC (rev 538861)
@@ -1,176 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=5.0rc1
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('43877cd200e951ffe0e61c3877f140b9c95da835c114b5c8ba5f39e85f4950fa3704fd39a13dd36c73461d81bc668f92dc2c45feca0974d80fd41d7ba5d5c7b0'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libcups   lib32-libcups
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  

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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 17:14:54
  Author: heftig
Revision: 538859

archrelease: copy trunk to community-testing-x86_64

Added:
  libnm-glib/repos/community-testing-x86_64/
  libnm-glib/repos/community-testing-x86_64/PKGBUILD
(from rev 538857, libnm-glib/trunk/PKGBUILD)

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

Copied: libnm-glib/repos/community-testing-x86_64/PKGBUILD (from rev 538857, 
libnm-glib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-22 17:14:54 UTC (rev 538859)
@@ -0,0 +1,114 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgname=libnm-glib
+pkgver=1.18.5dev+12+ga8746f48ca
+pkgrel=1
+pkgdesc='NetworkManager client library (legacy)'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/NetworkManager
+license=(
+  GPL2
+  LGPL2.1
+)
+depends=(
+  dbus
+  dbus-glib
+  glib2
+  glibc
+  libgudev
+  nspr
+  nss
+  util-linux
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  libndp
+  libxslt
+  meson
+  python-gobject
+  vala
+)
+_commit=a8746f48ca088b4cd3799e540b8606df1f1e8522  # nm-1-18
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+}
+
+build() {
+  local meson_args=(
+# system paths
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D polkit=false
+-D modify_system=true
+-D polkit_agent=false
+-D selinux=false
+-D libaudit=no
+
+# features
+-D ppp=false
+-D modem_manager=false
+-D concheck=false
+-D ovs=false
+-D libnm_glib=true
+-D nmcli=false
+-D nmtui=false
+-D ebpf=true
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# miscellaneous
+-D introspection=true
+-D vapi=true
+-D docs=false
+-D tests=no
+-D more_asserts=no
+-D more_logging=false
+-D libpsl=false
+-D json_validation=false
+-D qt=false
+  )
+
+  arch-meson NetworkManager build "${meson_args[@]}"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$PWD/install" meson install -C build
+
+  local src dst
+  for src in \
+install/usr/include/{NetworkManager,libnm-glib} \
+install/usr/lib/girepository-1.0/{NetworkManager,NMClient}-* \
+install/usr/lib/libnm-* \
+install/usr/lib/pkgconfig/{NetworkManager,libnm-}* \
+install/usr/share/gir-1.0/{NetworkManager,NMClient}-* \
+install/usr/share/vala/vapi/libnm-*
+  do
+dst="$pkgdir/${src#install/}"
+mkdir -p "${dst%/*}"
+mv "$src" "$dst"
+  done
+}
+
+# vim:set sw=2 et:


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 17:15:03
  Author: felixonmars
Revision: 538860

upgpkg: wine 5.0rc2-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 17:14:54 UTC (rev 538859)
+++ PKGBUILD2019-12-22 17:15:03 UTC (rev 538860)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=5.0rc1
+pkgver=5.0rc2
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/5.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('43877cd200e951ffe0e61c3877f140b9c95da835c114b5c8ba5f39e85f4950fa3704fd39a13dd36c73461d81bc668f92dc2c45feca0974d80fd41d7ba5d5c7b0'
+sha512sums=('cffcbbe7a80c6e7a54ebc241f6ee35440103953f3335540392011894f4d2aad2dc9337e35b8234897a607bcf2122e96c1c04f85613380153282bff43650d4790'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 17:14:53
  Author: heftig
Revision: 538858

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libnm-glib/repos/multilib-testing-x86_64/
  lib32-libnm-glib/repos/multilib-testing-x86_64/.SRCINFO
(from rev 538857, lib32-libnm-glib/trunk/.SRCINFO)
  lib32-libnm-glib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 538857, lib32-libnm-glib/trunk/PKGBUILD)

--+
 .SRCINFO |   58 +++
 PKGBUILD |  113 +
 2 files changed, 171 insertions(+)

Copied: lib32-libnm-glib/repos/multilib-testing-x86_64/.SRCINFO (from rev 
538857, lib32-libnm-glib/trunk/.SRCINFO)
===
--- multilib-testing-x86_64/.SRCINFO(rev 0)
+++ multilib-testing-x86_64/.SRCINFO2019-12-22 17:14:53 UTC (rev 538858)
@@ -0,0 +1,58 @@
+pkgbase = lib32-libnm
+   pkgver = 1.18.2
+   pkgrel = 1
+   url = https://wiki.gnome.org/Projects/NetworkManager
+   arch = x86_64
+   license = GPL2
+   license = LGPL2.1
+   makedepends = dhclient
+   makedepends = git
+   makedepends = gtk-doc
+   makedepends = intltool
+   makedepends = iptables
+   makedepends = iwd
+   makedepends = lib32-curl
+   makedepends = lib32-dbus
+   makedepends = lib32-dbus-glib
+   makedepends = lib32-jansson
+   makedepends = lib32-libgudev
+   makedepends = lib32-libmm-glib
+   makedepends = lib32-libndp
+   makedepends = lib32-libnewt
+   makedepends = lib32-libnl
+   makedepends = lib32-libpsl
+   makedepends = lib32-libsoup
+   makedepends = lib32-nspr
+   makedepends = lib32-nss
+   makedepends = lib32-polkit
+   makedepends = lib32-util-linux
+   makedepends = meson
+   makedepends = modemmanager
+   makedepends = perl-yaml
+   makedepends = python-gobject
+   makedepends = systemd
+   makedepends = wpa_supplicant
+   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=1.18.2
+   sha256sums = SKIP
+
+pkgname = lib32-libnm
+   pkgdesc = NetworkManager client library
+   depends = lib32-glib2
+   depends = lib32-glibc
+   depends = lib32-nspr
+   depends = lib32-nss
+   depends = lib32-util-linux
+   depends = libnm
+
+pkgname = lib32-libnm-glib
+   pkgdesc = NetworkManager client library (legacy)
+   depends = lib32-dbus
+   depends = lib32-dbus-glib
+   depends = lib32-glib2
+   depends = lib32-glibc
+   depends = lib32-libgudev
+   depends = lib32-nspr
+   depends = lib32-nss
+   depends = lib32-util-linux
+   depends = libnm-glib
+

Copied: lib32-libnm-glib/repos/multilib-testing-x86_64/PKGBUILD (from rev 
538857, lib32-libnm-glib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-12-22 17:14:53 UTC (rev 538858)
@@ -0,0 +1,113 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgname=lib32-libnm-glib
+pkgver=1.18.5dev+12+ga8746f48ca
+pkgrel=1
+pkgdesc='NetworkManager client library (legacy)'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/NetworkManager
+license=(
+  GPL2
+  LGPL2.1
+)
+depends=(
+  lib32-dbus
+  lib32-dbus-glib
+  lib32-glib2
+  lib32-glibc
+  lib32-libgudev
+  lib32-nspr
+  lib32-nss
+  lib32-util-linux
+  libnm-glib
+)
+makedepends=(
+  git
+  intltool
+  lib32-libndp
+  libxslt
+  meson
+)
+_commit=a8746f48ca088b4cd3799e540b8606df1f1e8522  # nm-1-18
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  local meson_args=(
+--libdir=lib32
+
+# system paths
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D polkit=false
+-D modify_system=true
+-D polkit_agent=false
+-D selinux=false
+-D libaudit=no
+
+# features
+-D ppp=false
+-D modem_manager=false
+-D concheck=false
+-D ovs=false
+-D libnm_glib=true
+-D nmcli=false
+-D nmtui=false
+-D ebpf=true
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# miscellaneous
+-D introspection=false
+-D vapi=false
+-D docs=false
+-D tests=no
+-D more_asserts=no
+-D more_logging=false
+

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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 17:14:11
  Author: heftig
Revision: 538857

1.18.5dev+12+ga8746f48ca-1: reduce makedeps; sync with new libnm-glib package

Modified:
  lib32-libnm-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 17:14:08 UTC (rev 538856)
+++ PKGBUILD2019-12-22 17:14:11 UTC (rev 538857)
@@ -7,8 +7,8 @@
 # Contributor: Valentine Sinitsyn 
 
 pkgname=lib32-libnm-glib
-pkgver=1.18.2
-pkgrel=3
+pkgver=1.18.5dev+12+ga8746f48ca
+pkgrel=1
 pkgdesc='NetworkManager client library (legacy)'
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/NetworkManager
@@ -28,79 +28,86 @@
   libnm-glib
 )
 makedepends=(
-  dhclient
   git
-  gtk-doc
   intltool
-  iptables
-  iwd
-  lib32-curl
-  lib32-jansson
-  lib32-libmm-glib
   lib32-libndp
-  lib32-libnewt
-  lib32-libnl
-  lib32-libpsl
-  lib32-libsoup
-  lib32-polkit
+  libxslt
   meson
-  modemmanager
-  perl-yaml
-  python-gobject
-  systemd
-  wpa_supplicant
 )
-source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=822216ae3691e44e5af6c17e1d941a56257dad10)
-sha256sums=(SKIP)
+_commit=a8746f48ca088b4cd3799e540b8606df1f1e8522  # nm-1-18
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd NetworkManager
-
-  git describe --tags
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
 }
 
 prepare() {
-  sed "s/'lib'/'lib32'/g" -i NetworkManager/meson.build
+  cd NetworkManager
 }
 
 build() {
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
-  arch-meson NetworkManager build \
---libdir=lib32 \
--D config_plugins_default=keyfile,ibft \
--D dbus_conf_dir=/usr/share/dbus-1/system.d \
--D dist_version="${pkgver}-${pkgrel}" \
--D docs=false \
--D ebpf=true \
--D ibft=true \
--D introspection=false \
--D iwd=true \
--D libaudit=no \
--D libnm_glib=true \
--D modify_system=true \
--D more_asserts=no \
--D more_logging=false \
--D nmcli=false \
--D nmtui=false \
--D polkit_agent=true \
--D qt=false \
--D selinux=false \
--D session_tracking_consolekit=false \
--D suspend_resume=systemd \
--D tests=no \
+  local meson_args=(
+--libdir=lib32
+
+# system paths
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D polkit=false
+-D modify_system=true
+-D polkit_agent=false
+-D selinux=false
+-D libaudit=no
+
+# features
+-D ppp=false
+-D modem_manager=false
+-D concheck=false
+-D ovs=false
+-D libnm_glib=true
+-D nmcli=false
+-D nmtui=false
+-D ebpf=true
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# miscellaneous
+-D introspection=false
 -D vapi=false
+-D docs=false
+-D tests=no
+-D more_asserts=no
+-D more_logging=false
+-D libpsl=false
+-D json_validation=false
+-D qt=false
+  )
+
+  arch-meson NetworkManager build "${meson_args[@]}"
   ninja -C build
 }
 
 package() {
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve=ownership build/libnm-glib/libnm*.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve=ownership build/libnm-util/libnm*.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve=ownership build/meson-private/libnm-glib*.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-  cp -dr --no-preserve=ownership build/meson-private/libnm-util.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-  cp -dr --no-preserve=ownership build/meson-private/NetworkManager.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
+  DESTDIR="$PWD/install" meson install -C build
+
+  local src dst
+  for src in \
+install/usr/lib32/libnm-* \
+install/usr/lib32/pkgconfig/{NetworkManager,libnm-}*
+  do
+dst="$pkgdir/${src#install/}"
+mkdir -p "${dst%/*}"
+mv "$src" "$dst"
+  done
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 et:


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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 17:14:08
  Author: heftig
Revision: 538856

1.18.5dev+12+ga8746f48ca-1

Added:
  libnm-glib/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 17:14:08 UTC (rev 538856)
@@ -0,0 +1,114 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgname=libnm-glib
+pkgver=1.18.5dev+12+ga8746f48ca
+pkgrel=1
+pkgdesc='NetworkManager client library (legacy)'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/NetworkManager
+license=(
+  GPL2
+  LGPL2.1
+)
+depends=(
+  dbus
+  dbus-glib
+  glib2
+  glibc
+  libgudev
+  nspr
+  nss
+  util-linux
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  libndp
+  libxslt
+  meson
+  python-gobject
+  vala
+)
+_commit=a8746f48ca088b4cd3799e540b8606df1f1e8522  # nm-1-18
+source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd NetworkManager
+  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd NetworkManager
+}
+
+build() {
+  local meson_args=(
+# system paths
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="$pkgver-$pkgrel"
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D polkit=false
+-D modify_system=true
+-D polkit_agent=false
+-D selinux=false
+-D libaudit=no
+
+# features
+-D ppp=false
+-D modem_manager=false
+-D concheck=false
+-D ovs=false
+-D libnm_glib=true
+-D nmcli=false
+-D nmtui=false
+-D ebpf=true
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# miscellaneous
+-D introspection=true
+-D vapi=true
+-D docs=false
+-D tests=no
+-D more_asserts=no
+-D more_logging=false
+-D libpsl=false
+-D json_validation=false
+-D qt=false
+  )
+
+  arch-meson NetworkManager build "${meson_args[@]}"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$PWD/install" meson install -C build
+
+  local src dst
+  for src in \
+install/usr/include/{NetworkManager,libnm-glib} \
+install/usr/lib/girepository-1.0/{NetworkManager,NMClient}-* \
+install/usr/lib/libnm-* \
+install/usr/lib/pkgconfig/{NetworkManager,libnm-}* \
+install/usr/share/gir-1.0/{NetworkManager,NMClient}-* \
+install/usr/share/vala/vapi/libnm-*
+  do
+dst="$pkgdir/${src#install/}"
+mkdir -p "${dst%/*}"
+mv "$src" "$dst"
+  done
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (4 files)

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 16:46:03
  Author: arojas
Revision: 372074

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 372073, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 372073, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 16:45:24 UTC (rev 372073)
+++ PKGBUILD2019-12-22 16:46:03 UTC (rev 372074)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.9
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('257c9e11480aef95ea98d13495e3beb360d48c26fa8bd3da2d21c61907111d81'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 372073, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 16:46:03 UTC (rev 372074)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.10
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2019-12-22 Thread Antonio Rojas via arch-commits
Date: Sunday, December 22, 2019 @ 16:45:24
  Author: arojas
Revision: 372073

Update to 7.0.9.10

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 16:38:01 UTC (rev 372072)
+++ PKGBUILD2019-12-22 16:45:24 UTC (rev 372073)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.9
+pkgver=7.0.9.10
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('257c9e11480aef95ea98d13495e3beb360d48c26fa8bd3da2d21c61907111d81'
+sha256sums=('0ac3a0b695180d715908352d79db1ce24c42771def15d4ee3d6540dd622b4389'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2019-12-22 Thread Jan Steffens via arch-commits
Date: Sunday, December 22, 2019 @ 16:38:01
  Author: heftig
Revision: 372072

add some comments from the meson options file

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 14:45:40 UTC (rev 372071)
+++ PKGBUILD2019-12-22 16:38:01 UTC (rev 372072)
@@ -34,7 +34,10 @@
 
 build() {
   local meson_args=(
+# system paths
 -D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
 -D dist_version="$pkgver-$pkgrel"
 -D session_tracking_consolekit=false
 -D suspend_resume=systemd
@@ -41,6 +44,8 @@
 -D modify_system=true
 -D polkit_agent=true
 -D selinux=false
+
+# features
 -D iwd=true
 -D pppd_plugin_dir=/usr/lib/pppd/$_pppver
 -D teamdctl=true
@@ -47,7 +52,11 @@
 -D nm_cloud_setup=true
 -D bluez5_dun=true
 -D ebpf=true
+
+# configuration plugins
 -D config_plugins_default=keyfile
+
+# miscellaneous
 -D vapi=true
 -D docs=true
 -D more_asserts=no


[arch-commits] Commit in python-responses/repos/community-any (4 files)

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 16:21:30
  Author: felixonmars
Revision: 538855

archrelease: copy trunk to community-any

Added:
  python-responses/repos/community-any/PKGBUILD
(from rev 538854, python-responses/trunk/PKGBUILD)
  python-responses/repos/community-any/pytest5.patch
(from rev 538854, python-responses/trunk/pytest5.patch)
Deleted:
  python-responses/repos/community-any/PKGBUILD
  python-responses/repos/community-any/pytest5.patch

---+
 PKGBUILD  |   62 
 pytest5.patch |   56 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 16:21:11 UTC (rev 538854)
+++ PKGBUILD2019-12-22 16:21:30 UTC (rev 538855)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-responses
-pkgver=0.10.8
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-depends=('python-requests' 'python-biscuits' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 
'python-pytest-localserver')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
-sha512sums=('92b3ee296b7412d7768ae917cd61994ce2b0e6813fcaf3faf9c91c37c38723c10d6d184ba981b956c163739fe6554a2d4691ae9997aabfb4482a23d3a71b1093')
-
-build() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 538854, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 16:21:30 UTC (rev 538855)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-responses
+pkgver=0.10.9
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+depends=('python-requests' 'python-biscuits' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 
'python-pytest-localserver')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
+sha512sums=('bd5b725c938f37961aadad43e6f16d40b37ff1e011dae55582e4d6ff798eb6a5e797442df3edd921e4950b31d4767bf2928f1bfcb2223e17a6418f789d62a757')
+
+build() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pytest5.patch
===
--- pytest5.patch   2019-12-22 16:21:11 UTC (rev 538854)
+++ pytest5.patch   2019-12-22 16:21:30 UTC (rev 538855)
@@ -1,28 +0,0 @@
-From b9c17412445530298eb28917c1ef3a8f7cff971c Mon Sep 17 00:00:00 2001
-From: Brandon Hong 
-Date: Wed, 9 Oct 2019 15:18:56 +0800
-Subject: [PATCH] Fix testcase test_assert_all_requests_are_fired failure
-
-Pytest 5.0.0 changed ExceptionInfo object's str() to returns the same as 
repr().
-(See, item #5412 of 
https://docs.pytest.org/en/latest/changelog.html#pytest-5-0-0-2019-06-28)
-This patch fixes the test failure by comparing expectation with str() result of
-ExceptionInfo's value member instaed of object itself.
-
-Signed-off-by: Brandon Hong 

- test_responses.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test_responses.py b/test_responses.py
-index 4740dfb..c2a4f01 100644
 a/test_responses.py
-+++ b/test_responses.py
-@@ -701,7 +701,7 @@ def run():
- with responses.RequestsMock(assert_all_requests_are_fired=True) 
as m:
- m.add(responses.GET, "http://example.com;, body=b"test")
- assert "http://example.com; in str(excinfo.value)
--assert responses.GET in str(excinfo)
-+assert responses.GET in str(excinfo.value)
- 
- # check that assert_all_requests_are_fired default to True
- with pytest.raises(AssertionError):

Copied: python-responses/repos/community-any/pytest5.patch (from rev 538854, 
python-responses/trunk/pytest5.patch)
===
--- pytest5.patch   (rev 0)
+++ pytest5.patch   2019-12-22 16:21:30 UTC (rev 538855)
@@ -0,0 +1,28 @@
+From b9c17412445530298eb28917c1ef3a8f7cff971c Mon Sep 17 00:00:00 2001
+From: Brandon Hong 
+Date: Wed, 9 Oct 2019 15:18:56 

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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 16:21:11
  Author: felixonmars
Revision: 538854

upgpkg: python-responses 0.10.9-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 16:19:30 UTC (rev 538853)
+++ PKGBUILD2019-12-22 16:21:11 UTC (rev 538854)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-responses
-pkgver=0.10.8
+pkgver=0.10.9
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 
'python-pytest-localserver')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz;)
-sha512sums=('92b3ee296b7412d7768ae917cd61994ce2b0e6813fcaf3faf9c91c37c38723c10d6d184ba981b956c163739fe6554a2d4691ae9997aabfb4482a23d3a71b1093')
+sha512sums=('bd5b725c938f37961aadad43e6f16d40b37ff1e011dae55582e4d6ff798eb6a5e797442df3edd921e4950b31d4767bf2928f1bfcb2223e17a6418f789d62a757')
 
 build() {
   cd "$srcdir"/responses-$pkgver


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 16:19:14
  Author: felixonmars
Revision: 538852

upgpkg: dns-lexicon 3.3.12-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 16:13:20 UTC (rev 538851)
+++ PKGBUILD2019-12-22 16:19:14 UTC (rev 538852)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=3.3.11
+pkgver=3.3.12
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
   'python-localzone' 'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('1dbdca3b3ff7bb0415965119b73293ce6baa3e524373464aa29f06b2f339a00ec939408ee2d59493fec1c133e1949e6f9f13c940cd2fbf9122cc8c88acdf1f7a')
+sha512sums=('41a023eafd205eb2b2f33a82ec93ca3a0dd631c3f192533961de41b115384f3dd2e693739d30d9ee5d3518541bcf7995b866eafdf1fa0ce81da746af869b6488')
 
 build() {
   cd lexicon-$pkgver


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

2019-12-22 Thread Felix Yan via arch-commits
Date: Sunday, December 22, 2019 @ 16:19:30
  Author: felixonmars
Revision: 538853

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 538852, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 16:19:14 UTC (rev 538852)
+++ PKGBUILD2019-12-22 16:19:30 UTC (rev 538853)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=3.3.11
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
- # requests[security] Expanded:
- 'python-requests' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support'
-'python-xmltodict: for Plesk support'
-'python-beautifulsoup4: for Henet support'
-'python-localzone: for localzone support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
-  'python-localzone' 'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('1dbdca3b3ff7bb0415965119b73293ce6baa3e524373464aa29f06b2f339a00ec939408ee2d59493fec1c133e1949e6f9f13c940cd2fbf9122cc8c88acdf1f7a')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 538852, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 16:19:30 UTC (rev 538853)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=3.3.12
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
+ # requests[security] Expanded:
+ 'python-requests' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support'
+'python-xmltodict: for Plesk support'
+'python-beautifulsoup4: for Henet support'
+'python-localzone: for localzone support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'python-localzone' 'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('41a023eafd205eb2b2f33a82ec93ca3a0dd631c3f192533961de41b115384f3dd2e693739d30d9ee5d3518541bcf7995b866eafdf1fa0ce81da746af869b6488')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-22 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 22, 2019 @ 16:13:20
  Author: svenstaro
Revision: 538851

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 538850, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 16:11:34 UTC (rev 538850)
+++ PKGBUILD2019-12-22 16:13:20 UTC (rev 538851)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo)
-pkgver=0.15.1
-pkgrel=1
-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' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('b508991ddd0615414380889b6e0efdf7a063714d4e430d4fb6bb8d1fc80190ff5a076755e49e19fa84d70b30ab37090c4fcc120189ab1332234b5b05d9a98c21')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
-  # so we write our own header
-  {
-  echo "#compdef kitty"
-  python __main__.py + complete setup zsh
-  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 538850, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 16:13:20 UTC (rev 538851)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo)
+pkgver=0.15.1
+pkgrel=1
+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' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('b508991ddd0615414380889b6e0efdf7a063714d4e430d4fb6bb8d1fc80190ff5a076755e49e19fa84d70b30ab37090c4fcc120189ab1332234b5b05d9a98c21')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package --update-check-interval=0
+}
+
+package_kitty() {
+  depends+=('kitty-terminfo')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp -r linux-package "${pkgdir}"/usr
+
+  # completions
+  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
+  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
+  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
+  # so we write our own header
+  {
+  echo "#compdef kitty"
+  python __main__.py + complete setup zsh
+  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
+
+  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
+
+  rm -r 

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

2019-12-22 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 22, 2019 @ 16:11:34
  Author: svenstaro
Revision: 538850

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 538849, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 16:11:22 UTC (rev 538849)
+++ PKGBUILD2019-12-22 16:11:34 UTC (rev 538850)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo)
-pkgver=0.15.0
-pkgrel=1
-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' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('cbaafb4806b882202141bf823f07afa5b7b88844c2aa2d7d321844b309cea258659eff751b232a346b27629dd85822d7b8ce78e8c87a8467b23f8d088dfa2c46')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
-  # so we write our own header
-  {
-  echo "#compdef kitty"
-  python __main__.py + complete setup zsh
-  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 538849, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 16:11:34 UTC (rev 538850)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo)
+pkgver=0.15.1
+pkgrel=1
+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' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('b508991ddd0615414380889b6e0efdf7a063714d4e430d4fb6bb8d1fc80190ff5a076755e49e19fa84d70b30ab37090c4fcc120189ab1332234b5b05d9a98c21')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package --update-check-interval=0
+}
+
+package_kitty() {
+  depends+=('kitty-terminfo')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp -r linux-package "${pkgdir}"/usr
+
+  # completions
+  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
+  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
+  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
+  # so we write our own header
+  {
+  echo "#compdef kitty"
+  python __main__.py + complete setup zsh
+  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
+
+  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
+
+  rm -r 

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

2019-12-22 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, December 22, 2019 @ 16:11:22
  Author: svenstaro
Revision: 538849

upgpkg: kitty 0.15.1-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 15:26:19 UTC (rev 538848)
+++ PKGBUILD2019-12-22 16:11:22 UTC (rev 538849)
@@ -5,7 +5,7 @@
 
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo)
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('cbaafb4806b882202141bf823f07afa5b7b88844c2aa2d7d321844b309cea258659eff751b232a346b27629dd85822d7b8ce78e8c87a8467b23f8d088dfa2c46')
+sha512sums=('b508991ddd0615414380889b6e0efdf7a063714d4e430d4fb6bb8d1fc80190ff5a076755e49e19fa84d70b30ab37090c4fcc120189ab1332234b5b05d9a98c21')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-12-22 Thread Filipe Laíns via arch-commits
Date: Sunday, December 22, 2019 @ 15:26:04
  Author: ffy00
Revision: 538847

remove unneeded opencv dependency (4.12.1-2)

In the previous release I disabled the modatv plugin. It turns out
the opencv dependency was only needed for it. I missed this before
pushing the package. It should be fixed now.

Modified:
  sdrangel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:58:30 UTC (rev 538846)
+++ PKGBUILD2019-12-22 15:26:04 UTC (rev 538847)
@@ -4,13 +4,13 @@
 pkgbase=sdrangel
 pkgname=($pkgbase $pkgbase-sse4.1)
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to 
various hardware'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
 license=('GPL3')
 depends=('pkg-config' 'log4cpp' 'fftw' 'ffmpeg' 'cm256cc' 'dsdcc' 'pulseaudio' 
'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets' 'opencv')
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets') # 'opencv')
 makedepends=('cmake' 'doxygen' 'graphviz' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 
'limesuite' 'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
 optdepends=('ffmpeg: DATV demodulator'
 'rtl-sdr: RTLSDR support'
@@ -31,6 +31,9 @@
   # Remove plugins that are causing problems, if you want them enabled send a 
patch
   sed -i 's|add_subdirectory(modatv)||' 
$pkgbase-$pkgver/plugins/channeltx/CMakeLists.txt
 
+  # Remove dependencies needed for diabled plugins
+  sed -i '/find_package(OpenCV REQUIRED.*/d' $pkgbase-$pkgver/CMakeLists.txt
+
   mkdir $pkgbase-$pkgver/build
   cp -r $pkgbase-$pkgver $pkgbase-sse4.1-$pkgver
 }


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

2019-12-22 Thread Filipe Laíns via arch-commits
Date: Sunday, December 22, 2019 @ 15:26:19
  Author: ffy00
Revision: 538848

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 538847, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-x86_64/sdrangel-sse4.1.install
(from rev 538847, sdrangel/trunk/sdrangel-sse4.1.install)
  sdrangel/repos/community-x86_64/sdrangel.install
(from rev 538847, sdrangel/trunk/sdrangel.install)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD
  sdrangel/repos/community-x86_64/sdrangel-sse4.1.install
  sdrangel/repos/community-x86_64/sdrangel.install

-+
 PKGBUILD|  167 +++---
 sdrangel-sse4.1.install |8 +-
 sdrangel.install|8 +-
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 15:26:04 UTC (rev 538847)
+++ PKGBUILD2019-12-22 15:26:19 UTC (rev 538848)
@@ -1,82 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgbase=sdrangel
-pkgname=($pkgbase $pkgbase-sse4.1)
-pkgver=4.12.1
-pkgrel=1
-pkgdesc='Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to 
various hardware'
-arch=('x86_64')
-url='https://github.com/f4exb/sdrangel'
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'fftw' 'ffmpeg' 'cm256cc' 'dsdcc' 'pulseaudio' 
'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets' 'opencv')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 
'limesuite' 'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
-optdepends=('ffmpeg: DATV demodulator'
-'rtl-sdr: RTLSDR support'
-'hackrf: HackRF support'
-'limesuite: LimeSDR support'
-'bladerf: BladeRF support'
-'airspy: AirSPY support'
-'soapysdr: SoapySDR backend')
-#'codec2: Codec2 speech codec support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('5baa5fa3c84f17c83fe153091c22df2c7119a3ebb0b3d95513706edd9b47f35209291390657b9265c5c1faa56b4fdf437884dac34fb808e17d1a6fb5d9a57251')
-
-prepare() {
-  # Fix ffmpeg version detection
-  sed -i "s|COMMAND ffmpeg -version COMMAND grep ffmpeg COMMAND cut -d\\  -f3 
COMMAND tr -d '\\n' OUTPUT_VARIABLE FFMPEG_VERSION|COMMAND ffmpeg -version 
COMMAND sed -e '/^ffmpeg/!d' -e 's@ffmpeg version [\|n]@@' -e 's@ 
Copyright.*@@' OUTPUT_VARIABLE FFMPEG_VERSION|" \
-   $pkgbase-$pkgver/plugins/channelrx/CMakeLists.txt
-
-  # Remove plugins that are causing problems, if you want them enabled send a 
patch
-  sed -i 's|add_subdirectory(modatv)||' 
$pkgbase-$pkgver/plugins/channeltx/CMakeLists.txt
-
-  mkdir $pkgbase-$pkgver/build
-  cp -r $pkgbase-$pkgver $pkgbase-sse4.1-$pkgver
-}
-
-build() {
-  echo 'Building sdrangel...'
-  cd "$srcdir"/$pkgbase-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc \
--DENABLE_GENERIC=True
-
-  make
-
-  echo 'Building sdrangel-sse4.1...'
-  cd "$srcdir"/$pkgbase-sse4.1-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc \
--DFORCE_SSE41=True
-
-  make
-}
-
-package_sdrangel() {
-  install=$pkgname.install
-
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_sdrangel-sse4.1() {
-  pkgdesc="$pkgdesc (with SSE 4.1 extensions)"
-  provides=('sdrangel')
-  conflicts=('sdrangel')
-  install=$pkgname.install
-
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 538847, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 15:26:19 UTC (rev 538848)
@@ -0,0 +1,85 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgbase=sdrangel
+pkgname=($pkgbase $pkgbase-sse4.1)
+pkgver=4.12.1
+pkgrel=2
+pkgdesc='Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to 
various hardware'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'fftw' 'ffmpeg' 'cm256cc' 'dsdcc' 'pulseaudio' 
'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-websockets') # 'opencv')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 
'limesuite' 'rtl-sdr' 'soapysdr' 'boost') # 'codec2')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY 

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

2019-12-22 Thread Andreas Radke via arch-commits
Date: Sunday, December 22, 2019 @ 14:45:40
  Author: andyrtr
Revision: 372071

archrelease: copy trunk to testing-x86_64

Added:
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 372070, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 372070, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-x86_64/refresh_adv_manager_for_non-LE_devices.diff
(from rev 372070, bluez/trunk/refresh_adv_manager_for_non-LE_devices.diff)

-+
 PKGBUILD|  157 ++
 bluetooth.modprobe  |3 
 refresh_adv_manager_for_non-LE_devices.diff |   52 
 3 files changed, 212 insertions(+)

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 372070, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-22 14:45:40 UTC (rev 372071)
@@ -0,0 +1,157 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.52
+pkgrel=2
+url="http://www.bluez.org/;
+arch=('x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe
+refresh_adv_manager_for_non-LE_devices.diff)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('f7144ce2039202cfac18ccb52426efea11c98e4f6e1bb8041bcb994b8378560a'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4'
+'ae195834cdc9d3d1961ae3c49da6381c820883a5af580e61aebed05a3e911d48')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+prepare() {
+  cd "${pkgname}"-${pkgver}
+  patch -Np1 -i ../refresh_adv_manager_for_non-LE_devices.diff
+}
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --with-dbusconfdir=/usr/share \
+  --enable-btpclient \
+  --enable-midi \
+  --enable-sixaxis \
+  --enable-mesh \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  # tests segfault and hang
+#  make check || /bin/true # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
+  backup=('etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-pkglibexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf 
"${pkgdir}"/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis
+  cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
+  # fix module loading errors
+  install -dm755 "${pkgdir}"/usr/lib/modprobe.d
+  install -Dm644 "${srcdir}"/bluetooth.modprobe 
"${pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
+  # load module at system start required by some functions
+  # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+  install -dm755 "$pkgdir"/usr/lib/modules-load.d
+  echo "crypto_user" > "$pkgdir"/usr/lib/modules-load.d/bluez.conf
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
"${pkgdir}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  optdepends=('ell: for btpclient')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   install-binPROGRAMS \
+   install-dist_zshcompletionDATA \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 "${srcdir}"/"${pkgbase}"-${pkgver}/tools/$filename 
"${pkgdir}"/usr/bin/$filename
+  done
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make 

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

2019-12-22 Thread Andreas Radke via arch-commits
Date: Sunday, December 22, 2019 @ 14:45:27
  Author: andyrtr
Revision: 372070

upgpkg: bluez 5.52-2: add dependency on json-c required by bluetooth-meshd

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 11:02:04 UTC (rev 372069)
+++ PKGBUILD2019-12-22 14:45:27 UTC (rev 372070)
@@ -5,11 +5,11 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.52
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/;
 arch=('x86_64')
 license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'ell')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe
 refresh_adv_manager_for_non-LE_devices.diff)
@@ -52,7 +52,7 @@
 
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2' 'alsa-lib')
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
   backup=('etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')
 


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:58:30
  Author: foxboron
Revision: 538846

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 13:58:22 UTC (rev 538845)
+++ PKGBUILD2019-12-22 13:58:30 UTC (rev 538846)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('858d717dfe117c94bd608c97a45a3d6b8319066b3c70f32eb15e5aaeccedcfac')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 538845, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 13:58:30 UTC (rev 538846)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('528532d6c33b35d107322eecf2400fc6b6482a150ca50f7b656d438b256e698b')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:58:22
  Author: foxboron
Revision: 538845

upgpkg: python-docs 3.8.1-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:52:36 UTC (rev 538844)
+++ PKGBUILD2019-12-22 13:58:22 UTC (rev 538845)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('858d717dfe117c94bd608c97a45a3d6b8319066b3c70f32eb15e5aaeccedcfac')
+sha256sums=('528532d6c33b35d107322eecf2400fc6b6482a150ca50f7b656d438b256e698b')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:52:36
  Author: foxboron
Revision: 538844

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 13:52:27 UTC (rev 538843)
+++ PKGBUILD2019-12-22 13:52:36 UTC (rev 538844)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Pappa 
-
-pkgbase=python-xlib
-pkgname=('python-xlib' 'python2-xlib')
-pkgver=0.26
-pkgrel=1
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib;
-arch=('any')
-license=('LGPL')
-makedepends=('python2' 'python2-setuptools-scm'
- 'python' 'python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
-sha256sums=('26dff6bc4e9e0d1c175a96e9c1d672b18cc0e4ec900c17cad409ce5a628b3dd1')
-
-build(){
-  cd "$srcdir/python-xlib-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python2-xlib() {
-  depends=('python2' 'python2-six')
-
-  cd "python-xlib-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-xlib() {
-  depends=('python' 'python-six')
-
-  cd "python-xlib-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 538843, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 13:52:36 UTC (rev 538844)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Pappa 
+
+pkgname=python-xlib
+pkgver=0.26
+pkgrel=2
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib;
+arch=('any')
+license=('LGPL')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
+sha256sums=('26dff6bc4e9e0d1c175a96e9c1d672b18cc0e4ec900c17cad409ce5a628b3dd1')
+
+build(){
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package_python-xlib() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:52:27
  Author: foxboron
Revision: 538843

upgpkg: python-xlib 0.26-2

Removed python2

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:49:44 UTC (rev 538842)
+++ PKGBUILD2019-12-22 13:52:27 UTC (rev 538843)
@@ -3,35 +3,24 @@
 # Contributor: Jeff Mickey 
 # Contributor: Pappa 
 
-pkgbase=python-xlib
-pkgname=('python-xlib' 'python2-xlib')
+pkgname=python-xlib
 pkgver=0.26
-pkgrel=1
+pkgrel=2
 pkgdesc="A fully functional X client library for Python programs"
 url="https://github.com/python-xlib/python-xlib;
 arch=('any')
 license=('LGPL')
-makedepends=('python2' 'python2-setuptools-scm'
- 'python' 'python-setuptools-scm')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
 sha256sums=('26dff6bc4e9e0d1c175a96e9c1d672b18cc0e4ec900c17cad409ce5a628b3dd1')
 
 build(){
-  cd "$srcdir/python-xlib-$pkgver"
+  cd "$pkgname-$pkgver"
   python setup.py build
-  python2 setup.py build
 }
 
-package_python2-xlib() {
-  depends=('python2' 'python2-six')
-
-  cd "python-xlib-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
 package_python-xlib() {
-  depends=('python' 'python-six')
-
-  cd "python-xlib-$pkgver"
+  cd "$pkgname-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:49:44
  Author: foxboron
Revision: 538842

archrelease: copy trunk to community-x86_64

Added:
  python-ldap/repos/community-x86_64/PKGBUILD
(from rev 538841, python-ldap/trunk/PKGBUILD)
Deleted:
  python-ldap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 13:49:35 UTC (rev 538841)
+++ PKGBUILD2019-12-22 13:49:44 UTC (rev 538842)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-ldap
-pkgname=(python-ldap python2-ldap)
-pkgver=3.2.0
-pkgrel=3
-pkgdesc="LDAP client API for Python"
-url="https://python-ldap.readthedocs.io/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
-'python-coverage' 'python2-coverage')
-checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules'
- 'python2-pyasn1' 'python2-pyasn1-modules')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ac6736345f5cdcd76fe54ac3ec6182b222c59c68d04c57690e44e449871e5730')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgbase}-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py build
-}
-
-check(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
-  python -m coverage run --parallel setup.py test
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 -m coverage run --parallel setup.py test
-}
-
-package_python2-ldap() {
-  depends=('python2' 'python2-pyasn1' 'python2-pyasn1-modules' 'libldap')
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-}
-
-package_python-ldap() {
-  depends=('python' 'python-pyasn1' 'python-pyasn1-modules' 'libldap')
-  cd "$pkgbase-$pkgbase-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-ldap/repos/community-x86_64/PKGBUILD (from rev 538841, 
python-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 13:49:44 UTC (rev 538842)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgname=python-ldap
+pkgver=3.2.0
+pkgrel=4
+pkgdesc="LDAP client API for Python"
+url="https://python-ldap.readthedocs.io/;
+arch=('x86_64')
+license=('MIT')
+depends=('python-pyasn1' 'python-pyasn1-modules' 'libldap')
+makedepends=('python-setuptools' 'python-coverage')
+checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ac6736345f5cdcd76fe54ac3ec6182b222c59c68d04c57690e44e449871e5730')
+
+build(){
+  cd "$pkgbase-$pkgbase-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "$pkgbase-$pkgbase-$pkgver"
+  python -m coverage run --parallel setup.py test
+}
+
+package() {
+  cd "$pkgbase-$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:49:35
  Author: foxboron
Revision: 538841

upgpkg: python-ldap 3.2.0-4

Removed python2

Modified:
  python-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:45:56 UTC (rev 538840)
+++ PKGBUILD2019-12-22 13:49:35 UTC (rev 538841)
@@ -1,52 +1,30 @@
 # Maintainer: Morten Linderud 
 # Contributor: Maikel Wever 
 
-pkgbase=python-ldap
-pkgname=(python-ldap python2-ldap)
+pkgname=python-ldap
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="LDAP client API for Python"
 url="https://python-ldap.readthedocs.io/;
 arch=('x86_64')
 license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
-'python-coverage' 'python2-coverage')
-checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules'
- 'python2-pyasn1' 'python2-pyasn1-modules')
+depends=('python-pyasn1' 'python-pyasn1-modules' 'libldap')
+makedepends=('python-setuptools' 'python-coverage')
+checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('ac6736345f5cdcd76fe54ac3ec6182b222c59c68d04c57690e44e449871e5730')
 
-prepare() {
-  cp -a ${pkgbase}-${pkgbase}-$pkgver{,-py2}
-}
-
 build(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
+  cd "$pkgbase-$pkgbase-$pkgver"
   python setup.py build
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py build
 }
 
 check(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
+  cd "$pkgbase-$pkgbase-$pkgver"
   python -m coverage run --parallel setup.py test
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 -m coverage run --parallel setup.py test
 }
 
-package_python2-ldap() {
-  depends=('python2' 'python2-pyasn1' 'python2-pyasn1-modules' 'libldap')
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-}
-
-package_python-ldap() {
-  depends=('python' 'python-pyasn1' 'python-pyasn1-modules' 'libldap')
+package() {
   cd "$pkgbase-$pkgbase-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:45:56
  Author: foxboron
Revision: 538840

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-22 13:45:48 UTC (rev 538839)
+++ PKGBUILD2019-12-22 13:45:56 UTC (rev 538840)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.14.0
-pkgrel=3
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
-
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/rope-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python")
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 538839, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-22 13:45:56 UTC (rev 538840)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgname=python-rope
+pkgver=0.14.0
+pkgrel=4
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
+
+build(){
+  cd "rope-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-22 Thread Morten Linderud via arch-commits
Date: Sunday, December 22, 2019 @ 13:45:48
  Author: foxboron
Revision: 538839

upgpkg: python-rope 0.14.0-4

Removed python2

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:45:35 UTC (rev 538838)
+++ PKGBUILD2019-12-22 13:45:48 UTC (rev 538839)
@@ -5,39 +5,23 @@
 # Contributor: Ryan Coyner 
 # Contributor: Jens Maucher 
 
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
+pkgname=python-rope
 pkgver=0.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
 license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
+makedepends=('python' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
 sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
 
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
 build(){
-  cd "$srcdir/rope-$pkgver"
+  cd "rope-$pkgver"
   python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
 }
 
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python")
+package() {
   cd "rope-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2019-12-22 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, December 22, 2019 @ 13:45:35
  Author: yan12125
Revision: 538838

lxqt-globalkeys: Add a patch to make it build with Qt 5.14

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:44:39 UTC (rev 538837)
+++ PKGBUILD2019-12-22 13:45:35 UTC (rev 538838)
@@ -14,14 +14,20 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-globalkeys/commit/c9ec69850428e599fba282c32e51868b815e3019.patch
 )
 sha256sums=('e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455'
-'SKIP')
+'SKIP'
+'368744b010e494e018ddfca8d44b3917b7e851b683821c2faebc5ecf63ccda72')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

 )
 
+prepare() {
+   cd $pkgname-$pkgver
+   patch -Np1 -i ../$pkgname-qt5.14.patch
+}
 
 build() {
mkdir -p build


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

2019-12-22 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, December 22, 2019 @ 13:44:39
  Author: yan12125
Revision: 538837

lxqt-config: add a patch to make it build with Qt 5.14

Also removes the no longer needed CMAKE_INSTALL_LIBDIR [1].

[1] 
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cmake=26b053e768072197c4ce326fd620f5ab01d74407

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-22 13:29:02 UTC (rev 538836)
+++ PKGBUILD2019-12-22 13:44:39 UTC (rev 538837)
@@ -15,23 +15,28 @@
'xsettingsd: help GTK applications apply themes on the fly'
 )
 source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-config/commit/cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e.patch
 )
 sha256sums=('2ffb0a8627652861f1d5c3a9f5071d7e1016071d829c0bd17be234b3ed34639a'
-'SKIP')
+'SKIP'
+'bc9c8159167e6689ec7f51297e21e100f602b2b3b3d98ece9a7ca7b37c90fa5a')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

 )
 
+prepare() {
+   cd $pkgname-$pkgver
+   patch -Np1 -i ../$pkgname-qt5.14.patch
+}
 
 build() {
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


  1   2   >