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

2018-06-20 Thread Thore Bödecker via arch-commits
Date: Wednesday, June 20, 2018 @ 07:09:04
  Author: foxxx0
Revision: 344189

upgpkg: dovecot 2.3.1-6

add patch for FS#59050

Added:
  dovecot/trunk/dovecot-0007-lda-allow-empty-envelope-sender.patch
Modified:
  dovecot/trunk/PKGBUILD

+
 PKGBUILD   |8 +++--
 dovecot-0007-lda-allow-empty-envelope-sender.patch |   27 +++
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 06:38:40 UTC (rev 344188)
+++ PKGBUILD2018-06-20 07:09:04 UTC (rev 344189)
@@ -11,7 +11,7 @@
 
 pkgname=dovecot
 pkgver=2.3.1
-pkgrel=5
+pkgrel=6
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="http://dovecot.org/";
@@ -33,7 +33,8 @@
 'dovecot.ld.so.conf'
 'dovecot-0004-fix-replication-hang-ioloop.patch'
 'dovecot-0005-fix-mail_user_home_mkdir.patch'
-'dovecot-0006-fix-segfault-when-overquota.patch')
+'dovecot-0006-fix-segfault-when-overquota.patch'
+'dovecot-0007-lda-allow-empty-envelope-sender.patch')
 
 sha256sums=('0883821b97fd02a084a84b9469a681f7e6edc56541d854b5419d98891c51fb93'
 'SKIP'
@@ -42,7 +43,8 @@
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
 '38d944d7fb3790f1ac64ecd855a37ba5c16374a83b374306ce6296a598f5257c'
 'd4e34418dbe1b3ddd10e859bccd735e8708081916a5be3d35a8a54bdf8cda70c'
-'27f3624ea33165c5eddd0bcdb2c92cb92c559b6e1e74975c72241383656c3b2a')
+'27f3624ea33165c5eddd0bcdb2c92cb92c559b6e1e74975c72241383656c3b2a'
+'53514030608054566bd8530c4bc388e0e325352f86764bece2ebef6205108ce2')
 
 validpgpkeys=(
   'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 

Added: dovecot-0007-lda-allow-empty-envelope-sender.patch
===
--- dovecot-0007-lda-allow-empty-envelope-sender.patch  
(rev 0)
+++ dovecot-0007-lda-allow-empty-envelope-sender.patch  2018-06-20 07:09:04 UTC 
(rev 344189)
@@ -0,0 +1,27 @@
+From 6553f20bb31b5f0eebb73a0db526f00816b47d71 Mon Sep 17 00:00:00 2001
+From: Stephan Bosch 
+Date: Sun, 8 Apr 2018 11:28:19 +0200
+Subject: [PATCH] lda: Allow empty envelope sender.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fix by Martin Waschbüsch.
+---
+ src/lda/main.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/lda/main.c b/src/lda/main.c
+index bab20e88ad..1d7c8473d2 100644
+--- a/src/lda/main.c
 b/src/lda/main.c
+@@ -332,7 +332,8 @@ int main(int argc, char *argv[])
+   case 'f':
+   /* envelope sender address */
+   if (smtp_address_parse_path(ctx.pool, optarg,
+-  SMTP_ADDRESS_PARSE_FLAG_BRACKETS_OPTIONAL,
++  SMTP_ADDRESS_PARSE_FLAG_BRACKETS_OPTIONAL |
++  SMTP_ADDRESS_PARSE_FLAG_ALLOW_EMPTY,
+   &mail_from, &errstr) < 0) {
+   i_fatal_status(EX_USAGE,
+   "Invalid -f parameter: %s", errstr);


[arch-commits] Commit in dovecot/repos/community-x86_64 (15 files)

2018-06-20 Thread Thore Bödecker via arch-commits
Date: Wednesday, June 20, 2018 @ 07:09:15
  Author: foxxx0
Revision: 344190

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 344189, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot-0004-fix-replication-hang-ioloop.patch
(from rev 344189, 
dovecot/trunk/dovecot-0004-fix-replication-hang-ioloop.patch)
  dovecot/repos/community-x86_64/dovecot-0005-fix-mail_user_home_mkdir.patch
(from rev 344189, dovecot/trunk/dovecot-0005-fix-mail_user_home_mkdir.patch)
  dovecot/repos/community-x86_64/dovecot-0006-fix-segfault-when-overquota.patch
(from rev 344189, 
dovecot/trunk/dovecot-0006-fix-segfault-when-overquota.patch)
  
dovecot/repos/community-x86_64/dovecot-0007-lda-allow-empty-envelope-sender.patch
(from rev 344189, 
dovecot/trunk/dovecot-0007-lda-allow-empty-envelope-sender.patch)
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
(from rev 344189, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 344189, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 344189, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot-0004-fix-replication-hang-ioloop.patch
  dovecot/repos/community-x86_64/dovecot-0005-fix-mail_user_home_mkdir.patch
  dovecot/repos/community-x86_64/dovecot-0006-fix-segfault-when-overquota.patch
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
  dovecot/repos/community-x86_64/dovecot.sysusersd
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 PKGBUILD   |  246 -
 dovecot-0004-fix-replication-hang-ioloop.patch |   52 +--
 dovecot-0005-fix-mail_user_home_mkdir.patch|  264 +--
 dovecot-0006-fix-segfault-when-overquota.patch |   50 +--
 dovecot-0007-lda-allow-empty-envelope-sender.patch |   27 +
 dovecot.ld.so.conf |2 
 dovecot.sysusersd  |4 
 dovecot.tmpfilesd  |2 
 8 files changed, 338 insertions(+), 309 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 07:09:04 UTC (rev 344189)
+++ PKGBUILD2018-06-20 07:09:15 UTC (rev 344190)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.3.1
-pkgrel=5
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/";
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient' 'libsodium'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene' 'libsodium')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'dovecot.sysusersd'
-'dovecot.tmpfilesd'
-'dovecot.ld.so.conf'
-'dovecot-0004-fix-replication-hang-ioloop.patch'
-'dovecot-0005-fix-mail_user_home_mkdir.patch'
-'dovecot-0006-fix-segfault-when-overquota.patch')
-
-sha256sums=('0883821b97fd02a084a84b9469a681f7e6edc56541d854b5419d98891c51fb93'
-'SKIP'
-'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'38d944d7fb3790f1ac64ecd855a37ba5c16374a83b374306ce6296a598f5257c'
-'d4e34418dbe1b3ddd10e859bccd735e8708081916a5be3d35a8a54bdf8cda70c'
-'27f3624ea33165c5eddd0bcdb2c92cb92c559b6e1e74975c72241383656c3b2a')
-
-validpgpkeys=(
-  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
-)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin 

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

2018-06-20 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, June 20, 2018 @ 07:40:01
  Author: mtorromeo
Revision: 344191

fixed building the module for linux kernels >= 4.17

Added:
  sysdig/trunk/bashcomp-location.patch
  sysdig/trunk/linux-4.17.patch
Modified:
  sysdig/trunk/PKGBUILD

-+
 PKGBUILD|   17 +++--
 bashcomp-location.patch |   13 
 linux-4.17.patch|  133 ++
 3 files changed, 155 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 07:09:15 UTC (rev 344190)
+++ PKGBUILD2018-06-20 07:40:01 UTC (rev 344191)
@@ -5,7 +5,7 @@
 
 pkgname=sysdig
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="http://www.sysdig.org/";
@@ -12,16 +12,17 @@
 license=('GPL2')
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
 makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+"linux-4.17.patch"
+"bashcomp-location.patch")
+sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05'
+'79caf0a1c47698189e611022c1342361c2caf7f6d22baac2c946301e3a2a779c'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-  scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-  userspace/libsinsp/marathon_http.cpp \
-  userspace/libsinsp/mesos_http.cpp
+  patch -p1 -i "$srcdir"/linux-4.17.patch
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
 }
 
 build() {

Added: bashcomp-location.patch
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-06-20 07:40:01 UTC (rev 344191)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Added: linux-4.17.patch
===
--- linux-4.17.patch(rev 0)
+++ linux-4.17.patch2018-06-20 07:40:01 UTC (rev 344191)
@@ -0,0 +1,133 @@
+From e9eb55388257af3bee77fe4a92d094295f7e9920 Mon Sep 17 00:00:00 2001
+From: Seth Forshee 
+Date: Tue, 12 Jun 2018 16:03:20 -0500
+Subject: [PATCH] Update for proto_ops.getname() prototype changes in Linux
+ 4.17 (#1114)
+
+Linux 4.17 removed the sockaddr_len argument and instead returns
+the length on success instead of returning 0. To cope, define an
+internal wrapper that uses the appropriate prototype based on
+kernel version. Since nothing uses the sockaddr make the wrapper
+return 0 on success or a negative error code so that surrounding
+code does not need to change.
+---
+ driver/ppm_events.c | 35 +++
+ 1 file changed, 23 insertions(+), 12 deletions(-)
+
+diff --git a/driver/ppm_events.c b/driver/ppm_events.c
+index db6f61652..24548070b 100644
+--- a/driver/ppm_events.c
 b/driver/ppm_events.c
+@@ -174,6 +174,20 @@ int32_t dpi_lookahead_init(void)
+   return PPM_SUCCESS;
+ }
+ 
++static int sock_getname(struct socket *sock, struct sockaddr *sockaddr, int 
peer)
++{
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 17, 0)
++  int ret;
++  ret = sock->ops->getname(sock, sockaddr, peer);
++  if (ret > 0)
++  ret = 0;
++  return ret;
++#else
++  int sockaddr_len;
++  return sock->ops->getname(sock, sockaddr, &sockaddr_len, peer);
++#endif
++}
++
+ inline u32 compute_snaplen(struct event_filler_arguments *args, char *buf, 
u32 lookahead_size)
+ {
+   u32 res = args->consumer->snaplen;
+@@ -182,7 +196,6 @@ inline u32 compute_snaplen(struct event_filler_arguments 
*args, char *buf, u32 l
+   sa_family_t family;
+   struct sockaddr_storage sock_address;
+   struct sockaddr_storage peer_address;
+-  int sock_address_len;
+   int peer_address_len;
+   u16 sport, dport;
+ 
+@@ -233,7 +246,7 @@ inline u32 compute_snaplen(struct event_filler_arguments 
*args, char *buf, u32 l
+   if (sock) {
+ 
+   if (sock->sk) {
+-  err = sock->ops->getname(sock, (struct sockaddr 
*)&sock_address, &so

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

2018-06-20 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, June 20, 2018 @ 07:40:16
  Author: mtorromeo
Revision: 344192

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 344191, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 344191, sysdig/trunk/bashcomp-location.patch)
  sysdig/repos/community-x86_64/linux-4.17.patch
(from rev 344191, sysdig/trunk/linux-4.17.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   97 -
 bashcomp-location.patch |   13 
 linux-4.17.patch|  133 ++
 3 files changed, 195 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 07:40:01 UTC (rev 344191)
+++ PKGBUILD2018-06-20 07:40:16 UTC (rev 344192)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/";
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-  scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-  userspace/libsinsp/marathon_http.cpp \
-  userspace/libsinsp/mesos_http.cpp
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 344191, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 07:40:16 UTC (rev 344192)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/";
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+"linux-4.17.patch"
+"bashcomp-location.patch")
+sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05'
+'79caf0a1c47698189e611022c1342361c2caf7f6d22baac2c946301e3a2a779c'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/linux-4.17.patch
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 344191, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-06-20 07:40:16 UTC (rev 344192)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/linux-4.17.patch (from rev 344191,

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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:42:57
  Author: felixonmars
Revision: 344193

upgpkg: deepin-launcher 4.3.8-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 07:40:16 UTC (rev 344192)
+++ PKGBUILD2018-06-20 09:42:57 UTC (rev 344193)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.3.7
+pkgver=4.3.8
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('b1b2badf08a1ad095e9290583ab10de82560c62dcbbe9ba523159f87cec47a5945e1f4d72aabab7e49e54bfc3f3790e1bd8b17b74b3954cb29ff71f42a5c1034')
+sha512sums=('4cda04937ab27fc7b701f116061342a38d8d41b863898c2826cee2924f3e300b2ce1078b4e4ac29fe9f85daeb232a2df0e88c38bb6a9606ba31c0df0e7d666bd')
 
 build() {
   cd dde-launcher-$pkgver


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:43:15
  Author: felixonmars
Revision: 344194

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 344193, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 09:42:57 UTC (rev 344193)
+++ PKGBUILD2018-06-20 09:43:15 UTC (rev 344194)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.3.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('b1b2badf08a1ad095e9290583ab10de82560c62dcbbe9ba523159f87cec47a5945e1f4d72aabab7e49e54bfc3f3790e1bd8b17b74b3954cb29ff71f42a5c1034')
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 344193, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 09:43:15 UTC (rev 344194)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.3.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz";)
+sha512sums=('4cda04937ab27fc7b701f116061342a38d8d41b863898c2826cee2924f3e300b2ce1078b4e4ac29fe9f85daeb232a2df0e88c38bb6a9606ba31c0df0e7d666bd')
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cldr-emoji-annotation/trunk (PKGBUILD)

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:45:04
  Author: felixonmars
Revision: 344195

upgpkg: cldr-emoji-annotation 33.0.0.2-1

Modified:
  cldr-emoji-annotation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 09:43:15 UTC (rev 344194)
+++ PKGBUILD2018-06-20 09:45:04 UTC (rev 344195)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=cldr-emoji-annotation
-pkgver=33.0.0
-_tag=${pkgver}_1
+pkgver=33.0.0.2
+_tag=33.0.0_2
 pkgrel=1
 pkgdesc="Emoji annotation files in CLDR"
 arch=('any')
@@ -10,7 +10,7 @@
 url="https://github.com/fujiwarat/cldr-emoji-annotation";
 license=('custom')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz";)
-sha512sums=('0dac5a1c05e74b7cfb32aaa45b23cf560f8451f8ef1811ece0d099ad108c20ff48b6e41810ac0d0f6bdb9079ae651835e3e352baf1dca4e67020a5f95f26')
+sha512sums=('493db9156226d1a170b037eb1ab33a6e0332550b0a97b339aefd826c40746280c6983b1c2bf305a0a65d963be6c1e93cea6ab8cc42b3ac30dac3d443e5018456')
 
 build() {
   cd cldr-emoji-annotation-$_tag


[arch-commits] Commit in cldr-emoji-annotation/repos/community-any (PKGBUILD PKGBUILD)

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:45:22
  Author: felixonmars
Revision: 344196

archrelease: copy trunk to community-any

Added:
  cldr-emoji-annotation/repos/community-any/PKGBUILD
(from rev 344195, cldr-emoji-annotation/trunk/PKGBUILD)
Deleted:
  cldr-emoji-annotation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 09:45:04 UTC (rev 344195)
+++ PKGBUILD2018-06-20 09:45:22 UTC (rev 344196)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=cldr-emoji-annotation
-pkgver=33.0.0
-_tag=${pkgver}_1
-pkgrel=1
-pkgdesc="Emoji annotation files in CLDR"
-arch=('any')
-url="https://github.com/fujiwarat/cldr-emoji-annotation";
-license=('custom')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz";)
-sha512sums=('0dac5a1c05e74b7cfb32aaa45b23cf560f8451f8ef1811ece0d099ad108c20ff48b6e41810ac0d0f6bdb9079ae651835e3e352baf1dca4e67020a5f95f26')
-
-build() {
-  cd cldr-emoji-annotation-$_tag
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd cldr-emoji-annotation-$_tag
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
-}

Copied: cldr-emoji-annotation/repos/community-any/PKGBUILD (from rev 344195, 
cldr-emoji-annotation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 09:45:22 UTC (rev 344196)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cldr-emoji-annotation
+pkgver=33.0.0.2
+_tag=33.0.0_2
+pkgrel=1
+pkgdesc="Emoji annotation files in CLDR"
+arch=('any')
+url="https://github.com/fujiwarat/cldr-emoji-annotation";
+license=('custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiwarat/cldr-emoji-annotation/archive/$_tag.tar.gz";)
+sha512sums=('493db9156226d1a170b037eb1ab33a6e0332550b0a97b339aefd826c40746280c6983b1c2bf305a0a65d963be6c1e93cea6ab8cc42b3ac30dac3d443e5018456')
+
+build() {
+  cd cldr-emoji-annotation-$_tag
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd cldr-emoji-annotation-$_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 unicode-license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/unicode-license.txt
+}


[arch-commits] Commit in mongo-c-driver/repos (2 files)

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:45:59
  Author: felixonmars
Revision: 344198

archrelease: copy trunk to community-testing-x86_64

Added:
  mongo-c-driver/repos/community-testing-x86_64/
  mongo-c-driver/repos/community-testing-x86_64/PKGBUILD
(from rev 344197, mongo-c-driver/trunk/PKGBUILD)

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

Copied: mongo-c-driver/repos/community-testing-x86_64/PKGBUILD (from rev 
344197, mongo-c-driver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-20 09:45:59 UTC (rev 344198)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.10.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'snappy' 'zlib')
+makedepends=('cmake')
+checkdepends=('pifpaf' 'mongodb')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('47af1baad1ad74bbbdf2fd22a437034d317a2f3ec02fee485e983ae6829b3f01af2649a09577f08144a88385fa940dfa211ea02bfa3c0e25b59dbe2090269603')
+
+prepare() {
+  mkdir -p build
+  cd mongo-c-driver-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 09:45:43
  Author: felixonmars
Revision: 344197

upgpkg: mongo-c-driver 1.10.3-1

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 09:45:22 UTC (rev 344196)
+++ PKGBUILD2018-06-20 09:45:43 UTC (rev 344197)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -10,12 +10,12 @@
 license=('Apache')
 depends=('libsasl' 'snappy' 'zlib')
 makedepends=('cmake')
-checkdepends=('python-pifpaf' 'mongodb')
+checkdepends=('pifpaf' 'mongodb')
 provides=('libbson' 'libmongoc')
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
-sha512sums=('a0c9189d6d9ba184fc4ce64161f859f792d1697285c4142c927cc76ea7d049fbea7613473f66448e8ea77e0ddf88bb53de147f5c8ed6b8c0f45d2d30bb25915c')
+sha512sums=('47af1baad1ad74bbbdf2fd22a437034d317a2f3ec02fee485e983ae6829b3f01af2649a09577f08144a88385fa940dfa211ea02bfa3c0e25b59dbe2090269603')
 
 prepare() {
   mkdir -p build


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 09:53:19
  Author: arojas
Revision: 327321

Update to 5.13.1.1

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 07:44:35 UTC (rev 327320)
+++ PKGBUILD2018-06-20 09:53:19 UTC (rev 327321)
@@ -5,23 +5,19 @@
 
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
-pkgver=5.13.1
-pkgrel=2
+pkgver=5.13.1.1
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-
kdebug-395622a.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=3432c334";
-
kdebug-395622b.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=f040cdb3";)
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
  libibus scim kdesignerplugin)
 groups=(plasma)
-sha256sums=('6b3e58c54380ff317c5ce6f7660f7a18d8a6b48c4d8101b4821f17bc7991e27e'
-'SKIP'
-'fe8e6678b8714a3f6bfe32567eacb7bd494bdfae8b92cb9d9195eb226094f275'
-'2c5f6876b8b418af35bddb645b8bfa320308f9685784e5af9c2b3e4a6195bc0b')
+sha256sums=('c5f51c34a8549c879b691ea5de054100884c00bea32f559fc537ce338870a1bf'
+'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -29,11 +25,6 @@
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Fix kcm-touchpad breakage
-  patch -p1 -i ../kdebug-395622a.patch
-  patch -p1 -i ../kdebug-395622b.patch
 }
 
 build() {


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 09:54:20
  Author: arojas
Revision: 327322

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 327321, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 09:53:19 UTC (rev 327321)
+++ PKGBUILD2018-06-20 09:54:20 UTC (rev 327322)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.13.1
-pkgrel=2
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-
kdebug-395622a.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=3432c334";
-
kdebug-395622b.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=f040cdb3";)
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('6b3e58c54380ff317c5ce6f7660f7a18d8a6b48c4d8101b4821f17bc7991e27e'
-'SKIP'
-'fe8e6678b8714a3f6bfe32567eacb7bd494bdfae8b92cb9d9195eb226094f275'
-'2c5f6876b8b418af35bddb645b8bfa320308f9685784e5af9c2b3e4a6195bc0b')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  # Fix kcm-touchpad breakage
-  patch -p1 -i ../kdebug-395622a.patch
-  patch -p1 -i ../kdebug-395622b.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 327321, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 09:54:20 UTC (rev 327322)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.13.1.1
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('c5f51c34a8549c879b691ea5de054100884c00bea32f559fc537ce338870a1bf'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpan

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

2018-06-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, June 20, 2018 @ 10:02:20
  Author: bpiotrowski
Revision: 327323

1.15-1

Modified:
  gdbm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 09:54:20 UTC (rev 327322)
+++ PKGBUILD2018-06-20 10:02:20 UTC (rev 327323)
@@ -5,7 +5,7 @@
 # Contributor: judd 
 
 pkgname=gdbm
-pkgver=1.14.1
+pkgver=1.15
 pkgrel=1
 pkgdesc='GNU database library'
 url='http://www.gnu.org/software/gdbm/gdbm.html'
@@ -12,10 +12,9 @@
 license=(GPL3)
 arch=(x86_64)
 depends=(glibc sh)
-options=(!makeflags)
 source=(http://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-md5sums=('c2ddcb3897efa0f57484af2bd4f4f848'
+md5sums=('8d990067ae46c75d16e8a9c79b0c4fd7'
  'SKIP')
 
 build() {


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

2018-06-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, June 20, 2018 @ 10:02:25
  Author: bpiotrowski
Revision: 327324

archrelease: copy trunk to staging-x86_64

Added:
  gdbm/repos/staging-x86_64/
  gdbm/repos/staging-x86_64/PKGBUILD
(from rev 327323, gdbm/trunk/PKGBUILD)

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

Copied: gdbm/repos/staging-x86_64/PKGBUILD (from rev 327323, 
gdbm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-20 10:02:25 UTC (rev 327324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=gdbm
+pkgver=1.15
+pkgrel=1
+pkgdesc='GNU database library'
+url='http://www.gnu.org/software/gdbm/gdbm.html'
+license=(GPL3)
+arch=(x86_64)
+depends=(glibc sh)
+source=(http://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+md5sums=('8d990067ae46c75d16e8a9c79b0c4fd7'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-libgdbm-compat
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # create symlinks for compatibility
+  install -dm755 "$pkgdir/usr/include/gdbm"
+  ln -sf ../gdbm.h "$pkgdir/usr/include/gdbm/gdbm.h"
+  ln -sf ../ndbm.h "$pkgdir/usr/include/gdbm/ndbm.h"
+  ln -sf ../dbm.h  "$pkgdir/usr/include/gdbm/dbm.h"
+}


[arch-commits] Commit in freeradius/repos (5 files)

2018-06-20 Thread Christian Hesse via arch-commits
Date: Wednesday, June 20, 2018 @ 10:17:37
  Author: eworm
Revision: 344200

archrelease: copy trunk to community-staging-x86_64

Added:
  freeradius/repos/community-staging-x86_64/
  freeradius/repos/community-staging-x86_64/PKGBUILD
(from rev 344199, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-x86_64/freeradius-sysusers.conf
(from rev 344199, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-staging-x86_64/freeradius-tmpfiles.conf
(from rev 344199, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-staging-x86_64/freeradius.service
(from rev 344199, freeradius/trunk/freeradius.service)

--+
 PKGBUILD |   59 +
 freeradius-sysusers.conf |1 
 freeradius-tmpfiles.conf |8 ++
 freeradius.service   |   19 ++
 4 files changed, 87 insertions(+)

Copied: freeradius/repos/community-staging-x86_64/PKGBUILD (from rev 344199, 
freeradius/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-20 10:17:37 UTC (rev 344200)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.17
+pkgrel=3
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/";
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc'
+ 'libpcap' 'libwbclient')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
+optdepends=('unixodbc: for ODBC'
+'python2: for Python'
+'json-c: rlm_rest module'
+'curl: for REST')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+   'freeradius-sysusers.conf'
+   'freeradius-tmpfiles.conf'
+   'freeradius.service')
+sha512sums=('f4510d8e77eb7c72a21fbfad851f13460ff4b5a35f0b7bea6102076ceb71188a63b277fb7e4fcd9c3033b396b63e1bf0e455cc03608d7ab1380d1662407cb399'
+'SKIP'
+
'890005b2129174568a3bf0e8963b683ab15550198b9478cc766c3ddcfd5167296cfce221c7592be354fe7dfe08e82484f826e55fd59b6291e86c8a4f78ca2d96'
+
'5e196584c725885ae33b70d729729b52852f6a051445be3f9afd831564029820179f606e6c8d8554f8615e2b4b9b8d5203a32b8a81c04d4edfb96a377a213bae'
+
'833bfd85218898af6f24e9356f1af60ba9e8f08a93fa93aafb53ba9ec49afdf23c7eeb897ac5939c2d7c6958076cbb3fbc0c075b741e4b9be2f70c3fef2014b6')
+
+build() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libdir=/usr/lib/freeradius \
+--localstatedir=/var \
+--enable-heimdal-krb5 \
+--with-system-libltdl \
+--with-system-libtool \
+--with-udpfromto
+  make
+}
+
+package() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  make install R="$pkgdir"
+  chmod o+r "$pkgdir"/etc/raddb/*
+  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
+  rm -rf "$pkgdir"/var/run
+
+  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: freeradius/repos/community-staging-x86_64/freeradius-sysusers.conf 
(from rev 344199, freeradius/trunk/freeradius-sysusers.conf)
===
--- community-staging-x86_64/freeradius-sysusers.conf   
(rev 0)
+++ community-staging-x86_64/freeradius-sysusers.conf   2018-06-20 10:17:37 UTC 
(rev 344200)
@@ -0,0 +1 @@
+u radiusd - "radius daemon" /var/lib/radiusd

Copied: freeradius/repos/community-staging-x86_64/freeradius-tmpfiles.conf 
(from rev 344199, freeradius/trunk/freeradius-tmpfiles.conf)
===
--- community-staging-x86_64/freeradius-tmpfiles.conf   
(rev 0)
+++ community-staging-x86_64/freeradius-tmpfiles.conf   2018-06-20 10:17:37 UTC 
(rev 344200)
@@ -0,0 +1,8 @@
+# configuration directory
+C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
+
+# log file
+f /var/log/radius/radius.log 0644 radiusd radiusd -
+
+# run directory
+d /run/radiusd 0755 radiusd radiusd -

Copied: freeradius/repos/community-staging-x86_64/freeradius.service (from rev 
344199, freeradius/trunk/freeradius.service)
===
--- community-staging-x86_64/freeradius.service (rev 0)
+++ community-staging-x86_64/freerad

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

2018-06-20 Thread Christian Hesse via arch-commits
Date: Wednesday, June 20, 2018 @ 10:17:33
  Author: eworm
Revision: 344199

upgpkg: freeradius 3.0.17-3

gdbm 1.15 rebuild

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 09:45:59 UTC (rev 344198)
+++ PKGBUILD2018-06-20 10:17:33 UTC (rev 344199)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.17
-pkgrel=2
+pkgrel=3
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url="https://freeradius.org/";


[arch-commits] Commit in plasma5-applets-redshift-control/trunk (PKGBUILD)

2018-06-20 Thread Bruno Pagani via arch-commits
Date: Wednesday, June 20, 2018 @ 12:08:14
  Author: archange
Revision: 344201

Update upstream URL

Modified:
  plasma5-applets-redshift-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 10:17:37 UTC (rev 344200)
+++ PKGBUILD2018-06-20 12:08:14 UTC (rev 344201)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Plasma applet for controlling redshift."
 arch=('any')
-url="https://github.com/kotelnik/plasma-applet-redshift-control";
+url="https://phabricator.kde.org/source/plasma-redshift-control/";
 license=('GPL')
 depends=('plasma-workspace' 'qt5-graphicaleffects' 'redshift')
 makedepends=('extra-cmake-modules')


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 12:28:04
  Author: arojas
Revision: 327325

Add libheif dependency

Added:
  libde265/
  libde265/trunk/
  libde265/trunk/PKGBUILD

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

Added: libde265/trunk/PKGBUILD
===
--- libde265/trunk/PKGBUILD (rev 0)
+++ libde265/trunk/PKGBUILD 2018-06-20 12:28:04 UTC (rev 327325)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James An 
+# Contributor: Daniel Nagy 
+
+pkgname=libde265
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Open h.265 video codec implementation"
+arch=(x86_64)
+url="https://github.com/strukturag/libde265";
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(ffmpeg sdl qt5-base)
+optdepends=('ffmpeg: for sherlock265' 'qt5-base: for sherlock265'
+'sdl: dec265 YUV overlay output')
+source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+
libde265-ffmpeg4.patch::"https://github.com/strukturag/libde265/commit/e5b8e2e7.patch";)
+sha256sums=('e4206185a7c67d3b797d6537df8dcaa6e5fd5a5f93bd14e65a755c33cd645f7a'
+'ba043c3ab34d93818d368f703926b8e4d4b822168d2236d2685458a40f70645b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libde265-ffmpeg4.patch # Fix build with ffmpeg 4.0
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libde265 (3 files)

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 12:28:33
  Author: arojas
Revision: 327326

archrelease: copy trunk to extra-x86_64

Added:
  libde265/repos/
  libde265/repos/extra-x86_64/
  libde265/repos/extra-x86_64/PKGBUILD
(from rev 327325, libde265/trunk/PKGBUILD)

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

Copied: libde265/repos/extra-x86_64/PKGBUILD (from rev 327325, 
libde265/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2018-06-20 12:28:33 UTC (rev 327326)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James An 
+# Contributor: Daniel Nagy 
+
+pkgname=libde265
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Open h.265 video codec implementation"
+arch=(x86_64)
+url="https://github.com/strukturag/libde265";
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(ffmpeg sdl qt5-base)
+optdepends=('ffmpeg: for sherlock265' 'qt5-base: for sherlock265'
+'sdl: dec265 YUV overlay output')
+source=(https://github.com/strukturag/libde265/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+
libde265-ffmpeg4.patch::"https://github.com/strukturag/libde265/commit/e5b8e2e7.patch";)
+sha256sums=('e4206185a7c67d3b797d6537df8dcaa6e5fd5a5f93bd14e65a755c33cd645f7a'
+'ba043c3ab34d93818d368f703926b8e4d4b822168d2236d2685458a40f70645b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libde265-ffmpeg4.patch # Fix build with ffmpeg 4.0
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 12:31:03
  Author: arojas
Revision: 327327

Add new krita dependency

Added:
  libheif/
  libheif/trunk/
  libheif/trunk/PKGBUILD

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

Added: libheif/trunk/PKGBUILD
===
--- libheif/trunk/PKGBUILD  (rev 0)
+++ libheif/trunk/PKGBUILD  2018-06-20 12:31:03 UTC (rev 327327)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Adam Fontenot 
+
+pkgname=libheif
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="HEIF file format decoder and encoder"
+arch=(x86_64)
+url="https://github.com/strukturag/libheif";
+license=(GPL3)
+makedepends=(x265 libjpeg libpng libde265)
+depends=(libde265 x265)
+optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert 
and heif-enc')
+source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
+sha256sums=('a9e12a693fc172baa16669f427063edd7bf07964a1cb623ee57cd056c06ee3fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libheif (3 files)

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 12:31:29
  Author: arojas
Revision: 327328

archrelease: copy trunk to extra-x86_64

Added:
  libheif/repos/
  libheif/repos/extra-x86_64/
  libheif/repos/extra-x86_64/PKGBUILD
(from rev 327327, libheif/trunk/PKGBUILD)

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

Copied: libheif/repos/extra-x86_64/PKGBUILD (from rev 327327, 
libheif/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2018-06-20 12:31:29 UTC (rev 327328)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Adam Fontenot 
+
+pkgname=libheif
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="HEIF file format decoder and encoder"
+arch=(x86_64)
+url="https://github.com/strukturag/libheif";
+license=(GPL3)
+makedepends=(x265 libjpeg libpng libde265)
+depends=(libde265 x265)
+optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert 
and heif-enc')
+source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
+sha256sums=('a9e12a693fc172baa16669f427063edd7bf07964a1cb623ee57cd056c06ee3fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:06:11
  Author: felixonmars
Revision: 327329

upgpkg: libblockdev 2.18-1

Modified:
  libblockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 12:31:29 UTC (rev 327328)
+++ PKGBUILD2018-06-20 13:06:11 UTC (rev 327329)
@@ -2,17 +2,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=libblockdev
-pkgver=2.17
-pkgrel=3
+pkgver=2.18
+pkgrel=1
 pkgdesc="A library for manipulating block devices"
 arch=('x86_64')
 url="https://github.com/rhinstaller/libblockdev";
 license=('LGPL')
 depends=('btrfs-progs' 'dosfstools' 'dmraid' 'gptfdisk' 'libbytesize' 'lvm2' 
'mdadm' 'ndctl'
- 'parted' 'volume_key' 'xfsprogs' 'kmod')
+ 'parted' 'volume_key' 'xfsprogs' 'kmod' 'libyaml')
 makedepends=('gobject-introspection' 'systemd' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libblockdev/archive/$pkgver-1.tar.gz";)
-sha512sums=('e882642e124100abf578699272bf1f0a2618b5eeed3ded4582f8535173238f145f3d4a2ea7dbe4b3b464d646f6e98ef0a891e7dfa7dde7e8c3322c883f7264e6')
+sha512sums=('c7837b0abb7747baf8dc2a21a0a75bc5fb80693a1685ddb310bf7d606d44ea65fa4c934cff6c09c5069806dea3ee056eb53c64122ec43b5c0485cdf92fda58d5')
 
 prepare() {
   # sed -i 's/-ldmraid //' $pkgname-$pkgver-1/src/lib/Makefile.am


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:06:30
  Author: felixonmars
Revision: 327330

archrelease: copy trunk to testing-x86_64

Added:
  libblockdev/repos/testing-x86_64/
  libblockdev/repos/testing-x86_64/PKGBUILD
(from rev 327329, libblockdev/trunk/PKGBUILD)

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

Copied: libblockdev/repos/testing-x86_64/PKGBUILD (from rev 327329, 
libblockdev/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-20 13:06:30 UTC (rev 327330)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libblockdev
+pkgver=2.18
+pkgrel=1
+pkgdesc="A library for manipulating block devices"
+arch=('x86_64')
+url="https://github.com/rhinstaller/libblockdev";
+license=('LGPL')
+depends=('btrfs-progs' 'dosfstools' 'dmraid' 'gptfdisk' 'libbytesize' 'lvm2' 
'mdadm' 'ndctl'
+ 'parted' 'volume_key' 'xfsprogs' 'kmod' 'libyaml')
+makedepends=('gobject-introspection' 'systemd' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libblockdev/archive/$pkgver-1.tar.gz";)
+sha512sums=('c7837b0abb7747baf8dc2a21a0a75bc5fb80693a1685ddb310bf7d606d44ea65fa4c934cff6c09c5069806dea3ee056eb53c64122ec43b5c0485cdf92fda58d5')
+
+prepare() {
+  # sed -i 's/-ldmraid //' $pkgname-$pkgver-1/src/lib/Makefile.am
+  :
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --without-lvm_dbus
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:10:47
  Author: felixonmars
Revision: 344203

archrelease: copy trunk to community-testing-any

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

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

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 344202, 
python-pytest/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-20 13:10:47 UTC (rev 344203)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz";)
+sha512sums=('1404476623a37668f49d9e9916e0abc29b87b85c58d34fb4d697017d5c64adb85185d58449493859cd1632f89318b80baed667a452efabff744153ce3106')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest-$pkgver
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+   'python-atomicwrites')
+
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
+   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs')
+
+  cd pytest-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:10:28
  Author: felixonmars
Revision: 344202

upgpkg: python-pytest 3.6.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 12:08:14 UTC (rev 344201)
+++ PKGBUILD2018-06-20 13:10:28 UTC (rev 344202)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz";)
-sha512sums=('37d725135ef1e0976f308dde541c593b7ad8347f988f0683dc89c113049a6560888f4e0605851898fc308781263f624506ff5f3a8bd44625aa142a0601e6b55e')
+sha512sums=('1404476623a37668f49d9e9916e0abc29b87b85c58d34fb4d697017d5c64adb85185d58449493859cd1632f89318b80baed667a452efabff744153ce3106')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:12:39
  Author: felixonmars
Revision: 344204

upgpkg: python-gevent 1.3.4-1

Modified:
  python-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 13:10:47 UTC (rev 344203)
+++ PKGBUILD2018-06-20 13:12:39 UTC (rev 344204)
@@ -5,7 +5,7 @@
 
 pkgbase=python-gevent
 pkgname=(python-gevent python2-gevent)
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 arch=('x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
@@ -17,7 +17,7 @@
   'python2-dnspython' 'python-requests' 'python2-requests' 
'python-zope-event'
   'python2-zope-event' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz";)
-sha512sums=('cef6efadf0a3ce079dd05b7866ac995a8ad05281dbaab17ea02b100d69f95d5f5b2632bcbe6582df4271327741e2dc1924468eef7f1b5f175b88dd0f4e346deb')
+sha512sums=('9a02dc978a739c38858f2aa8edb6dd9dd9b8a738a65962874efe7b9f7bcf97dc883856f40866d090f64f00883f84f4267732a3b3d380482379977cf71c911b77')
 
 prepare() {
   sed -e 's/C.UTF-8/en_US.UTF-8/' -e '/@which/d' -i gevent-$pkgver/Makefile


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 13:12:59
  Author: felixonmars
Revision: 344205

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 13:12:39 UTC (rev 344204)
+++ PKGBUILD2018-06-20 13:12:59 UTC (rev 344205)
@@ -1,78 +0,0 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-gevent
-pkgname=(python-gevent python2-gevent)
-pkgver=1.3.3
-pkgrel=1
-arch=('x86_64')
-pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
-license=("MIT")
-url="http://www.gevent.org/";
-makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2')
-checkdepends=('lsof' 'python-perf' 'python2-perf' 'python2-virtualenv' 
'python-objgraph'
-  'python2-objgraph' 'python-zope-interface' 
'python2-zope-interface' 'python-dnspython'
-  'python2-dnspython' 'python-requests' 'python2-requests' 
'python-zope-event'
-  'python2-zope-event' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz";)
-sha512sums=('cef6efadf0a3ce079dd05b7866ac995a8ad05281dbaab17ea02b100d69f95d5f5b2632bcbe6582df4271327741e2dc1924468eef7f1b5f175b88dd0f4e346deb')
-
-prepare() {
-  sed -e 's/C.UTF-8/en_US.UTF-8/' -e '/@which/d' -i gevent-$pkgver/Makefile
-
-  cp -a gevent-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/gevent-$pkgver
-
-  EMBED=1 \
-  CYTHON=cython \
-  PYTHON=python \
-  python setup.py build
-
-  cd "$srcdir"/gevent-$pkgver-py2
-
-  EMBED=1 \
-  CYTHON=cython2 \
-  PYTHON=python2 \
-  python2 setup.py build
-}
-
-check() {
-  (
-cd "$srcdir"/gevent-$pkgver
-pyvenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python3.6/site-packages"
-python setup.py install
-make bench alltest
-  ) || warning "Tests failed"
-
-  (
-cd "$srcdir"/gevent-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-export PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages"
-python setup.py install
-PYTHON=python2 make bench alltest
-  ) || warning "Tests failed"
-}
-
-package_python-gevent() {
-  depends=('python-greenlet')
-
-  cd gevent-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-gevent() {
-  depends=('python2-greenlet')
-
-  cd gevent-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-gevent/repos/community-x86_64/PKGBUILD (from rev 344204, 
python-gevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 13:12:59 UTC (rev 344205)
@@ -0,0 +1,78 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.3.4
+pkgrel=1
+arch=('x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/";
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2')
+checkdepends=('lsof' 'python-perf' 'python2-perf' 'python2-virtualenv' 
'python-objgraph'
+  'python2-objgraph' 'python-zope-interface' 
'python2-zope-interface' 'python-dnspython'
+  'python2-dnspython' 'python-requests' 'python2-requests' 
'python-zope-event'
+  'python2-zope-event' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz";)
+sha512sums=('9a02dc978a739c38858f2aa8edb6dd9dd9b8a738a65962874efe7b9f7bcf97dc883856f40866d090f64f00883f84f4267732a3b3d380482379977cf71c911b77')
+
+prepare() {
+  sed -e 's/C.UTF-8/en_US.UTF-8/' -e '/@which/d' -i gevent-$pkgver/Makefile
+
+  cp -a gevent-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent-$pkgver
+
+  EMBED=1 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-$pkgver-py2
+
+  EMBED=1 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  (
+cd "$srcdir"/gevent-$pkgver
+pyvenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+export PYTHONPATH="$PYTHONPATH:/usr/lib/python3

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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 14:59:35
  Author: arojas
Revision: 327331

Add HEIF support

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 13:06:30 UTC (rev 327330)
+++ PKGBUILD2018-06-20 14:59:35 UTC (rev 327331)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
 pkgver=7.0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/";
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(custom)
 depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
 makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
+ chrpath ocl-icd glu ghostpcl ghostxps libheif)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -79,6 +79,7 @@
 package_libmagick() {
   pkgdesc+=" (library)"
   optdepends=('ghostscript: PS/PDF support'
+  'libheif: HEIF support'
   'libraw: DNG support'
   'librsvg: SVG support'
   'libwebp: WEBP support'
@@ -118,15 +119,6 @@
 
   find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
 
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-#_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-#echo $_perlver_min $_perlver_max
-#depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
   cd $_tarname
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
 }


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 15:00:08
  Author: arojas
Revision: 327332

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  276 ++
 arch-fonts.diff |  214 -
 2 files changed, 241 insertions(+), 249 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 14:59:35 UTC (rev 327331)
+++ PKGBUILD2018-06-20 15:00:08 UTC (rev 327332)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.2
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps)
-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=('6e62397042deaef1d60d7e07b4060e9782cfaaa5db9c74d91317ee40cb7519eb'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-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 \
---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 \
---with-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 \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF 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=('!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  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 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick() {
-  depends=("libmagick=$pkgver-$pkgrel")
-  optdepends=('imagemagick-doc: manual and API docs')
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-#_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-#echo $_perlver_min $_perlver_max
-#depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-  depends=()
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/

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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 15:07:07
  Author: arojas
Revision: 327333

Add HEIF support

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 15:00:08 UTC (rev 327332)
+++ PKGBUILD2018-06-20 15:07:07 UTC (rev 327333)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
 pkgver=6.9.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/";
 arch=(x86_64)
@@ -11,7 +11,7 @@
 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)
+ chrpath ocl-icd glu ghostpcl ghostxps libheif)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -78,6 +78,7 @@
 package_libmagick6() {
   pkgdesc="${pkgdesc/)/; library)}"
   optdepends=('ghostscript: PS/PDF support'
+  'libheif: HEIF support'
   'libraw: DNG support'
   'librsvg: SVG support'
   'libwebp: WEBP support'


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 20, 2018 @ 15:07:39
  Author: arojas
Revision: 327334

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 15:07:07 UTC (rev 327333)
+++ PKGBUILD2018-06-20 15:07:39 UTC (rev 327334)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.2
-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)
-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=('c4c54bebd3cf66b192023189202df48cd84be92cf1d14bf8b6a8970bcfbc'
-'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 \
---with-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 \
---without-jbig
-  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'
-  '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
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-}
-
-package_imagemagick6() {
-  depends=("libmagick6=$pkgver-$pkgrel")
-  provides=("imagemagick=$pkgver-$pkgrel")
-  conflicts=(imagemagick)
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-# template start; name=perl-binary-module-dependency; version=1;
-#if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-#_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-#_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-#depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-#fi
-# template end;
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 327333, 
imagemagick6/trunk/PKGBUILD)

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

2018-06-20 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 20, 2018 @ 15:25:00
  Author: alucryd
Revision: 344206

upgpkg: granite 5.0-1

Modified:
  granite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 13:12:59 UTC (rev 344205)
+++ PKGBUILD2018-06-20 15:25:00 UTC (rev 344206)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
 
 pkgname=granite
-pkgver=0.5
+pkgver=5.0
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=('x86_64')
@@ -10,11 +10,11 @@
 url='https://github.com/elementary/granite'
 license=('LGPL3')
 groups=('pantheon')
-depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee' 'pango')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libgee' 'pango')
 makedepends=('cmake' 'gobject-introspection' 'vala')
 provides=('libgranite.so')
 
source=("granite-${pkgver}.tar.gz::https://github.com/elementary/granite/archive/${pkgver}.tar.gz";)
-sha256sums=('cc4905ae70fddeba3d2ded44bb642be77d419aa090251a7ab24c155b8616be06')
+sha256sums=('62dd9a8ddef61d42bb77fdc6626e235d3129bd438533a1575652f7a15fd186c8')
 
 prepare() {
   if [[ -d build ]]; then


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

2018-06-20 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 20, 2018 @ 15:25:19
  Author: alucryd
Revision: 344207

archrelease: copy trunk to community-staging-x86_64

Added:
  granite/repos/community-staging-x86_64/
  granite/repos/community-staging-x86_64/PKGBUILD
(from rev 344206, granite/trunk/PKGBUILD)

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

Copied: granite/repos/community-staging-x86_64/PKGBUILD (from rev 344206, 
granite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-20 15:25:19 UTC (rev 344207)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=5.0
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=('x86_64')
+url='https://github.com/elementary/granite'
+license=('LGPL3')
+groups=('pantheon')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libgee' 'pango')
+makedepends=('cmake' 'gobject-introspection' 'vala')
+provides=('libgranite.so')
+source=("granite-${pkgver}.tar.gz::https://github.com/elementary/granite/archive/${pkgver}.tar.gz";)
+sha256sums=('62dd9a8ddef61d42bb77fdc6626e235d3129bd438533a1575652f7a15fd186c8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../granite-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-20 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 20, 2018 @ 15:50:05
  Author: alucryd
Revision: 344208

upgpkg: pantheon-files 0.3.5.r5882.9785e68a-1

Modified:
  pantheon-files/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 15:25:19 UTC (rev 344207)
+++ PKGBUILD2018-06-20 15:50:05 UTC (rev 344208)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-files
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.3.5.r5882.9785e68a
+pkgrel=1
 pkgdesc='The Pantheon File Manager'
 arch=('x86_64')
 url='https://launchpad.net/pantheon-files'
@@ -12,15 +12,20 @@
 depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
  'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
  'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
+makedepends=('cmake' 'git' 'gnome-common' 'vala')
 optdepends=('contractor: Various context menu entries'
 'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz";)
-sha256sums=('fd58b00ea3ad835d62f248a982e508b5199b846d67c5d92bf958e85e670f8a7e')
+_commit='9785e68aa828e5a2b400a277dd70cd7eea985512'
+source=("pantheon-files::git+https://github.com/elementary/files.git#commit=${_commit}";)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd pantheon-files
+
+  echo "0.3.5.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
 prepare() {
-  cd pantheon-files-${pkgver}
-
   if [[ -d build ]]; then
 rm -rf build
   fi
@@ -28,9 +33,9 @@
 }
 
 build() {
-  cd pantheon-files-${pkgver}/build
+  cd build
 
-  cmake .. \
+  cmake ../pantheon-files \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
@@ -40,9 +45,7 @@
 }
 
 package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-06-20 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 20, 2018 @ 15:50:11
  Author: alucryd
Revision: 344209

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-files/repos/community-staging-x86_64/
  pantheon-files/repos/community-staging-x86_64/PKGBUILD
(from rev 344208, pantheon-files/trunk/PKGBUILD)

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

Copied: pantheon-files/repos/community-staging-x86_64/PKGBUILD (from rev 
344208, pantheon-files/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-20 15:50:11 UTC (rev 344209)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-files
+pkgver=0.3.5.r5882.9785e68a
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+ 'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'git' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+'tumbler: Thumbnails generation')
+_commit='9785e68aa828e5a2b400a277dd70cd7eea985512'
+source=("pantheon-files::git+https://github.com/elementary/files.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pantheon-files
+
+  echo "0.3.5.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../pantheon-files \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 16:26:09
  Author: felixonmars
Revision: 344210

upgpkg: python-keystoneauth1 3.9.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 15:50:11 UTC (rev 344209)
+++ PKGBUILD2018-06-20 16:26:09 UTC (rev 344210)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.8.0
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -21,7 +21,7 @@
   'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
   'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz";)
-sha512sums=('c4b21534f48c03ee67adc7f660e6ceec3a001ea8a9e2278c270e353ac63a897b72551c2c099eace0b67b71974ecfe8945bd836a337157f0c60d7a217dd5cefbe')
+sha512sums=('3bacada2c84a4629b948f24eb18161227713ae0ef0c8ed98f378031692159b0a97d7f7e3b3dabdbc88bdb1ae87b7c64a032f1a1e964f558f455d058acb1e360e')
 
 prepare() {
   sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Wednesday, June 20, 2018 @ 16:26:30
  Author: felixonmars
Revision: 344211

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 16:26:09 UTC (rev 344210)
+++ PKGBUILD2018-06-20 16:26:30 UTC (rev 344211)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz";)
-sha512sums=('c4b21534f48c03ee67adc7f660e6ceec3a001ea8a9e2278c270e353ac63a897b72551c2c099eace0b67b71974ecfe8945bd836a337157f0c60d7a217dd5cefbe')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 344210, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 16:26:30 UTC (rev 344211)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  'python-oslo-config' 'python2-oslo-config' '

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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 17:46:20
  Author: bisson
Revision: 327335

upstream update

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 15:07:39 UTC (rev 327334)
+++ PKGBUILD2018-06-20 17:46:20 UTC (rev 327335)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
@@ -13,7 +13,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-sha256sums=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
+sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
 
 backup=('etc/whois.conf')
 


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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 17:47:20
  Author: bisson
Revision: 327336

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 327335, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 17:46:20 UTC (rev 327335)
+++ PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-sha256sums=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 327335, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 17:52:33
  Author: eschwartz
Revision: 344213

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 17:52:15 UTC (rev 344212)
+++ PKGBUILD2018-06-20 17:52:33 UTC (rev 344213)
@@ -1,68 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgname=python-regex
-pkgver=2018.06.09
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex";
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('0201b4cb42f03842a75044a3d08b62a79114f753b33ee421182c631d9f5c81f5')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  pushd build/lib.linux-${CARCH}-3*/
-  python test_regex.py
-  popd
-
-  pushd build/lib.linux-${CARCH}-2*/
-  python2 test_regex.py
-  popd
-}
-
-package_python2-regex() {
-  depends=('python2')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-
-  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-regex() {
-  depends=('python')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-
-  sed -n '1,/^$/p' regex_3/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 344212, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 17:52:33 UTC (rev 344213)
@@ -0,0 +1,68 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2018.06.20
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex";
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('68dd3b711e30af0ae437ebf3d36d7c6f5802cb768e205beaafc6734db7549869')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  pushd build/lib.linux-${CARCH}-3*/
+  python test_regex.py
+  popd
+
+  pushd build/lib.linux-${CARCH}-2*/
+  python2 test_regex.py
+  popd
+}
+
+package_python2-regex() {
+  depends=('python2')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+
+  sed -n '1,/^$/p' regex_2/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-regex() {
+  depends=('python')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimi

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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 17:52:15
  Author: eschwartz
Revision: 344212

upgpkg: python-regex 2018.06.20-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 16:26:30 UTC (rev 344211)
+++ PKGBUILD2018-06-20 17:52:15 UTC (rev 344212)
@@ -7,7 +7,7 @@
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
 pkgname=python-regex
-pkgver=2018.06.09
+pkgver=2018.06.20
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('0201b4cb42f03842a75044a3d08b62a79114f753b33ee421182c631d9f5c81f5')
+sha256sums=('68dd3b711e30af0ae437ebf3d36d7c6f5802cb768e205beaafc6734db7549869')
 
 build() {
   cd "regex-${pkgver}"


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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 18:26:16
  Author: bisson
Revision: 327337

rebuild for gdbm-1.15.1

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
+++ PKGBUILD2018-06-20 18:26:16 UTC (rev 327337)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 18:26:42
  Author: bisson
Revision: 327338

archrelease: copy trunk to staging-x86_64

Added:
  mutt/repos/staging-x86_64/
  mutt/repos/staging-x86_64/PKGBUILD
(from rev 327337, mutt/trunk/PKGBUILD)

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

Copied: mutt/repos/staging-x86_64/PKGBUILD (from rev 327337, 
mutt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-20 18:26:42 UTC (rev 327338)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('0215b5f90ef9cc33441a6ca842379b64412ed7f8da83ed68bfaa319179f5535b'
+'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-regex \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 18:26:44
  Author: bisson
Revision: 344214

rebuild for gdbm-1.15.1

Modified:
  openipmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 17:52:33 UTC (rev 344213)
+++ PKGBUILD2018-06-20 18:26:44 UTC (rev 344214)
@@ -7,7 +7,7 @@
 pkgname=openipmi
 _pkgname=OpenIPMI
 pkgver=2.0.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
 url='http://openipmi.sourceforge.net/'
 arch=('x86_64')


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

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 18:27:08
  Author: bisson
Revision: 344215

archrelease: copy trunk to community-staging-x86_64

Added:
  openipmi/repos/community-staging-x86_64/
  openipmi/repos/community-staging-x86_64/PKGBUILD
(from rev 344214, openipmi/trunk/PKGBUILD)

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

Copied: openipmi/repos/community-staging-x86_64/PKGBUILD (from rev 344214, 
openipmi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-20 18:27:08 UTC (rev 344215)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Miguel Revilla 
+# Contributor: Massimiliano Torromeo 
+# Contributor: goodmen 
+
+pkgname=openipmi
+_pkgname=OpenIPMI
+pkgver=2.0.25
+pkgrel=2
+pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
+url='http://openipmi.sourceforge.net/'
+arch=('x86_64')
+license=('LGPL2.1')
+makedepends=('swig')
+depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('f0f1a0ec732409930b7a31a6daa6cf39b585f52059b62a5f092b7ece21aa75a5')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed \
+   -e '/Requires:/s/pthread//' \
+   -e '/Libs:/s/$/ -lpthread/' \
+   -i OpenIPMIpthread.pc.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install-exec
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/IPMI.pdf 
"${pkgdir}/usr/share/doc/${pkgname}/IPMI.pdf"
+}


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Wednesday, June 20, 2018 @ 18:45:11
  Author: heftig
Revision: 327339

0.40.7-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 18:26:42 UTC (rev 327338)
+++ PKGBUILD2018-06-20 18:45:11 UTC (rev 327339)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.40.6
+pkgver=0.40.7
 pkgrel=1
 pkgdesc="Compiler for the GObject type system"
 url="https://wiki.gnome.org/Projects/Vala";
@@ -16,8 +16,8 @@
 provides=(valadoc)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=2efef16d7e6265bc251050d22cfb4d8830706621  # tags/0.40.6^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit";)
+_commit=93c48b557866b550092d2daaa7be80acb71e0e2a  # tags/0.40.7^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Wednesday, June 20, 2018 @ 18:46:52
  Author: heftig
Revision: 327340

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 327339, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 18:45:11 UTC (rev 327339)
+++ PKGBUILD2018-06-20 18:46:52 UTC (rev 327340)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.40.6
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=2efef16d7e6265bc251050d22cfb4d8830706621  # tags/0.40.6^0
-source=("git+https://git.gnome.org/browse/vala#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 327339, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 18:46:52 UTC (rev 327340)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.40.7
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+url="https://wiki.gnome.org/Projects/Vala";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=93c48b557866b550092d2daaa7be80acb71e0e2a  # tags/0.40.7^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-20 Thread Bruno Pagani via arch-commits
Date: Wednesday, June 20, 2018 @ 19:31:44
  Author: archange
Revision: 344217

archrelease: copy trunk to community-x86_64

Added:
  paraview/repos/community-x86_64/PKGBUILD
(from rev 344216, paraview/trunk/PKGBUILD)
  paraview/repos/community-x86_64/fix-qt5.11-headers.patch
(from rev 344216, paraview/trunk/fix-qt5.11-headers.patch)
Deleted:
  paraview/repos/community-x86_64/PKGBUILD
  paraview/repos/community-x86_64/fix-qt5.11-headers.patch

--+
 PKGBUILD |  208 +++
 fix-qt5.11-headers.patch |  240 ++---
 2 files changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 19:31:32 UTC (rev 344216)
+++ PKGBUILD2018-06-20 19:31:44 UTC (rev 344217)
@@ -1,104 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Oliver Goethel 
-# Contributor: eolianoe eolianoe 
-# Contributor: George Eleftheriou 
-# Contributor: Mathias Anselmann 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Michele Mocciola 
-# Contributor: Simon Zilliken 
-# Contributor: chuckdaniels
-
-_pkg=paraview
-_mpi=openmpi
-pkgname=${_pkg}
-#-${_mpi}
-pkgver=5.5.1
-pkgrel=2
-pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
-arch=('x86_64')
-url="https://www.paraview.org";
-license=('custom')
-depends=('qt5-tools' 'qt5-x11extras' 'ospray' 'ffmpeg' 'openmpi'
- 'cgns' 'python-pygments' 'protobuf' 'pugixml'
- 'python-matplotlib' 'python-numpy' 'python-mpi4py'
- 'boost-libs' 'glew' 'expat' 'freetype2'
- 'libjpeg' 'jsoncpp' 'libxml2' 'libpng'
- 'libtiff' 'zlib' 'hdf5-openmpi' 'lz4' 'netcdf')
-#netcdf-cxx gl2ps libharu
-#python-txaio python-hyperlink
-#proj apparently not used in this VTK configuration
-makedepends=('cmake' 'boost' 'mesa' 'gcc-fortran' 'ninja' 'qt5-tools' 
'qt5-xmlpatterns')
-source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
-'fix-qt5.11-headers.patch')
-sha256sums=('559f5a0d6947b19c42aed56018ff96158886c90d58b0204b8b6e5bc0288dd65f'
-'638e3148d855e1de2ca7711f9dd1eb6ec5410e3c412d949abf2a34ef2086f0c7')
-
-prepare() {
-mkdir -p build
-cd ParaView-v${pkgver}/
-patch -p1 -i ../fix-qt5.11-headers.patch
-}
-
-build() {
-cd build
-
-# Flags to enable system libs in VTK building, as in VTK package
-# NETCDFCPP status?
-# GL2PS fails.
-# libharu blocked by https://github.com/libharu/libharu/pull/157
-# TXAIO HYPERLINK in a future VTK version
-# LIBPROJ4 apparently not used in this VTK configuration
-local VTK_USE_SYSTEM_LIB=""
-for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 MPI4PY JSONCPP GLEW 
HDF5 LZ4 NETCDF
-do
-VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
-done
-# Specific system libs for ParaView version
-for lib in CGNS PUGIXML PROTOBUF PYGMENTS 
-do
-VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
-done
-
-cmake ../ParaView-v${pkgver} \
--DBUILD_DOCUMENTATION=OFF \
--DBUILD_EXAMPLES=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_COMPILER=mpicc \
--DCMAKE_CXX_COMPILER=mpicxx \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOSPRAY_INSTALL_DIR=/usr \
--DPARAVIEW_ENABLE_FFMPEG=ON \
--DPARAVIEW_ENABLE_MATPLOTLIB=ON \
--DPARAVIEW_ENABLE_PYTHON=ON \
--DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
--DPARAVIEW_QT_VERSION=5 \
--DPARAVIEW_USE_MPI=ON \
--DPARAVIEW_USE_VISITBRIDGE=ON \
--DPARAVIEW_USE_OSPRAY=ON \
--DVISIT_BUILD_READER_CGNS=ON \
--DVTK_PYTHON_FULL_THREADSAFE=ON \
--DVTK_PYTHON_VERSION=3 \
--DVTK_QT_VERSION=5 \
--DVTK_RENDERING_BACKEND=OpenGL2 \
--DVTK_SMP_IMPLEMENTATION_TYPE=OpenMP \
-${VTK_USE_SYSTEM_LIB} \
--GNinja
-
-ninja ${MAKEFLAGS}
-}
-
-package() {
-cd build
-
-DESTDIR="${pkgdir}" ninja install
-
-# Install license
-install -Dm644 "${srcdir}"/ParaView-v${pkgver}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/paraview/LICENSE
-
-# Remove IceT man pages to avoid conflicts
-rm -- "${pkgdir}"/usr/share/man/man3/icet*.3
-rmdir "${pkgdir}"/usr/share/man/{man3/,}
-}

Copied: paraview/repos/community-x86_64/PKGBUILD (from rev 344216, 
paraview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 19:31:44 UTC (rev 344217)
@@ -0,0 +1,104 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Oliver Goethel 
+# Contributor: eolianoe eolianoe 
+# Contributor: George Eleftheriou 
+# Contributor: Mathias Anselmann 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thom

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

2018-06-20 Thread Bruno Pagani via arch-commits
Date: Wednesday, June 20, 2018 @ 19:31:32
  Author: archange
Revision: 344216

upgpkg: paraview 5.5.2-1

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 18:27:08 UTC (rev 344215)
+++ PKGBUILD2018-06-20 19:31:32 UTC (rev 344216)
@@ -13,8 +13,8 @@
 _mpi=openmpi
 pkgname=${_pkg}
 #-${_mpi}
-pkgver=5.5.1
-pkgrel=2
+pkgver=5.5.2
+pkgrel=1
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=('x86_64')
 url="https://www.paraview.org";
@@ -31,7 +31,7 @@
 makedepends=('cmake' 'boost' 'mesa' 'gcc-fortran' 'ninja' 'qt5-tools' 
'qt5-xmlpatterns')
 source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
 'fix-qt5.11-headers.patch')
-sha256sums=('559f5a0d6947b19c42aed56018ff96158886c90d58b0204b8b6e5bc0288dd65f'
+sha256sums=('4b9d186bac59e412ae09cae49c3ec3ec59803c25f63e89f92efe07b05dc1b896'
 '638e3148d855e1de2ca7711f9dd1eb6ec5410e3c412d949abf2a34ef2086f0c7')
 
 prepare() {


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

2018-06-20 Thread Christian Hesse via arch-commits
Date: Wednesday, June 20, 2018 @ 19:36:15
  Author: eworm
Revision: 344218

upgpkg: wireguard 0.0.20180620-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 19:31:44 UTC (rev 344217)
+++ PKGBUILD2018-06-20 19:36:15 UTC (rev 344218)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180613
+pkgver=0.0.20180620
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('c120cdedc3967dcb4ad5c1c7eadd2a1b04ef5dbf2fe60cc8e7c0db337bcda7dc')
+sha256sums=('b4db98ea751c8e667454f98ea1c15d704a784fe1bc093b03bd64575418a7c242')
 
 prepare() {
cd WireGuard-${pkgver}/


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

2018-06-20 Thread Christian Hesse via arch-commits
Date: Wednesday, June 20, 2018 @ 19:36:23
  Author: eworm
Revision: 344219

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 19:36:15 UTC (rev 344218)
+++ PKGBUILD2018-06-20 19:36:23 UTC (rev 344219)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180613
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('c120cdedc3967dcb4ad5c1c7eadd2a1b04ef5dbf2fe60cc8e7c0db337bcda7dc')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

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


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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 21:51:13
  Author: eschwartz
Revision: 344233

archrelease: copy trunk to community-x86_64

Added:
  keybase/repos/community-x86_64/PKGBUILD
(from rev 344232, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 21:50:55 UTC (rev 344232)
+++ PKGBUILD2018-06-20 21:51:13 UTC (rev 344233)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Eli Schwartz 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=2.0.0
-pkgrel=1
-arch=('x86_64')
-url='https://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go-pie')
-optdepends=('kbfs: for the fuse-based fileystem and the encryption subcommand')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz";)
-sha512sums=('46da587cd7ceffc67a9d78a8563f1e33364f6d162dd7588ec1a25357819e159613937d2ba16115477b4fc89e8e9aac2cd47b7ab83966f683c42c5965420f8076')
-
-prepare() {
-  cd client-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/client
-}
-
-build() {
-  cd client-$pkgver/go/keybase
-
-  export GOPATH="$srcdir/.gopath"
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
-  go build -a -tags production -o ../bin/keybase 
github.com/keybase/client/go/keybase
-  go build -a -tags production -o ../bin/kbnm github.com/keybase/client/go/kbnm
-}
-
-package() {
-  cd client-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin/ go/bin/*
-
-  # native messaging whitelists
-  KBNM_INSTALL_ROOT=1 KBNM_INSTALL_OVERLAY="$pkgdir" "$pkgdir/usr/bin/kbnm" 
install
-  # systemd activation
-  install -Dm644 packaging/linux/systemd/keybase.service 
"$pkgdir"/usr/lib/systemd/user/keybase.service
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 344232, 
keybase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 21:51:13 UTC (rev 344233)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Eli Schwartz 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=2.1.0
+pkgrel=1
+arch=('x86_64')
+url='https://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go-pie')
+optdepends=('kbfs: for the fuse-based fileystem and the encryption subcommand')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz";)
+sha512sums=('0d71a22b5f56442fdc03848f831487da097dc817bfcacfb5a8eea1a9a13e87d231619216b6bab61862de71289373977c4c8d345518152137c8804005bf20e3e4')
+
+prepare() {
+  cd client-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/client
+}
+
+build() {
+  cd client-$pkgver/go/keybase
+
+  export GOPATH="$srcdir/.gopath"
+  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
+  go build -a -tags production -o ../bin/keybase 
github.com/keybase/client/go/keybase
+  go build -a -tags production -o ../bin/kbnm github.com/keybase/client/go/kbnm
+}
+
+package() {
+  cd client-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin/ go/bin/*
+
+  # native messaging whitelists
+  KBNM_INSTALL_ROOT=1 KBNM_INSTALL_OVERLAY="$pkgdir" "$pkgdir/usr/bin/kbnm" 
install
+  # systemd activation
+  install -Dm644 packaging/linux/systemd/keybase.service 
"$pkgdir"/usr/lib/systemd/user/keybase.service
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 21:50:55
  Author: eschwartz
Revision: 344232

upgpkg: keybase 2.1.0-1

upstream release

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 21:37:08 UTC (rev 344231)
+++ PKGBUILD2018-06-20 21:50:55 UTC (rev 344232)
@@ -5,7 +5,7 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 arch=('x86_64')
 url='https://keybase.io/'
@@ -14,7 +14,7 @@
 makedepends=('go-pie')
 optdepends=('kbfs: for the fuse-based fileystem and the encryption subcommand')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz";)
-sha512sums=('46da587cd7ceffc67a9d78a8563f1e33364f6d162dd7588ec1a25357819e159613937d2ba16115477b4fc89e8e9aac2cd47b7ab83966f683c42c5965420f8076')
+sha512sums=('0d71a22b5f56442fdc03848f831487da097dc817bfcacfb5a8eea1a9a13e87d231619216b6bab61862de71289373977c4c8d345518152137c8804005bf20e3e4')
 
 prepare() {
   cd client-$pkgver


[arch-commits] Commit in libwacom/repos/extra-x86_64 (3 files)

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 21:53:25
  Author: jgc
Revision: 327381

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 327380, libwacom/trunk/PKGBUILD)
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD
  libwacom/repos/extra-x86_64/fix-pairedid-entry.patch

--+
 PKGBUILD |   78 ++---
 fix-pairedid-entry.patch |   43 
 2 files changed, 39 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 21:53:21 UTC (rev 327380)
+++ PKGBUILD2018-06-20 21:53:25 UTC (rev 327381)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=0.29
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64')
-url="https://github.com/linuxwacom/libwacom/wiki";
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-makedepends=('libxml2')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('6782d32af328bc984d7c4f65062f04a9172d342c'
-  'SKIP')
-sha256sums=('9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  cd tools
-  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
-  
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 327380, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 21:53:25 UTC (rev 327381)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=0.30
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64')
+url="https://github.com/linuxwacom/libwacom/wiki";
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('f1f75093309a792343872835865573206a0f2ef0'
+  'SKIP')
+sha256sums=('523408680514c0f01052e478503d8e89f86d72ddc7129fdd63988c221c492259'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  cd tools
+  ./generate-udev-rules > ${pkgdir}/usr/lib/udev/rules.d/65-libwacom.rules
+  
+}

Deleted: fix-pairedid-entry.patch
===
--- fix-pairedid-entry.patch2018-06-20 21:53:21 UTC (rev 327380)
+++ fix-pairedid-entry.patch2018-06-20 21:53:25 UTC (rev 327381)
@@ -1,43 +0,0 @@
-From 007c25052bf20adc1f5311c3e5668f6f343ac18b Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Tue, 13 Feb 2018 15:01:40 +1000
-Subject: [PATCH] data: fix PairedID entry for the DTH-2452
-
-Missing the 'usb' prefix which wasn't caught by the test suite. Add the entry
-to libwacom_compare() to make sure this doesn't happen again.
-
-Signed-off-by: Peter Hutterer 

- data/dth-2452.tablet | 2 +-
- libwacom/libwacom.c  | 5 +
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/data/dth-2452.tablet b/data/dth-2452.tablet
-index 12309db..54f8191 100644
 a/data/dth-2452.tablet
-+++ b/data/dth-2452.tablet
-@@ -16,7 +16,7 @@
- [Device]
- Name=Wacom DTH2452
- DeviceMatch=usb:056a:037d
--PairedID=056a:037e
-+PairedID=usb:056a:037e
- Class=PenDisplay
- Width=20
- Height=12
-diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
-index 3daff81..b813d5e 100644
 a/libwacom/libwacom.c
-+++ b/libwacom/libwacom.c
-@@ -460,6 +460,11 @@ libwacom_compare(const WacomDevice *a, const WacomDevice 
*b, WacomCompareFlags f
-   if (memcmp(a->button_codes, b->button_codes, sizeof(int) * 
a->num_buttons) != 0)
-   return 1;
- 
-+  if ((a->paired == NULL && b->paired != NULL) ||
-+  (a->paired != NULL && b->paired == NULL) ||
-+  (a->paired && b->paired && strcmp(a->paired->match, 
b->paired->match) != 0))
-+  return 1;
-+
-   if ((flags & WCOMPARE_MATCHES) && compare_matches(a, b) != 0)
-   return 1;
-   else if (strcmp(a->matches[a->match]->match, 
b->m

[arch-commits] Commit in libwacom/trunk (PKGBUILD fix-pairedid-entry.patch)

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 21:53:21
  Author: jgc
Revision: 327380

upgpkg: libwacom 0.30-1

Modified:
  libwacom/trunk/PKGBUILD
Deleted:
  libwacom/trunk/fix-pairedid-entry.patch

--+
 PKGBUILD |8 
 fix-pairedid-entry.patch |   43 ---
 2 files changed, 4 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 21:36:48 UTC (rev 327379)
+++ PKGBUILD2018-06-20 21:53:21 UTC (rev 327380)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=0.29
+pkgver=0.30
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
@@ -11,10 +11,10 @@
 depends=('glib2' 'systemd' 'libgudev')
 makedepends=('libxml2')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('6782d32af328bc984d7c4f65062f04a9172d342c'
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('f1f75093309a792343872835865573206a0f2ef0'
   'SKIP')
-sha256sums=('9cea00e68ddf342c3f749f6628d33fd3646f1937d7c57053ec6c5728d9a333b6'
+sha256sums=('523408680514c0f01052e478503d8e89f86d72ddc7129fdd63988c221c492259'
 'SKIP')
 
 build() {

Deleted: fix-pairedid-entry.patch
===
--- fix-pairedid-entry.patch2018-06-20 21:36:48 UTC (rev 327379)
+++ fix-pairedid-entry.patch2018-06-20 21:53:21 UTC (rev 327380)
@@ -1,43 +0,0 @@
-From 007c25052bf20adc1f5311c3e5668f6f343ac18b Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Tue, 13 Feb 2018 15:01:40 +1000
-Subject: [PATCH] data: fix PairedID entry for the DTH-2452
-
-Missing the 'usb' prefix which wasn't caught by the test suite. Add the entry
-to libwacom_compare() to make sure this doesn't happen again.
-
-Signed-off-by: Peter Hutterer 

- data/dth-2452.tablet | 2 +-
- libwacom/libwacom.c  | 5 +
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/data/dth-2452.tablet b/data/dth-2452.tablet
-index 12309db..54f8191 100644
 a/data/dth-2452.tablet
-+++ b/data/dth-2452.tablet
-@@ -16,7 +16,7 @@
- [Device]
- Name=Wacom DTH2452
- DeviceMatch=usb:056a:037d
--PairedID=056a:037e
-+PairedID=usb:056a:037e
- Class=PenDisplay
- Width=20
- Height=12
-diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
-index 3daff81..b813d5e 100644
 a/libwacom/libwacom.c
-+++ b/libwacom/libwacom.c
-@@ -460,6 +460,11 @@ libwacom_compare(const WacomDevice *a, const WacomDevice 
*b, WacomCompareFlags f
-   if (memcmp(a->button_codes, b->button_codes, sizeof(int) * 
a->num_buttons) != 0)
-   return 1;
- 
-+  if ((a->paired == NULL && b->paired != NULL) ||
-+  (a->paired != NULL && b->paired == NULL) ||
-+  (a->paired && b->paired && strcmp(a->paired->match, 
b->paired->match) != 0))
-+  return 1;
-+
-   if ((flags & WCOMPARE_MATCHES) && compare_matches(a, b) != 0)
-   return 1;
-   else if (strcmp(a->matches[a->match]->match, 
b->matches[b->match]->match) != 0)


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

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 22:16:33
  Author: jgc
Revision: 327382

upgpkg: gnumeric 1.12.41-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 21:53:25 UTC (rev 327381)
+++ PKGBUILD2018-06-20 22:16:33 UTC (rev 327382)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.40
+pkgver=1.12.41
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'
 'yelp: for viewing the help manual')
-_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
+_commit=cdf8dd9007db99eff221e194b20ca637b0eef783  # tags/GNUMERIC_1_12_41^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit";
 revert-warnings.patch)
 sha256sums=('SKIP'


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

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 22:16:37
  Author: jgc
Revision: 327383

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 327382, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 327382, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |  102 
 revert-warnings.patch |   22 +-
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 22:16:33 UTC (rev 327382)
+++ PKGBUILD2018-06-20 22:16:37 UTC (rev 327383)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.40
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="http://www.gnome.org/projects/gnumeric/";
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
-source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit";
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 327382, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 22:16:37 UTC (rev 327383)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.41
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="http://www.gnome.org/projects/gnumeric/";
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=cdf8dd9007db99eff221e194b20ca637b0eef783  # tags/GNUMERIC_1_12_41^0
+source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit";
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2018-06-20 22:16:33 UTC (rev 327382)
+++ revert-warnings.patch   2018-06-20 22:16:37 UTC (rev 327383)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=mis

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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 22:18:24
  Author: eschwartz
Revision: 344234

upgpkg: kbfs 2.1.0-1

upstream release

Modified:
  kbfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 21:51:13 UTC (rev 344233)
+++ PKGBUILD2018-06-20 22:18:24 UTC (rev 344234)
@@ -4,7 +4,7 @@
 # Contributor: Michael Hansen 
 
 pkgname=kbfs
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="The Keybase filesystem"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fuse' 'keybase')
 makedepends=('go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz";)
-sha512sums=('ee43f890723dcd0f2ec95981334a55fe42e27d1224f0058c8fd78c337b7097c6c5af0d798bcee37fe381e9ef1ad188fce5ce6a23ecfd9293d61378932635582b')
+sha512sums=('04dd058e97c85d5188cc61a56cc4a4468ec1d4d6b2f65cbe0edb88cec2864cef3525e6f48729761a2cc6fa79559794e5a3fd9663cb31dcaaaeff90a32f2a211a')
 
 prepare() {
   cd kbfs-$pkgver


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

2018-06-20 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 20, 2018 @ 22:18:43
  Author: eschwartz
Revision: 344235

archrelease: copy trunk to community-x86_64

Added:
  kbfs/repos/community-x86_64/PKGBUILD
(from rev 344234, kbfs/trunk/PKGBUILD)
Deleted:
  kbfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 22:18:24 UTC (rev 344234)
+++ PKGBUILD2018-06-20 22:18:43 UTC (rev 344235)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=kbfs
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="The Keybase filesystem"
-arch=('x86_64')
-url="https://keybase.io/docs/kbfs";
-license=('BSD')
-depends=('fuse' 'keybase')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz";)
-sha512sums=('ee43f890723dcd0f2ec95981334a55fe42e27d1224f0058c8fd78c337b7097c6c5af0d798bcee37fe381e9ef1ad188fce5ce6a23ecfd9293d61378932635582b')
-
-prepare() {
-  cd kbfs-$pkgver
-
-  export GOPATH="$srcdir/.gopath"
-  mkdir -p "$GOPATH"/src/github.com/keybase
-  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
-}
-
-build() {
-  cd kbfs-$pkgver
-  export GOPATH="$srcdir/.gopath"
-  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
-  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
-}
-
-package() {
-  cd kbfs-$pkgver/
-
-  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
-}

Copied: kbfs/repos/community-x86_64/PKGBUILD (from rev 344234, 
kbfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 22:18:43 UTC (rev 344235)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=kbfs
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="The Keybase filesystem"
+arch=('x86_64')
+url="https://keybase.io/docs/kbfs";
+license=('BSD')
+depends=('fuse' 'keybase')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz";)
+sha512sums=('04dd058e97c85d5188cc61a56cc4a4468ec1d4d6b2f65cbe0edb88cec2864cef3525e6f48729761a2cc6fa79559794e5a3fd9663cb31dcaaaeff90a32f2a211a')
+
+prepare() {
+  cd kbfs-$pkgver
+
+  export GOPATH="$srcdir/.gopath"
+  mkdir -p "$GOPATH"/src/github.com/keybase
+  ln -sf "$PWD" "$GOPATH"/src/github.com/keybase/kbfs
+}
+
+build() {
+  cd kbfs-$pkgver
+  export GOPATH="$srcdir/.gopath"
+  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
+  go build -a -tags production -o bin/git-remote-keybase 
github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+}
+
+package() {
+  cd kbfs-$pkgver/
+
+  install -Dm755 -t "${pkgdir}"/usr/bin/ bin/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 packaging/linux/systemd/kbfs.service 
"$pkgdir"/usr/lib/systemd/user/kbfs.service
+}


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

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 22:37:48
  Author: jgc
Revision: 327384

upgpkg: dbus-python 1.2.8-1

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 22:16:37 UTC (rev 327383)
+++ PKGBUILD2018-06-20 22:37:48 UTC (rev 327384)
@@ -3,7 +3,7 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.6
+pkgver=1.2.8
 pkgrel=1
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings";
@@ -10,9 +10,9 @@
 arch=(x86_64)
 license=('GPL' 'LGPL')
 depends=('dbus' 'glib2')
-makedepends=('docutils' 'python' 'python2' 'autoconf-archive')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
 
source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('32f29c17172cdb9cb61c68b1f1a71dfe7351506fc830869029c47449bd04faeb'
+sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
 'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
 
@@ -51,7 +51,7 @@
   cd build-python3
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/share"
   rm -r "${pkgdir}/usr/include"
   rm -r "${pkgdir}/usr/lib/pkgconfig"
 }
@@ -66,7 +66,7 @@
   cd build-python2
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/share"
   rm -r "${pkgdir}/usr/include"
   rm -r "${pkgdir}/usr/lib/pkgconfig"
 }


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

2018-06-20 Thread Jan de Groot via arch-commits
Date: Wednesday, June 20, 2018 @ 22:37:54
  Author: jgc
Revision: 327385

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 22:37:48 UTC (rev 327384)
+++ PKGBUILD2018-06-20 22:37:54 UTC (rev 327385)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="Python bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings";
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2')
-makedepends=('docutils' 'python' 'python2' 'autoconf-archive')
-source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('32f29c17172cdb9cb61c68b1f1a71dfe7351506fc830869029c47449bd04faeb'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  depends=()
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends+=('python-dbus-common' 'python')
-  pkgdesc="Python 3.6 bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python 2.7 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/extra-x86_64/PKGBUILD (from rev 327384, 
dbus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 22:37:54 UTC (rev 327385)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings";
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
+source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
+'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  depends=()
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends+=('python-dbus-common' 'python')
+  pkgdesc="Python 3.6 bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends+=('python-dbus-common' 'python2')
+  pkgdesc="Python 2.7 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:13:11
  Author: felixonmars
Revision: 344236

upgpkg: python-cliff 2.12.1-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 22:18:43 UTC (rev 344235)
+++ PKGBUILD2018-06-21 03:13:11 UTC (rev 344236)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cliff
 pkgname=(python-cliff python2-cliff)
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-testscenarios' 'python2-testscenarios')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz";)
-sha512sums=('3f94e7f50018dbcd4d6bd7ea14d1ffbe25138a1d479ec9da4a1219013c39c0b8aa93909ec92251acb3f30f5b854025cf4801cc758d4af8d87892fd9af9983a3f')
+sha512sums=('5fe76ea3f5922c26388e27f40916192fb6c7b933badced468866313d8e4545aa1677c995fb1fb9e3c73b6f498e2f14886e07586d51eea46dfcf0ac867b5d')
 
 prepare() {
   cp -a cliff-$pkgver{,-py2}


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:13:55
  Author: felixonmars
Revision: 344237

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 03:13:11 UTC (rev 344236)
+++ PKGBUILD2018-06-21 03:13:55 UTC (rev 344237)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cliff
-pkgname=(python-cliff python2-cliff)
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="http://docs.openstack.org/developer/cliff";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
- 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
- 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
-  'python-testscenarios' 'python2-testscenarios')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz";)
-sha512sums=('3f94e7f50018dbcd4d6bd7ea14d1ffbe25138a1d479ec9da4a1219013c39c0b8aa93909ec92251acb3f30f5b854025cf4801cc758d4af8d87892fd9af9983a3f')
-
-prepare() {
-  cp -a cliff-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cliff() {
-  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
-   'python-stevedore' 'python-yaml')
-
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cliff() {
-  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
-   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 344236, 
python-cliff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 03:13:55 UTC (rev 344237)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
+  'python-testscenarios' 'python2-testscenarios')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz";)
+sha512sums=('5fe76ea3f5922c26388e27f40916192fb6c7b933badced468866313d8e4545aa1677c995fb1fb9e3c73b6f498e2f14886e07586d51eea46dfcf0ac867b5d')
+
+prepare() {
+  cp -a cliff-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cliff() {
+  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+   'python-stevedore' 'python-yaml')
+
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cliff() {
+  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
+   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  python

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

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:19:08
  Author: felixonmars
Revision: 344238

upgpkg: haskell-turtle 1.5.9-1

rebuild with turtle 1.5.9

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 03:13:55 UTC (rev 344237)
+++ PKGBUILD2018-06-21 03:19:08 UTC (rev 344238)
@@ -4,8 +4,8 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.5.8
-pkgrel=19
+pkgver=1.5.9
+pkgrel=1
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library";
 license=('custom:BSD3')
@@ -16,7 +16,7 @@
  'haskell-temporary' 'haskell-unix-compat')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('22da53b23a1af0c8aaa9bb78921d61cd98e5ddad210a4274047701f7d3077f4618dbda922525eeed238d0867d67547c1176ebd9939cc865ad7e064822683c6a4')
+sha512sums=('be7fff885378a904e4b896b132665da375e36515400bbae6a5ac710563c48e7754053d2180f7e4bf6e297d29afcd1c22977c80cc8bfea3985cc4bd741e2b6c05')
 
 prepare() {
 sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs


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

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:19:26
  Author: felixonmars
Revision: 344239

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-turtle/repos/community-staging-x86_64/
  haskell-turtle/repos/community-staging-x86_64/PKGBUILD
(from rev 344238, haskell-turtle/trunk/PKGBUILD)

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

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
344238, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-21 03:19:26 UTC (rev 344239)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.9
+pkgrel=1
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('be7fff885378a904e4b896b132665da375e36515400bbae6a5ac710563c48e7754053d2180f7e4bf6e297d29afcd1c22977c80cc8bfea3985cc4bd741e2b6c05')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_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
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_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 nodejs/repos/community-x86_64 (4 files)

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:24:52
  Author: felixonmars
Revision: 344242

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 344241, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 344241, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |2 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 03:24:33 UTC (rev 344241)
+++ PKGBUILD2018-06-21 03:24:52 UTC (rev 344242)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=10.4.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";)
-sha512sums=('e0ad419a2d482f8e3c03a4a9ff89d6ba310b315003188619d1d2e36626dfa66a86172fc6c80bdc8fb1449c9baf093201b12480ad39847c0b7d40235eb82652ab')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 344241, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 03:24:52 UTC (rev 344242)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=10.5.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";)
+sha512sums=('8e1115b419eba8221f2cc7184c8a927eb2cc9f07dceaca49c409d262f1c2d419525f217a183e040eb39f1f06c50432c080999d798cc485ac6622297fbe1c3cf0')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
==

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

2018-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 21, 2018 @ 03:24:33
  Author: felixonmars
Revision: 344241

upgpkg: nodejs 10.5.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 03:19:54 UTC (rev 344240)
+++ PKGBUILD2018-06-21 03:24:33 UTC (rev 344241)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=10.4.1
+pkgver=10.5.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz";)
-sha512sums=('e0ad419a2d482f8e3c03a4a9ff89d6ba310b315003188619d1d2e36626dfa66a86172fc6c80bdc8fb1449c9baf093201b12480ad39847c0b7d40235eb82652ab')
+sha512sums=('8e1115b419eba8221f2cc7184c8a927eb2cc9f07dceaca49c409d262f1c2d419525f217a183e040eb39f1f06c50432c080999d798cc485ac6622297fbe1c3cf0')
 
 prepare() {
   cd node-$pkgver


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:38:04
  Author: heftig
Revision: 344243

12.0-1

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 03:24:52 UTC (rev 344242)
+++ PKGBUILD2018-06-21 04:38:04 UTC (rev 344243)
@@ -7,7 +7,7 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=11.1
+pkgver=12.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
@@ -21,7 +21,7 @@
 conflicts=(lib32-pulseaudio)
 replaces=(lib32-pulseaudio)
 options=(!emptydirs)
-_commit=f93e372b0b2cb960df04de3f0a8fbea683bb8229  # tags/v11.1^0
+_commit=43e6ef5c7b05d1013a1eb0c05db34a40c367b892  # tags/v12.0^0
 
source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:39:34
  Author: heftig
Revision: 327386

12.0-1

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 22:37:54 UTC (rev 327385)
+++ PKGBUILD2018-06-21 04:39:34 UTC (rev 327386)
@@ -5,19 +5,19 @@
 # Contributor: William Rea 
 
 pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
+pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=11.1
+pkgver=12.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
 license=(GPL)
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
+ speexdsp tdb systemd dbus avahi bluez bluez-libs intltool 
jack2-dbus sbc
  lirc openssl fftw orc gtk3 webrtc-audio-processing
  check autoconf-archive git)
 options=(!emptydirs)
-_commit=f93e372b0b2cb960df04de3f0a8fbea683bb8229  # tags/v11.1^0
+_commit=43e6ef5c7b05d1013a1eb0c05db34a40c367b892  # tags/v12.0^0
 
source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -60,7 +60,7 @@
   optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0')
+  replaces=('pulseaudio-xen<=9.0' 'pulseaudio-gconf<=11.1')
 
   cd pulseaudio
 
@@ -125,14 +125,9 @@
 
 ### Split modules
 
-  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
-   "$srcdir"/{gconf/usr/lib/pulse,equalizer/usr/bin}
+  mkdir -p 
"$srcdir"/{zeroconf,lirc,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
+   "$srcdir"/equalizer/usr/bin
 
-  mv usr/lib/pulse-$_pulsever/modules/module-gconf.so \
- "$srcdir/gconf/usr/lib/pulse-$_pulsever/modules"
-  mv usr/lib/pulse/gconf-helper \
- "$srcdir/gconf/usr/lib/pulse"
-
   mv 
usr/lib/pulse-$_pulsever/modules/{libavahi-wrap,module-{zeroconf-{publish,discover},raop-discover}}.so
 \
  "$srcdir/zeroconf/usr/lib/pulse-$_pulsever/modules"
 
@@ -160,13 +155,6 @@
   mv "$srcdir"/libpulse/* "$pkgdir"
 }
 
-package_pulseaudio-gconf(){
-  pkgdesc="GConf support for PulseAudio"
-  depends=("pulseaudio=$pkgver-$pkgrel" gconf)
-
-  mv "$srcdir"/gconf/* "$pkgdir"
-}
-
 package_pulseaudio-zeroconf(){
   pkgdesc="Zeroconf support for PulseAudio"
   depends=("pulseaudio=$pkgver-$pkgrel" avahi openssl)
@@ -197,8 +185,7 @@
 
 package_pulseaudio-equalizer(){
   pkgdesc="Equalizer for PulseAudio"
-  depends=("pulseaudio=$pkgver-$pkgrel" python-pyqt4 fftw)
-  license=(AGPL3)
+  depends=("pulseaudio=$pkgver-$pkgrel" python-pyqt5 fftw)
 
   mv "$srcdir"/equalizer/* "$pkgdir"
 }


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:43:15
  Author: heftig
Revision: 327387

0.9.10+16+g534d20a-1

Modified:
  paprefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 04:39:34 UTC (rev 327386)
+++ PKGBUILD2018-06-21 04:43:15 UTC (rev 327387)
@@ -5,18 +5,23 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=paprefs
-pkgver=0.9.10
-pkgrel=7
-pkgdesc="A simple GTK-based configuration dialog for PulseAudio"
+pkgver=0.9.10+16+g534d20a
+pkgrel=1
+pkgdesc="Configuration dialog for PulseAudio"
 arch=(x86_64)
-url="http://0pointer.de/lennart/projects/paprefs";
-license=(GPL)
-depends=(gconfmm libglademm libsigc++ pulseaudio-gconf)
+url="https://freedesktop.org/software/pulseaudio/paprefs/";
+license=(GPL2)
+depends=(gtkmm3 libsigc++ dbus-glib pulseaudio)
 makedepends=(intltool lynx git)
-_commit=6b50202f3f11bc5c016e41b8f0c529860a6baabb
-source=("git://anongit.freedesktop.org/pulseaudio/paprefs#commit=$_commit")
+_commit=534d20a1d738f21365b56a08f6553d1be8ca8914  # master
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/paprefs#commit=$_commit";)
 sha512sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./bootstrap.sh
@@ -24,7 +29,6 @@
 
 build() {
   cd $pkgname
-  CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr
   make
 }
@@ -32,5 +36,5 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  install -D doc/README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README
 }


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:44:24
  Author: heftig
Revision: 327388

archrelease: copy trunk to extra-x86_64

Added:
  paprefs/repos/extra-x86_64/PKGBUILD
(from rev 327387, paprefs/trunk/PKGBUILD)
Deleted:
  paprefs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 04:43:15 UTC (rev 327387)
+++ PKGBUILD2018-06-21 04:44:24 UTC (rev 327388)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-# Contributor: Daniel J Griffiths 
-
-pkgname=paprefs
-pkgver=0.9.10
-pkgrel=7
-pkgdesc="A simple GTK-based configuration dialog for PulseAudio"
-arch=(x86_64)
-url="http://0pointer.de/lennart/projects/paprefs";
-license=(GPL)
-depends=(gconfmm libglademm libsigc++ pulseaudio-gconf)
-makedepends=(intltool lynx git)
-_commit=6b50202f3f11bc5c016e41b8f0c529860a6baabb
-source=("git://anongit.freedesktop.org/pulseaudio/paprefs#commit=$_commit")
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  CXXFLAGS+=' -std=c++11'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -D doc/README "$pkgdir/usr/share/doc/$pkgname/README"
-}

Copied: paprefs/repos/extra-x86_64/PKGBUILD (from rev 327387, 
paprefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 04:44:24 UTC (rev 327388)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+# Contributor: Daniel J Griffiths 
+
+pkgname=paprefs
+pkgver=0.9.10+16+g534d20a
+pkgrel=1
+pkgdesc="Configuration dialog for PulseAudio"
+arch=(x86_64)
+url="https://freedesktop.org/software/pulseaudio/paprefs/";
+license=(GPL2)
+depends=(gtkmm3 libsigc++ dbus-glib pulseaudio)
+makedepends=(intltool lynx git)
+_commit=534d20a1d738f21365b56a08f6553d1be8ca8914  # master
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/paprefs#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README
+}


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

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:44:41
  Author: heftig
Revision: 327389

archrelease: copy trunk to extra-x86_64

Added:
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 327388, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 327388, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install

+
 PKGBUILD   |  395 ---
 pulseaudio.install |   28 +--
 2 files changed, 205 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 04:44:24 UTC (rev 327388)
+++ PKGBUILD2018-06-21 04:44:41 UTC (rev 327389)
@@ -1,204 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=11.1
-pkgrel=1
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl fftw orc gtk3 webrtc-audio-processing
- check autoconf-archive git)
-options=(!emptydirs)
-_commit=f93e372b0b2cb960df04de3f0a8fbea683bb8229  # tags/v11.1^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd pulseaudio
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-pulsedsp-location='/usr/\\$$LIB/pulseaudio' \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0')
-
-  cd pulseaudio
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  while [[ $_pulsever = *.*.* ]]; do
-_pulsever=${_pulsever%.*}
-  done
-  _pulsever=${_pulsever%%-*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-
-  # Assumes that any volume adjustment is intended by the user, who can control
-  # each app's volume. Misbehaving clients can trigger earsplitting volume
-  # jumps. App volumes can diverge wildly and cause apps without their own
-  # volume control to fall below sink volume; a sink-only volume control will
-  # suddenly be unable to make such an app loud enough.
-  sed -e '/flat-volumes/iflat-volumes = no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpulse/usr/bin"
-
-  mv usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- usr/lib/{cmake,pkgconfig} \
- "$srcdir/libpulse/usr/lib"
-
-  mv usr/lib/pulseaudio/libpulse{dsp,common-*}.so \
- "$srcdir/libpulse/usr/lib/pulseaudio"
-
-  mv usr/include \
- "$srcdir/libpulse/usr"
-
-  mv usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1 \
- "$srcdir/libpulse/usr/share/man/man1"
-
-  mv usr/share/man/man5/pulse-client.conf.5 \
- "$srcdir/libpulse/usr/share/man/man5"
-
-  mv usr/share/vala \
- "$srcdir/libpulse/usr/share"
-
-### Split modules
-
-  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
-   "$srcdir"/{gconf/usr/lib/pulse,equalizer/usr/bin}
-
-  mv usr/lib/pulse-$_pulsever/modules/module-gconf.so \
- "$srcdir/gconf/usr/

[arch-commits] Commit in lib32-libpulse/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 21, 2018 @ 04:44:05
  Author: heftig
Revision: 344244

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libpulse/repos/multilib-x86_64/PKGBUILD
(from rev 344243, lib32-libpulse/trunk/PKGBUILD)
Deleted:
  lib32-libpulse/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 04:38:04 UTC (rev 344243)
+++ PKGBUILD2018-06-21 04:44:05 UTC (rev 344244)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-_pkgbasename=libpulse
-pkgname=lib32-$_pkgbasename
-pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=11.1
-pkgrel=1
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
-license=(LGPL)
-depends=(lib32-dbus lib32-systemd lib32-glib2
- lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
- $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib intltool lib32-speexdsp lib32-gtk3 
git)
-optdepends=('lib32-alsa-plugins: ALSA support')
-provides=("lib32-pulseaudio=$pkgver")
-conflicts=(lib32-pulseaudio)
-replaces=(lib32-pulseaudio)
-options=(!emptydirs)
-_commit=f93e372b0b2cb960df04de3f0a8fbea683bb8229  # tags/v11.1^0
-source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
-sha256sums=('SKIP')
-
-_pulsever=$pkgver
-[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
-
-_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
-_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-  NOCONFIGURE=1 ./bootstrap.sh
-}
-
-build() {
-  cd pulseaudio
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---libexecdir=/usr/lib32 \
---localstatedir=/var \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src $_libs $_pkglibs
-}
-
-package() {
-  cd pulseaudio
-  make -j1 -C src DESTDIR="$pkgdir" \
-lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
-  make -j1 -C src DESTDIR="$pkgdir" \
-pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
-  make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
-}

Copied: lib32-libpulse/repos/multilib-x86_64/PKGBUILD (from rev 344243, 
lib32-libpulse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 04:44:05 UTC (rev 344244)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+_pkgbasename=libpulse
+pkgname=lib32-$_pkgbasename
+pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
+pkgver=12.0
+pkgrel=1
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/PulseAudio/";
+license=(LGPL)
+depends=(lib32-dbus lib32-systemd lib32-glib2
+ lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
+ $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-speexdsp lib32-gtk3 
git)
+optdepends=('lib32-alsa-plugins: ALSA support')
+provides=("lib32-pulseaudio=$pkgver")
+conflicts=(lib32-pulseaudio)
+replaces=(lib32-pulseaudio)
+options=(!emptydirs)
+_commit=43e6ef5c7b05d1013a1eb0c05db34a40c367b892  # tags/v12.0^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
+sha256sums=('SKIP')
+
+_pulsever=$pkgver
+[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
+
+_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
+_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
+
+pkgver() {
+  cd pulseaudio
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd pulseaudio
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C sr

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

2018-06-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 21, 2018 @ 04:53:52
  Author: foutrelis
Revision: 327391

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
(from rev 327390, exo/trunk/PKGBUILD)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 04:53:47 UTC (rev 327390)
+++ PKGBUILD2018-06-21 04:53:52 UTC (rev 327391)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('x86_64')
-url="http://www.xfce.org/";
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b7e00d8cb24e0b3472c2514736d3aaf7c46d2a4eea0e07755d64f20d8666741')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 327390, exo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 04:53:52 UTC (rev 327391)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('x86_64')
+url="http://www.xfce.org/";
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6d4b0a88c1e1d3d5ed612cbf012c7511ef67b1636f4f85caa9dc68649b7e6350')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 21, 2018 @ 04:53:47
  Author: foutrelis
Revision: 327390

upgpkg: exo 0.12.2-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 04:44:41 UTC (rev 327389)
+++ PKGBUILD2018-06-21 04:53:47 UTC (rev 327390)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=exo
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b7e00d8cb24e0b3472c2514736d3aaf7c46d2a4eea0e07755d64f20d8666741')
+sha256sums=('6d4b0a88c1e1d3d5ed612cbf012c7511ef67b1636f4f85caa9dc68649b7e6350')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 21, 2018 @ 05:02:53
  Author: foutrelis
Revision: 327392

upgpkg: xfce4-settings 4.12.4-1

New upstream release.

Modified:
  xfce4-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 04:53:52 UTC (rev 327391)
+++ PKGBUILD2018-06-21 05:02:53 UTC (rev 327392)
@@ -4,7 +4,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=xfce4-settings
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 pkgdesc="Settings manager for xfce"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 optdepends=('libcanberra: for sound control')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 default-xsettings-xml.patch)
-sha256sums=('0869a9fb29ff51e8225320ed3c621d922f1e4a99a325a3a35c3b2d7bee700ba2'
+sha256sums=('e2a04cad48bf9e951409d0c841829fa3b4ce632cd799082ef82d0506618b6f9b'
 '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 21, 2018 @ 05:02:58
  Author: foutrelis
Revision: 327393

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
(from rev 327392, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
(from rev 327392, xfce4-settings/trunk/default-xsettings-xml.patch)
Deleted:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch

-+
 PKGBUILD|  106 +-
 default-xsettings-xml.patch |   52 ++--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 05:02:53 UTC (rev 327392)
+++ PKGBUILD2018-06-21 05:02:58 UTC (rev 327393)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Corrado Primier 
-
-pkgname=xfce4-settings
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="Settings manager for xfce"
-arch=('x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
- 'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('libcanberra: for sound control')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-default-xsettings-xml.patch)
-sha256sums=('0869a9fb29ff51e8225320ed3c621d922f1e4a99a325a3a35c3b2d7bee700ba2'
-'1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Enable GNOME icon theme, Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---enable-xrandr \
---enable-xcursor \
---enable-libnotify \
---enable-libxklavier \
---enable-pluggable-dialogs \
---enable-sound-settings \
---disable-upower-glib \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-x86_64/PKGBUILD (from rev 327392, 
xfce4-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 05:02:58 UTC (rev 327393)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Corrado Primier 
+
+pkgname=xfce4-settings
+pkgver=4.12.4
+pkgrel=1
+pkgdesc="Settings manager for xfce"
+arch=('x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
+ 'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('libcanberra: for sound control')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+default-xsettings-xml.patch)
+sha256sums=('e2a04cad48bf9e951409d0c841829fa3b4ce632cd799082ef82d0506618b6f9b'
+'1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Enable GNOME icon theme, Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-xrandr \
+--enable-xcursor \
+--enable-libnotify \
+--enable-libxklavier \
+--enable-pluggable-dialogs \
+--enable-sound-settings \
+--disable-upower-glib \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: default-xsettings-xml.patch
===
--- default-xsettings-xml.patch 2018-06-21 05:02:53 UTC (rev 327392)
+++ default-xsettings-xml.patch 2018-06-21 05:02:58 UTC (rev 327393)
@@ -1,26 +0,0 @@
-diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml 
xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
 xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml   2015-02-24 
03:33:11.0 +0200
-+++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml2015-03-01 
09:52:24.376869688 +0200
-@@ -6,8 +6,8 @@
- 
- 
-   
--
--
-+
-+
- 
- 
- 
-@@ -19,9 +19,9 @@
-   
-   
- 
--
-+
- 
--
-+
- 
- 
-   

Copied: xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch (from rev 
327392, xfce4-settings/trunk/default-xsettings-xml.patch)
=

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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 06:26:45
  Author: arojas
Revision: 327395

archrelease: copy trunk to extra-x86_64

Added:
  plasma-pa/repos/extra-x86_64/PKGBUILD
(from rev 327394, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 06:26:20 UTC (rev 327394)
+++ PKGBUILD2018-06-21 06:26:45 UTC (rev 327395)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('871f02eff33389851581fa29e9ad94de3764356ecfc755a1bc471f2c60eeb362'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 327394, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 06:26:45 UTC (rev 327395)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.13.1
+pkgrel=2
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace gconf libcanberra-pulse)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('871f02eff33389851581fa29e9ad94de3764356ecfc755a1bc471f2c60eeb362'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-20 Thread Antonio Rojas via arch-commits
Date: Thursday, June 21, 2018 @ 06:26:20
  Author: arojas
Revision: 327394

Drop pulseaudio-gconf dependency (FS#59095)

Modified:
  plasma-pa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 05:02:58 UTC (rev 327393)
+++ PKGBUILD2018-06-21 06:26:20 UTC (rev 327394)
@@ -3,12 +3,12 @@
 
 pkgname=plasma-pa
 pkgver=5.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma applet for audio volume management using PulseAudio'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
+depends=(plasma-workspace gconf libcanberra-pulse)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(plasma)
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})


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

2018-06-20 Thread Evangelos Foutras via arch-commits
Date: Thursday, June 21, 2018 @ 06:29:13
  Author: foutrelis
Revision: 327396

Update patch that disables XML catalogs

Added:
  chromium/trunk/blink-disable-XML-catalogs-at-runtime.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-disable_xml_catalogs.patch

-+
 PKGBUILD|8 ++--
 blink-disable-XML-catalogs-at-runtime.patch |   47 ++
 chromium-disable_xml_catalogs.patch |   34 --
 3 files changed, 52 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 06:26:45 UTC (rev 327395)
+++ PKGBUILD2018-06-21 06:29:13 UTC (rev 327396)
@@ -26,17 +26,17 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 remove-dependency-on-ffmpeg-internals-for-start-time.patch
 x11-fix-mixup-between-DIP-pixel-coordinates.patch
+blink-disable-XML-catalogs-at-runtime.patch
 chromium-ffmpeg-r1.patch
 chromium-widevine-r2.patch
-chromium-disable_xml_catalogs.patch
 chromium-skia-harmony.patch)
 sha256sums=('5d27a72f0cb8247343034f63fdd9747ff388c05b9fceb541668dd04fb372db1d'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '2cc80f5ed8a9b42495a0f3ab3c1bae026b9081972269a1b6d407331d33f7d257'
 'e2c2754536243a60fa70541bbd4121715eccd83caa8f1fb1873bd994cd81f871'
+'98a5c41cf9687c52ee380d2b683c95387334c76254479c347bdb733646dab815'
 'aa885330bc4180b78d915f9dfdfc3210038a0acab7b16735ea9828ab6a633bde'
 '02c69bb3954087db599def7f5b6d65cf8f7cf2ed81dfbdaa4bb7b51863b4df15'
-'f9d191e89ed9b2b2641370ea0a11868409a13cad181f7b63f6007de002a1'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -87,6 +87,9 @@
   # https://crbug.com/707721
   patch -Np1 -i ../x11-fix-mixup-between-DIP-pixel-coordinates.patch
 
+  # https://crbug.com/736026
+  patch -Np1 -i ../blink-disable-XML-catalogs-at-runtime.patch
+
   # https://crbug.com/skia/6663#c10
   patch -Np4 -i ../chromium-skia-harmony.patch
 
@@ -93,7 +96,6 @@
   # Fixes from Gentoo
   patch -Np1 -i ../chromium-ffmpeg-r1.patch
   patch -Np1 -i ../chromium-widevine-r2.patch
-  patch -Np1 -i ../chromium-disable_xml_catalogs.patch
 
   # Remove compiler flags not supported by our system clang
   sed -i \

Added: blink-disable-XML-catalogs-at-runtime.patch
===
--- blink-disable-XML-catalogs-at-runtime.patch (rev 0)
+++ blink-disable-XML-catalogs-at-runtime.patch 2018-06-21 06:29:13 UTC (rev 
327396)
@@ -0,0 +1,47 @@
+From 8f0c8c8d9bce12c70ce9acb4a7474cd15c9be65b Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Wed, 20 Jun 2018 20:37:46 +
+Subject: [PATCH] blink: disable XML catalogs at runtime
+
+Chromium may optionally be built against libxml installed on the system.
+The system libxml commonly has XML catalog support enabled. Disable it
+by calling xmlCatalogSetDefaults(XML_CATA_ALLOW_NONE).
+
+Bug: https://bugs.gentoo.org/653078
+Change-Id: I069f6dcecf81168f9d31eb0efe2519197ec8e779
+Reviewed-on: https://chromium-review.googlesource.com/1103710
+Reviewed-by: Daniel Cheng 
+Commit-Queue: Scott Graham 
+Cr-Commit-Position: refs/heads/master@{#568998}
+---
+ .../blink/renderer/core/xml/parser/xml_document_parser.cc  | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc 
b/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
+index 9744de383d9a..d0539f61e4b5 100644
+--- a/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
 b/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
+@@ -28,6 +28,10 @@
+ 
+ #include 
+ #include 
++#include 
++#if defined(LIBXML_CATALOG_ENABLED)
++#include 
++#endif
+ #include 
+ 
+ #include 
+@@ -648,6 +652,9 @@ static void InitializeLibXMLIfNecessary() {
+   if (did_init)
+ return;
+ 
++#if defined(LIBXML_CATALOG_ENABLED)
++  xmlCatalogSetDefaults(XML_CATA_ALLOW_NONE);
++#endif
+   xmlInitParser();
+   xmlRegisterInputCallbacks(MatchFunc, OpenFunc, ReadFunc, CloseFunc);
+   xmlRegisterOutputCallbacks(MatchFunc, OpenFunc, WriteFunc, CloseFunc);
+-- 
+2.17.1
+

Deleted: chromium-disable_xml_catalogs.patch
===
--- chromium-disable_xml_catalogs.patch 2018-06-21 06:26:45 UTC (rev 327395)
+++ chromium-disable_xml_catalogs.patch 2018-06-21 06:29:13 UTC (rev 327396)
@@ -1,34 +0,0 @@
 a/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc
-+++ b/third_party/blink/renderer/core/xml/parser/xml_document_par