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

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 13, 2019 @ 07:30:56
  Author: bisson
Revision: 371342

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 371341, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 371341, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2019-12-13 06:12:10 UTC (rev 371341)
+++ core-any/LICENSE2019-12-13 07:30:56 UTC (rev 371342)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 371341, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2019-12-13 07:30:56 UTC (rev 371342)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2019-12-13 06:12:10 UTC (rev 371341)
+++ core-any/PKGBUILD   2019-12-13 07:30:56 UTC (rev 371342)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20191123
-_ports=service-names-port-numbers-20191123
-_protocols=protocol-numbers-20171013
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
-'LICENSE')
-sha256sums=('372620ba6bdd72080dcabb315a3d092ea4e080064565b2e3d8549c015a538480'
-'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 371341, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2019-12-13 07:30:56 UTC (rev 371342)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191212
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('f6c2a5823ffe38bffd95459ddea6360012cc6f1e8d4bd30305ac4b6ebe970aee'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protoco

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

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Friday, December 13, 2019 @ 01:57:59
  Author: demize
Revision: 537492

db-move: moved haproxy from [community-testing] to [community] (x86_64)

Added:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 537491, 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 537491, haproxy/repos/community-testing-x86_64/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 537491, haproxy/repos/community-testing-x86_64/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 537491, haproxy/repos/community-testing-x86_64/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
(from rev 537491, haproxy/repos/community-testing-x86_64/haproxy.sysusers)
Deleted:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install
  haproxy/repos/community-x86_64/haproxy.sysusers

--+
 /0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   
57 
 /PKGBUILD|   
71 ++
 /haproxy.cfg |   
49 ++
 /haproxy.install |
8 +
 /haproxy.sysusers|
1 
 community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   
57 
 community-x86_64/PKGBUILD|   
70 -
 community-x86_64/haproxy.cfg |   
49 --
 community-x86_64/haproxy.install |
8 -
 community-x86_64/haproxy.sysusers|
1 
 10 files changed, 186 insertions(+), 185 deletions(-)

Deleted: 
community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-12-12 22:49:54 UTC (rev 537491)
+++ community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-12-13 01:57:59 UTC (rev 537492)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 537491, 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch

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

2019-12-12 Thread Anatol Pomozov via arch-commits
Date: Friday, December 13, 2019 @ 00:30:55
  Author: anatolik
Revision: 371338

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 371337, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 371337, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 371337, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 371337, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  215 ++
 qemu-ga.service |9 ++
 qemu.install|8 ++
 4 files changed, 233 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 371337, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2019-12-13 00:30:55 UTC (rev 371338)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 371337, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-13 00:30:55 UTC (rev 371338)
@@ -0,0 +1,215 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=4.2.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56'
+'SKIP'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+  tidy_strip
+
+  # remove extra arch
+  for _bin in qemu-*; do
+[[ -f $_bin ]] || continue
+
+case ${_bin#qemu-} in
+  # guest agent
+  ga) rm "$_bin"; continue ;;
+
+  # tools
+  img|io|nbd) 

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

2019-12-12 Thread Anatol Pomozov via arch-commits
Date: Friday, December 13, 2019 @ 00:27:06
  Author: anatolik
Revision: 371337

upgpkg: qemu 4.2.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 23:07:51 UTC (rev 371336)
+++ PKGBUILD2019-12-13 00:27:06 UTC (rev 371337)
@@ -5,7 +5,7 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=4.1.1
+pkgver=4.2.0
 pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
@@ -17,7 +17,7 @@
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
 qemu-ga.service
 65-kvm.rules)
-sha512sums=('13c8420f74fd7f043f2dd0774b88262327d22864b3fc7b5d5e7e651fb163de03ac51483abec703cd9914511049b125165875c27566bebfd9b6482d8d2c2ff108'
+sha512sums=('2a79973c2b07c53e8c57a808ea8add7b6b2cbca96488ed5d4b669ead8c9318907dec2b6109f180fc8ca8f04c0f73a56e82b3a527b5626b799d7e849f2474ec56'
 'SKIP'
 
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
 
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')


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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 23:07:51
  Author: arojas
Revision: 371336

Remove bogus patch reference

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 22:36:07 UTC (rev 371335)
+++ PKGBUILD2019-12-12 23:07:51 UTC (rev 371336)
@@ -16,22 +16,17 @@
 'octave: Octave backend'
 'r: R backend'
 'luajit: LUA backend'
-'python: Python 3 backend'
+'python: Python backend'
 'sagemath: SageMath backend'
 'julia: Julia backend')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- cantor-no-python2.patch)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('58af0ddc0b8b731970998cdd67c926f37c5b7609019c5923f8d7724c3ac6e5c5'
-'SKIP'
-'0f9ebf80115304e1c676863b0423dfaa01b4a889bd4d69a74cc9e25b40fea8dc')
+'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-#  patch -p1 -i ../cantor-no-python2.patch # Fix build without python 2
 }
 
 build() {


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

2019-12-12 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 12, 2019 @ 22:49:13
  Author: sangy
Revision: 537490

upgpkg: git-lfs 2.9.2-1

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 22:12:48 UTC (rev 537489)
+++ PKGBUILD2019-12-12 22:49:13 UTC (rev 537490)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=git-lfs
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')


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

2019-12-12 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 12, 2019 @ 22:49:54
  Author: sangy
Revision: 537491

archrelease: copy trunk to community-x86_64

Added:
  git-lfs/repos/community-x86_64/PKGBUILD
(from rev 537490, git-lfs/trunk/PKGBUILD)
Deleted:
  git-lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 22:49:13 UTC (rev 537490)
+++ PKGBUILD2019-12-12 22:49:54 UTC (rev 537491)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=git-lfs
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com;
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
-#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  go build \
--mod=vendor \
-   -trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  # TODO: Make sure this passes in the future
-  make test || true
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 537490, 
git-lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 22:49:54 UTC (rev 537491)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+
+pkgname=git-lfs
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com;
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
+#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  go build \
+-mod=vendor \
+   -trimpath \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  # TODO: Make sure this passes in the future
+  make test || true
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}


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

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 12, 2019 @ 22:36:07
  Author: bisson
Revision: 371335

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 371334, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 371334, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   51 +++
 2 files changed, 52 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 371334, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2019-12-12 22:36:07 UTC (rev 371335)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 371334, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-12-12 22:36:07 UTC (rev 371335)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20191212
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20171013
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('f6c2a5823ffe38bffd95459ddea6360012cc6f1e8d4bd30305ac4b6ebe970aee'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 12, 2019 @ 22:35:49
  Author: bisson
Revision: 371334

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:36:58 UTC (rev 371333)
+++ PKGBUILD2019-12-12 22:35:49 UTC (rev 371334)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20191123
-_ports=service-names-port-numbers-20191123
+pkgver=20191212
+_ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20171013
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('372620ba6bdd72080dcabb315a3d092ea4e080064565b2e3d8549c015a538480'
+sha256sums=('f6c2a5823ffe38bffd95459ddea6360012cc6f1e8d4bd30305ac4b6ebe970aee'
 '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2019-12-12 Thread Jonas Witschel via arch-commits
Date: Thursday, December 12, 2019 @ 22:12:39
  Author: diabonas
Revision: 537488

upgpkg: tpm2-tss 2.3.2-1

- upstream release
- Add Bill Roberts as maintainer, see upstream commit
  d5cca2a51434c0d0fe7cf4237b161d498baed02d. He is already one of the tpm2-tools
  maintainers, so there is an existing trust relationship.

Modified:
  tpm2-tss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 22:04:29 UTC (rev 537487)
+++ PKGBUILD2019-12-12 22:12:39 UTC (rev 537488)
@@ -1,8 +1,9 @@
 # Maintainer: Bruno Pagani 
+# Maintainer: Jonas Witschel 
 
 pkgname=tpm2-tss
-pkgver=2.3.1
-pkgrel=3
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack 
(TSS2)"
 arch=(x86_64)
 url="https://github.com/tpm2-software/tpm2-tss;
@@ -11,9 +12,11 @@
 makedepends=(doxygen)
 checkdepends=(cmocka ibm-sw-tpm2 iproute2 procps-ng uthash)
 
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('7096576c1946b85ec9c92b39e0ed3409ec01bdb97d7863ead033243d5433dee7' 
'SKIP')
+sha256sums=('82929a0611f39246e09202702a61b54c980ab694626c1f5823520ddf75024fa6'
+'SKIP')
 validpgpkeys=(D760B790CCF0A41CBE7B047C316CC1FB24ABDC72  # Tadeusz Struk 

-  D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84) # Andreas Fuchs 

+  D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84  # Andreas Fuchs 

+  5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1) # William Roberts 
(Bill Roberts) 
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-12-12 Thread Jonas Witschel via arch-commits
Date: Thursday, December 12, 2019 @ 22:12:48
  Author: diabonas
Revision: 537489

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tss/repos/community-x86_64/PKGBUILD
(from rev 537488, tpm2-tss/trunk/PKGBUILD)
Deleted:
  tpm2-tss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 22:12:39 UTC (rev 537488)
+++ PKGBUILD2019-12-12 22:12:48 UTC (rev 537489)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=tpm2-tss
-pkgver=2.3.1
-pkgrel=3
-pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack 
(TSS2)"
-arch=(x86_64)
-url="https://github.com/tpm2-software/tpm2-tss;
-license=(BSD)
-depends=(openssl)
-makedepends=(doxygen)
-checkdepends=(cmocka ibm-sw-tpm2 iproute2 procps-ng uthash)
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('7096576c1946b85ec9c92b39e0ed3409ec01bdb97d7863ead033243d5433dee7' 
'SKIP')
-validpgpkeys=(D760B790CCF0A41CBE7B047C316CC1FB24ABDC72  # Tadeusz Struk 

-  D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84) # Andreas Fuchs 

-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --with-udevrulesprefix=60- $( ((CHECKFUNC)) && 
echo --enable-unit --enable-integration)
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-rm "${pkgdir}"/usr/lib/libtss2-tcti-default.so # 
https://github.com/tpm2-software/tpm2-tss/issues/1482#issuecomment-516363966
-}

Copied: tpm2-tss/repos/community-x86_64/PKGBUILD (from rev 537488, 
tpm2-tss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 22:12:48 UTC (rev 537489)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Jonas Witschel 
+
+pkgname=tpm2-tss
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack 
(TSS2)"
+arch=(x86_64)
+url="https://github.com/tpm2-software/tpm2-tss;
+license=(BSD)
+depends=(openssl)
+makedepends=(doxygen)
+checkdepends=(cmocka ibm-sw-tpm2 iproute2 procps-ng uthash)
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('82929a0611f39246e09202702a61b54c980ab694626c1f5823520ddf75024fa6'
+'SKIP')
+validpgpkeys=(D760B790CCF0A41CBE7B047C316CC1FB24ABDC72  # Tadeusz Struk 

+  D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84  # Andreas Fuchs 

+  5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1) # William Roberts 
(Bill Roberts) 
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-udevrulesprefix=60- $( ((CHECKFUNC)) && 
echo --enable-unit --enable-integration)
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+rm "${pkgdir}"/usr/lib/libtss2-tcti-default.so # 
https://github.com/tpm2-software/tpm2-tss/issues/1482#issuecomment-516363966
+}


[arch-commits] Commit in mediastreamer/trunk (libsrtp2.diff)

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 22:04:29
  Author: arojas
Revision: 537487

Drop old patch

Deleted:
  mediastreamer/trunk/libsrtp2.diff

---+
 libsrtp2.diff |  241 
 1 file changed, 241 deletions(-)

Deleted: libsrtp2.diff
===
--- libsrtp2.diff   2019-12-12 21:58:48 UTC (rev 537486)
+++ libsrtp2.diff   2019-12-12 22:04:29 UTC (rev 537487)
@@ -1,241 +0,0 @@
-diff -u -r mediastreamer2-2.16.1/configure.ac 
mediastreamer2-2.16.1-libsrtp2/configure.ac
 mediastreamer2-2.16.1/configure.ac 2017-07-21 15:00:47.0 +0200
-+++ mediastreamer2-2.16.1-libsrtp2/configure.ac2018-01-13 
00:06:22.194089121 +0100
-@@ -1041,7 +1041,7 @@
- 
- dnl check for libsrtp support (secure rtp)
- AC_ARG_WITH(srtp,
--  AC_HELP_STRING([--with-srtp], [Set prefix where libsrtp can be found or 
"none" to disable (ex:/usr or /usr/local) [[default=/usr]]]),
-+  AC_HELP_STRING([--with-srtp], [Set prefix where libsrtp2 can be found 
or "none" to disable (ex:/usr or /usr/local) [[default=/usr]]]),
-   [srtp_prefix=$withval],
-   [if test "$prefix" != "NONE"; then
-   srtp_prefix=$prefix
-@@ -1051,22 +1051,22 @@
- 
- if test "${srtp_prefix}" != "none" ; then
-   if test "${srtp_prefix}" != "/usr" ; then
--  SRTP_CFLAGS="-I${srtp_prefix}/include 
-I${srtp_prefix}/include/srtp"
-+  SRTP_CFLAGS="-I${srtp_prefix}/include 
-I${srtp_prefix}/include/srtp2"
-   SRTP_LIBS="-L${srtp_prefix}/lib"
-   fi
--  SRTP_LIBS="$SRTP_LIBS -lsrtp"
-+  SRTP_LIBS="$SRTP_LIBS -lsrtp2"
- 
-   dnl check srtp headers
-   CPPFLAGS_save=$CPPFLAGS
-   CPPFLAGS="$CPPFLAGS $SRTP_CFLAGS"
--  AC_CHECK_HEADER([srtp/srtp.h],have_srtp_headers=yes)
-+  AC_CHECK_HEADER([srtp2/srtp.h],have_srtp_headers=yes)
-   CPPFLAGS=$CPPFLAGS_save
- 
-   dnl check for srtp lib
-   LDFLAGS_save=$LDFLAGS
-   LDFLAGS="$LDFLAGS $SRTP_LIBS"
-   LIBS_save=$LIBS
--  AC_CHECK_LIB(srtp,[srtp_init, 
crypto_policy_set_aes_cm_256_hmac_sha1_80, 
crypto_policy_set_aes_cm_256_hmac_sha1_32], have_srtp_lib=yes)
-+  AC_CHECK_LIB(srtp2,[srtp_init, 
srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80, 
srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32], have_srtp_lib=yes)
-   LDFLAGS=$LDFLAGS_save
-   LIBS=$LIBS_save
- 
-@@ -1075,9 +1075,9 @@
-   LIBS_save=$LIBS
-   LDFLAGS="$LDFLAGS $SRTP_LIBS"
-   AC_CHECK_LIB(
--  srtp,
-+  srtp2,
-   sha1_update,[
--  AC_MSG_WARN([This libsrtp version exports 
symbols conflicting with polarssl, resulting in a bad execution path. libsrtp 
will be statically linked])
-+  AC_MSG_WARN([This libsrtp2 version exports 
symbols conflicting with polarssl, resulting in a bad execution path. libsrtp2 
will be statically linked])
-   srtp_polarssl_conflict=yes
-   ],
-   srtp_polarssl_conflict=no
-@@ -1086,13 +1086,13 @@
-   LIBS=$LIBS_save
- 
-   if test "$srtp_polarssl_conflict" = "yes"; then
--  srtp_static_lib="${srtp_prefix}/lib/libsrtp.a"
-+  srtp_static_lib="${srtp_prefix}/lib/libsrtp2.a"
-   if test -f $srtp_static_lib -a -r $srtp_static_lib; then
--  SRTP_LIBS="${srtp_prefix}/lib/libsrtp.a 
-Bsymbolic -Wl,--version-script=\$(top_srcdir)/src/libsrtp.map"
-+  SRTP_LIBS="${srtp_prefix}/lib/libsrtp2.a 
-Bsymbolic -Wl,--version-script=\$(top_srcdir)/src/libsrtp2.map"
-   AC_DEFINE(HAVE_SRTP, 1, [Defined when srtp 
support is compiled])
-   have_srtp=true
-   else
--  AC_MSG_WARN([Could not access to 
$srtp_static_lib. Please use --with-srtp=PREFIX to specify the prefix where 
libsrtp.a has been installed])
-+  AC_MSG_WARN([Could not access to 
$srtp_static_lib. Please use --with-srtp=PREFIX to specify the prefix where 
libsrtp2.a has been installed])
-   SRTP_CFLAGS=
-   SRTP_LIBS=
-   have_srtp=true
-diff -u -r mediastreamer2-2.16.1/src/crypto/ms_srtp.c 
mediastreamer2-2.16.1-libsrtp2/src/crypto/ms_srtp.c
 mediastreamer2-2.16.1/src/crypto/ms_srtp.c 2017-07-21 15:00:47.0 
+0200
-+++ mediastreamer2-2.16.1-libsrtp2/src/crypto/ms_srtp.c2018-01-13 
00:14:48.575306030 +0100
-@@ -38,7 +38,7 @@
- // Windows phone doesn't use make install
- #include 
- #else
--#include 
-+#include 
- #endif
- 
- 
-@@ -99,7 +99,7 @@
- / Sender functions /
- static int _process_on_send(RtpSession* session,MSSrtpStreamContext *ctx, 

[arch-commits] Commit in thunderbird-extension-enigmail/repos/community-any (4 files)

2019-12-12 Thread Jonas Witschel via arch-commits
Date: Thursday, December 12, 2019 @ 21:58:48
  Author: diabonas
Revision: 537486

archrelease: copy trunk to community-any

Added:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
(from rev 537485, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD
(from rev 537485, thunderbird-extension-enigmail/trunk/PKGBUILD)
Deleted:
  
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
  thunderbird-extension-enigmail/repos/community-any/PKGBUILD

---+
 0001-preferences-disable-pEpAutoDownload-by-default.patch |   80 +++
 PKGBUILD  |  123 ++--
 2 files changed, 102 insertions(+), 101 deletions(-)

Deleted: 0001-preferences-disable-pEpAutoDownload-by-default.patch
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:39 UTC (rev 537485)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:48 UTC (rev 537486)
@@ -1,40 +0,0 @@
-From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 10 Jan 2019 11:38:38 -0500
-Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
-
-Distributions should not automatically download this untrusted code;
-should be opt-in by users or be packaged separately.
-
-Additionally, we are an advanced distro and should generally avoid p=p
-in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
-to lead to unintuitive use of the wrong PGP keys in new installations.

- package/prefs/defaultPrefs.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
-index d5ca1249..f7ddc864 100755
 a/package/prefs/defaultPrefs.js
-+++ b/package/prefs/defaultPrefs.js
-@@ -14,7 +14,7 @@
- // 0: force using Enigmail
- // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
- // 2: force using pEp
--pref("extensions.enigmail.juniorMode", 1);
-+pref("extensions.enigmail.juniorMode", 0);
- 
- // the last configured Enigmail version
- pref("extensions.enigmail.configuredVersion", "");
-@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
- pref("extensions.enigmail.wrapHtmlBeforeSend", true);
- 
- // automatically download pepmda if it is available (without askin user)
--pref("extensions.enigmail.pEpAutoDownload", true);
-+pref("extensions.enigmail.pEpAutoDownload", false);
- 
- // holds the last result of the last check for pEp updates
- pref("extensions.enigmail.pEpLastUpdate", 0);
--- 
-2.23.0
-

Copied: 
thunderbird-extension-enigmail/repos/community-any/0001-preferences-disable-pEpAutoDownload-by-default.patch
 (from rev 537485, 
thunderbird-extension-enigmail/trunk/0001-preferences-disable-pEpAutoDownload-by-default.patch)
===
--- 0001-preferences-disable-pEpAutoDownload-by-default.patch   
(rev 0)
+++ 0001-preferences-disable-pEpAutoDownload-by-default.patch   2019-12-12 
21:58:48 UTC (rev 537486)
@@ -0,0 +1,40 @@
+From 03993708d4d1fb327f102f45d7aa4e9c4fa8237b Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 10 Jan 2019 11:38:38 -0500
+Subject: [PATCH] preferences: disable pEpAutoDownload by default and avoid p=p
+
+Distributions should not automatically download this untrusted code;
+should be opt-in by users or be packaged separately.
+
+Additionally, we are an advanced distro and should generally avoid p=p
+in favor of the user's PGP keys. Moreover, p=p is undocumented and seems
+to lead to unintuitive use of the wrong PGP keys in new installations.
+---
+ package/prefs/defaultPrefs.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/prefs/defaultPrefs.js b/package/prefs/defaultPrefs.js
+index d5ca1249..f7ddc864 100755
+--- a/package/prefs/defaultPrefs.js
 b/package/prefs/defaultPrefs.js
+@@ -14,7 +14,7 @@
+ // 0: force using Enigmail
+ // 1: automatic mode (use pEp if Enigmail and S/MIME are not configured for 
any identity)
+ // 2: force using pEp
+-pref("extensions.enigmail.juniorMode", 1);
++pref("extensions.enigmail.juniorMode", 0);
+ 
+ // the last configured Enigmail version
+ pref("extensions.enigmail.configuredVersion", "");
+@@ -204,7 +204,7 @@ pref("extensions.enigmail.warnDownloadContactKeys", true);
+ pref("extensions.enigmail.wrapHtmlBeforeSend", true);
+ 
+ // automatically download pepmda if it is available (without askin user)
+-pref("extensions.enigmail.pEpAutoDownload", true);
++pref("extensions.enigmail.pEpAutoDownload", false);
+ 
+ // holds the 

[arch-commits] Commit in thunderbird-extension-enigmail/trunk (PKGBUILD)

2019-12-12 Thread Jonas Witschel via arch-commits
Date: Thursday, December 12, 2019 @ 21:58:39
  Author: diabonas
Revision: 537485

upgpkg: thunderbird-extension-enigmail 2.1.4-1

upstream release (including Python 3 support)

Modified:
  thunderbird-extension-enigmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:26:08 UTC (rev 537484)
+++ PKGBUILD2019-12-12 21:58:39 UTC (rev 537485)
@@ -1,4 +1,5 @@
 # Maintainer: Eli Schwartz 
+# Maintainer: Jonas Witschel 
 # Contributor: Daniel Landau 
 # Contributor: Einhard Leichtfuß 
 # Contributor: Xyne
@@ -8,20 +9,20 @@
 # Contributor: Hinrich Harms 
 
 pkgname=thunderbird-extension-enigmail
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="OpenPGP message encryption and authentication for Thunderbird"
 arch=('any')
 url="https://www.enigmail.net/;
 license=('MPL' 'GPL3')
-makedepends=('zip' 'python2' 'perl')
+makedepends=('zip' 'python' 'perl')
 replaces=('thunderbird-enigmail')
 
source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc}
 "0001-preferences-disable-pEpAutoDownload-by-default.patch")
-sha512sums=('270c46c282af9e8770ea509c55b0bc315ce715839b1751aa1a0b1ed8374e7ec9bf8a6d4112adcbacc526d481ad2b276dc12099c48cc9c22fc8409de8d6d0'
+sha512sums=('bddcc32271bc15945a4683522e117ab5c3db8175ffa9e45091326ca926fe5a8c824f6e92a1e0efc2f820f9700586fe0fd87a57a2fc0d1efe4332e2e35b1af33d'
 'SKIP'
 
'baebd963400574db89be747a4419534f945bdc64136d4014656ff98a9615a23984bca724da3f3840670979aab08ce441eee067921e21d0cb216938a20ed785b2')
-b2sums=('090e60739f44c99e011c12202b3de064162c7b1460a24e3280944d7ae7989c1d7dbbe595544fa575e41a62c3de2e19be1c4991b9014487de14ee935da4452d18'
+b2sums=('ba9fa7aee425bea015569e8ec5166b634f828911b0143cfca50df8f2ded53df450be48a062c5108d28594bbf9b85a373c82b7a9322109eb08a50ef575c934c37'
 'SKIP'
 
'c593ed7b094d9feecb2f14624cf0628ab390c96f0fb0212ab0069333508b59057ef4b0518da1bf59eb8aaf0942303c4c45afab76d0b8e77a93763eab975cb4c0')
 validpgpkeys=('4F9F89F5505AC1D1A260631CDB1187B9DD5F693B') # Patrick Brunschwig 



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

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:26:08
  Author: eworm
Revision: 537484

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 537483, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 537483, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-12 21:26:08 UTC (rev 537484)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.0
+pkgrel=1
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+build() {
+_kernver=$(

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

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:26:05
  Author: eworm
Revision: 537483

upgpkg: virtualbox-modules-arch 6.1.0-1

new upstream release, for linux 5.4.2.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:21:18 UTC (rev 537482)
+++ PKGBUILD2019-12-12 21:26:05 UTC (rev 537483)
@@ -3,8 +3,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.0.14
-pkgrel=12
+pkgver=6.1.0
+pkgrel=1
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -35,7 +35,7 @@
   find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
 
   # systemd module loading
-  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+  printf '%s\n' vboxdrv vboxnetadp vboxnetflt |
 install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
 


[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:21:10
  Author: eworm
Revision: 537480

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 537479, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 537479, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 537479, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   29 +
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 81 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
537479, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-12 21:21:10 UTC (rev 537480)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('00ac2e01c18a5bd629919032eb69c6d0d13e6cc5d9b432fe00df520c1acd8dfe'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
537479, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2019-12-12 21:21:10 UTC (rev 537480)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any use in an 

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

2019-12-12 Thread Laurent Carlier via arch-commits
Date: Thursday, December 12, 2019 @ 21:21:14
  Author: lcarlier
Revision: 537481

upgpkg: lib32-mesa 19.3.0-1

upstream update 19.3.0

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:21:10 UTC (rev 537480)
+++ PKGBUILD2019-12-12 21:21:14 UTC (rev 537481)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=19.2.7
+pkgver=19.3.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('87a82664381432e956ee23dc92bec5accf667606232e38d9458d67132c16fdc44584f65671293b83f00c58ad7742b80e942a5d1bd66d457705be60aaaf35395b'
+sha512sums=('69c4519540118fb3d50d718d92f443051c149633cf4291a07706c6d45cd6ad1f6f3b91446de2d31a9082efe9e3b4ce35b7472830e152ba655d83a91c2ed3c042'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in virtualbox/repos (26 files)

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:20:51
  Author: eworm
Revision: 537478

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 537477, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 537477, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 537477, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 537477, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 537477, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-testing-x86_64/101-vboxsf-automount.patch
(from rev 537477, virtualbox/trunk/101-vboxsf-automount.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 537477, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 537477, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 537477, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 537477, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 537477, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/mount.vboxsf
(from rev 537477, virtualbox/trunk/mount.vboxsf)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 537477, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 537477, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 537477, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 537477, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 537477, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.conf
(from rev 537477, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.install
(from rev 537477, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 537477, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 537477, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 537477, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 537477, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox.install
(from rev 537477, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 537477, virtualbox/trunk/virtualbox.sysusers)

-+
 005-gsoap-build.patch   |   11 
 006-rdesktop-vrdp-keymap-path.patch |   12 
 008-no-vboxvideo.patch  |   12 
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 
 013-Makefile.patch  |   44 ++
 101-vboxsf-automount.patch  |   20 
 60-vboxdrv.rules|8 
 60-vboxguest.rules  |2 
 LocalConfig.kmk |   36 +
 PKGBUILD|  391 ++
 build.sh|3 
 mount.vboxsf|   17 
 vboxreload  |   37 +
 vboxservice-nox.service |   11 
 vboxservice.service |   12 
 vboxweb.service |   11 
 virtualbox-ext-vnc.install  |   27 +
 virtualbox-guest-dkms.conf  |   34 +
 virtualbox-guest-dkms.install   |   12 
 virtualbox-guest-utils.sysusers |1 
 virtualbox-host-dkms.conf   |   31 +
 virtualbox-host-dkms.install|   12 
 virtualbox-vboxsf-dkms.conf |   10 
 virtualbox.install  |   12 
 virtualbox.sysusers  

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

2019-12-12 Thread Laurent Carlier via arch-commits
Date: Thursday, December 12, 2019 @ 21:21:18
  Author: lcarlier
Revision: 537482

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 537481, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 537481, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 
 PKGBUILD |  157 +
 2 files changed, 240 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 537481, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2019-12-12 21:21:18 UTC (rev 537482)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 537481, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-12-12 21:21:18 UTC (rev 537482)
@@ -0,0 +1,157 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
+pkgver=19.3.0
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'lib32-libxml2' 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:21:06
  Author: eworm
Revision: 537479

upgpkg: virtualbox-guest-iso 6.1.0-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:20:51 UTC (rev 537478)
+++ PKGBUILD2019-12-12 21:21:06 UTC (rev 537479)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.0.14
+pkgver=6.1.0
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('cb82f43a71f91a50b97aa27063c5c8743772a623eb0073ab8daf77e840d73eb1'
+sha256sums=('00ac2e01c18a5bd629919032eb69c6d0d13e6cc5d9b432fe00df520c1acd8dfe'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


[arch-commits] Commit in virtualbox/trunk (9 files)

2019-12-12 Thread Christian Hesse via arch-commits
Date: Thursday, December 12, 2019 @ 21:20:34
  Author: eworm
Revision: 537477

upgpkg: virtualbox 6.1.0-1

new upstream release

Modified:
  virtualbox/trunk/008-no-vboxvideo.patch
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/vboxreload
  virtualbox/trunk/virtualbox-host-dkms.conf
Deleted:
  virtualbox/trunk/002-dri-driver-path.patch
  virtualbox/trunk/011-python-3-8.patch
  virtualbox/trunk/014-iasl.patch
  virtualbox/trunk/015-libglvnd-headers.patch
  virtualbox/trunk/016-linux-5-4.patch

+
 002-dri-driver-path.patch  |   30 
 008-no-vboxvideo.patch |2 
 011-python-3-8.patch   |   13 -
 014-iasl.patch |   73 --
 015-libglvnd-headers.patch |   32 
 016-linux-5-4.patch|  289 ---
 PKGBUILD   |   31 +---
 vboxreload |2 
 virtualbox-host-dkms.conf  |4 
 9 files changed, 11 insertions(+), 465 deletions(-)

Deleted: 002-dri-driver-path.patch
===
--- 002-dri-driver-path.patch   2019-12-12 20:57:25 UTC (rev 537476)
+++ 002-dri-driver-path.patch   2019-12-12 21:20:34 UTC (rev 537477)
@@ -1,30 +0,0 @@
-diff --git a/src/VBox/Additions/common/crOpenGL/fakedri_drv.c 
b/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
-index 92b4ffc..1a1c467 100644
 a/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
-+++ b/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
-@@ -56,24 +56,8 @@ typedef enum {
- 
- //#define DEBUG_DRI_CALLS
- 
--/// @todo this could be different...
--#ifdef RT_ARCH_AMD64
--# ifdef RT_OS_FREEBSD
--#  define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri"
--#  define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/"
--# else
--#  define DRI_DEFAULT_DRIVER_DIR 
"/usr/lib64/dri:/usr/lib/dri:/usr/lib/x86_64-linux-gnu/dri:/usr/lib/xorg/modules/dri"
--#  define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/"
--# endif
--#else
--# ifdef RT_OS_FREEBSD
--#  define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri"
--#  define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/"
--# else
--#  define DRI_DEFAULT_DRIVER_DIR 
"/usr/lib/dri:/usr/lib/i386-linux-gnu/dri:/usr/lib/xorg/modules/dri"
-+#  define DRI_DEFAULT_DRIVER_DIR "/usr/lib/xorg/modules/dri"
- #  define DRI_XORG_DRV_DIR "/usr/lib/xorg/modules/drivers/"
--# endif
--#endif
- 
- #ifdef DEBUG_DRI_CALLS
-  #define SWDRI_SHOWNAME(pext, func) \

Modified: 008-no-vboxvideo.patch
===
--- 008-no-vboxvideo.patch  2019-12-12 20:57:25 UTC (rev 537476)
+++ 008-no-vboxvideo.patch  2019-12-12 21:20:34 UTC (rev 537477)
@@ -1,5 +1,5 @@
 Fix FTBFS by not compile X.org-1.19 drv, we don't use it, just need in el <= 7
 ./src/VBox/Additions/x11/vboxvideo/Makefile.kmk.orig   2016-10-11 
02:49:23.184986182 +0100
+--- ./src/VBox/Additions/x11/vboxvideo/Makefile.kmk2016-10-11 
02:49:23.184986182 +0100
 +++ ./src/VBox/Additions/x11/vboxvideo/Makefile.kmk2016-10-11 
02:49:39.879176964 +0100
 @@ -376,7 +376,7 @@ vboxvideo_drv_118_SOURCES := $(vboxvideo
  

Deleted: 011-python-3-8.patch
===
--- 011-python-3-8.patch2019-12-12 20:57:25 UTC (rev 537476)
+++ 011-python-3-8.patch2019-12-12 21:20:34 UTC (rev 537477)
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index 128da55c..c4bb08c4 100755
 a/configure
-+++ b/configure
-@@ -1969,7 +1969,7 @@ extern "C" int main(void)
- }
- EOF
-   found=
--  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 
python3.4m python3.5 python3.5m python3.6 python3.6m"
-+  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 
python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m 
python3.8"
-   for p in $PYTHONDIR; do
- for d in $SUPPYTHONLIBS; do
-   for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do

Deleted: 014-iasl.patch
===
--- 014-iasl.patch  2019-12-12 20:57:25 UTC (rev 537476)
+++ 014-iasl.patch  2019-12-12 21:20:34 UTC (rev 537477)
@@ -1,73 +0,0 @@
 "a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl"
-+++ "a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl"
-@@ -95,38 +95,38 @@ DefinitionBlock ("SSDT-cpuhotplug.aml",
- }  \
- }  \
- 
--GENERATE_CPU_OBJECT(0x00, SCK0, "SCKCPU0", CPU0, "SCK0-CPU0")
--GENERATE_CPU_OBJECT(0x01, SCK1, "SCKCPU1", CPU1, "SCK1-CPU0")
--GENERATE_CPU_OBJECT(0x02, SCK2, "SCKCPU2", CPU2, "SCK2-CPU0")
--GENERATE_CPU_OBJECT(0x03, SCK3, "SCKCPU3", CPU3, "SCK3-CPU0")
--GENERATE_CPU_OBJECT(0x04, SCK4, "SCKCPU4", CPU4, "SCK4-CPU0")
--GENERATE_CPU_OBJECT(0x05, SCK5, "SCKCPU5", CPU5, "SCK5-CPU0")
--  

[arch-commits] Commit in mutter/repos/extra-x86_64 (9 files)

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:16:24
  Author: heftig
Revision: 371332

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/0001-EGL-Include-EGL-eglmesaext.h.patch
(from rev 371329, mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch)
  
mutter/repos/extra-x86_64/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
(from rev 371329, 
mutter/trunk/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch)
  
mutter/repos/extra-x86_64/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
(from rev 371329, 
mutter/trunk/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 371330, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 371331, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-x86_64/918.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/fix-build.diff
  mutter/repos/extra-x86_64/mutter.install

-+
 0001-EGL-Include-EGL-eglmesaext.h.patch |   68 +
 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch |   33 ++
 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch |   64 
 918.patch   |   33 --
 PKGBUILD|  129 
+-
 fix-build.diff  |   55 
 mutter.install  |   14 -
 7 files changed, 239 insertions(+), 157 deletions(-)

Copied: mutter/repos/extra-x86_64/0001-EGL-Include-EGL-eglmesaext.h.patch (from 
rev 371329, mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch)
===
--- 0001-EGL-Include-EGL-eglmesaext.h.patch (rev 0)
+++ 0001-EGL-Include-EGL-eglmesaext.h.patch 2019-12-12 21:16:24 UTC (rev 
371332)
@@ -0,0 +1,68 @@
+From f494725ec52f91c9f7cbb1c76cb52beb2a7e35d5 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 12:04:31 +0200
+Subject: [PATCH 1/3] EGL: Include EGL/eglmesaext.h
+
+The eglext.h shipped by libglvnd does not include the Mesa extensions,
+unlike the header shipped in Mesa.
+
+Fixes https://gitlab.gnome.org/GNOME/mutter/issues/876
+---
+ cogl/cogl/meson.build   | 2 +-
+ src/backends/meta-egl-ext.h | 1 +
+ src/backends/meta-egl.c | 1 +
+ src/backends/meta-egl.h | 1 +
+ 4 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/cogl/cogl/meson.build b/cogl/cogl/meson.build
+index 1057ef955..9a642947d 100644
+--- a/cogl/cogl/meson.build
 b/cogl/cogl/meson.build
+@@ -48,7 +48,7 @@ cogl_gl_header_h = configure_file(
+ built_headers += [cogl_gl_header_h]
+ 
+ if have_egl
+-  cogl_egl_includes_string = '#include \n#include '
++  cogl_egl_includes_string = '#include \n#include 
\n#include '
+ else
+   cogl_egl_includes_string = ''
+ endif
+diff --git a/src/backends/meta-egl-ext.h b/src/backends/meta-egl-ext.h
+index 8705e7d5b..db0b74f76 100644
+--- a/src/backends/meta-egl-ext.h
 b/src/backends/meta-egl-ext.h
+@@ -29,6 +29,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ /*
+  * This is a little different to the tests shipped with EGL implementations,
+diff --git a/src/backends/meta-egl.c b/src/backends/meta-egl.c
+index 6554be935..fdeff4f77 100644
+--- a/src/backends/meta-egl.c
 b/src/backends/meta-egl.c
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/backends/meta-egl.h b/src/backends/meta-egl.h
+index f2a816445..4591e7d85 100644
+--- a/src/backends/meta-egl.h
 b/src/backends/meta-egl.h
+@@ -28,6 +28,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define META_EGL_ERROR meta_egl_error_quark ()
+-- 
+2.24.1
+

Copied: 
mutter/repos/extra-x86_64/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
 (from rev 371329, 
mutter/trunk/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch)
===
--- 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
(rev 0)
+++ 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
2019-12-12 21:16:24 UTC (rev 371332)
@@ -0,0 +1,33 @@
+From a2789eef9adbb8fb5e3ba1c278041996fa69eedc Mon Sep 17 00:00:00 2001
+From: Robert Mader 
+Date: Mon, 4 Nov 2019 11:45:13 +0100
+Subject: [PATCH 2/3] surface-actor-wayland: Do not send frame callbacks if the
+ actor is obscured
+
+`meta_surface_actor_is_obscured` implies that the actor got successfully culled
+out and nothing of it will get painted. This includes that there are no clones,
+no effects etc. In this cases we don't want to send frame callbacks, thus 
avoiding
+unnecessary client work.
+

[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (5 files)

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:16:22
  Author: heftig
Revision: 371331

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 371329, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 371329, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-x86_64/739.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-+
 739.patch   |   35 
 PKGBUILD|  104 +++---
 gnome-shell.install |   14 +++---
 3 files changed, 55 insertions(+), 98 deletions(-)

Deleted: 739.patch
===
--- 739.patch   2019-12-12 21:16:21 UTC (rev 371330)
+++ 739.patch   2019-12-12 21:16:22 UTC (rev 371331)
@@ -1,35 +0,0 @@
-From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
-Date: Fri, 20 Sep 2019 21:08:45 +0200
-Subject: [PATCH] shellDBus: Don't assume devices have a node
-
-Clutter.InputDevice.get_device_node() may return null. Handle that
-case when building the 'AcceleratorActivated' vardict parameter.
-
-https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641

- js/ui/shellDBus.js | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
-index e750c207f9..fca0b64255 100644
 a/js/ui/shellDBus.js
-+++ b/js/ui/shellDBus.js
-@@ -151,9 +151,13 @@ var GnomeShell = class {
- let connection = this._dbusImpl.get_connection();
- let info = this._dbusImpl.get_info();
- let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
--   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
-'timestamp': GLib.Variant.new('u', timestamp),
-'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
-+
-+let deviceNode = device.get_device_node();
-+if (deviceNode)
-+params['device-node'] = GLib.Variant.new('s', deviceNode);
-+
- connection.emit_signal(destination,
-this._dbusImpl.get_object_path(),
-info ? info.name : null,
--- 
-2.22.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 21:16:21 UTC (rev 371330)
+++ PKGBUILD2019-12-12 21:16:22 UTC (rev 371331)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc asciidoc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-install=gnome-shell.install
-_commit=bb24df2f9d3693dd39dbc573b880cecdbd283705  # gnome-3-34
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
-739.patch)
-sha256sums=('SKIP'
-'SKIP'
-'26c2e9672833e09ff63e314f477897bf67c89fd9769c6b4b73d7300b16afd932')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
-  git apply -3 ../739.patch
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 371329, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 21:16:22 UTC (rev 371331)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus 

[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:16:21
  Author: heftig
Revision: 371330

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 371329, gnome-shell-extensions/trunk/PKGBUILD)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 21:16:01 UTC (rev 371329)
+++ PKGBUILD2019-12-12 21:16:21 UTC (rev 371330)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-arch=(any)
-license=(GPL)
-makedepends=(meson git sassc js60)
-optdepends=('gnome-menus: applications menu extension')
-groups=(gnome)
-_commit=a8948977709124e533ce5ce65ac9fa2ef842a50c  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends=(gnome-shell)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 371329, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 21:16:21 UTC (rev 371330)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
+arch=(any)
+license=(GPL)
+makedepends=(meson git sassc js60)
+optdepends=('gnome-menus: applications menu extension')
+groups=(gnome)
+_commit=33b16681c66cde7a4dbbc3027ae88cc66b489e6d  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.data/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D extension_set=all -D classic_mode=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends=(gnome-shell)
+
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:16:01
  Author: heftig
Revision: 371329

3.34.2-1

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:13:10 UTC (rev 371328)
+++ PKGBUILD2019-12-12 21:16:01 UTC (rev 371329)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 url="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
@@ -10,7 +10,7 @@
 makedepends=(meson git sassc js60)
 optdepends=('gnome-menus: applications menu extension')
 groups=(gnome)
-_commit=a8948977709124e533ce5ce65ac9fa2ef842a50c  # tags/3.34.1^0
+_commit=33b16681c66cde7a4dbbc3027ae88cc66b489e6d  # tags/3.34.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/gnome-shell-sass.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-shell/trunk (739.patch PKGBUILD)

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:12:53
  Author: heftig
Revision: 371326

3.34.2-1

Modified:
  gnome-shell/trunk/PKGBUILD
Deleted:
  gnome-shell/trunk/739.patch

---+
 739.patch |   35 ---
 PKGBUILD  |   16 
 2 files changed, 4 insertions(+), 47 deletions(-)

Deleted: 739.patch
===
--- 739.patch   2019-12-12 21:11:20 UTC (rev 371325)
+++ 739.patch   2019-12-12 21:12:53 UTC (rev 371326)
@@ -1,35 +0,0 @@
-From 4411d9db6ee6112f987fac8469a2cc617f4f9b6c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
-Date: Fri, 20 Sep 2019 21:08:45 +0200
-Subject: [PATCH] shellDBus: Don't assume devices have a node
-
-Clutter.InputDevice.get_device_node() may return null. Handle that
-case when building the 'AcceleratorActivated' vardict parameter.
-
-https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641

- js/ui/shellDBus.js | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
-index e750c207f9..fca0b64255 100644
 a/js/ui/shellDBus.js
-+++ b/js/ui/shellDBus.js
-@@ -151,9 +151,13 @@ var GnomeShell = class {
- let connection = this._dbusImpl.get_connection();
- let info = this._dbusImpl.get_info();
- let params = { 'device-id': GLib.Variant.new('u', 
device.get_device_id()),
--   'device-node': GLib.Variant.new('s', 
device.get_device_node()),
-'timestamp': GLib.Variant.new('u', timestamp),
-'action-mode': GLib.Variant.new('u', Main.actionMode) 
};
-+
-+let deviceNode = device.get_device_node();
-+if (deviceNode)
-+params['device-node'] = GLib.Variant.new('s', deviceNode);
-+
- connection.emit_signal(destination,
-this._dbusImpl.get_object_path(),
-info ? info.name : null,
--- 
-2.22.0
-

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:11:20 UTC (rev 371325)
+++ PKGBUILD2019-12-12 21:12:53 UTC (rev 371326)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
-739.patch)
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'
-'SKIP'
-'26c2e9672833e09ff63e314f477897bf67c89fd9769c6b4b73d7300b16afd932')
+'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -35,9 +33,6 @@
 prepare() {
   cd $pkgname
 
-  # https://gitlab.gnome.org/GNOME/gnome-shell/issues/1641
-  git apply -3 ../739.patch
-
   git submodule init
   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
   git submodule update
@@ -50,7 +45,4 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
 }


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

2019-12-12 Thread Laurent Carlier via arch-commits
Date: Thursday, December 12, 2019 @ 21:13:10
  Author: lcarlier
Revision: 371328

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 371327, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 371327, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  184 +
 2 files changed, 267 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 371327, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-12-12 21:13:10 UTC (rev 371328)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 371327, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-12 21:13:10 UTC (rev 371328)
@@ -0,0 +1,184 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=19.3.0
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
+ 'libxshmfence' 'libxxf86vm' 'libxdamage' 

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

2019-12-12 Thread Laurent Carlier via arch-commits
Date: Thursday, December 12, 2019 @ 21:13:05
  Author: lcarlier
Revision: 371327

upgpkg: mesa 19.3.0-1

upstream update 19.3.0

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 21:12:53 UTC (rev 371326)
+++ PKGBUILD2019-12-12 21:13:05 UTC (rev 371327)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=19.2.7
+pkgver=19.3.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('87a82664381432e956ee23dc92bec5accf667606232e38d9458d67132c16fdc44584f65671293b83f00c58ad7742b80e942a5d1bd66d457705be60aaaf35395b'
+sha512sums=('69c4519540118fb3d50d718d92f443051c149633cf4291a07706c6d45cd6ad1f6f3b91446de2d31a9082efe9e3b4ce35b7472830e152ba655d83a91c2ed3c042'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in mutter/trunk (6 files)

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 21:11:20
  Author: heftig
Revision: 371325

3.34.2-1

Added:
  mutter/trunk/0001-EGL-Include-EGL-eglmesaext.h.patch
  mutter/trunk/0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
  mutter/trunk/0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
Modified:
  mutter/trunk/PKGBUILD
Deleted:
  mutter/trunk/918.patch
  mutter/trunk/fix-build.diff

-+
 0001-EGL-Include-EGL-eglmesaext.h.patch |   68 
++
 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch |   33 
 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch |   64 
+
 918.patch   |   33 
 PKGBUILD|   23 ++-
 fix-build.diff  |   55 
 6 files changed, 179 insertions(+), 97 deletions(-)

Added: 0001-EGL-Include-EGL-eglmesaext.h.patch
===
--- 0001-EGL-Include-EGL-eglmesaext.h.patch (rev 0)
+++ 0001-EGL-Include-EGL-eglmesaext.h.patch 2019-12-12 21:11:20 UTC (rev 
371325)
@@ -0,0 +1,68 @@
+From f494725ec52f91c9f7cbb1c76cb52beb2a7e35d5 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 20 Oct 2019 12:04:31 +0200
+Subject: [PATCH 1/3] EGL: Include EGL/eglmesaext.h
+
+The eglext.h shipped by libglvnd does not include the Mesa extensions,
+unlike the header shipped in Mesa.
+
+Fixes https://gitlab.gnome.org/GNOME/mutter/issues/876
+---
+ cogl/cogl/meson.build   | 2 +-
+ src/backends/meta-egl-ext.h | 1 +
+ src/backends/meta-egl.c | 1 +
+ src/backends/meta-egl.h | 1 +
+ 4 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/cogl/cogl/meson.build b/cogl/cogl/meson.build
+index 1057ef955..9a642947d 100644
+--- a/cogl/cogl/meson.build
 b/cogl/cogl/meson.build
+@@ -48,7 +48,7 @@ cogl_gl_header_h = configure_file(
+ built_headers += [cogl_gl_header_h]
+ 
+ if have_egl
+-  cogl_egl_includes_string = '#include \n#include '
++  cogl_egl_includes_string = '#include \n#include 
\n#include '
+ else
+   cogl_egl_includes_string = ''
+ endif
+diff --git a/src/backends/meta-egl-ext.h b/src/backends/meta-egl-ext.h
+index 8705e7d5b..db0b74f76 100644
+--- a/src/backends/meta-egl-ext.h
 b/src/backends/meta-egl-ext.h
+@@ -29,6 +29,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ /*
+  * This is a little different to the tests shipped with EGL implementations,
+diff --git a/src/backends/meta-egl.c b/src/backends/meta-egl.c
+index 6554be935..fdeff4f77 100644
+--- a/src/backends/meta-egl.c
 b/src/backends/meta-egl.c
+@@ -27,6 +27,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/backends/meta-egl.h b/src/backends/meta-egl.h
+index f2a816445..4591e7d85 100644
+--- a/src/backends/meta-egl.h
 b/src/backends/meta-egl.h
+@@ -28,6 +28,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define META_EGL_ERROR meta_egl_error_quark ()
+-- 
+2.24.1
+

Added: 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch
===
--- 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
(rev 0)
+++ 0002-surface-actor-wayland-Do-not-send-frame-callbacks-if.patch 
2019-12-12 21:11:20 UTC (rev 371325)
@@ -0,0 +1,33 @@
+From a2789eef9adbb8fb5e3ba1c278041996fa69eedc Mon Sep 17 00:00:00 2001
+From: Robert Mader 
+Date: Mon, 4 Nov 2019 11:45:13 +0100
+Subject: [PATCH 2/3] surface-actor-wayland: Do not send frame callbacks if the
+ actor is obscured
+
+`meta_surface_actor_is_obscured` implies that the actor got successfully culled
+out and nothing of it will get painted. This includes that there are no clones,
+no effects etc. In this cases we don't want to send frame callbacks, thus 
avoiding
+unnecessary client work.
+
+https://gitlab.gnome.org/GNOME/mutter/merge_requests/918
+---
+ src/compositor/meta-surface-actor-wayland.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/compositor/meta-surface-actor-wayland.c 
b/src/compositor/meta-surface-actor-wayland.c
+index 1c933d554..e16f53ff2 100644
+--- a/src/compositor/meta-surface-actor-wayland.c
 b/src/compositor/meta-surface-actor-wayland.c
+@@ -115,7 +115,8 @@ meta_surface_actor_wayland_paint (ClutterActor *actor)
+ {
+   MetaSurfaceActorWayland *self = META_SURFACE_ACTOR_WAYLAND (actor);
+ 
+-  if (self->surface)
++  if (self->surface &&
++  !meta_surface_actor_is_obscured (META_SURFACE_ACTOR (actor)))
+ {
+   MetaWaylandCompositor *compositor = self->surface->compositor;
+ 
+-- 
+2.24.1
+

Added: 0003-xwayland-Do-not-queue-frame-callbacks-unconditionall.patch
===
--- 

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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 21:03:14
  Author: arojas
Revision: 371324

archrelease: copy trunk to testing-x86_64

Added:
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 371323, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  242 ++---
 1 file changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 21:02:06 UTC (rev 371323)
+++ PKGBUILD2019-12-12 21:03:14 UTC (rev 371324)
@@ -1,121 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.13.2
-pkgrel=4
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 
'python2-opengl' 'python2-enum34'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 
'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects')
-source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5-$pkgver.tar.gz;)
-sha256sums=('adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827')
-
-prepare() {
-  cp -a PyQt5-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api
-  make
-
-  cd "$srcdir"/PyQt5-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip-pyqt5' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-x11extras: QtX11Extras'
-  'qt5-networkauth: QtNetworkAuth'
-  'qt5-remoteobjects: QtRemoteObjects')
-
-  cd PyQt5-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-
-  # Provided by pyqt-common
-  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip-pyqt5' 'pyqt5-common' 'python2-enum34')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-x11extras: QtX11Extras'
-  'qt5-networkauth: QtNetworkAuth'
-  'qt5-remoteobjects: QtRemoteObjects')
-
-  cd PyQt5-$pkgver-py2
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py3 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v3
-
-  # compile Python bytecode
-  python2 -m compileall -d / "$pkgdir"/usr/lib
-  python2 -O -m compileall -d / "$pkgdir"/usr/lib
-
-  # Fix conflicts with python-pyqt5
-  mv "$pkgdir"/usr/bin/{,python2-}pyuic5
-  mv "$pkgdir"/usr/bin/{,python2-}pylupdate5
-  mv "$pkgdir"/usr/bin/{,python2-}pyrcc5
-
-  rm 

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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 21:02:06
  Author: arojas
Revision: 371323

Bump pkgrel

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:57:35 UTC (rev 371322)
+++ PKGBUILD2019-12-12 21:02:06 UTC (rev 371323)
@@ -7,7 +7,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.13.2
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
 license=('GPL')


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:57:25
  Author: bpiotrowski
Revision: 537476

archrelease: copy trunk to community-any

Added:
  toolbox/repos/community-any/PKGBUILD
(from rev 537475, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:57:20 UTC (rev 537475)
+++ PKGBUILD2019-12-12 20:57:25 UTC (rev 537476)
@@ -1,28 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=toolbox
-pkgver=0.0.16
-pkgrel=1
-pkgdesc='Unprivileged development environment'
-arch=(any)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash)
-makedepends=(shellcheck go-md2man bash-completion ninja git meson)
-_commit=2a2867789d508f29191e718e25f8704cbd69246b  # tags/0.0.16^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-any/PKGBUILD (from rev 537475, 
toolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:57:25 UTC (rev 537476)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=toolbox
+pkgver=0.0.17
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(any)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash)
+makedepends=(shellcheck go-md2man bash-completion ninja git meson)
+_commit=7f5ac939e813272d439bf8ca3958f138b0300639  # tags/0.0.17^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:57:20
  Author: bpiotrowski
Revision: 537475

0.0.17-1

Modified:
  toolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:54:30 UTC (rev 537474)
+++ PKGBUILD2019-12-12 20:57:20 UTC (rev 537475)
@@ -1,7 +1,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=toolbox
-pkgver=0.0.16
+pkgver=0.0.17
 pkgrel=1
 pkgdesc='Unprivileged development environment'
 arch=(any)


[arch-commits] Commit in bash-completion/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:57:35
  Author: bpiotrowski
Revision: 371322

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
(from rev 371321, bash-completion/trunk/PKGBUILD)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:57:30 UTC (rev 371321)
+++ PKGBUILD2019-12-12 20:57:35 UTC (rev 371322)
@@ -1,31 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=bash-completion
-pkgver=2.9
-pkgrel=1
-pkgdesc='Programmable completion for the bash shell'
-arch=(any)
-url='https://github.com/scop/bash-completion'
-license=(GPL2)
-depends=(bash)
-options=(!emptydirs !makeflags)
-source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-sha256sums=('d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
-  rm "$pkgdir/etc/profile.d/bash_completion.sh"
-
-  # remove Slackware's makepkg completion
-  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 371321, 
bash-completion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:57:35 UTC (rev 371322)
@@ -0,0 +1,31 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.10
+pkgrel=1
+pkgdesc='Programmable completion for the bash shell'
+arch=(any)
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
+sha256sums=('123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+}


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:57:30
  Author: bpiotrowski
Revision: 371321

2.10-1

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:51:30 UTC (rev 371320)
+++ PKGBUILD2019-12-12 20:57:30 UTC (rev 371321)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=bash-completion
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc='Programmable completion for the bash shell'
 arch=(any)
@@ -11,7 +11,7 @@
 options=(!emptydirs !makeflags)
 source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-sha256sums=('d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5')
+sha256sums=('123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92')
 
 build() {
   cd $pkgname-$pkgver


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:54:15
  Author: bpiotrowski
Revision: 537473

archrelease: copy trunk to community-x86_64

Added:
  openfortivpn/repos/community-x86_64/PKGBUILD
(from rev 537472, openfortivpn/trunk/PKGBUILD)
Deleted:
  openfortivpn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:54:11 UTC (rev 537472)
+++ PKGBUILD2019-12-12 20:54:15 UTC (rev 537473)
@@ -1,29 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=openfortivpn
-pkgver=1.10.0
-pkgrel=2
-pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
-arch=(x86_64)
-url="https://github.com/adrienverge/openfortivpn;
-license=(GPL3)
-depends=(openssl ppp)
-backup=(etc/openfortivpn/config)
-source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
-sha256sums=('d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-   ./configure --prefix=/usr --sysconfdir=/etc
-   make
-}
-
-package() {
-  cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 537472, 
openfortivpn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:54:15 UTC (rev 537473)
@@ -0,0 +1,29 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=openfortivpn
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
+arch=(x86_64)
+url="https://github.com/adrienverge/openfortivpn;
+license=(GPL3)
+depends=(openssl ppp)
+backup=(etc/openfortivpn/config)
+source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
+sha256sums=('95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make
+}
+
+package() {
+  cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+}


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:54:30
  Author: bpiotrowski
Revision: 537474

0.0.16-1

Modified:
  toolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:54:15 UTC (rev 537473)
+++ PKGBUILD2019-12-12 20:54:30 UTC (rev 537474)
@@ -9,7 +9,7 @@
 license=(APACHE)
 depends=(podman bash)
 makedepends=(shellcheck go-md2man bash-completion ninja git meson)
-_commit=2a2867789d508f29191e718e25f8704cbd69246b  # tags/0.0.16^0
+_commit=7f5ac939e813272d439bf8ca3958f138b0300639  # tags/0.0.17^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:54:11
  Author: bpiotrowski
Revision: 537472

1.11.0-1

Modified:
  openfortivpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:05:07 UTC (rev 537471)
+++ PKGBUILD2019-12-12 20:54:11 UTC (rev 537472)
@@ -1,8 +1,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=openfortivpn
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
 arch=(x86_64)
 url="https://github.com/adrienverge/openfortivpn;
@@ -10,7 +10,7 @@
 depends=(openssl ppp)
 backup=(etc/openfortivpn/config)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
-sha256sums=('d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d')
+sha256sums=('95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:51:30
  Author: bpiotrowski
Revision: 371320

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 371319, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:51:25 UTC (rev 371319)
+++ PKGBUILD2019-12-12 20:51:30 UTC (rev 371320)
@@ -1,43 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3 gnome-desktop)
-makedepends=(xdg-desktop-portal python git evince)
-optdepends=("evince: Print preview")
-provides=(xdg-desktop-portal-impl)
-_commit=40118d36f3a19c25433f87ba2ba83a66d3a71e28  # tags/1.5.1^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 371319, 
xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:51:30 UTC (rev 371320)
@@ -0,0 +1,43 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3 gnome-desktop)
+makedepends=(xdg-desktop-portal python git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=c27096099b43e47b642a4b132eb2c8b0c2a81451  # tags/1.5.2^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (PKGBUILD)

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:51:25
  Author: bpiotrowski
Revision: 371319

1.5.2-1

Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:49:29 UTC (rev 371318)
+++ PKGBUILD2019-12-12 20:51:25 UTC (rev 371319)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="A GTK+ backend for xdg-desktop-portal"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
@@ -12,7 +12,7 @@
 makedepends=(xdg-desktop-portal python git evince)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=40118d36f3a19c25433f87ba2ba83a66d3a71e28  # tags/1.5.1^0
+_commit=c27096099b43e47b642a4b132eb2c8b0c2a81451  # tags/1.5.2^0
 
source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (4 files)

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:49:29
  Author: bpiotrowski
Revision: 371318

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 371317, xdg-desktop-portal/trunk/PKGBUILD)
  xdg-desktop-portal/repos/extra-x86_64/hack.diff
(from rev 371317, xdg-desktop-portal/trunk/hack.diff)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
  xdg-desktop-portal/repos/extra-x86_64/hack.diff

---+
 PKGBUILD  |  100 +++
 hack.diff |  398 ++--
 2 files changed, 249 insertions(+), 249 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:49:25 UTC (rev 371317)
+++ PKGBUILD2019-12-12 20:49:29 UTC (rev 371318)
@@ -1,50 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2 geoclue2)
-makedepends=(python xmlto docbook-xsl git flatpak libportal)
-checkdepends=(epiphany gedit gvfs)
-_commit=10f5120f8fa88975885975fa7cc384570969122c  # tags/1.5.3^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;
-hack.diff)
-sha256sums=('SKIP'
-'9b5097ce035fff9f9bebb6963e509b6597b3d5f0cceda26321cf228d8d59cf5d')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Make tests pass
-  # https://github.com/flatpak/xdg-desktop-portal/issues/394
-  git apply -3 ../hack.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 371317, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:49:29 UTC (rev 371318)
@@ -0,0 +1,50 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2 geoclue2)
+makedepends=(python xmlto docbook-xsl git flatpak libportal)
+checkdepends=(epiphany gedit gvfs)
+_commit=5f14b2703a994041dda543ed2d57c47b0ff251b1  # tags/1.5.4^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;
+hack.diff)
+sha256sums=('SKIP'
+'9b5097ce035fff9f9bebb6963e509b6597b3d5f0cceda26321cf228d8d59cf5d')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Make tests pass
+  # https://github.com/flatpak/xdg-desktop-portal/issues/394
+  git apply -3 ../hack.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: hack.diff
===
--- hack.diff   2019-12-12 20:49:25 UTC (rev 371317)
+++ hack.diff   2019-12-12 20:49:29 UTC (rev 371318)
@@ -1,199 +0,0 @@
-diff --git i/tests/camera.c w/tests/camera.c
-index 4ef0176..197e77d 100644
 i/tests/camera.c
-+++ w/tests/camera.c
-@@ -239,29 +239,31 @@ test_camera_lockdown (void)
-   require_pipewire ();
-   reset_camera_permissions ();
-   xdp_impl_lockdown_set_disable_camera (lockdown, TRUE);
-+  sleep (1);
- 
-   keyfile = g_key_file_new ();
- 
-   g_key_file_set_integer (keyfile, "backend", "delay", 200);
-   g_key_file_set_integer (keyfile, "result", "marker", 4);
-   g_key_file_set_integer (keyfile, "backend", "response", 0);
-   g_key_file_set_integer (keyfile, "result", "response", 2);
-   g_key_file_set_integer (keyfile, "result", "error_domain", 
XDG_DESKTOP_PORTAL_ERROR);
-   g_key_file_set_integer (keyfile, "result", "error_code", 
XDG_DESKTOP_PORTAL_ERROR_NOT_ALLOWED);
- 
-   path = g_build_filename (outdir, "access", NULL);
-   g_key_file_save_to_file (keyfile, path, );
-   g_assert_no_error (error);
- 
-   portal = xdp_portal_new ();
- 
-   got_info = 0;
-   xdp_portal_access_camera (portal, NULL, NULL, camera_cb, keyfile);
- 
-   while (!got_info)
- g_main_context_iteration (NULL, TRUE);
- 
-   xdp_impl_lockdown_set_disable_camera (lockdown, FALSE);
-+  sleep (1);
- }
- 
- /* Test the effect of the user denying the access dialog */
-diff --git i/tests/filechooser.c 

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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:49:25
  Author: bpiotrowski
Revision: 371317

1.5.4-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:44:29 UTC (rev 371316)
+++ PKGBUILD2019-12-12 20:49:25 UTC (rev 371317)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
@@ -11,7 +11,7 @@
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
 checkdepends=(epiphany gedit gvfs)
-_commit=10f5120f8fa88975885975fa7cc384570969122c  # tags/1.5.3^0
+_commit=5f14b2703a994041dda543ed2d57c47b0ff251b1  # tags/1.5.4^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;
 hack.diff)
 sha256sums=('SKIP'


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:44:24
  Author: bpiotrowski
Revision: 371315

0.1.r24.g7355b1e-1

Modified:
  libportal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:52:53 UTC (rev 371314)
+++ PKGBUILD2019-12-12 20:44:24 UTC (rev 371315)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
  
 pkgname=libportal
-pkgver=0.1
+pkgver=0.1.r24.g7355b1e
 pkgrel=1
 pkgdesc="GIO-style async APIs for most Flatpak portals"
 url="https://github.com/flatpak/libportal;
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(glib2)
 makedepends=(git meson gtk-doc)
-_commit=a7a1edcaeceb53652b7d76adadfec390f7b09178  # tags/0.1^0
+_commit=7355b1e2e98b7c0f8f3d0601ef4d78369b91aad3  # master
 source=("git+https://github.com/flatpak/libportal#commit=$_commit;
 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch)
 sha256sums=('SKIP'
@@ -16,15 +16,10 @@
 '934374cb20a3bb76df2c1982a56a15e1c9808a1dfa46273db6529dd6213bde1f')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd "$pkgname"
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
-  cd $pkgname
-  git apply -3 
../0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
-}
-
 build() {
   arch-meson $pkgname build
   ninja -C build


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

2019-12-12 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, December 12, 2019 @ 20:44:29
  Author: bpiotrowski
Revision: 371316

archrelease: copy trunk to extra-x86_64

Added:
  
libportal/repos/extra-x86_64/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
(from rev 371315, 
libportal/trunk/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch)
  libportal/repos/extra-x86_64/PKGBUILD
(from rev 371315, libportal/trunk/PKGBUILD)
Deleted:
  
libportal/repos/extra-x86_64/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
  libportal/repos/extra-x86_64/PKGBUILD

-+
 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch |   48 +++---
 PKGBUILD|   77 
--
 2 files changed, 60 insertions(+), 65 deletions(-)

Deleted: 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
===
--- 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 
2019-12-12 20:44:24 UTC (rev 371315)
+++ 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 
2019-12-12 20:44:29 UTC (rev 371316)
@@ -1,24 +0,0 @@
-From 902917eb4f66f69496e977b3c72e0fa178775f89 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 27 Nov 2019 22:29:48 +
-Subject: [PATCH] filechooser: Don't try to free the method name; it's static
-

- libportal/filechooser.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/libportal/filechooser.c b/libportal/filechooser.c
-index 2b665b8..135c269 100644
 a/libportal/filechooser.c
-+++ b/libportal/filechooser.c
-@@ -78,7 +78,6 @@ file_call_free (FileCall *call)
-   g_object_unref (call->portal);
-   g_object_unref (call->task);
- 
--  g_free (call->method);
-   g_free (call->title);
-   g_free (call->current_name);
-   g_free (call->current_folder);
--- 
-2.24.0
-

Copied: 
libportal/repos/extra-x86_64/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
 (from rev 371315, 
libportal/trunk/0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch)
===
--- 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 
(rev 0)
+++ 0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch 
2019-12-12 20:44:29 UTC (rev 371316)
@@ -0,0 +1,24 @@
+From 902917eb4f66f69496e977b3c72e0fa178775f89 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Wed, 27 Nov 2019 22:29:48 +
+Subject: [PATCH] filechooser: Don't try to free the method name; it's static
+
+---
+ libportal/filechooser.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/libportal/filechooser.c b/libportal/filechooser.c
+index 2b665b8..135c269 100644
+--- a/libportal/filechooser.c
 b/libportal/filechooser.c
+@@ -78,7 +78,6 @@ file_call_free (FileCall *call)
+   g_object_unref (call->portal);
+   g_object_unref (call->task);
+ 
+-  g_free (call->method);
+   g_free (call->title);
+   g_free (call->current_name);
+   g_free (call->current_folder);
+-- 
+2.24.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:44:24 UTC (rev 371315)
+++ PKGBUILD2019-12-12 20:44:29 UTC (rev 371316)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
- 
-pkgname=libportal
-pkgver=0.1
-pkgrel=1
-pkgdesc="GIO-style async APIs for most Flatpak portals"
-url="https://github.com/flatpak/libportal;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(git meson gtk-doc)
-_commit=a7a1edcaeceb53652b7d76adadfec390f7b09178  # tags/0.1^0
-source=("git+https://github.com/flatpak/libportal#commit=$_commit;
-0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch)
-sha256sums=('SKIP'
-'934374cb20a3bb76df2c1982a56a15e1c9808a1dfa46273db6529dd6213bde1f')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git apply -3 
../0001-filechooser-Don-t-try-to-free-the-method-name-it-s-s.patch
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: libportal/repos/extra-x86_64/PKGBUILD (from rev 371315, 
libportal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:44:29 UTC (rev 371316)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=libportal
+pkgver=0.1.r24.g7355b1e
+pkgrel=1
+pkgdesc="GIO-style async APIs for most Flatpak portals"
+url="https://github.com/flatpak/libportal;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(git meson gtk-doc)
+_commit=7355b1e2e98b7c0f8f3d0601ef4d78369b91aad3  # master

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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:05:07
  Author: jelle
Revision: 537471

archrelease: copy trunk to community-testing-any

Added:
  cura/repos/community-testing-any/
  cura/repos/community-testing-any/PKGBUILD
(from rev 537470, cura/trunk/PKGBUILD)

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

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


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:05:00
  Author: jelle
Revision: 537470

upgpkg: cura 4.4.0-1

Upstream update

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:04:52 UTC (rev 537469)
+++ PKGBUILD2019-12-12 20:05:00 UTC (rev 537470)
@@ -2,11 +2,12 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
 depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'python-requests'
- 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects')
+ 'curaengine' 'cura-binary-data' 'cura-resources-materials' 
'libsavitar' 'qt5-graphicaleffects'
+ 'python-certifi')
 makedepends=('qt5-tools' 'cmake')
 optdepends=('python-zeroconf: network printing support')
 provides=('cura')
@@ -13,8 +14,8 @@
 url="https://ultimaker.com/en/products/cura-software;
 license=('LGPL')
 arch=('any')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('3f4ae11e4e28b151e9587c197f814bc97bc225fb2819f4dabaab392ef9896bb119d6fab0df48c9eb4a390a815815d27045eefa933e2e4a9d53331db8d79ea815')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/v${pkgver}.tar.gz)
+sha512sums=('7728553d15fc843c0f2aca83e1ce3df9806835eedd0be6d7447c3edd18cda7e4a23400192f70b1c385841463126dea5bbfc7316f8f12ed26b9392047cabc69d3')
 
 # Build order
 # arcus -> uranium -> curaengine -> libsavitar ->


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:52
  Author: jelle
Revision: 537469

archrelease: copy trunk to community-testing-any

Added:
  cura-binary-data/repos/community-testing-any/
  cura-binary-data/repos/community-testing-any/PKGBUILD
(from rev 537468, cura-binary-data/trunk/PKGBUILD)

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

Copied: cura-binary-data/repos/community-testing-any/PKGBUILD (from rev 537468, 
cura-binary-data/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-12 20:04:52 UTC (rev 537469)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura-binary-data
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname};
+license=('AGPL')
+arch=('any')
+source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('a9ed4c093e5336e197e0b6a3e76c37b486ebec61')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:46
  Author: jelle
Revision: 537468

upgpkg: cura-binary-data 4.4.0-1

Upstream update

Modified:
  cura-binary-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:04:34 UTC (rev 537467)
+++ PKGBUILD2019-12-12 20:04:46 UTC (rev 537468)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura-binary-data
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Binary data (firmwares and such) for cura"
 url="https://github.com/Ultimaker/${pkgname};
@@ -9,7 +9,7 @@
 license=('AGPL')
 arch=('any')
 source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('644aed81aa39e676cdeac1b3aee4e6dffabf9d4e')
+sha1sums=('a9ed4c093e5336e197e0b6a3e76c37b486ebec61')
 
 package(){
   install -d "${pkgdir}/usr/share/"


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:14
  Author: felixonmars
Revision: 537464

upgpkg: python-hypothesis 4.51.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:04:02 UTC (rev 537463)
+++ PKGBUILD2019-12-12 20:04:14 UTC (rev 537464)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.50.0
+pkgver=4.51.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('470a918a0cc31f094d630472395d05a38047d7a67a05475f44b69b64ca3e22b05d9da154cdce7d3568e74a06ba2a722cde0de8239b984e85375818c26530d322')
+sha512sums=('f350cef9413dafc919808ab0131278790b3f19aac7f54a414207a5c16fb73d81edd7accb29b5977c77ab583d464e7fcab882e5ac68760740466248de6b783001')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:02
  Author: jelle
Revision: 537463

archrelease: copy trunk to community-testing-x86_64

Added:
  libsavitar/repos/community-testing-x86_64/
  libsavitar/repos/community-testing-x86_64/PKGBUILD
(from rev 537462, libsavitar/trunk/PKGBUILD)
  libsavitar/repos/community-testing-x86_64/use_system_pugixml.patch
(from rev 537462, libsavitar/trunk/use_system_pugixml.patch)

--+
 PKGBUILD |   41 +++
 use_system_pugixml.patch |   67 +
 2 files changed, 108 insertions(+)

Copied: libsavitar/repos/community-testing-x86_64/PKGBUILD (from rev 537462, 
libsavitar/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-12 20:04:02 UTC (rev 537463)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: neodarz 
+
+pkgname=libsavitar
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
+arch=('x86_64')
+url="https://github.com/Ultimaker/libsavitar;
+license=('AGPL')
+depends=('python' 'pugixml')
+makedepends=('cmake' 'python-sip' 'sip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
+sha512sums=('a8039fed9c0b00f3698f37e0b0653a43b8f5b0461fd734687461114f2df63a9781520f45d7b25f598b2f1dfa5c24585cb297a7408029cea4273df614c33a2e98'
+
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
+
+prepare() {
+  cd "libSavitar-${pkgver}"
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+
+  # don't install a second system pugixml; WONTFIX upstream due to:
+  # "It's been decided that an external dependency makes setting up your
+  # development environment for Cura needlessly difficult."
+  patch -Np1 -i "$srcdir"/use_system_pugixml.patch
+}
+
+build() {
+  cd "libSavitar-${pkgver}"
+  mkdir  build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "libSavitar-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libsavitar/repos/community-testing-x86_64/use_system_pugixml.patch 
(from rev 537462, libsavitar/trunk/use_system_pugixml.patch)
===
--- community-testing-x86_64/use_system_pugixml.patch   
(rev 0)
+++ community-testing-x86_64/use_system_pugixml.patch   2019-12-12 20:04:02 UTC 
(rev 537463)
@@ -0,0 +1,67 @@
+diff -aur libSavitar-4.1.0.old/CMakeLists.txt libSavitar-4.1.0/CMakeLists.txt
+--- libSavitar-4.1.0.old/CMakeLists.txt2019-06-14 21:54:00.101539146 
+0200
 libSavitar-4.1.0/CMakeLists.txt2019-06-14 21:54:34.518676200 +0200
+@@ -14,7 +14,7 @@
+ find_package(Threads QUIET)
+ endif()
+ 
+-add_subdirectory(pugixml)
++find_package(pugixml REQUIRED)
+ 
+ if(BUILD_PYTHON)
+ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+diff -aur libSavitar-4.1.0.old/src/MeshData.cpp 
libSavitar-4.1.0/src/MeshData.cpp
+--- libSavitar-4.1.0.old/src/MeshData.cpp  2019-06-14 21:54:00.101539146 
+0200
 libSavitar-4.1.0/src/MeshData.cpp  2019-06-14 21:56:16.930076069 +0200
+@@ -17,7 +17,7 @@
+  */
+ 
+ #include "MeshData.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include 
+ #include 
+ #include 
+ #include  //For std::runtime_error.
+diff -aur libSavitar-4.1.0.old/src/Scene.cpp libSavitar-4.1.0/src/Scene.cpp
+--- libSavitar-4.1.0.old/src/Scene.cpp 2019-06-14 21:54:00.101539146 +0200
 libSavitar-4.1.0/src/Scene.cpp 2019-06-14 21:56:09.553308560 +0200
+@@ -17,7 +17,7 @@
+  */
+ 
+ #include "Scene.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include 
+ #include 
+ #include 
+ using namespace Savitar;
+diff -aur libSavitar-4.1.0.old/src/SceneNode.cpp 
libSavitar-4.1.0/src/SceneNode.cpp
+--- libSavitar-4.1.0.old/src/SceneNode.cpp 2019-06-14 21:54:00.101539146 
+0200
 libSavitar-4.1.0/src/SceneNode.cpp 2019-06-14 21:56:12.723351894 +0200
+@@ -17,7 +17,7 @@
+  */
+ 
+ #include "SceneNode.h"
+-#include "../pugixml/src/pugixml.hpp"
++#include 
+ #include 
+ using namespace Savitar;
+ 
+diff -aur libSavitar-4.1.0.old/src/ThreeMFParser.h 
libSavitar-4.1.0/src/ThreeMFParser.h
+--- libSavitar-4.1.0.old/src/ThreeMFParser.h   2019-06-14 21:54:00.101539146 
+0200
 libSavitar-4.1.0/src/ThreeMFParser.h   2019-06-14 21:55:32.532802504 
+0200
+@@ -21,7 +21,7 

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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:25
  Author: jelle
Revision: 537466

archrelease: copy trunk to community-testing-any

Added:
  cura-resources-materials/repos/community-testing-any/
  cura-resources-materials/repos/community-testing-any/PKGBUILD
(from rev 537465, cura-resources-materials/trunk/PKGBUILD)

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

Copied: cura-resources-materials/repos/community-testing-any/PKGBUILD (from rev 
537465, cura-resources-materials/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-12 20:04:25 UTC (rev 537466)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+url="https://ultimaker.com/en/products/cura-software;
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('84e3a2dd28ec48926ef4904eac3e33d387832551')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:17
  Author: jelle
Revision: 537465

upgpkg: cura-resources-materials 4.4.0-1

Upstream update

Modified:
  cura-resources-materials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:04:14 UTC (rev 537464)
+++ PKGBUILD2019-12-12 20:04:17 UTC (rev 537465)
@@ -2,7 +2,7 @@
 # Contributor: Uffe Jakobsen 
  
 pkgname=cura-resources-materials
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Missing materials resources for Cura"
 url="https://ultimaker.com/en/products/cura-software;
@@ -9,7 +9,7 @@
 license=("AGPL")
 arch=("any")
 
source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
-sha1sums=('d47d7bb42fb72f324ea825a51e71b2f9fa83890f')
+sha1sums=('84e3a2dd28ec48926ef4904eac3e33d387832551')
 
 package()
 {


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:03:51
  Author: jelle
Revision: 537462

upgpkg: libsavitar 4.4.0-1

Upstream update

Modified:
  libsavitar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:03:25 UTC (rev 537461)
+++ PKGBUILD2019-12-12 20:03:51 UTC (rev 537462)
@@ -2,8 +2,8 @@
 # Contributor: neodarz 
 
 pkgname=libsavitar
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="C++ implementation of 3mf loading with SIP python bindings"
 arch=('x86_64')
 url="https://github.com/Ultimaker/libsavitar;
@@ -11,7 +11,7 @@
 depends=('python' 'pugixml')
 makedepends=('cmake' 'python-sip' 'sip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libSavitar//archive/${pkgver}.tar.gz
 use_system_pugixml.patch)
-sha512sums=('4accce4a96deddfe148540c3abb3cba391178ffc34b88ea77e07053c36eb2c3d6aa7b040ec386ba5bb2eb9e6d9c371b5c35fae268f953694f6ccd9e6c82223d6'
+sha512sums=('a8039fed9c0b00f3698f37e0b0653a43b8f5b0461fd734687461114f2df63a9781520f45d7b25f598b2f1dfa5c24585cb297a7408029cea4273df614c33a2e98'
 
'be333be1737e8b2483dcfbd5fc992165bdf47ccce22fb2cc88f8ecb24ce6b17451a15f58e3a11c3671305afec88983878c8b0e914662c813e3a7bbeff587b956')
 
 prepare() {


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 20:04:34
  Author: felixonmars
Revision: 537467

archrelease: copy trunk to community-any

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

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

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

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

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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:03:25
  Author: jelle
Revision: 537461

archrelease: copy trunk to community-testing-x86_64

Added:
  curaengine/repos/community-testing-x86_64/PKGBUILD
(from rev 537460, curaengine/trunk/PKGBUILD)
Deleted:
  curaengine/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:03:13 UTC (rev 537460)
+++ PKGBUILD2019-12-12 20:03:25 UTC (rev 537461)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=curaengine
-pkgver=4.3.0
-pkgrel=3
-pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
-url="https://github.com/Ultimaker/CuraEngine;
-arch=('x86_64')
-license=('AGPL')
-depends=('arcus' 'rapidjson' 'polyclipping')
-# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
-# Work with system openmp
-# Package polyclipping in the repos
-checkdepends=('cppunit')
-makedepends=('cmake' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
-
-
-build() {
-  cd CuraEngine-${pkgver}
-  mkdir -p build
-  cd build
-
-   cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-check() {
-  cd CuraEngine-${pkgver}/build
-  make test
-}
-
-package() {
-  cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-testing-x86_64/PKGBUILD (from rev 537460, 
curaengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:03:25 UTC (rev 537461)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64')
+license=('AGPL')
+depends=('arcus' 'rapidjson' 'polyclipping')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Work with system openmp
+# Package polyclipping in the repos
+checkdepends=('cppunit')
+makedepends=('cmake' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:03:13
  Author: jelle
Revision: 537460

upgpkg: curaengine 4.4.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:02:35 UTC (rev 537459)
+++ PKGBUILD2019-12-12 20:03:13 UTC (rev 537460)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Engine for processing 3D models into 3D printing instruction for 
Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
 arch=('x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
+sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
 
 
 build() {


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:02:35
  Author: jelle
Revision: 537459

archrelease: copy trunk to community-testing-any

Added:
  uranium/repos/community-testing-any/
  uranium/repos/community-testing-any/PKGBUILD
(from rev 537458, uranium/trunk/PKGBUILD)

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

Copied: uranium/repos/community-testing-any/PKGBUILD (from rev 537458, 
uranium/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-12 20:02:35 UTC (rev 537459)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=uranium
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium;
+arch=('any')
+license=('LGPL')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 
'python-pyqt5' 'python-numpy' 'arcus' 'python-shapely')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('6906804add202b19931e01844f418256168e560265b217e725a4d9d0acf21800')
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:02:28
  Author: jelle
Revision: 537458

upgpkg: uranium 4.4.0-1

Upstream update

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:01:51 UTC (rev 537457)
+++ PKGBUILD2019-12-12 20:02:28 UTC (rev 537458)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=uranium
-pkgver=4.3.0
-pkgrel=4
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium;
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'pyqt5-common' 
'python-pyqt5' 'python-numpy' 'arcus' 'python-shapely')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38')
+sha256sums=('6906804add202b19931e01844f418256168e560265b217e725a4d9d0acf21800')
 
 prepare() {
   cd Uranium-${pkgver}


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:01:51
  Author: jelle
Revision: 537457

archrelease: copy trunk to community-testing-x86_64

Added:
  arcus/repos/community-testing-x86_64/PKGBUILD
(from rev 537456, arcus/trunk/PKGBUILD)
Deleted:
  arcus/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 20:01:43 UTC (rev 537456)
+++ PKGBUILD2019-12-12 20:01:51 UTC (rev 537457)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-# upstreamed renamed to libarcus
-pkgname=arcus
-pkgver=4.3.0
-pkgrel=5
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64')
-license=('LGPL')
-makedepends=('cmake' 'sip')
-depends=('python' 'protobuf' 'python-sip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-sha512sums=('b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-testing-x86_64/PKGBUILD (from rev 537456, 
arcus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 20:01:51 UTC (rev 537457)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+# upstreamed renamed to libarcus
+pkgname=arcus
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64')
+license=('LGPL')
+makedepends=('cmake' 'sip')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
+sha512sums=('c469780b751ad8c0386732b715dfebba3abdd1c694c1375d74b09445c3bf5dc6f67784056a1089cbf7b95addc161d7abfed2907242082b08f4e36f7db0da9943')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:01:43
  Author: jelle
Revision: 537456

upgpkg: arcus 4.4.0-1

Upstream update.

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:50:46 UTC (rev 537455)
+++ PKGBUILD2019-12-12 20:01:43 UTC (rev 537456)
@@ -3,8 +3,8 @@
 
 # upstreamed renamed to libarcus
 pkgname=arcus
-pkgver=4.3.0
-pkgrel=5
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Communication library between internal components for Ultimaker 
software"
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'sip')
 depends=('python' 'protobuf' 'python-sip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-sha512sums=('b3893e3c422de85a6968443a6f26149e9dee9f15038c11c219693b9aa8d5174d908421e33c8e3ce4e4ecab8c5077da217b44a9ec6bb4b351ff67b7f2d42cc890')
+sha512sums=('c469780b751ad8c0386732b715dfebba3abdd1c694c1375d74b09445c3bf5dc6f67784056a1089cbf7b95addc161d7abfed2907242082b08f4e36f7db0da9943')
 
 build() {
   cd libArcus-${pkgver}


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

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 19:52:53
  Author: heftig
Revision: 371314

archrelease: copy trunk to extra-x86_64

Added:
  polari/repos/extra-x86_64/PKGBUILD
(from rev 371313, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:52:44 UTC (rev 371313)
+++ PKGBUILD2019-12-12 19:52:53 UTC (rev 371314)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=91c4a990d3e5c44bf62b2e58ab371e8298521520  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 371313, 
polari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:52:53 UTC (rev 371314)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=c5f821cb2a3c01aeded386cfcff7b91248c33997  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-12-12 Thread Jan Steffens via arch-commits
Date: Thursday, December 12, 2019 @ 19:52:44
  Author: heftig
Revision: 371313

3.34.1-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:22:15 UTC (rev 371312)
+++ PKGBUILD2019-12-12 19:52:44 UTC (rev 371313)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=91c4a990d3e5c44bf62b2e58ab371e8298521520  # tags/3.34.0^0
+_commit=c5f821cb2a3c01aeded386cfcff7b91248c33997  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:49:22
  Author: felixonmars
Revision: 537453

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 537452, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 537452, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 19:49:22 UTC (rev 537453)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.15
+pkgrel=26
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 
'haskell-brick'
+ 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:49:13
  Author: felixonmars
Revision: 537452

upgpkg: hledger-ui 1.15-26

rebuild with brick 0.50.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:47:38 UTC (rev 537451)
+++ PKGBUILD2019-12-12 19:49:13 UTC (rev 537452)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.15
-pkgrel=25
+pkgrel=26
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:47:29
  Author: felixonmars
Revision: 537449

upgpkg: haskell-brick 0.50.1-1

rebuild with brick 0.50.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:47:25 UTC (rev 537448)
+++ PKGBUILD2019-12-12 19:47:29 UTC (rev 537449)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.50
-pkgrel=2
+pkgver=0.50.1
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ddfbdae09303168284f57fecad48b2522c8aa11ce256e4c0c7b4138b716ef38ac5fabcdb4c462471bf44212545ee887e245be2bf032bbe4f3d27b819a3b09160')
+sha512sums=('451aa9d841190dd8eb31f089fbebc75cb7c3a7af652dbb305d7cce9e33b3201648dd7fad0fb03a196ffa36b3d86d24d726c6a6ccc2a0214f3f35fefe89294a41')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:47:38
  Author: felixonmars
Revision: 537451

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 537449, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 19:47:38 UTC (rev 537451)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.50.1
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('451aa9d841190dd8eb31f089fbebc75cb7c3a7af652dbb305d7cce9e33b3201648dd7fad0fb03a196ffa36b3d86d24d726c6a6ccc2a0214f3f35fefe89294a41')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+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 $_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 npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:46:43
  Author: felixonmars
Revision: 537445

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 537444, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:46:32 UTC (rev 537444)
+++ PKGBUILD2019-12-12 19:46:43 UTC (rev 537445)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.2.2
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b2664b1905986cd39054befcecbc314ca6a4853965fc667813094a45fb240fe793092a71770a5b9141db4f4431c827f5b99c3ce935de0051b0f044f3996dc5ab')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 537444, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:46:43 UTC (rev 537445)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=4.0.1
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('ac3aca02a850b9362ad8492776ba0f319180f4deada53a2d395388268c516b764a9dbfe639cab64d9bf80382cb48cf3ef646653feb01c04f9700687cc16670ff')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:46:50
  Author: felixonmars
Revision: 537446

upgpkg: python-softlayer 5.8.3-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:46:43 UTC (rev 537445)
+++ PKGBUILD2019-12-12 19:46:50 UTC (rev 537446)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-softlayer
-pkgver=5.8.2
+pkgver=5.8.3
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('a0d24881d624e6cdf89d9d1bb247e97769b448676e3b32fc16bfd8941f8b10d03a8530d70c67bed37fa813c7dcc67223b3e1cf902e77860cd7ce4e01a454')
+sha512sums=('47022c2d3c0182d2f9ff4c74a7d761871b4abb69c1009852ef5db67f1e1c3bcda80e1467c2653df0abb714bfba8565c92bf7cc5222de6f9f64426ab40bb2e53b')
 
 prepare() {
   cd softlayer-python-$pkgver


[arch-commits] Commit in perl-archive-extract/repos/community-any (PKGBUILD PKGBUILD)

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:47:36
  Author: felixonmars
Revision: 537450

archrelease: copy trunk to community-any

Added:
  perl-archive-extract/repos/community-any/PKGBUILD
(from rev 537449, perl-archive-extract/trunk/PKGBUILD)
Deleted:
  perl-archive-extract/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:47:29 UTC (rev 537449)
+++ PKGBUILD2019-12-12 19:47:36 UTC (rev 537450)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Florian Pritz 
-
-pkgname=perl-archive-extract
-pkgver=0.84
-pkgrel=1
-pkgdesc='Generic archive extracting mechanism'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Archive-Extract
-source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
-sha512sums=('4b6cf806f9cc74360400a4141a7e7a2baa89b56ac484ff4e52ef78433882ca4ca8f7983d29bdda5d1dddbc87d790ffc55b3fcd4cef84cc4f1972b71a6657927a')
-_ddir="Archive-Extract-$pkgver"
-
-build() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-archive-extract/repos/community-any/PKGBUILD (from rev 537449, 
perl-archive-extract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:47:36 UTC (rev 537450)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-archive-extract
+pkgver=0.86
+pkgrel=1
+pkgdesc='Generic archive extracting mechanism'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Archive-Extract
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
+sha512sums=('a091b8c489275b8dd3d38e52e983bef7cab7d642e0dc8f6e95f1d8d006d769857b4e5950778bddd3044d6f11b3563c7796361e88869f60a9875529b78c9d1c76')
+_ddir="Archive-Extract-$pkgver"
+
+build() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-archive-extract/trunk (PKGBUILD)

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:47:25
  Author: felixonmars
Revision: 537448

upgpkg: perl-archive-extract 0.86-1

Modified:
  perl-archive-extract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:47:02 UTC (rev 537447)
+++ PKGBUILD2019-12-12 19:47:25 UTC (rev 537448)
@@ -2,7 +2,7 @@
 # Contributor: Florian Pritz 
 
 pkgname=perl-archive-extract
-pkgver=0.84
+pkgver=0.86
 pkgrel=1
 pkgdesc='Generic archive extracting mechanism'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(perl)
 url=https://metacpan.org/release/Archive-Extract
 
source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Archive-Extract-$pkgver.tar.gz;)
-sha512sums=('4b6cf806f9cc74360400a4141a7e7a2baa89b56ac484ff4e52ef78433882ca4ca8f7983d29bdda5d1dddbc87d790ffc55b3fcd4cef84cc4f1972b71a6657927a')
+sha512sums=('a091b8c489275b8dd3d38e52e983bef7cab7d642e0dc8f6e95f1d8d006d769857b4e5950778bddd3044d6f11b3563c7796361e88869f60a9875529b78c9d1c76')
 _ddir="Archive-Extract-$pkgver"
 
 build() (


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:47:02
  Author: felixonmars
Revision: 537447

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:46:50 UTC (rev 537446)
+++ PKGBUILD2019-12-12 19:47:02 UTC (rev 537447)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-softlayer
-pkgver=5.8.2
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='https://github.com/softlayer/softlayer-python'
-depends=('python-six' 'python-ptable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
- 'python-pygments' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('a0d24881d624e6cdf89d9d1bb247e97769b448676e3b32fc16bfd8941f8b10d03a8530d70c67bed37fa813c7dcc67223b3e1cf902e77860cd7ce4e01a454')
-
-prepare() {
-  cd softlayer-python-$pkgver
-  sed -i 's/==/>=/' setup.py
-}
-
-build() {
-  cd softlayer-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd softlayer-python-$pkgver
-  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
-}
-
-package() {
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 537446, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:47:02 UTC (rev 537447)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-softlayer
+pkgver=5.8.3
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+depends=('python-six' 'python-ptable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
+ 'python-pygments' 'python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
+sha512sums=('47022c2d3c0182d2f9ff4c74a7d761871b4abb69c1009852ef5db67f1e1c3bcda80e1467c2653df0abb714bfba8565c92bf7cc5222de6f9f64426ab40bb2e53b')
+
+prepare() {
+  cd softlayer-python-$pkgver
+  sed -i 's/==/>=/' setup.py
+}
+
+build() {
+  cd softlayer-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd softlayer-python-$pkgver
+  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
+}
+
+package() {
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:46:32
  Author: felixonmars
Revision: 537444

upgpkg: npm-check-updates 4.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:46:16 UTC (rev 537443)
+++ PKGBUILD2019-12-12 19:46:32 UTC (rev 537444)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.2.2
+pkgver=4.0.1
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b2664b1905986cd39054befcecbc314ca6a4853965fc667813094a45fb240fe793092a71770a5b9141db4f4431c827f5b99c3ce935de0051b0f044f3996dc5ab')
+sha512sums=('ac3aca02a850b9362ad8492776ba0f319180f4deada53a2d395388268c516b764a9dbfe639cab64d9bf80382cb48cf3ef646653feb01c04f9700687cc16670ff')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:46:16
  Author: felixonmars
Revision: 537443

archrelease: copy trunk to community-any

Added:
  jake/repos/community-any/PKGBUILD
(from rev 537442, jake/trunk/PKGBUILD)
Deleted:
  jake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:46:04 UTC (rev 537442)
+++ PKGBUILD2019-12-12 19:46:16 UTC (rev 537443)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=jake
-pkgver=10.3.2
-pkgrel=1
-pkgdesc="JavaScript build tool, similar to Make or Rake"
-arch=('any')
-url="https://jakejs.com;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ae3deca1f92607ec9bb4a9c41d4ca66f1c3134f36e2bac47e83d0c39ce22cd9dce2970b3248e61ec62b415cfa5fcf66845d948d29cf4e80c3c54dddfa549dea6')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: jake/repos/community-any/PKGBUILD (from rev 537442, jake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:46:16 UTC (rev 537443)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=jake
+pkgver=10.4.1
+pkgrel=1
+pkgdesc="JavaScript build tool, similar to Make or Rake"
+arch=('any')
+url="https://jakejs.com;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('6131828cb6c2a022db68d33a292b30c6757f2bc8232aec4b60d85075ad766b16dcdbf23f3afdc5b0e643b8822a767728a9106a1b7dd86ec17ee66559ca0dfbc8')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:46:04
  Author: felixonmars
Revision: 537442

upgpkg: jake 10.4.1-1

Modified:
  jake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:40:04 UTC (rev 537441)
+++ PKGBUILD2019-12-12 19:46:04 UTC (rev 537442)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=jake
-pkgver=10.3.2
+pkgver=10.4.1
 pkgrel=1
 pkgdesc="JavaScript build tool, similar to Make or Rake"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ae3deca1f92607ec9bb4a9c41d4ca66f1c3134f36e2bac47e83d0c39ce22cd9dce2970b3248e61ec62b415cfa5fcf66845d948d29cf4e80c3c54dddfa549dea6')
+sha512sums=('6131828cb6c2a022db68d33a292b30c6757f2bc8232aec4b60d85075ad766b16dcdbf23f3afdc5b0e643b8822a767728a9106a1b7dd86ec17ee66559ca0dfbc8')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:39:53
  Author: felixonmars
Revision: 537440

upgpkg: python-phonenumbers 8.11.1-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:38:53 UTC (rev 537439)
+++ PKGBUILD2019-12-12 19:39:53 UTC (rev 537440)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.11.0
+pkgver=8.11.1
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('71deeb598842e26ec99f2e0af9ad8eac82e91e2abe18b4bb0fbd778771fa5809f043daa3da053f6e529953026ae611585fec39611bf79242619c9ea2e2f2be7d')
+sha512sums=('8e0f59300c6494d5305ea0bdddc5173bba18f39bb9bcd71f64efbab7988d4eb331379488430f5d0f911c518c58c2e96b6978bbf46b235cfb771120e5c3e57218')
 
 build() {
   cd python-phonenumbers-$pkgver


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:40:04
  Author: felixonmars
Revision: 537441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:39:53 UTC (rev 537440)
+++ PKGBUILD2019-12-12 19:40:04 UTC (rev 537441)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.11.0
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('71deeb598842e26ec99f2e0af9ad8eac82e91e2abe18b4bb0fbd778771fa5809f043daa3da053f6e529953026ae611585fec39611bf79242619c9ea2e2f2be7d')
-
-build() {
-  cd python-phonenumbers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 537440, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:40:04 UTC (rev 537441)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.11.1
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
+sha512sums=('8e0f59300c6494d5305ea0bdddc5173bba18f39bb9bcd71f64efbab7988d4eb331379488430f5d0f911c518c58c2e96b6978bbf46b235cfb771120e5c3e57218')
+
+build() {
+  cd python-phonenumbers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:38:41
  Author: felixonmars
Revision: 537436

upgpkg: python-oslo-db 5.1.0-1

Modified:
  python-oslo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:35:45 UTC (rev 537435)
+++ PKGBUILD2019-12-12 19:38:41 UTC (rev 537436)
@@ -3,8 +3,8 @@
 
 pkgbase=python-oslo-db
 pkgname=(python-oslo-db python2-oslo-db)
-pkgver=5.0.2
-pkgrel=3
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="OpenStack Database Pattern Library"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.db/$pkgver;
@@ -20,7 +20,7 @@
   'python2-unittest2')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('1e6317a51241bb0c0edc790fbf6095af4e6c52c5c92f3620f60b31a84a1f44ab5976ec2665832cb2b9759619828eee32eefc5f7e9f784cca591af0067dc1')
+sha512sums=('8c12d504227ed59d537a8648e3d6adca1959cc24f42929e1c05f3552e67950a7b71ed5cf2ec8fabf84ed2e5cef19f02898e8042fe507560e8e19bfd105fc958d')
 
 prepare() {
   cp -a oslo.db-$pkgver{,-py2}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:38:53
  Author: felixonmars
Revision: 537439

archrelease: copy trunk to community-any

Added:
  python-oslo-db/repos/community-any/PKGBUILD
(from rev 537436, python-oslo-db/trunk/PKGBUILD)
Deleted:
  python-oslo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:38:51 UTC (rev 537438)
+++ PKGBUILD2019-12-12 19:38:53 UTC (rev 537439)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-db
-pkgname=(python-oslo-db python2-oslo-db)
-pkgver=5.0.2
-pkgrel=3
-pkgdesc="OpenStack Database Pattern Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.db/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
- 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-mock' 'python2-mock' 'python-testresources' 
'python2-testresources'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-context' 
'python2-oslo-context'
-  'python2-unittest2')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
-sha512sums=('1e6317a51241bb0c0edc790fbf6095af4e6c52c5c92f3620f60b31a84a1f44ab5976ec2665832cb2b9759619828eee32eefc5f7e9f784cca591af0067dc1')
-
-prepare() {
-  cp -a oslo.db-$pkgver{,-py2}
-  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.db-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-db() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-debtcollector' 
'python-oslo-i18n'
-   'python-oslo-config' 'python-oslo-utils' 'python-sqlalchemy' 
'python-sqlalchemy-migrate'
-   'python-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-db() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 
'python2-debtcollector' 'python2-oslo-i18n'
-   'python2-oslo-config' 'python2-oslo-utils' 'python2-sqlalchemy'
-   'python2-sqlalchemy-migrate' 'python2-stevedore')
-
-  cd "$srcdir"/oslo.db-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-db/repos/community-any/PKGBUILD (from rev 537436, 
python-oslo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:38:53 UTC (rev 537439)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-db
+pkgname=(python-oslo-db python2-oslo-db)
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="OpenStack Database Pattern Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.db/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-debtcollector' 'python2-debtcollector' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-config' 'python2-oslo-config' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-sqlalchemy' 'python2-sqlalchemy'
+ 'python-sqlalchemy-migrate' 'python2-sqlalchemy-migrate' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-mock' 'python2-mock' 'python-testresources' 
'python2-testresources'
+  'python-oslotest' 'python2-oslotest' 'python-oslo-context' 
'python2-oslo-context'
+  'python2-unittest2')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.db/archive/$pkgver.tar.gz;)
+sha512sums=('8c12d504227ed59d537a8648e3d6adca1959cc24f42929e1c05f3552e67950a7b71ed5cf2ec8fabf84ed2e5cef19f02898e8042fe507560e8e19bfd105fc958d')
+
+prepare() {
+  cp -a oslo.db-$pkgver{,-py2}
+  sed -i 's/import unittest2/import unittest as unittest2/' 
oslo.db-$pkgver/oslo_db/tests/sqlalchemy/test_async_eventlet.py
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.db-$pkgver
+  python setup.py build
+
+  cd 

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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:35:35
  Author: felixonmars
Revision: 537434

upgpkg: cryptol 2.8.0-13

rebuild with sbv 8.5

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:32:17 UTC (rev 537433)
+++ PKGBUILD2019-12-12 19:35:35 UTC (rev 537434)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=12
+pkgrel=13
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:35:45
  Author: felixonmars
Revision: 537435

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 537434, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 537434, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 19:35:45 UTC (rev 537435)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=13
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-monad-control' 
'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+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
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:32:17
  Author: felixonmars
Revision: 537433

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 537432, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 19:32:17 UTC (rev 537433)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.5
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5ad6e004fb80db7e2202844f62238a67a189933aff809ff071c40207180dba09f8916fc403ac00279a652260584c96043653a4f0b8e58cdd0a89ccf4dd829926')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-12 Thread Felix Yan via arch-commits
Date: Thursday, December 12, 2019 @ 19:32:07
  Author: felixonmars
Revision: 537432

upgpkg: haskell-sbv 8.5-1

rebuild with sbv 8.5

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 19:00:59 UTC (rev 537431)
+++ PKGBUILD2019-12-12 19:32:07 UTC (rev 537432)
@@ -3,8 +3,8 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.4
-pkgrel=6
+pkgver=8.5
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('49323762cc9ca53ba117ab417cad354c271877c09a683182ddd9a189e9db6bf8008b4fa50667ecc847c397ce93cb1eeebfbb10518753981d5995354c98a3ba75')
+sha512sums=('5ad6e004fb80db7e2202844f62238a67a189933aff809ff071c40207180dba09f8916fc403ac00279a652260584c96043653a4f0b8e58cdd0a89ccf4dd829926')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-12-12 Thread Florian Pritz via arch-commits
Date: Thursday, December 12, 2019 @ 19:22:10
  Author: bluewind
Revision: 371311

upgpkg: spamassassin 3.4.3-1: upstream update

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:14:13 UTC (rev 371310)
+++ PKGBUILD2019-12-12 19:22:10 UTC (rev 371311)
@@ -2,8 +2,8 @@
 # Contributor: Dale Blount 
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
-pkgver=3.4.2
-pkgrel=5
+pkgver=3.4.3
+pkgrel=1
 pkgdesc="A mail filter to identify spam."
 arch=('x86_64')
 license=('APACHE')
@@ -23,7 +23,8 @@
 'etc/mail/spamassassin/v330.pre'
 'etc/mail/spamassassin/v340.pre'
 'etc/mail/spamassassin/v341.pre'
-'etc/mail/spamassassin/v342.pre')
+'etc/mail/spamassassin/v342.pre'
+   'etc/mail/spamassassin/v343.pre')
 install="${pkgname}.install"
 
source=("https://ftp.fau.de/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz;
 
"https://www.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz.asc;
@@ -30,7 +31,7 @@
 'spamassassin.tmpfiles.d'
 'spamassassin.service')
 validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
-sha512sums=('85e3d78bb885ad1d0bf2066d1bc919d6ad5e9f86795069397e7c28cc1ba02870566ec014c08c81f68e7ed03b7f60d2de0b9730b3415b35d848abde2c8920a28f'
+sha512sums=('d2fd657d3c20273b0c06cb1da083d757d3f2a7f60c7ed6e6ad8f98e6df33c9c5f3824f0531abf5dbc32b0dde22979d7d671231fa2ef0d8b073ea6804c5de0c3a'
 'SKIP'
 
'994ebb2b6c127521676f35879017112a33da53ad99431837d06973a9abfc4aa0434ea2c9b19073ff2cc877ebe3a5a7fe8525bc93222fd05956069ce73e5ae389'
 
'5ad6aa8d992375b0989413d36ff0485f792ac9211a47e6a2a7fa5c0b9eb353aa6efe6f55da3ff4480bdef24beb4fa456c64c5a5ce72e8ad6c93c171c969fd6ee')


[arch-commits] Commit in spamassassin/repos/extra-x86_64 (18 files)

2019-12-12 Thread Florian Pritz via arch-commits
Date: Thursday, December 12, 2019 @ 19:22:15
  Author: bluewind
Revision: 371312

archrelease: copy trunk to extra-x86_64

Added:
  spamassassin/repos/extra-x86_64/PKGBUILD
(from rev 371311, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-x86_64/bug_828552-openssl-1.1.0.patch
(from rev 371311, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/extra-x86_64/disable-sslv3.patch
(from rev 371311, spamassassin/trunk/disable-sslv3.patch)
  spamassassin/repos/extra-x86_64/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch
(from rev 371311, 
spamassassin/trunk/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch)
  spamassassin/repos/extra-x86_64/net-dns-1.01-compat-uribl.patch
(from rev 371311, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/extra-x86_64/net-dns-1.01-compat.patch
(from rev 371311, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/extra-x86_64/spamassassin.install
(from rev 371311, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-x86_64/spamassassin.service
(from rev 371311, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/extra-x86_64/spamassassin.tmpfiles.d
(from rev 371311, spamassassin/trunk/spamassassin.tmpfiles.d)
Deleted:
  spamassassin/repos/extra-x86_64/PKGBUILD
  spamassassin/repos/extra-x86_64/bug_828552-openssl-1.1.0.patch
  spamassassin/repos/extra-x86_64/disable-sslv3.patch
  spamassassin/repos/extra-x86_64/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch
  spamassassin/repos/extra-x86_64/net-dns-1.01-compat-uribl.patch
  spamassassin/repos/extra-x86_64/net-dns-1.01-compat.patch
  spamassassin/repos/extra-x86_64/spamassassin.install
  spamassassin/repos/extra-x86_64/spamassassin.service
  spamassassin/repos/extra-x86_64/spamassassin.tmpfiles.d

+
 PKGBUILD   |  175 ++--
 bug_828552-openssl-1.1.0.patch |  906 +++
 disable-sslv3.patch|  552 +++---
 edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch |   72 -
 net-dns-1.01-compat-uribl.patch|   54 -
 net-dns-1.01-compat.patch  |   28 
 spamassassin.install   |   38 
 spamassassin.service   |   24 
 spamassassin.tmpfiles.d|2 
 9 files changed, 926 insertions(+), 925 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:22:10 UTC (rev 371311)
+++ PKGBUILD2019-12-12 19:22:15 UTC (rev 371312)
@@ -1,87 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Dale Blount 
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.4.2
-pkgrel=5
-pkgdesc="A mail filter to identify spam."
-arch=('x86_64')
-license=('APACHE')
-url="https://spamassassin.apache.org;
-depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
- 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
- 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
-makedepends=('razor' 'perl-dbi')
-optdepends=('razor: to identify collaborately-flagged spam'
-'make: to use sa-compile'
-'gcc: to use sa-compile')
-backup=('etc/mail/spamassassin/local.cf'
-'etc/mail/spamassassin/init.pre'
-'etc/mail/spamassassin/v310.pre'
-'etc/mail/spamassassin/v312.pre'
-'etc/mail/spamassassin/v320.pre'
-'etc/mail/spamassassin/v330.pre'
-'etc/mail/spamassassin/v340.pre'
-'etc/mail/spamassassin/v341.pre'
-'etc/mail/spamassassin/v342.pre')
-install="${pkgname}.install"
-source=("https://ftp.fau.de/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz;
-
"https://www.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz.asc;
-'spamassassin.tmpfiles.d'
-'spamassassin.service')
-validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
-sha512sums=('85e3d78bb885ad1d0bf2066d1bc919d6ad5e9f86795069397e7c28cc1ba02870566ec014c08c81f68e7ed03b7f60d2de0b9730b3415b35d848abde2c8920a28f'
-'SKIP'
-
'994ebb2b6c127521676f35879017112a33da53ad99431837d06973a9abfc4aa0434ea2c9b19073ff2cc877ebe3a5a7fe8525bc93222fd05956069ce73e5ae389'
-
'5ad6aa8d992375b0989413d36ff0485f792ac9211a47e6a2a7fa5c0b9eb353aa6efe6f55da3ff4480bdef24beb4fa456c64c5a5ce72e8ad6c93c171c969fd6ee')
-
-prepare() {
-  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
-
-  sed -i t/sa_compile.t \
- -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = 
"/bin/site_perl/";#'
-}
-
-build() {
-  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
-
-  # install module in vendor directories.
-  export PERL_USE_UNSAFE_INC=1
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
-  make
-}
-
-check() {
-  

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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 19:00:52
  Author: arodseth
Revision: 537430

upgpkg: wings3d 2.2.5-1

Modified:
  wings3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:54:22 UTC (rev 537429)
+++ PKGBUILD2019-12-12 19:00:52 UTC (rev 537430)
@@ -2,7 +2,7 @@
 # Contributor: kappa 
 
 pkgname=wings3d
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='3D modeler using the winged edge data structure'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 optdepends=('povray: render scenes with POV-Ray')
 
source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
 "$pkgname.sh")
-sha256sums=('4325a4c58df77a2b109cbd0046b427e2d3f151d5526f8c2f0848e04db48b95f5'
+sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
 '8e5e8f31d47ea55a0e9d311b7cc0eaac4e6050ac40506d3548b6ebae5d3618be')
 _p=${pkgname%3d}-$pkgver
 


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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 19:00:59
  Author: arodseth
Revision: 537431

archrelease: copy trunk to community-x86_64

Added:
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 537430, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 537430, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.sh

+
 PKGBUILD   |  118 +--
 wings3d.sh |8 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 19:00:52 UTC (rev 537430)
+++ PKGBUILD2019-12-12 19:00:59 UTC (rev 537431)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: kappa 
-
-pkgname=wings3d
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='3D modeler using the winged edge data structure'
-arch=(x86_64)
-url='http://www.wings3d.com/'
-license=(GPL)
-depends=(erlang erlang-cl erlang-sdl)
-makedepends=(gendesk imagemagick)
-optdepends=('povray: render scenes with POV-Ray')
-source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
-"$pkgname.sh")
-sha256sums=('4325a4c58df77a2b109cbd0046b427e2d3f151d5526f8c2f0848e04db48b95f5'
-'8e5e8f31d47ea55a0e9d311b7cc0eaac4e6050ac40506d3548b6ebae5d3618be')
-_p=${pkgname%3d}-$pkgver
-
-prepare() {
-  gendesk -f -n \
---name Wings3D \
---pkgname $pkgname \
---pkgdesc "$pkgdesc" \
---genericname '3D Modeler' \
---categories 'Graphics;3DGraphics'
-
-  # Convert the icon in a reproducable way
-  convert +set date:create +set date:modify "$_p"/win32/wings.ico $pkgname.png
-
-  # Path fix for building wpc_lwo
-  ln -s "$_p" "$_p"/plugins_src/import_export/wings
-  ln -s "$_p" wings
-
-  sed -i 's/-Werror//' "$_p"/{src,e3d,plugins_src/import_export}/Makefile
-}
-
-build() {
-  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
-  export ERL_LIBS="$srcdir"
-
-  make -C "$_p" all lang
-}
-
-package() {
-  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 $pkgname.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 $pkgname-3.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  install -d "$pkgdir/usr/lib/$pkgname"
-  for subdir in e3d ebin icons plugins psd shaders src textures tools; do
-cp -r "$_p"/$subdir/ "$pkgdir/usr/lib/$pkgname"
-  done
-}
-
-# getver: -u=2 github.com/dgud/wings/releases
-# vim: ts=2 sw=2 et:

Copied: wings3d/repos/community-x86_64/PKGBUILD (from rev 537430, 
wings3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 19:00:59 UTC (rev 537431)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: kappa 
+
+pkgname=wings3d
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='3D modeler using the winged edge data structure'
+arch=(x86_64)
+url='http://www.wings3d.com/'
+license=(GPL)
+depends=(erlang erlang-cl erlang-sdl)
+makedepends=(gendesk imagemagick)
+optdepends=('povray: render scenes with POV-Ray')
+source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
+"$pkgname.sh")
+sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
+'8e5e8f31d47ea55a0e9d311b7cc0eaac4e6050ac40506d3548b6ebae5d3618be')
+_p=${pkgname%3d}-$pkgver
+
+prepare() {
+  gendesk -f -n \
+--name Wings3D \
+--pkgname $pkgname \
+--pkgdesc "$pkgdesc" \
+--genericname '3D Modeler' \
+--categories 'Graphics;3DGraphics'
+
+  # Convert the icon in a reproducable way
+  convert +set date:create +set date:modify "$_p"/win32/wings.ico $pkgname.png
+
+  # Path fix for building wpc_lwo
+  ln -s "$_p" "$_p"/plugins_src/import_export/wings
+  ln -s "$_p" wings
+
+  sed -i 's/-Werror//' "$_p"/{src,e3d,plugins_src/import_export}/Makefile
+}
+
+build() {
+  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
+  export ERL_LIBS="$srcdir"
+
+  make -C "$_p" all lang
+}
+
+package() {
+  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 $pkgname.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 $pkgname-3.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  install -d "$pkgdir/usr/lib/$pkgname"
+  for subdir in e3d ebin icons plugins psd shaders src textures tools; do
+cp -r "$_p"/$subdir/ "$pkgdir/usr/lib/$pkgname"
+  done
+}
+
+# getver: -u=2 github.com/dgud/wings/releases
+# vim: ts=2 sw=2 et:

Deleted: wings3d.sh
===
--- wings3d.sh  2019-12-12 19:00:52 UTC (rev 537430)
+++ wings3d.sh  2019-12-12 19:00:59 UTC (rev 537431)
@@ -1,4 +0,0 @@
-#!/bin/sh
-exec /usr/bin/erl -noinput -smp \
-  -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin \
-  -run wings_start start_halt ${1+"$@"}

Copied: 

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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 18:54:22
  Author: arodseth
Revision: 537429

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 18:54:16 UTC (rev 537428)
+++ PKGBUILD2019-12-12 18:54:22 UTC (rev 537429)
@@ -1,22 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=22.1
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=(any)
-url='http://erlang.org/doc/'
-license=(custom)
-# HTTPS is not available
-source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 537428, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 18:54:22 UTC (rev 537429)
@@ -0,0 +1,22 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=22.2
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=(any)
+url='http://erlang.org/doc/'
+license=(custom)
+# HTTPS is not available
+source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
+sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 18:54:16
  Author: arodseth
Revision: 537428

upgpkg: erlang-docs 22.2-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:50:32 UTC (rev 537427)
+++ PKGBUILD2019-12-12 18:54:16 UTC (rev 537428)
@@ -3,7 +3,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=22.1
+pkgver=22.2
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(custom)
 # HTTPS is not available
 source=("http://erlang.org/download/otp_doc_html_$pkgver.tar.gz;)
-sha256sums=('3864ac1aa30084738d783d12c241c0a4943cf22a6d1d0f6c7bb9ba0a45ecb9eb')
+sha256sums=('09d41810d79fafde293feb48ebb249940eca6f9f5733abb235e37d06b8f482e3')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


[arch-commits] Commit in unbound/repos/community-testing-x86_64 (8 files)

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 12, 2019 @ 18:50:32
  Author: bisson
Revision: 537427

archrelease: copy trunk to community-testing-x86_64

Added:
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 537426, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-x86_64/hook
(from rev 537426, unbound/trunk/hook)
  unbound/repos/community-testing-x86_64/sysusers.d
(from rev 537426, unbound/trunk/sysusers.d)
  unbound/repos/community-testing-x86_64/tmpfiles.d
(from rev 537426, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-testing-x86_64/PKGBUILD
  unbound/repos/community-testing-x86_64/hook
  unbound/repos/community-testing-x86_64/sysusers.d
  unbound/repos/community-testing-x86_64/tmpfiles.d

+
 PKGBUILD   |  148 ++-
 hook   |   20 +++
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 79 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 18:50:04 UTC (rev 537426)
+++ PKGBUILD2019-12-12 18:50:32 UTC (rev 537427)
@@ -1,81 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.9.5
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
-
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
-
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
-
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
-
'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57'
-'SKIP'
-'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
-'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
-'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
-'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
-'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
-   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
-   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
-   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
-   patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: 

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

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 12, 2019 @ 18:50:04
  Author: bisson
Revision: 537426

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:40 UTC (rev 537425)
+++ PKGBUILD2019-12-12 18:50:04 UTC (rev 537426)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.9.6
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -13,23 +13,14 @@
 optdepends=('expat: unbound-anchor')
 depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
-
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
-
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
-
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
-
'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57'
+sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
 'SKIP'
-'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
-'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
-'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
-'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
-'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
@@ -36,11 +27,6 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
-   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
-   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
-   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
-   patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
 }
 


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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 18:44:40
  Author: arojas
Revision: 537425

archrelease: copy trunk to community-x86_64

Added:
  labplot/repos/community-x86_64/PKGBUILD
(from rev 537424, labplot/trunk/PKGBUILD)
Deleted:
  labplot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:22 UTC (rev 537424)
+++ PKGBUILD2019-12-12 18:44:40 UTC (rev 537425)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=labplot
-pkgver=2.7.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
-url="https://labplot.kde.org/;
-license=(GPL2)
-depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt)
-makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools 
poppler-qt5)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: labplot/repos/community-x86_64/PKGBUILD (from rev 537424, 
labplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 18:44:40 UTC (rev 537425)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.7.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
+url="https://labplot.kde.org/;
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools 
poppler-qt5)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in erlang-nox/repos/community-x86_64 (8 files)

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 18:44:09
  Author: arodseth
Revision: 537423

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 537422, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 537422, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 537422, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 537422, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:00 UTC (rev 537422)
+++ PKGBUILD2019-12-12 18:44:09 UTC (rev 537423)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.1.8
-_docver=22.1
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 537422, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-12 18:44:09 UTC (rev 537423)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.2
+_docver=22.2
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2019-12-12 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 12, 2019 @ 18:44:00
  Author: arodseth
Revision: 537422

upgpkg: erlang-nox 22.2-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:34:22 UTC (rev 537421)
+++ PKGBUILD2019-12-12 18:44:00 UTC (rev 537422)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.1.8
-_docver=22.1
+pkgver=22.2
+_docver=22.2
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 epmd.service
 epmd.socket)
 sha256sums=('SKIP'
-'64f45909ed8332619055d424c32f8cc8987290a1ac4079269572fba6ef9c74d9'
+'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')


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

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 18:44:22
  Author: arojas
Revision: 537424

cantor 19.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:09 UTC (rev 537423)
+++ PKGBUILD2019-12-12 18:44:22 UTC (rev 537424)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


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

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Thursday, December 12, 2019 @ 18:34:22
  Author: demize
Revision: 537421

archrelease: copy trunk to community-testing-x86_64

Added:
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 537420, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 537420, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 537420, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 537420, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 537420, haproxy/trunk/haproxy.sysusers)
Deleted:
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-testing-x86_64/PKGBUILD
  haproxy/repos/community-testing-x86_64/haproxy.cfg
  haproxy/repos/community-testing-x86_64/haproxy.install
  haproxy/repos/community-testing-x86_64/haproxy.sysusers

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |  114 +--
 PKGBUILD|  142 +++---
 haproxy.cfg |   98 -
 haproxy.install |   16 -
 haproxy.sysusers|2 
 5 files changed, 186 insertions(+), 186 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-12-12 
18:33:25 UTC (rev 537420)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-12-12 
18:34:22 UTC (rev 537421)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 537420, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 
(rev 0)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-12-12 
18:34:22 UTC (rev 537421)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile

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

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Thursday, December 12, 2019 @ 18:33:25
  Author: demize
Revision: 537420

Move EXTRA_OBJS to the correct make command

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:22:36 UTC (rev 537419)
+++ PKGBUILD2019-12-12 18:33:25 UTC (rev 537420)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://haproxy.org/'
@@ -43,7 +43,8 @@
 USE_PCRE=1 USE_PCRE_JIT=1 \
 USE_ZLIB=1 \
 USE_LUA=1 \
-USE_SYSTEMD=1
+USE_SYSTEMD=1 \
+EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
 
   for contrib in halog iprange ip6range systemd; do
 make -C contrib/$contrib SBINDIR=/usr/bin OPTIMIZE= CFLAGS="$CFLAGS" 
LDFLAGS="$LDFLAGS"
@@ -56,7 +57,6 @@
 PREFIX="$pkgdir"/usr \
 SBINDIR="$pkgdir"/usr/bin \
 DOCDIR="$pkgdir"/usr/share/$pkgname \
-EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" \
 install
 
   for contrib in halog iprange ip6range; do


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

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Thursday, December 12, 2019 @ 18:22:33
  Author: demize
Revision: 537417

db-move: moved elixir from [community-testing] to [community] (any)

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 537416, elixir/repos/community-testing-any/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD
  elixir/repos/community-testing-any/

+
 /PKGBUILD  |   32 
 community-any/PKGBUILD |   32 
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-12 18:22:32 UTC (rev 537416)
+++ community-any/PKGBUILD  2019-12-12 18:22:33 UTC (rev 537417)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="https://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-checkdepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('02aaa3ffd21f9cf51aceb3aa5a5bc2c1e2636b1611867e44f19693dcf856e25c')
-
-build() {
-  cd elixir-"$pkgver"
-  make
-}
-
-check() {
-  cd elixir-"$pkgver"
-  make test_erlang
-}
-
-package() {
-  cd elixir-"$pkgver"
-  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 537416, 
elixir/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-12 18:22:33 UTC (rev 537417)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="https://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('f3465d8a8e386f3e74831bf9594ee39e6dfde6aa430fe9260844cfe46aa10139')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  make test
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Thursday, December 12, 2019 @ 18:22:36
  Author: demize
Revision: 537419

db-move: moved python-pysaml2 from [community-testing] to [community] (any)

Added:
  python-pysaml2/repos/community-any/PKGBUILD
(from rev 537418, python-pysaml2/repos/community-testing-any/PKGBUILD)
Deleted:
  python-pysaml2/repos/community-any/PKGBUILD
  python-pysaml2/repos/community-testing-any/

+
 /PKGBUILD  |   44 
 community-any/PKGBUILD |   44 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-12 18:22:35 UTC (rev 537418)
+++ community-any/PKGBUILD  2019-12-12 18:22:36 UTC (rev 537419)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=python-pysaml2
-pkgver=4.8.0
-pkgrel=3
-
-pkgdesc='Python implementation of SAML Version 2'
-url='https://pypi.python.org/pypi/pysaml2'
-arch=('any')
-license=('Apache')
-
-depends=('python'
- 'python-future'
- 'python-requests'
- 'python-zope-interface'
- 'python-pycryptodomex'
- 'python-pytz'
- 'python-pyopenssl'
- 'python-dateutil'
- 'python-six'
- 'python-defusedxml')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz;)
-
-md5sums=('1c8506f7e2669cdf2fac894320a9e880')
-
-build() {
-   cd "$srcdir"/pysaml2-$pkgver
-   python setup.py build
-}
-
-check() {
-   cd "$srcdir"/pysaml2-$pkgver
-   python setup.py test
-}
-
-package() {
-   cd pysaml2-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pysaml2/repos/community-any/PKGBUILD (from rev 537418, 
python-pysaml2/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-12 18:22:36 UTC (rev 537419)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=python-pysaml2
+pkgver=4.9.0
+pkgrel=1
+
+pkgdesc='Python implementation of SAML Version 2'
+url='https://pypi.python.org/pypi/pysaml2'
+arch=('any')
+license=('Apache')
+
+depends=('python'
+ 'python-future'
+ 'python-requests'
+ 'python-zope-interface'
+ 'python-pycryptodomex'
+ 'python-pytz'
+ 'python-pyopenssl'
+ 'python-dateutil'
+ 'python-six'
+ 'python-defusedxml')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz;)
+
+md5sums=('7c9e7354ff0b753d45486635acb14ebc')
+
+build() {
+   cd "$srcdir"/pysaml2-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd "$srcdir"/pysaml2-$pkgver
+   python setup.py test
+}
+
+package() {
+   cd pysaml2-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


[arch-commits] Commit in matrix-synapse/repos (11 files)

2019-12-12 Thread Johannes Löthberg via arch-commits
Date: Thursday, December 12, 2019 @ 18:22:32
  Author: demize
Revision: 537416

db-move: moved matrix-synapse from [community-testing] to [community] (any)

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 537415, matrix-synapse/repos/community-testing-any/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 537415, 
matrix-synapse/repos/community-testing-any/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 537415, 
matrix-synapse/repos/community-testing-any/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 537415, 
matrix-synapse/repos/community-testing-any/sysusers-synapse.conf)
  matrix-synapse/repos/community-any/tmpfiles-synapse.conf
(from rev 537415, 
matrix-synapse/repos/community-testing-any/tmpfiles-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-any/tmpfiles-synapse.conf
  matrix-synapse/repos/community-testing-any/

-+
 /PKGBUILD   |   65 ++
 /synapse.install|   38 +
 /synapse.service|   18 
 /sysusers-synapse.conf  |1 
 /tmpfiles-synapse.conf  |1 
 community-any/PKGBUILD  |   72 --
 community-any/synapse.install   |   38 -
 community-any/synapse.service   |   18 
 community-any/sysusers-synapse.conf |1 
 community-any/tmpfiles-synapse.conf |1 
 10 files changed, 123 insertions(+), 130 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-12-12 18:19:46 UTC (rev 537415)
+++ community-any/PKGBUILD  2019-12-12 18:22:32 UTC (rev 537416)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=1.5.1
-pkgrel=3
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
- 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
- 'python-daemonize' 'python-bcrypt' 'python-frozendict'
- 'python-pillow' 'python-ujson'
- 'python-pysaml2' 'python-setuptools'
- 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
- 'python-signedjson' 'python-pymacaroons'
- 'python-service-identity' 'python-msgpack'
- 'python-phonenumbers' 'python-prometheus_client'
- 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
- 'python-treq' 'python-psutil' 'python-idna' 'python-jinja'
- 'python-bleach' 'python-typing_extensions' 'systemd')
-checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
-optdepends=('python-psycopg2: PostgreSQL support'
-'python-lxml: URL previewing'
-'python-psutil: metrics'
-'python-pyjwt: jwt')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
-'synapse.service'
-'sysusers-synapse.conf'
-'tmpfiles-synapse.conf'
- 
matrix-synapse-python-3.8.patch::"https://github.com/matrix-org/synapse/commit/affcc2cc.patch;)
-
-md5sums=('9b8cc37ca41207e24ef660771bea422d'
- 'fb196dee4f38a4b19e0a160f45574032'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b'
- 'e961c9ecad84a70345a57a7e9e6d5b09'
- 'b33ea2a4c40b2871c517889298cad228')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-prepare() {
-  cd synapse-$pkgver
-  patch -p1 -i ../matrix-synapse-python-3.8.patch # Support python 3.8
-}
-
-build() {
-   cd synapse-$pkgver
-   python setup.py build
-}
-
-check() {
-   cd synapse-$pkgver
-   PYTHONPATH=. trial3 tests
-}
-
-package() {
-   install -Dm644 synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-
-   cd synapse-$pkgver
-   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-   install -Dm644 "$srcdir"/tmpfiles-synapse.conf 
"$pkgdir"/usr/lib/tmpfiles.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 537415, 
matrix-synapse/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ 

  1   2   3   4   5   >