[arch-commits] Commit in qtox/trunk (PKGBUILD autoaccept.patch)

2020-03-22 Thread Jiachen Yang via arch-commits
Date: Monday, March 23, 2020 @ 04:07:56
  Author: farseerfc
Revision: 603689

upgpkg: qtox 1.16.3-10: qtox 1.16.3-10 toxcore 1:0.2.11 rebuild

Modified:
  qtox/trunk/PKGBUILD
Deleted:
  qtox/trunk/autoaccept.patch

--+
 PKGBUILD |2 +-
 autoaccept.patch |   13 -
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 04:06:47 UTC (rev 603688)
+++ PKGBUILD2020-03-23 04:07:56 UTC (rev 603689)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.16.3
-pkgrel=8
+pkgrel=10
 _gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
 arch=('x86_64')

Deleted: autoaccept.patch
===
--- autoaccept.patch2020-03-23 04:06:47 UTC (rev 603688)
+++ autoaccept.patch2020-03-23 04:07:56 UTC (rev 603689)
@@ -1,13 +0,0 @@
-diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
-index 752c2f81..a0d76c58 100644
 a/src/widget/friendwidget.cpp
-+++ b/src/widget/friendwidget.cpp
-@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* 
event)
- Settings::getInstance().setAutoAcceptDir(id, "");
- } else if (autoAccept->isChecked()) {
- const QString dir = QFileDialog::getExistingDirectory(
--Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), dir);
-+Q_NULLPTR, tr("Choose an auto accept directory", 
"popup title"), Settings::getInstance().getAutoAcceptDir(id));
- 
- autoAccept->setChecked(true);
- qDebug() << "Setting auto accept dir for" << friendId << "to" << 
dir;


[arch-commits] Commit in qtox/repos/community-x86_64 (3 files)

2020-03-22 Thread Jiachen Yang via arch-commits
Date: Monday, March 23, 2020 @ 04:08:24
  Author: farseerfc
Revision: 603690

archrelease: copy trunk to community-x86_64

Added:
  qtox/repos/community-x86_64/PKGBUILD
(from rev 603689, qtox/trunk/PKGBUILD)
Deleted:
  qtox/repos/community-x86_64/PKGBUILD
  qtox/repos/community-x86_64/autoaccept.patch

--+
 PKGBUILD |  140 ++---
 autoaccept.patch |   13 
 2 files changed, 70 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 04:07:56 UTC (rev 603689)
+++ PKGBUILD2020-03-23 04:08:24 UTC (rev 603690)
@@ -1,70 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Kevin MacMartin 
-
-pkgname=qtox
-_pkgname=qTox
-pkgver=1.16.3
-pkgrel=7
-_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
-pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
-arch=('x86_64')
-url='https://github.com/tux3/qTox'
-license=('GPL3')
-depends=('desktop-file-utils'
- 'libxss'
- 'openal'
- 'gtk2'
- 'ffmpeg'
- 'qrencode'
- 'qt5-svg'
- 'sqlcipher'
- 'libexif'
- 'toxcore'
- 'libgl')
-makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
-
-source=( 
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
-
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
-)
-sha512sums=('97c9becd6a90fc6a09a24fb52c1863dd880d19e9a6807499e875020a4012259f926014d98a4c831fd534028d9bcfcb76c5bb32001a553c22e2174a992a493a65'
-'SKIP')
-
-## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

-  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

- '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
- '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
- 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
- '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
-  '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
-  '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
-  'CA9221C5389B7C50AA5F779352A50775BE13DF17'  # - noavarice
-  '141C880E8BA25B198D0F850F7C132143C1A3A7D4'  # – tox-user
- )
-
-prepare() {
-  # disable -Werror for release packaging
-  sed -e 's|-Werror||' -i CMakeLists.txt
-}
-
-check() {
-  cd build
-  make test
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DGIT_VERSION=$_gitver \
- -DGIT_DESCRIBE=v$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qtox/repos/community-x86_64/PKGBUILD (from rev 603689, 
qtox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 04:08:24 UTC (rev 603690)
@@ -0,0 +1,70 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Kevin MacMartin 
+
+pkgname=qtox
+_pkgname=qTox
+pkgver=1.16.3
+pkgrel=10
+_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
+pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design 
guidelines'
+arch=('x86_64')
+url='https://github.com/tux3/qTox'
+license=('GPL3')
+depends=('desktop-file-utils'
+ 'libxss'
+ 'openal'
+ 'gtk2'
+ 'ffmpeg'
+ 'qrencode'
+ 'qt5-svg'
+ 'sqlcipher'
+ 'libexif'
+ 'toxcore'
+ 'libgl')
+makedepends=('qt5-tools' 'git' 'check' 'cmake' 'mesa' 'libglvnd')
+
+source=( 
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz;
+
"https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/v$pkgver.tar.lz.asc;
+)
+sha512sums=('97c9becd6a90fc6a09a24fb52c1863dd880d19e9a6807499e875020a4012259f926014d98a4c831fd534028d9bcfcb76c5bb32001a553c22e2174a992a493a65'
+'SKIP')
+
+## GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+validpgpkeys=('DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 

+  'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+ '1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+ '31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+ 'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+ '2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+  '74ADB7A7F8ECC1009916C4E42AA8E0DA1B31FB3C'  # - AnthonyBilinski 
subkey
+  '7EB339FE881747E701B7D472EBE36E66A8429B99'  # - AnthonyBilinski
+  

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

2020-03-22 Thread Jiachen Yang via arch-commits
Date: Monday, March 23, 2020 @ 04:06:47
  Author: farseerfc
Revision: 603688

archrelease: copy trunk to community-x86_64

Added:
  toxcore/repos/community-x86_64/PKGBUILD
(from rev 603687, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-x86_64/toxcore.conf
(from rev 603687, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-x86_64/toxcore.install
(from rev 603687, toxcore/trunk/toxcore.install)
Deleted:
  toxcore/repos/community-x86_64/PKGBUILD
  toxcore/repos/community-x86_64/toxcore.conf
  toxcore/repos/community-x86_64/toxcore.install

-+
 PKGBUILD|  146 +++---
 toxcore.conf|4 -
 toxcore.install |   30 +--
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 04:06:02 UTC (rev 603687)
+++ PKGBUILD2020-03-23 04:06:47 UTC (rev 603688)
@@ -1,73 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-# Contributor: Håvard Pettersson 
-# Contributor: naxuroqa 
-# Contributor: Boohbah 
-# Contributor: Kevin MacMartin 
-
-pkgname=toxcore
-_pkgname=c-toxcore
-epoch=1
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('check' 'cmake')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-install=$pkgname.install
-source=(
-   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
-   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz;
-   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;
-   
#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
-   
#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
-'toxcore.conf')
-sha512sums=('8a6a78c52a67be0b727d0d3a8d1cece20ad716a2e694df0aa747eee7764f64c957458584f59db5e727a9803ed7b21adc1ad8d7e80fd6651e7774ca3504b38fc7'
-'SKIP'
-
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
-validpgpkeys=(
-'15D3B9A6B3951DF9854FCA93E786548AE0A0B56B'  # 
RobinLindén
-'B7008FF12C079BF6E6EA19D1601A604B7E605776'  # Robin Lindén 

-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
-'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

-'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
-'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
-'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
-'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
-)
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
-  sed -i "/Rpath/d;/RPATH/d" CMakeLists.txt
-}
-
-build() {
-  cd $_pkgname-$pkgver/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DDHT_BOOTSTRAP=on \
--DBOOTSTRAP_DAEMON=on \
--DBUILD_TOXAV=on \
--DBUILD_AV_TEST=on ..
-  make
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-  make test 
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
-  install -Dm644 ../other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
-  install -Dm644 ../other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
-}

Copied: toxcore/repos/community-x86_64/PKGBUILD (from rev 603687, 
toxcore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 04:06:47 UTC (rev 603688)
@@ -0,0 +1,73 @@
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   

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

2020-03-22 Thread Jiachen Yang via arch-commits
Date: Monday, March 23, 2020 @ 04:06:02
  Author: farseerfc
Revision: 603687

upgpkg: toxcore 1:0.2.11-1: toxcore 1:0.2.11 release

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:58:27 UTC (rev 603686)
+++ PKGBUILD2020-03-23 04:06:02 UTC (rev 603687)
@@ -8,7 +8,7 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.2.10
+pkgver=0.2.11
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('x86_64')
@@ -27,7 +27,7 @@

#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;

#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
 'toxcore.conf')
-sha512sums=('8a6a78c52a67be0b727d0d3a8d1cece20ad716a2e694df0aa747eee7764f64c957458584f59db5e727a9803ed7b21adc1ad8d7e80fd6651e7774ca3504b38fc7'
+sha512sums=('616b30423a170463b4445f6940e038fd9af820946c970260fcf72cc54d08d2615364b9f086869180e3ae26154ea92fea6e9a602366306bc40c3e1575e86350df'
 'SKIP'
 
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=(


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 02:39:09
  Author: felixonmars
Revision: 378384

upgpkg: memcached 1.5.20-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 02:04:28 UTC (rev 378383)
+++ PKGBUILD2020-03-23 02:39:09 UTC (rev 378384)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.5.19
+pkgver=1.5.20
 pkgrel=1
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
@@ -15,7 +15,7 @@
 memcached.service.patch
 memcached.tmpfiles
 memcached.sysusers)
-sha512sums=('4445f383e18ffc53071c13b495c3864978658f4f6f439ab4579dd831fc12ad4850e04e9526954608ae627b0b23a9d6cb327560f02d15abff23e12f5d7c1723b4'
+sha512sums=('07b125971fcec2cd06797fe16e9825e18b9d3446f6b91583f82f1b50920cd0e55c65506ebdf5fcef7b08d92f9641a20859ba67b3dd3986ba5624d0d6f494293d'
 
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
 
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
 
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')


[arch-commits] Commit in memcached/repos/extra-x86_64 (8 files)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 02:39:36
  Author: felixonmars
Revision: 378385

archrelease: copy trunk to extra-x86_64

Added:
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 378384, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.service.patch
(from rev 378384, memcached/trunk/memcached.service.patch)
  memcached/repos/extra-x86_64/memcached.sysusers
(from rev 378384, memcached/trunk/memcached.sysusers)
  memcached/repos/extra-x86_64/memcached.tmpfiles
(from rev 378384, memcached/trunk/memcached.tmpfiles)
Deleted:
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.service.patch
  memcached/repos/extra-x86_64/memcached.sysusers
  memcached/repos/extra-x86_64/memcached.tmpfiles

-+
 PKGBUILD|  108 -
 memcached.service.patch |  150 +++---
 memcached.sysusers  |2 
 memcached.tmpfiles  |2 
 4 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 02:39:09 UTC (rev 378384)
+++ PKGBUILD2020-03-23 02:39:36 UTC (rev 378385)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.5.19
-pkgrel=1
-pkgdesc='Distributed memory object caching system'
-url='https://memcached.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('libevent' 'libseccomp')
-optdepends=('perl: for memcached-tool usage')
-source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service.patch
-memcached.tmpfiles
-memcached.sysusers)
-sha512sums=('4445f383e18ffc53071c13b495c3864978658f4f6f439ab4579dd831fc12ad4850e04e9526954608ae627b0b23a9d6cb327560f02d15abff23e12f5d7c1723b4'
-
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
-
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
-
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 < ../memcached.service.patch
-  sed -e 's/^##safer##//g' -i scripts/*.service
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-seccomp
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 scripts/memcached-tool.1 -t "${pkgdir}/usr/share/man/man1"
-
-  install -Dm 644 scripts/*.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
-  install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: memcached/repos/extra-x86_64/PKGBUILD (from rev 378384, 
memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 02:39:36 UTC (rev 378385)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.20
+pkgrel=1
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('libevent' 'libseccomp')
+optdepends=('perl: for memcached-tool usage')
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service.patch
+memcached.tmpfiles
+memcached.sysusers)
+sha512sums=('07b125971fcec2cd06797fe16e9825e18b9d3446f6b91583f82f1b50920cd0e55c65506ebdf5fcef7b08d92f9641a20859ba67b3dd3986ba5624d0d6f494293d'
+
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
+
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
+
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../memcached.service.patch
+  sed -e 's/^##safer##//g' -i scripts/*.service
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-seccomp
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
+  install -Dm 644 

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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 02:04:28
  Author: felixonmars
Revision: 378383

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 378382, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 02:04:12 UTC (rev 378382)
+++ PKGBUILD2020-03-23 02:04:28 UTC (rev 378383)
@@ -1,33 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes;
-license=('MIT')
-depends=('ocaml>=4.08.1' 'libffi' 'ocaml-integers')
-makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha512sums=('927eadd44964b35e422e4b2e0d376c252827e2f1e4d746a6a346bb9f3ab10d8791cb299f5b885236cb135f9d5de229203d51b92aa848d605949eb674cdca7202')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 378382, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 02:04:28 UTC (rev 378383)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml>=4.08.1' 'libffi' 'ocaml-integers')
+makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha512sums=('1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 02:04:12
  Author: felixonmars
Revision: 378382

upgpkg: ocaml-ctypes 0.17.1-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:28:24 UTC (rev 378381)
+++ PKGBUILD2020-03-23 02:04:12 UTC (rev 378382)
@@ -2,7 +2,7 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha512sums=('927eadd44964b35e422e4b2e0d376c252827e2f1e4d746a6a346bb9f3ab10d8791cb299f5b885236cb135f9d5de229203d51b92aa848d605949eb674cdca7202')
+sha512sums=('1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:58:27
  Author: felixonmars
Revision: 603686

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt-python/repos/community-testing-x86_64/
  libvirt-python/repos/community-testing-x86_64/PKGBUILD
(from rev 603685, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-testing-x86_64/libvirt-python.install
(from rev 603685, libvirt-python/trunk/libvirt-python.install)

+
 PKGBUILD   |   23 +++
 libvirt-python.install |3 +++
 2 files changed, 26 insertions(+)

Copied: libvirt-python/repos/community-testing-x86_64/PKGBUILD (from rev 
603685, libvirt-python/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-23 01:58:27 UTC (rev 603686)
@@ -0,0 +1,23 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=('libvirt-python')
+pkgver=5.10.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'libvirt')
+depends=('python' 'libvirt')
+options=('emptydirs')
+source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
+sha512sums=('19bf1608fa83572b9b557371efc44bffe298a654db0fca90e49fae8e69a7b2228d9e5a1ae0ab5d34fda3256498e5d53e09b5ea889d600c9d56254730d50faf79')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+
+package() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py clean
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: libvirt-python/repos/community-testing-x86_64/libvirt-python.install 
(from rev 603685, libvirt-python/trunk/libvirt-python.install)
===
--- community-testing-x86_64/libvirt-python.install 
(rev 0)
+++ community-testing-x86_64/libvirt-python.install 2020-03-23 01:58:27 UTC 
(rev 603686)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}


[arch-commits] Commit in youtube-viewer/repos/community-any (4 files)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:57:40
  Author: felixonmars
Revision: 603684

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 603683, youtube-viewer/trunk/PKGBUILD)
  youtube-viewer/repos/community-any/youtube-viewer.install
(from rev 603683, youtube-viewer/trunk/youtube-viewer.install)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD
  youtube-viewer/repos/community-any/youtube-viewer.install

+
 PKGBUILD   |  134 +++
 youtube-viewer.install |   32 +--
 2 files changed, 82 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 01:57:19 UTC (rev 603683)
+++ PKGBUILD2020-03-23 01:57:40 UTC (rev 603684)
@@ -1,68 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alad Wenter 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-pkgdesc='Command line utility for viewing YouTube videos'
-url='https://github.com/trizen/youtube-viewer'
-license=(GPL3)
-
-epoch=1
-pkgver=3.7.4
-pkgrel=2
-
-depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
-makedepends=(perl-module-build)
-optdepends=(
-   'gtk2-perl: GTK2 GUI'
-   'mpv: play videos with MPV'
-   'perl-file-sharedir: GTK GUI'
-   'perl-gtk3: GTK3 GUI'
-   'perl-json-xs: faster JSON to HASH conversion'
-   'perl-term-readline-gnu: better STDIN support'
-   'perl-text-charwidth: print results in a fixed-width format'
-   'vlc: play videos with VLC'
-   'wget: download videos with wget'
-   'youtube-dl: play videos with encrypted signatures'
-)
-
-arch=(any)
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/trizen/youtube-viewer/archive/$pkgver.tar.gz;
-   
"https://github.com/trizen/youtube-viewer/releases/download/$pkgver/youtube-viewer-3.7.4.tar.gz.asc;
-)
-install=youtube-viewer.install
-
-validpgpkeys=(ABB8BBAA2E279767774149B7D0A443C703A3A056)
-# sums provided by packager makepkg -g
-sha256sums=(
-   f049fe7f6f27c1dbc4e1835f2b99c922b7d66b11568edd63653c670ce5500cfd
-   SKIP
-)
-
-build() {
-   cd "youtube-viewer-$pkgver"
-   perl Build.PL --installdirs vendor --gtk
-}
-
-check() {
-   cd "youtube-viewer-$pkgver"
-   ./Build test
-}
-
-package() {
-   cd "youtube-viewer-$pkgver"
-
-   ./Build install --destdir "$pkgdir"
-   rm -r "$pkgdir/usr/lib"
-
-   install -D -m 644 README.md 
"$pkgdir/usr/share/doc/youtube-viewer/README.md"
-
-   mkdir -p "$pkgdir/usr/share/applications" "$pkgdir/usr/share/pixmaps"
-   mv 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-youtube-viewer.desktop"
 \
-   "$pkgdir/usr/share/applications/gtk-youtube-viewer.desktop"
-   cp 
"$pkgdir/usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons/gtk-youtube-viewer.png"
 \
-   "$pkgdir/usr/share/pixmaps/gtk-youtube-viewer.png"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 603683, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 01:57:40 UTC (rev 603684)
@@ -0,0 +1,66 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+pkgdesc='Command line utility for viewing YouTube videos'
+url='https://github.com/trizen/youtube-viewer'
+license=(GPL3)
+
+epoch=1
+pkgver=3.7.5
+pkgrel=1
+
+depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
+makedepends=(perl-module-build)
+optdepends=(
+   'gtk2-perl: GTK2 GUI'
+   'mpv: play videos with MPV'
+   'perl-file-sharedir: GTK GUI'
+   'perl-gtk3: GTK3 GUI'
+   'perl-json-xs: faster JSON to HASH conversion'
+   'perl-term-readline-gnu: better STDIN support'
+   'perl-text-charwidth: print results in a fixed-width format'
+   'vlc: play videos with VLC'
+   'wget: download videos with wget'
+   'youtube-dl: play videos with encrypted signatures'
+)
+
+arch=(any)
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/trizen/youtube-viewer/archive/$pkgver.tar.gz;
+   
"https://github.com/trizen/youtube-viewer/releases/download/$pkgver/youtube-viewer-$pkgver.tar.gz.asc;
+)
+install=youtube-viewer.install
+
+validpgpkeys=(ABB8BBAA2E279767774149B7D0A443C703A3A056)
+# sums provided by packager makepkg -g
+sha512sums=('4f4941a89942a60184eab18f81f4f6ad698c684b8166b10871287c64441323730e700fbb01c28c05a14452073236599a511593dbe0353c5cd121fbf0926d3200'
+'SKIP')
+
+build() {
+   cd 

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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:58:08
  Author: felixonmars
Revision: 603685

upgpkg: libvirt-python 5.10.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:57:40 UTC (rev 603684)
+++ PKGBUILD2020-03-23 01:58:08 UTC (rev 603685)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=('libvirt-python')
-pkgver=5.9.0
+pkgver=5.10.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('python' 'libvirt')
 options=('emptydirs')
 source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('d5f8e3eeb800bde58271fa8a7eb265a0370e05e26e8abd9ebb0ca0e33505d3eeba167b3c104e0f1226d824908744e319dff3a6fc42d4e6fcbb82b5a2b844535a')
+sha512sums=('19bf1608fa83572b9b557371efc44bffe298a654db0fca90e49fae8e69a7b2228d9e5a1ae0ab5d34fda3256498e5d53e09b5ea889d600c9d56254730d50faf79')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 
 package() {


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:57:19
  Author: felixonmars
Revision: 603683

upgpkg: youtube-viewer 1:3.7.5-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:56:14 UTC (rev 603682)
+++ PKGBUILD2020-03-23 01:57:19 UTC (rev 603683)
@@ -10,8 +10,8 @@
 license=(GPL3)
 
 epoch=1
-pkgver=3.7.4
-pkgrel=2
+pkgver=3.7.5
+pkgrel=1
 
 depends=(perl perl-data-dump perl-file-sharedir perl-json 
perl-lwp-protocol-https perl-libwww)
 makedepends=(perl-module-build)
@@ -31,16 +31,14 @@
 arch=(any)
 source=(

"$pkgname-$pkgver.tar.gz::https://github.com/trizen/youtube-viewer/archive/$pkgver.tar.gz;
-   
"https://github.com/trizen/youtube-viewer/releases/download/$pkgver/youtube-viewer-3.7.4.tar.gz.asc;
+   
"https://github.com/trizen/youtube-viewer/releases/download/$pkgver/youtube-viewer-$pkgver.tar.gz.asc;
 )
 install=youtube-viewer.install
 
 validpgpkeys=(ABB8BBAA2E279767774149B7D0A443C703A3A056)
 # sums provided by packager makepkg -g
-sha256sums=(
-   f049fe7f6f27c1dbc4e1835f2b99c922b7d66b11568edd63653c670ce5500cfd
-   SKIP
-)
+sha512sums=('4f4941a89942a60184eab18f81f4f6ad698c684b8166b10871287c64441323730e700fbb01c28c05a14452073236599a511593dbe0353c5cd121fbf0926d3200'
+'SKIP')
 
 build() {
cd "youtube-viewer-$pkgver"


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:55:57
  Author: felixonmars
Revision: 603681

upgpkg: cimg 2.8.4-1

Modified:
  cimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:53:01 UTC (rev 603680)
+++ PKGBUILD2020-03-23 01:55:57 UTC (rev 603681)
@@ -3,7 +3,7 @@
 # Contributor: zoulnix 
 
 pkgname=cimg
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('fftw' 'graphicsmagick')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz;)
-sha512sums=('3404224446a76cba2295a70ef742cf337675b33481e10d79c94a3994c099bcde1e398b27bf5926395f99ef46fff790668a0ebd24dc894c47982ac1ceaa6d1d1c')
+sha512sums=('332efb095f62e836ecc4dd2209f316d715252dc6ab094ebc92fb88d8af29168259938221ea659a0365161e2125f35156128bfba8dcd35fe86c3aee9eb0d461ff')
 
 package() {
   cd "${srcdir}"/CImg-v.${pkgver}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:56:14
  Author: felixonmars
Revision: 603682

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
(from rev 603681, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 01:55:57 UTC (rev 603681)
+++ PKGBUILD2020-03-23 01:56:14 UTC (rev 603682)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Diego Galizzi 
-# Contributor: zoulnix 
-
-pkgname=cimg
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.eu/;
-license=('custom')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz;)
-sha512sums=('3404224446a76cba2295a70ef742cf337675b33481e10d79c94a3994c099bcde1e398b27bf5926395f99ef46fff790668a0ebd24dc894c47982ac1ceaa6d1d1c')
-
-package() {
-  cd "${srcdir}"/CImg-v.${pkgver}
-  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h "${pkgdir}"/usr/include/
-  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 603681, cimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 01:56:14 UTC (rev 603682)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+
+pkgname=cimg
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.eu/;
+license=('custom')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz;)
+sha512sums=('332efb095f62e836ecc4dd2209f316d715252dc6ab094ebc92fb88d8af29168259938221ea659a0365161e2125f35156128bfba8dcd35fe86c3aee9eb0d461ff')
+
+package() {
+  cd "${srcdir}"/CImg-v.${pkgver}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:53:01
  Author: felixonmars
Revision: 603680

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 01:52:44 UTC (rev 603679)
+++ PKGBUILD2020-03-23 01:53:01 UTC (rev 603680)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('df6ef6f9c21e68ec4836c3e2197c9acc3763eb969a3e855e0e60374f200971cf5ae92fa1926f683e3e6be9acbdcb37ac87e4d03dae648695c22fde8eed44a1f3')
-
-build() {
-cd ${pkgname}-${pkgver}
-make release
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-testing-x86_64/PKGBUILD (from rev 603679, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 01:53:01 UTC (rev 603680)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5d0e2c1811a887ecfc04e1f9e0ffab0b6cab0f462dc194d676ea3b59a09bc22857a3cfcd6aaf79b11258aa4b60267e888a450d64b743f6294d093c0016c00efa')
+
+build() {
+cd ${pkgname}-${pkgver}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
+
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:52:44
  Author: felixonmars
Revision: 603679

upgpkg: dune 2.0.1-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:46:21 UTC (rev 603678)
+++ PKGBUILD2020-03-23 01:52:44 UTC (rev 603679)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('df6ef6f9c21e68ec4836c3e2197c9acc3763eb969a3e855e0e60374f200971cf5ae92fa1926f683e3e6be9acbdcb37ac87e4d03dae648695c22fde8eed44a1f3')
+sha512sums=('5d0e2c1811a887ecfc04e1f9e0ffab0b6cab0f462dc194d676ea3b59a09bc22857a3cfcd6aaf79b11258aa4b60267e888a450d64b743f6294d093c0016c00efa')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:39:34
  Author: felixonmars
Revision: 603673

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 603672, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 603672, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 01:39:34 UTC (rev 603673)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.33
+pkgrel=17
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3a85a7c68d905dc88e181a921299d30adbb300f190a91e93d83b4fdf7a4f78f0646ec976bc405c0a82ca5547f159e5d64073d28a6a36ed83f5c831c1919c44b9')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_mpd with_alsa with_nl80211
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:39:18
  Author: felixonmars
Revision: 603672

upgpkg: xmobar 0.33-17: rebuild with dbus 1.2.10

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:37:54 UTC (rev 603671)
+++ PKGBUILD2020-03-23 01:39:18 UTC (rev 603672)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.33
-pkgrel=16
+pkgrel=17
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:37:54
  Author: felixonmars
Revision: 603671

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 603670, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 603670, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 01:37:54 UTC (rev 603671)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200309
+pkgrel=29
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
+  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
+}
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:37:38
  Author: felixonmars
Revision: 603670

upgpkg: git-annex 8.20200309-29: rebuild with dbus 1.2.10

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:31:30 UTC (rev 603669)
+++ PKGBUILD2020-03-23 01:37:38 UTC (rev 603670)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200309
-pkgrel=28
+pkgrel=29
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:31:30
  Author: felixonmars
Revision: 603669

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 603668, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
603668, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 01:31:30 UTC (rev 603669)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=268
+pkgdesc="Desktop Notifications client"
+url="https://bitbucket.org/taejo/fdo-notify/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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
+}
+
+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-fdo-notify/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:31:14
  Author: felixonmars
Revision: 603668

upgpkg: haskell-fdo-notify 0.3.1-268: rebuild with dbus 1.2.10

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:30:10 UTC (rev 603667)
+++ PKGBUILD2020-03-23 01:31:14 UTC (rev 603668)
@@ -4,7 +4,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=267
+pkgrel=268
 pkgdesc="Desktop Notifications client"
 url="https://bitbucket.org/taejo/fdo-notify/;
 license=("BSD")


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:29:52
  Author: felixonmars
Revision: 603666

upgpkg: haskell-dbus-hslogger 0.1.0.1-15: rebuild with dbus 1.2.10

Modified:
  haskell-dbus-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:28:54 UTC (rev 603665)
+++ PKGBUILD2020-03-23 01:29:52 UTC (rev 603666)
@@ -3,7 +3,7 @@
 _hkgname=dbus-hslogger
 pkgname=haskell-dbus-hslogger
 pkgver=0.1.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Expose a dbus server to control hslogger"
 url="https://github.com/IvanMalison/dbus-hslogger;
 license=('BSD')


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:30:10
  Author: felixonmars
Revision: 603667

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dbus-hslogger/repos/community-staging-x86_64/
  haskell-dbus-hslogger/repos/community-staging-x86_64/PKGBUILD
(from rev 603666, haskell-dbus-hslogger/trunk/PKGBUILD)

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

Copied: haskell-dbus-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
603666, haskell-dbus-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 01:30:10 UTC (rev 603667)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dbus-hslogger
+pkgname=haskell-dbus-hslogger
+pkgver=0.1.0.1
+pkgrel=15
+pkgdesc="Expose a dbus server to control hslogger"
+url="https://github.com/IvanMalison/dbus-hslogger;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dbus' 'haskell-hslogger' 
'haskell-optparse-applicative')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('34d3d2f9f99f99671bb3cf11eefa0f347918b4cfb69d2188be985e5abf2867d1b33b6473bb8e311f67426778f2611e008a78e99bd2d2e1f5a2c25b7ab5568d1f')
+
+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-dbus/repos (2 files)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:28:54
  Author: felixonmars
Revision: 603665

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 603664, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 01:28:54 UTC (rev 603665)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.2.10
+pkgrel=1
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 
'haskell-lens'
+ 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('38b04bd2997215c648979dab895b05a1bd356657cb6a4127da203970fad70754cef36a274aae9d343274c5ae13b26a3b9fe52868eb95a88eb6d8fdbec0ca412a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' $_hkgname.cabal
+}
+
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


[arch-commits] Commit in perl-ipc-system-simple/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:28:06
  Author: felixonmars
Revision: 378380

upgpkg: perl-ipc-system-simple 1.28-1

Modified:
  perl-ipc-system-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:30:44 UTC (rev 378379)
+++ PKGBUILD2020-03-23 01:28:06 UTC (rev 378380)
@@ -2,7 +2,7 @@
 # Contributor: Caleb Cushing 
 
 pkgname=perl-ipc-system-simple
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc="Run commands simply, with detailed diagnostics"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/IPC-System-Simple-$pkgver.tar.gz;)
-sha512sums=('dfbc508c87a5229b3b8a10b290d9c3ebc94b5edb7f7c250e6a0294519a1d342a01f25696cae419e27fce9ac5cac86e7f23c1499f2d3a0391697e4ac0471501d2')
+sha512sums=('93f7145365100c01f039d65cadfaf6c057d6081e4ee3bc23d1c679fc589a9d9a489b99aa653842d50e5c9eb0c0854ed3ed7ca1baf35e6059bbb2b88be3815927')
 
 build() {
   cd IPC-System-Simple-$pkgver


[arch-commits] Commit in perl-ipc-system-simple/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:28:24
  Author: felixonmars
Revision: 378381

archrelease: copy trunk to extra-any

Added:
  perl-ipc-system-simple/repos/extra-any/PKGBUILD
(from rev 378380, perl-ipc-system-simple/trunk/PKGBUILD)
Deleted:
  perl-ipc-system-simple/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 01:28:06 UTC (rev 378380)
+++ PKGBUILD2020-03-23 01:28:24 UTC (rev 378381)
@@ -1,30 +0,0 @@
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Caleb Cushing 
-
-pkgname=perl-ipc-system-simple
-pkgver=1.27
-pkgrel=1
-pkgdesc="Run commands simply, with detailed diagnostics"
-arch=('any')
-url="https://search.cpan.org/dist/IPC-System-Simple;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/IPC-System-Simple-$pkgver.tar.gz;)
-sha512sums=('dfbc508c87a5229b3b8a10b290d9c3ebc94b5edb7f7c250e6a0294519a1d342a01f25696cae419e27fce9ac5cac86e7f23c1499f2d3a0391697e4ac0471501d2')
-
-build() {
-  cd IPC-System-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IPC-System-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd IPC-System-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ipc-system-simple/repos/extra-any/PKGBUILD (from rev 378380, 
perl-ipc-system-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 01:28:24 UTC (rev 378381)
@@ -0,0 +1,30 @@
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-ipc-system-simple
+pkgver=1.28
+pkgrel=1
+pkgdesc="Run commands simply, with detailed diagnostics"
+arch=('any')
+url="https://search.cpan.org/dist/IPC-System-Simple;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/IPC-System-Simple-$pkgver.tar.gz;)
+sha512sums=('93f7145365100c01f039d65cadfaf6c057d6081e4ee3bc23d1c679fc589a9d9a489b99aa653842d50e5c9eb0c0854ed3ed7ca1baf35e6059bbb2b88be3815927')
+
+build() {
+  cd IPC-System-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IPC-System-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd IPC-System-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:28:33
  Author: felixonmars
Revision: 603664

upgpkg: haskell-dbus 1.2.10-1: rebuild with dbus 1.2.10

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 01:26:17 UTC (rev 603663)
+++ PKGBUILD2020-03-23 01:28:33 UTC (rev 603664)
@@ -3,7 +3,7 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
@@ -15,11 +15,11 @@
 makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c023ef11646798622570f345b38af13424c017983ac691fc2a480daa5b484d03f5869b8202c78ae613d678663151f76e95d9b3a479e448b2fed423cc7375e108')
+sha512sums=('38b04bd2997215c648979dab895b05a1bd356657cb6a4127da203970fad70754cef36a274aae9d343274c5ae13b26a3b9fe52868eb95a88eb6d8fdbec0ca412a')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1/<2/' $_hkgname.cabal
+sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' $_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:26:16
  Author: felixonmars
Revision: 603662

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 603658, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 01:26:16 UTC (rev 603661)
+++ PKGBUILD2020-03-23 01:26:16 UTC (rev 603662)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200322
-_commit=47cedd02df0b4bf13fb4ff33769eea0924c5af5a
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
-makedepends=('boost' 'extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('c8c35713dd89e08cd6eb390905c3e1fad0b626de7a2613848a7c01ef76f729d6342fb16cb1d1443f20a629a93381258df529d2f1bb97f808a3d9dc36615797f7'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 603658, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 01:26:16 UTC (rev 603662)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200323
+_commit=346414af9df106fc6dd839d4704f00e14eee2cc5
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
+makedepends=('boost' 'extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('e9e5744ee6de3e62b60a630079f504bd7ef1e5e82a223c5df47eee4a9e898450ac66876f05f5ae54d3a032355d1bbfbd557f495cf388f596a192af6633e31ef6'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 01:25:59
  Author: felixonmars
Revision: 603656

upgpkg: fcitx5-chinese-addons 0.0.0.20200323-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:37:29 UTC (rev 603655)
+++ PKGBUILD2020-03-23 01:25:59 UTC (rev 603656)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200322
-_commit=47cedd02df0b4bf13fb4ff33769eea0924c5af5a
+pkgver=0.0.0.20200323
+_commit=346414af9df106fc6dd839d4704f00e14eee2cc5
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -17,7 +17,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('c8c35713dd89e08cd6eb390905c3e1fad0b626de7a2613848a7c01ef76f729d6342fb16cb1d1443f20a629a93381258df529d2f1bb97f808a3d9dc36615797f7'
+sha512sums=('e9e5744ee6de3e62b60a630079f504bd7ef1e5e82a223c5df47eee4a9e898450ac66876f05f5ae54d3a032355d1bbfbd557f495cf388f596a192af6633e31ef6'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:37:29
  Author: felixonmars
Revision: 603655

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 603654, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
603654, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:37:29 UTC (rev 603655)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.1
+pkgrel=4
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('325a188af92587b84e453e73a40ed11cf6682632fed514c8971ebd2e684b949fb71cb5942b6efa93f95199f76a065a751ae82ad246c15c5593fecdee1ec0f533')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:37:15
  Author: felixonmars
Revision: 603654

upgpkg: hopenpgp-tools 0.23.1-4: rebuild with show-combinators 0.2.0.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:35:54 UTC (rev 603653)
+++ PKGBUILD2020-03-23 00:37:15 UTC (rev 603654)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.1
-pkgrel=3
+pkgrel=4
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:35:54
  Author: felixonmars
Revision: 603653

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
603652, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:35:54 UTC (rev 603653)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=44
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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 $_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-hopenpgp/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:35:38
  Author: felixonmars
Revision: 603652

upgpkg: haskell-hopenpgp 2.9.4-44: rebuild with show-combinators 0.2.0.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:33:46 UTC (rev 603651)
+++ PKGBUILD2020-03-23 00:35:38 UTC (rev 603652)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=43
+pkgrel=44
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:33:46
  Author: felixonmars
Revision: 603651

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 603650, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
603650, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:33:46 UTC (rev 603651)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.5
+pkgrel=3
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:32:44
  Author: felixonmars
Revision: 603649

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
603648, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:32:44 UTC (rev 603649)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.10.2
+pkgrel=29
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-generic-data' 'haskell-old-time' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d92754d96372a2f617cca551b1b4979ce971e3cf87292dd7255fd7c1c31f8ca6c55c948524e683da92183a2ecb60dbe8c1928f711a16d82f85dd830e805061aa')
+
+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"
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:33:28
  Author: felixonmars
Revision: 603650

upgpkg: haskell-ixset-typed 0.5-3: rebuild with show-combinators 0.2.0.0

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:32:44 UTC (rev 603649)
+++ PKGBUILD2020-03-23 00:33:28 UTC (rev 603650)
@@ -3,7 +3,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:32:28
  Author: felixonmars
Revision: 603648

upgpkg: haskell-safecopy 0.10.2-29: rebuild with show-combinators 0.2.0.0

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:31:13 UTC (rev 603647)
+++ PKGBUILD2020-03-23 00:32:28 UTC (rev 603648)
@@ -3,7 +3,7 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.10.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy;
 license=('custom:PublicDomain')


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Monday, March 23, 2020 @ 00:30:44
  Author: anthraxx
Revision: 378379

archrelease: copy trunk to staging-x86_64

Added:
  libmypaint/repos/staging-x86_64/
  libmypaint/repos/staging-x86_64/PKGBUILD
(from rev 378378, libmypaint/trunk/PKGBUILD)
  libmypaint/repos/staging-x86_64/gegl-0.4.patch
(from rev 378378, libmypaint/trunk/gegl-0.4.patch)

+
 PKGBUILD   |   43 +
 gegl-0.4.patch |   80 +++
 2 files changed, 123 insertions(+)

Copied: libmypaint/repos/staging-x86_64/PKGBUILD (from rev 378378, 
libmypaint/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-23 00:30:44 UTC (rev 378379)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: twa022 
+
+pkgname=libmypaint
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects'
+url='http://mypaint.org/'
+arch=('x86_64')
+license=('ISC')
+depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
+makedepends=('intltool' 'python' 'python-sphinx' 'python-breathe' 
'gobject-introspection' 'doxygen')
+source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3cebce0adb1f029f19dfcc19b4d8c5c1102c0cd966930fe76eda60ff4e18ced9a4c8ecae8f31f12d931172c82bd5dabd7ca7a47b9c06305472192af242b3e1b6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-gegl \
+--enable-docs
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libmypaint/repos/staging-x86_64/gegl-0.4.patch (from rev 378378, 
libmypaint/trunk/gegl-0.4.patch)
===
--- staging-x86_64/gegl-0.4.patch   (rev 0)
+++ staging-x86_64/gegl-0.4.patch   2020-03-23 00:30:44 UTC (rev 378379)
@@ -0,0 +1,80 @@
+diff -u -r libmypaint-1.3.0/configure.ac libmypaint-1.3.0-gegl/configure.ac
+--- libmypaint-1.3.0/configure.ac  2018-05-13 16:49:44.997077642 +0200
 libmypaint-1.3.0-gegl/configure.ac 2018-05-13 16:49:36.223744476 +0200
+@@ -45,7 +45,7 @@
+   
[libmypaint_api_major().libmypaint_api_minor().libmypaint_api_micro()m4_bpatsubst(libmypaint_api_prerelease(),
 [^\(.\)], [-\1])])
+ 
+ # Dependencies.
+-m4_define([gegl_required_version], [0.3])
++m4_define([gegl_required_version], [0.4])
+ m4_define([introspection_required_version], [1.32.0])
+ 
+ AC_INIT([libmypaint],
+@@ -336,7 +336,7 @@
+ )
+ 
+ if eval "test x$enable_gegl = xyes"; then
+-  PKG_CHECK_MODULES(GEGL, gegl-0.3 >= gegl_required_version)
++  PKG_CHECK_MODULES(GEGL, gegl-0.4 >= gegl_required_version)
+ fi
+ AM_CONDITIONAL(ENABLE_GEGL, test "x$enable_gegl" = "xyes")
+ 
+diff -u -r libmypaint-1.3.0/gegl/libmypaint-gegl.pc.in 
libmypaint-1.3.0-gegl/gegl/libmypaint-gegl.pc.in
+--- libmypaint-1.3.0/gegl/libmypaint-gegl.pc.in2016-12-01 
23:47:14.0 +0100
 libmypaint-1.3.0-gegl/gegl/libmypaint-gegl.pc.in   2018-05-13 
16:50:16.620410376 +0200
+@@ -6,6 +6,6 @@
+ Name: libmypaint
+ Description: MyPaint brush engine library, with GEGL integration.
+ Version: @LIBMYPAINT_VERSION@
+-Requires: gegl-0.3 libmypaint
++Requires: gegl-0.4 libmypaint
+ Cflags: -I${includedir}/libmypaint-gegl
+ Libs: -L${libdir} -lmypaint-gegl
+diff -u -r libmypaint-1.3.0/gegl/Makefile.am 
libmypaint-1.3.0-gegl/gegl/Makefile.am
+--- libmypaint-1.3.0/gegl/Makefile.am  2018-05-13 16:48:53.437078622 +0200
 libmypaint-1.3.0-gegl/gegl/Makefile.am 2018-05-13 16:49:58.523744053 
+0200
+@@ -11,7 +11,7 @@
+ INTROSPECTION_GIRS =
+ INTROSPECTION_SCANNER_ARGS = \
+ --warn-all \
+---pkg="gegl-0.3" \
++--pkg="gegl-0.4" \
+ --pkg="glib-2.0" \
+ --namespace="MyPaintGegl" \
+ --nsversion="$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_MINOR_VERSION)" \
+@@ -38,7 +38,7 @@
+   mypaint-gegl-surface.c
+ 
+ MyPaintGegl-@LIBMYPAINT_MAJOR_VERSION@.@LIBMYPAINT_MINOR_VERSION@.gir: 
libmypaint-gegl.la Makefile
+-MyPaintGegl_@LIBMYPAINT_MAJOR_VERSION@_@LIBMYPAINT_MINOR_VERSION@_gir_INCLUDES
 = GObject-2.0 MyPaint-$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_MINOR_VERSION) 
Gegl-0.3
++MyPaintGegl_@LIBMYPAINT_MAJOR_VERSION@_@LIBMYPAINT_MINOR_VERSION@_gir_INCLUDES
 = GObject-2.0 MyPaint-$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_MINOR_VERSION) 
Gegl-0.4
+ MyPaintGegl_@LIBMYPAINT_MAJOR_VERSION@_@LIBMYPAINT_MINOR_VERSION@_gir_CFLAGS 
= $(AM_CFLAGS) $(AM_CPPFLAGS) -I. -I..
+ 

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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:31:13
  Author: felixonmars
Revision: 603647

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-generic-data/repos/community-staging-x86_64/
  haskell-generic-data/repos/community-staging-x86_64/PKGBUILD
(from rev 603646, haskell-generic-data/trunk/PKGBUILD)

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

Copied: haskell-generic-data/repos/community-staging-x86_64/PKGBUILD (from rev 
603646, haskell-generic-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:31:13 UTC (rev 603647)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-data
+pkgname=haskell-generic-data
+pkgver=0.8.1.0
+pkgrel=12
+pkgdesc="Deriving instances with GHC.Generics and related utilities"
+url="https://github.com/Lysxia/generic-data;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 
'haskell-show-combinators')
+makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 
'haskell-one-liner'
+ 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('03631af2a7ed80c639d072221d90b52c777cee80b9c9230826bfc8209e38e6c0c7bc224665493101a13f720cec35e733f7f20d2af4407f85c2e7939bbb313010')
+
+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-generic-data/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:30:58
  Author: felixonmars
Revision: 603646

upgpkg: haskell-generic-data 0.8.1.0-12: rebuild with show-combinators 0.2.0.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:29:47 UTC (rev 603645)
+++ PKGBUILD2020-03-23 00:30:58 UTC (rev 603646)
@@ -3,7 +3,7 @@
 _hkgname=generic-data
 pkgname=haskell-generic-data
 pkgver=0.8.1.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data;
 license=('MIT')


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Monday, March 23, 2020 @ 00:30:39
  Author: anthraxx
Revision: 378378

upgpkg: libmypaint 1.5.1-1

Modified:
  libmypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:24:56 UTC (rev 378377)
+++ PKGBUILD2020-03-23 00:30:39 UTC (rev 378378)
@@ -2,7 +2,7 @@
 # Contributor: twa022 
 
 pkgname=libmypaint
-pkgver=1.4.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects'
 url='http://mypaint.org/'
@@ -9,20 +9,14 @@
 arch=('x86_64')
 license=('ISC')
 depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
-makedepends=('intltool' 'python' 'gobject-introspection' 'python')
-source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
libmypaint-1.4-gegl-version-revert.patch::https://github.com/anthraxx/libmypaint/commit/5e0290c5fb8a175a9f0dd4c6897ff234361c321f.patch
-gegl-0.4.patch)
-sha512sums=('d6c17381dbfc8ee346762f9b4d337ccc691e48b9004f0890c682be0911a2a8c9d35592461d54d55063298c16e81353b1f004f7a0c34bb96d7e511bf9b39cd7a7'
-
'dd1b4cb146c52865f02857ce9eefff9fc2341cd722e754536dc65613be6d437e63f367208200ab7b2811c0a1cf0f9e782d761667bc6df48c9cdb5cfbc7649019'
-
'0df26f4c8f6f6c31a4d5718d97b3338455fbdb9168167bcae36942f5dc1d5c61db1db2448cfa62cb4551356c7454a7ef91885042cb4529a410d6fc59597fa4b9')
+makedepends=('intltool' 'python' 'python-sphinx' 'python-breathe' 
'gobject-introspection' 'doxygen')
+source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3cebce0adb1f029f19dfcc19b4d8c5c1102c0cd966930fe76eda60ff4e18ced9a4c8ecae8f31f12d931172c82bd5dabd7ca7a47b9c06305472192af242b3e1b6')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Rp1 < ../libmypaint-1.4-gegl-version-revert.patch
-  patch -Np1 < ../gegl-0.4.patch
-  sed 's|python2|python|' -i autogen.sh
   ./autogen.sh
+  autoreconf -fiv
 }
 
 build() {
@@ -29,8 +23,8 @@
   cd ${pkgname}-${pkgver}
   ./configure \
 --prefix=/usr \
---enable-gegl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+--enable-gegl \
+--enable-docs
   make
 }
 


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:29:30
  Author: felixonmars
Revision: 603644

upgpkg: python-txaio 20.3.1-1

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:29:28 UTC (rev 603643)
+++ PKGBUILD2020-03-23 00:29:30 UTC (rev 603644)
@@ -2,7 +2,7 @@
 # Contributor: Anatol Pomozov
 
 pkgname=python-txaio
-pkgver=20.1.1
+pkgver=20.3.1
 pkgrel=1
 pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
 arch=('any')
@@ -14,7 +14,7 @@
 # 
https://github.com/crossbario/txaio/blob/v20.1.1/test/_asyncio_test_utils.py#L35
 checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python-tests')
 source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
-sha512sums=('a5a631fe9b0e648db66178991353c8e5ec6b1bf653f411dd11b1d3c2df9f205f907ea996a51b53c1722c0412bf5414929c96304e04072f4ed7991f61ea85e9a0')
+sha512sums=('36d59a2958c32878624606920af5bbe882824e5d53b2c7e3cc30a1be3fd74506dd7c1de9dc6ee3a6fd0b28278f466f80fac25bccb5e977dd9ad275ce697f3105')
 
 prepare() {
   # This tests whether pip can install the sdist, and is completely broken


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:29:47
  Author: felixonmars
Revision: 603645

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 00:29:30 UTC (rev 603644)
+++ PKGBUILD2020-03-23 00:29:47 UTC (rev 603645)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov
-
-pkgname=python-txaio
-pkgver=20.1.1
-pkgrel=1
-pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
-arch=('any')
-url="https://github.com/crossbario/txaio;
-license=('MIT')
-depends=('python-six')
-makedepends=('python-setuptools')
-# python-tests is used here:
-# 
https://github.com/crossbario/txaio/blob/v20.1.1/test/_asyncio_test_utils.py#L35
-checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python-tests')
-source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
-sha512sums=('a5a631fe9b0e648db66178991353c8e5ec6b1bf653f411dd11b1d3c2df9f205f907ea996a51b53c1722c0412bf5414929c96304e04072f4ed7991f61ea85e9a0')
-
-prepare() {
-  # This tests whether pip can install the sdist, and is completely broken
-  # except in their boutique setup. They won't fix it.
-  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
-  rm txaio-$pkgver/test/test_packaging.py
-}
-
-build() {
-  cd "$srcdir"/txaio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/txaio-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd txaio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 603644, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 00:29:47 UTC (rev 603645)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov
+
+pkgname=python-txaio
+pkgver=20.3.1
+pkgrel=1
+pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
+arch=('any')
+url="https://github.com/crossbario/txaio;
+license=('MIT')
+depends=('python-six')
+makedepends=('python-setuptools')
+# python-tests is used here:
+# 
https://github.com/crossbario/txaio/blob/v20.1.1/test/_asyncio_test_utils.py#L35
+checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python-tests')
+source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
+sha512sums=('36d59a2958c32878624606920af5bbe882824e5d53b2c7e3cc30a1be3fd74506dd7c1de9dc6ee3a6fd0b28278f466f80fac25bccb5e977dd9ad275ce697f3105')
+
+prepare() {
+  # This tests whether pip can install the sdist, and is completely broken
+  # except in their boutique setup. They won't fix it.
+  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
+  rm txaio-$pkgver/test/test_packaging.py
+}
+
+build() {
+  cd "$srcdir"/txaio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/txaio-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd txaio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:29:28
  Author: felixonmars
Revision: 603643

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-show-combinators/repos/community-staging-x86_64/PKGBUILD (from 
rev 603642, haskell-show-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 00:29:28 UTC (rev 603643)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=show-combinators
+pkgname=haskell-show-combinators
+pkgver=0.2.0.0
+pkgrel=1
+pkgdesc="Combinators to write Show instances"
+url="https://github.com/Lysxia/show-combinators;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6d9bd0b788c8c4733e3e48ebd8f76a01caa2e6fecf8942f5d00de4e46231f972d4bf23435d0a432c2795fa30b11717c6ebc3f55709138d7a3c15ead4c1779369')
+
+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-show-combinators/trunk (PKGBUILD)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:29:11
  Author: felixonmars
Revision: 603642

upgpkg: haskell-show-combinators 0.2.0.0-1: rebuild with show-combinators 
0.2.0.0

Modified:
  haskell-show-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 00:26:37 UTC (rev 603641)
+++ PKGBUILD2020-03-23 00:29:11 UTC (rev 603642)
@@ -2,8 +2,8 @@
 
 _hkgname=show-combinators
 pkgname=haskell-show-combinators
-pkgver=0.1.1.0
-pkgrel=4
+pkgver=0.2.0.0
+pkgrel=1
 pkgdesc="Combinators to write Show instances"
 url="https://github.com/Lysxia/show-combinators;
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ac57c8b1f296930b925b3633c411c502e54638b7270034f1346aca32654879fd99e4da6f78b9bab75668f4619d2f767b832b631711f55d41bb03f23219f88477')
+sha512sums=('6d9bd0b788c8c4733e3e48ebd8f76a01caa2e6fecf8942f5d00de4e46231f972d4bf23435d0a432c2795fa30b11717c6ebc3f55709138d7a3c15ead4c1779369')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.13/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in idris/trunk (PKGBUILD megaparsec-8.patch)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:26:13
  Author: felixonmars
Revision: 603639

upgpkg: idris 1.3.2-105: patched for megaparsec 8

Added:
  idris/trunk/megaparsec-8.patch
Modified:
  idris/trunk/PKGBUILD

+
 PKGBUILD   |   14 --
 megaparsec-8.patch |   41 +
 2 files changed, 49 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:58:57 UTC (rev 603638)
+++ PKGBUILD2020-03-23 00:26:13 UTC (rev 603639)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.2
-pkgrel=104
+pkgrel=105
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
  'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
  'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
- 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec7'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
  'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
  'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
  'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
@@ -19,17 +19,19 @@
 makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
  'nodejs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;
-ghc-8.8.patch)
+ghc-8.8.patch megaparsec-8.patch)
 
sha512sums=('0cd2ecb38ae1d535a38f6f4fbe39ce6d5d4ff496b97214fb24968e9c5b726c824dc79528d00e89d800563b20d4c8b2d47f0c6613433d1380802a2bd10d0816f3'
-
'f5e9d138c167ff12c129b732886a62a8723b7a312fb47ac175aabf089e2c8919719fdc57da83152160067b70c130adfee306f32d1b0ed2d1e56420b31b32b465')
+
'f5e9d138c167ff12c129b732886a62a8723b7a312fb47ac175aabf089e2c8919719fdc57da83152160067b70c130adfee306f32d1b0ed2d1e56420b31b32b465'
+
'09b4bc4840589e92044cc94923500256bb5771fdd11fb801e5984cbdc2e686460156441f3156edc25676ca15a638eab7a30001d1f5bf01c27a5d5e5e8622a6b0')
 
 prepare() {
 cd Idris-dev-$pkgver
 patch -p1 -i ../ghc-8.8.patch
+patch -p1 -i ../megaparsec-8.patch
 
 sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
 libs/*/Makefile
-sed -i -e 's/< *0.9/<1/' -e 's/< *0.15/<1/' -e 's/< *2.9/<4.9/' idris.cabal
+sed -i -e 's/< *0.9/<1/' -e 's/< *8/<9/' -e 's/< *2.9/<4.9/' idris.cabal
 }
 
 build() {
@@ -49,7 +51,7 @@
 check() {
 cd Idris-dev-$pkgver
 # TODO: figure out the tests
-PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+PATH="$PWD/dist/build:$PWD/dist/build/idris:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" IDRIS_LIBRARY_PATH="$PWD/libs" runhaskell 
Setup test || warning "Tests failed"
 }
 
 package() {

Added: megaparsec-8.patch
===
--- megaparsec-8.patch  (rev 0)
+++ megaparsec-8.patch  2020-03-23 00:26:13 UTC (rev 603639)
@@ -0,0 +1,41 @@
+From d7a669bf95303aafdcd3d9f7df7a7d67658f33de Mon Sep 17 00:00:00 2001
+From: iko 
+Date: Thu, 12 Mar 2020 22:04:17 +0300
+Subject: [PATCH 01/18] Migrated to lts-15.3
+
+---
+ idris.cabal   | 13 ++---
+ src/Idris/Parser/Stack.hs |  7 ---
+ stack-alt.yaml| 25 -
+ stack.yaml| 13 ++---
+ 4 files changed, 12 insertions(+), 46 deletions(-)
+ delete mode 100644 stack-alt.yaml
+
+diff --git a/src/Idris/Parser/Stack.hs b/src/Idris/Parser/Stack.hs
+index c5dd38ec7..6adb192dd 100644
+--- a/src/Idris/Parser/Stack.hs
 b/src/Idris/Parser/Stack.hs
+@@ -77,11 +77,12 @@ parseErrorOffset = P.errorOffset . parseError
+ instance Message ParseError where
+   messageExtent err = sourcePositionFC pos
+ where
+-  (pos, _) = P.reachOffsetNoLine (parseErrorOffset err) 
(parseErrorPosState err)
++  P.PosState {P.pstateSourcePos = pos} =
++P.reachOffsetNoLine (parseErrorOffset err) (parseErrorPosState err)
+   messageText = PP.text . init . P.parseErrorTextPretty . parseError
+   messageSource err = Just sline
+ where
+-  (_, sline, _) = P.reachOffset (parseErrorOffset err) 
(parseErrorPosState err)
++  (sline, _) = P.reachOffset (parseErrorOffset err) (parseErrorPosState 
err)
+
+ -- | A fully formatted parse error, with caret and bar, etc.
+ prettyError :: ParseError -> String
+@@ -89,7 +90,7 @@ prettyError =  P.errorBundlePretty . unParseError
+
+ {- * Mark and restore -}
+
+-type Mark = P.State String

[arch-commits] Commit in idris/repos/community-x86_64 (5 files)

2020-03-22 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 00:26:37
  Author: felixonmars
Revision: 603641

archrelease: copy trunk to community-x86_64

Added:
  idris/repos/community-x86_64/PKGBUILD
(from rev 603639, idris/trunk/PKGBUILD)
  idris/repos/community-x86_64/ghc-8.8.patch
(from rev 603639, idris/trunk/ghc-8.8.patch)
  idris/repos/community-x86_64/megaparsec-8.patch
(from rev 603640, idris/trunk/megaparsec-8.patch)
Deleted:
  idris/repos/community-x86_64/PKGBUILD
  idris/repos/community-x86_64/ghc-8.8.patch

+
 PKGBUILD   |  128 
 ghc-8.8.patch  |10372 +--
 megaparsec-8.patch |   41 
 3 files changed, 5292 insertions(+), 5249 deletions(-)

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


[arch-commits] Commit in mypaint-brushes1/repos (staging-any staging-any/PKGBUILD)

2020-03-22 Thread Levente Polyak via arch-commits
Date: Monday, March 23, 2020 @ 00:24:56
  Author: anthraxx
Revision: 378377

archrelease: copy trunk to staging-any

Added:
  mypaint-brushes1/repos/staging-any/
  mypaint-brushes1/repos/staging-any/PKGBUILD
(from rev 378376, mypaint-brushes1/trunk/PKGBUILD)

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

Copied: mypaint-brushes1/repos/staging-any/PKGBUILD (from rev 378376, 
mypaint-brushes1/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2020-03-23 00:24:56 UTC (rev 378377)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: vimacs 
+
+pkgname=mypaint-brushes1
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Brushes used by MyPaint and other software using libmypaint (v1.x)'
+url='https://github.com/mypaint/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint<2')
+source=(https://github.com/mypaint/mypaint-brushes/archive/v${pkgver}/${pkgname/1/}-${pkgver}.tar.gz)
+sha512sums=('3e65619ae9a042cd6314396a826a2b63a72066e761244dc8763910555715b1dff6aa4395b5322510b114d61bb486f909fe505a564c89a2a5e1e5087ed298d08b')
+b2sums=('d2eb967fe0bd303c16ad15a9d5ed1e41d25cbb4c42fa534de4cedfabe408655300fc3f6a087c20586492fd4e87398597a15d5bfd31c2dd86ae44b1e1f329d0e0')
+
+prepare() {
+  cd ${pkgname/1/}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname/1/}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname/1/}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Monday, March 23, 2020 @ 00:24:52
  Author: anthraxx
Revision: 378376

upgpkg: mypaint-brushes1 1.3.1-1

Modified:
  mypaint-brushes1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:51:48 UTC (rev 378375)
+++ PKGBUILD2020-03-23 00:24:52 UTC (rev 378376)
@@ -2,7 +2,7 @@
 # Contributor: vimacs 
 
 pkgname=mypaint-brushes1
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Brushes used by MyPaint and other software using libmypaint (v1.x)'
 url='https://github.com/mypaint/mypaint-brushes'
@@ -10,8 +10,8 @@
 license=('custom:CC0')
 depends=('libmypaint<2')
 
source=(https://github.com/mypaint/mypaint-brushes/archive/v${pkgver}/${pkgname/1/}-${pkgver}.tar.gz)
-sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
-sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
+sha512sums=('3e65619ae9a042cd6314396a826a2b63a72066e761244dc8763910555715b1dff6aa4395b5322510b114d61bb486f909fe505a564c89a2a5e1e5087ed298d08b')
+b2sums=('d2eb967fe0bd303c16ad15a9d5ed1e41d25cbb4c42fa534de4cedfabe408655300fc3f6a087c20586492fd4e87398597a15d5bfd31c2dd86ae44b1e1f329d0e0')
 
 prepare() {
   cd ${pkgname/1/}-${pkgver}


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:58:52
  Author: anthraxx
Revision: 603637

upgpkg: ruby-yard 0.9.24-1

Modified:
  ruby-yard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:52:23 UTC (rev 603636)
+++ PKGBUILD2020-03-22 23:58:52 UTC (rev 603637)
@@ -2,9 +2,9 @@
 # Contributor: Jerome Leclanche 
 
 _gemname=yard
-pkgname=ruby-yard
-pkgver=0.9.14
-pkgrel=3
+pkgname=ruby-${_gemname}
+pkgver=0.9.24
+pkgrel=1
 pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
 url='https://yardoc.org/'
 arch=('any')
@@ -11,13 +11,14 @@
 license=('MIT')
 depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('ce7933c4545fc2fd6ca176913befaa7a8a69ff545f21c6b883b066af83f600bb')
-sha512sums=('7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f')
+source=(https://github.com/lsegal/yard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cf7f5973e03562c7081b7c213c6dffc01afdc1207f79f52fd51f7e6fd917cdc13e6b5b6e89c93dbe3c05338e3a1418e7c6e8d617e96613b8156b95868b60ce11')
+b2sums=('33d0c3c0931b1234814651eaee674cbb18722b15674575860b57c2c7992d160ffe8606290a2c887e61dcf095230a8d98abaa2ac41c92a761272d64ddeacced9e')
 
 prepare() {
   cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
 }
 
 build() {


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:58:57
  Author: anthraxx
Revision: 603638

archrelease: copy trunk to community-any

Added:
  ruby-yard/repos/community-any/PKGBUILD
(from rev 603637, ruby-yard/trunk/PKGBUILD)
Deleted:
  ruby-yard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 23:58:52 UTC (rev 603637)
+++ PKGBUILD2020-03-22 23:58:57 UTC (rev 603638)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jerome Leclanche 
-
-_gemname=yard
-pkgname=ruby-yard
-pkgver=0.9.14
-pkgrel=3
-pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
-url='https://yardoc.org/'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('ce7933c4545fc2fd6ca176913befaa7a8a69ff545f21c6b883b066af83f600bb')
-sha512sums=('7974d431b2c1ef4830f225fd2012592405e7fb63546aeb52b74f4ad8b498926be979f3010bd315877bb4f738f6aa6c31f54b71832b461ebd3fa54fe1a1fccf5f')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-yard/repos/community-any/PKGBUILD (from rev 603637, 
ruby-yard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 23:58:57 UTC (rev 603638)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jerome Leclanche 
+
+_gemname=yard
+pkgname=ruby-${_gemname}
+pkgver=0.9.24
+pkgrel=1
+pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
+url='https://yardoc.org/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(https://github.com/lsegal/yard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cf7f5973e03562c7081b7c213c6dffc01afdc1207f79f52fd51f7e6fd917cdc13e6b5b6e89c93dbe3c05338e3a1418e7c6e8d617e96613b8156b95868b60ce11')
+b2sums=('33d0c3c0931b1234814651eaee674cbb18722b15674575860b57c2c7992d160ffe8606290a2c887e61dcf095230a8d98abaa2ac41c92a761272d64ddeacced9e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:52:23
  Author: anthraxx
Revision: 603636

archrelease: copy trunk to community-any

Added:
  catch2/repos/community-any/PKGBUILD
(from rev 603635, catch2/trunk/PKGBUILD)
Deleted:
  catch2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 23:52:17 UTC (rev 603635)
+++ PKGBUILD2020-03-22 23:52:23 UTC (rev 603636)
@@ -1,52 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Levente Polyak 
-# Contributor: Bart Verhagen 
-
-pkgname=catch2
-_gitcommit=d10b9bd02e098476670f5eb0527d2c7281476e8a
-pkgver=2.11.1
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
-source=(${pkgname}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=(
-  E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
-  81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
-)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd ${pkgname}/build
-  make test
-}
-
-package() {
-  cd ${pkgname}/build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: catch2/repos/community-any/PKGBUILD (from rev 603635, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 23:52:23 UTC (rev 603636)
@@ -0,0 +1,52 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Levente Polyak 
+# Contributor: Bart Verhagen 
+
+pkgname=catch2
+_gitcommit=255aa5f2afe1a622c97422f65ace6ca915be0d8d
+pkgver=2.11.3
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
+source=(${pkgname}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=(
+  E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
+  81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
+)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd ${pkgname}/build
+  make test
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:51:48
  Author: anthraxx
Revision: 378375

archrelease: copy trunk to staging-x86_64

Added:
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 378374, xine-lib/trunk/PKGBUILD)

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

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 378374, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-22 23:51:48 UTC (rev 378375)
@@ -0,0 +1,53 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.10
+pkgrel=2
+pkgdesc="Multimedia playback engine"
+arch=('x86_64')
+url="https://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2'
+ 'dav1d')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'dav1d: for using the dav1d decoder' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz)
+sha512sums=('1cbe033da606d67a0a59f19968b2fe1cb46eaeb32c4b4aca7b91125b7230e15bd36d1e3e39e48e6eda56e556018f9f9bf84acb0012d3dd634306e7110fdc4c5f')
+b2sums=('e1bc088814c951ff56e55b626fe1f6f34c3da744e716de369a68e6c82a5adc414b452675ad19a5f82500bade6795b54efd503de8ffe4f1e65b534317ca0a26af')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --with-wavpack \
+  --enable-vdpau \
+  --with-external-dvdnav
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:52:17
  Author: anthraxx
Revision: 603635

upgpkg: catch2 2.11.3-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:40:30 UTC (rev 603634)
+++ PKGBUILD2020-03-22 23:52:17 UTC (rev 603635)
@@ -3,8 +3,8 @@
 # Contributor: Bart Verhagen 
 
 pkgname=catch2
-_gitcommit=d10b9bd02e098476670f5eb0527d2c7281476e8a
-pkgver=2.11.1
+_gitcommit=255aa5f2afe1a622c97422f65ace6ca915be0d8d
+pkgver=2.11.3
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')
@@ -24,10 +24,10 @@
 }
 
 build() {
-  cd ${pkgname}
-
-  mkdir -p build
-  cd build
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:51:39
  Author: anthraxx
Revision: 378374

upgpkg: xine-lib 1.2.10-2: dav1d 0.6.0 rebuild

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:45:45 UTC (rev 378373)
+++ PKGBUILD2020-03-22 23:51:39 UTC (rev 378374)
@@ -2,8 +2,8 @@
 
 pkgname=xine-lib
 pkgver=1.2.10
-pkgrel=1
-pkgdesc="A multimedia playback engine"
+pkgrel=2
+pkgdesc="Multimedia playback engine"
 arch=('x86_64')
 url="https://www.xine-project.org;
 license=('LGPL' 'GPL')
@@ -10,7 +10,8 @@
 depends=('libxvmc' 'ffmpeg' 'libxinerama' 'libnsl')
 makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
  'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
- 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2')
+ 'libmpcdec' 'libcaca' 'libbluray' 'libvdpau' 'glu' 'gdk-pixbuf2'
+ 'dav1d')
 optdepends=('imagemagick: for using the imagemagick plugin' \
 'jack: for using the jack plugin' \
 'vcdimager: for using the vcd plugin' \
@@ -29,14 +30,19 @@
 'libbluray: for using the bluray plugin' \
 'libvdpau: for using the VDPAU plugin' \
 'smbclient: for using the samba plugin' \
+'dav1d: for using the dav1d decoder' \
 'gdk-pixbuf2: for using the gdk-pixbuf plugin')
 
source=(https://downloads.sourceforge.net/project/xine/xine-lib/$pkgver/xine-lib-$pkgver.tar.xz)
-sha256sums=('9cb3f069d3c1ffb7456ea91a936a85bbb07ac2ab7be1e9d0d2c94ffe4110dc57')
+sha512sums=('1cbe033da606d67a0a59f19968b2fe1cb46eaeb32c4b4aca7b91125b7230e15bd36d1e3e39e48e6eda56e556018f9f9bf84acb0012d3dd634306e7110fdc4c5f')
+b2sums=('e1bc088814c951ff56e55b626fe1f6f34c3da744e716de369a68e6c82a5adc414b452675ad19a5f82500bade6795b54efd503de8ffe4f1e65b534317ca0a26af')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
---disable-optimizations 
+  ./configure \
+  --prefix=/usr \
+  --with-wavpack \
+  --enable-vdpau \
+  --with-external-dvdnav
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:45:45
  Author: anthraxx
Revision: 378373

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 378372, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/aom_compat.patch
(from rev 378372, vlc/trunk/aom_compat.patch)
  vlc/repos/staging-x86_64/lua53_compat.patch
(from rev 378372, vlc/trunk/lua53_compat.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 378372, vlc/trunk/update-vlc-plugin-cache.hook)

--+
 PKGBUILD |  246 +
 aom_compat.patch |   11 +
 lua53_compat.patch   |   30 +
 update-vlc-plugin-cache.hook |   11 +
 4 files changed, 298 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 378372, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-22 23:45:45 UTC (rev 378373)
@@ -0,0 +1,246 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.8
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=11
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+# TODO: libplacebo 
https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
+ 'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
+ 'wayland-protocols' 'aribb24')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
+ 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
+optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
+'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'systemd-libs: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'gnu-free-fonts: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua-socket: http interface'
+'live-media: RTSP input'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
+'libass: Subtitle support'
+'libkate: Kate codec'
+'libtiger: Tiger rendering for Kate streams'
+'sdl_image: SDL image 

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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:45:39
  Author: anthraxx
Revision: 378372

upgpkg: vlc 3.0.8-11: dav1d 0.6.0 rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:39:09 UTC (rev 378371)
+++ PKGBUILD2020-03-22 23:45:39 UTC (rev 378372)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=10
+pkgrel=11
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:40:25
  Author: anthraxx
Revision: 603633

upgpkg: ccache 3.7.8-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:31:44 UTC (rev 603632)
+++ PKGBUILD2020-03-22 23:40:25 UTC (rev 603633)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.7.7
+pkgver=3.7.8
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.samba.org/'
@@ -12,10 +12,10 @@
 depends=('zlib')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha256sums=('b7c1d6d6fe42f18e424de92746af863e0bc85794da3d69e44300840c478c98cd'
+sha512sums=('dc8cc9cd5f6f054421f0ecb50f66e0af85222c347d59fecd4555dfe1d8d6cbdca304818de8bc8a39fc1a1225567c141ce104ac315369bf6c307e9da67e14b51c'
 'SKIP')
-sha512sums=('f93380aeb45e815964abc3b62f1963abafe22e0c6a7b61d039e710c7f935221e02678e21af65add4fd59fd5a141824ab95f4a7afc8dd557de36737c365cab816'
-'SKIP')
+b2sums=('8d8896b100c43a3e9a60445c95369cd8898fdbf653fc4d5791b8e1abc0191882319078d619429213a5f6968a1dbc639808037459c80514cea775d261c83b949a'
+'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:40:30
  Author: anthraxx
Revision: 603634

archrelease: copy trunk to community-x86_64

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 603633, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 23:40:25 UTC (rev 603633)
+++ PKGBUILD2020-03-22 23:40:30 UTC (rev 603634)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.7.7
-pkgrel=1
-pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
-url='https://ccache.samba.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('zlib')
-source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
-validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha256sums=('b7c1d6d6fe42f18e424de92746af863e0bc85794da3d69e44300840c478c98cd'
-'SKIP')
-sha512sums=('f93380aeb45e815964abc3b62f1963abafe22e0c6a7b61d039e710c7f935221e02678e21af65add4fd59fd5a141824ab95f4a7afc8dd557de36737c365cab816'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
-  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -d "${pkgdir}/usr/lib/ccache/bin"
-  local _prog
-  for _prog in gcc g++ c++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
-  done
-  for _prog in cc clang clang++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 603633, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 23:40:30 UTC (rev 603634)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.7.8
+pkgrel=1
+pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
+url='https://ccache.samba.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('zlib')
+source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

+sha512sums=('dc8cc9cd5f6f054421f0ecb50f66e0af85222c347d59fecd4555dfe1d8d6cbdca304818de8bc8a39fc1a1225567c141ce104ac315369bf6c307e9da67e14b51c'
+'SKIP')
+b2sums=('8d8896b100c43a3e9a60445c95369cd8898fdbf653fc4d5791b8e1abc0191882319078d619429213a5f6968a1dbc639808037459c80514cea775d261c83b949a'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
+  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -d "${pkgdir}/usr/lib/ccache/bin"
+  local _prog
+  for _prog in gcc g++ c++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
+  done
+  for _prog in cc clang clang++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:39:09
  Author: anthraxx
Revision: 378371

archrelease: copy trunk to staging-x86_64

Added:
  dav1d/repos/staging-x86_64/
  dav1d/repos/staging-x86_64/PKGBUILD
(from rev 378370, dav1d/trunk/PKGBUILD)

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

Copied: dav1d/repos/staging-x86_64/PKGBUILD (from rev 378370, 
dav1d/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-22 23:39:09 UTC (rev 378371)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=dav1d
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
+url='https://code.videolan.org/videolan/dav1d/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'vulkan-icd-loader')
+makedepends=('meson' 'ninja' 'nasm' 'doxygen' 'vulkan-headers')
+provides=('libdav1d.so')
+source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('aeee206806642188839602c7040340052d8cff2168fd142516499da1718c497b3b6b45f96af2d543a0db8ef5d26acece6ac9bb6c6e00316fa222a2ea0554581c'
+'SKIP')
+b2sums=('152f948a89584d706b80f1334a3d430b3a97715365228bab24b610a5742ec07b371503cae18d8df83a40c85599aa9d8bf0fc181ea5c355bf0f9e1bf541f066cd'
+'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  arch-meson build
+  ninja -C build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}/build
+  meson test
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:39:05
  Author: anthraxx
Revision: 378370

upgpkg: dav1d 0.6.0-1

Modified:
  dav1d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 20:15:59 UTC (rev 378369)
+++ PKGBUILD2020-03-22 23:39:05 UTC (rev 378370)
@@ -13,6 +13,8 @@
 
source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
 
sha512sums=('aeee206806642188839602c7040340052d8cff2168fd142516499da1718c497b3b6b45f96af2d543a0db8ef5d26acece6ac9bb6c6e00316fa222a2ea0554581c'
 'SKIP')
+b2sums=('152f948a89584d706b80f1334a3d430b3a97715365228bab24b610a5742ec07b371503cae18d8df83a40c85599aa9d8bf0fc181ea5c355bf0f9e1bf541f066cd'
+'SKIP')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key
 
 build() {


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:31:39
  Author: anthraxx
Revision: 603631

upgpkg: lib32-krb5 1.18-1

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 23:29:43 UTC (rev 603630)
+++ PKGBUILD2020-03-22 23:31:39 UTC (rev 603631)
@@ -4,8 +4,8 @@
 
 _pkgbasename=krb5
 pkgname=lib32-${_pkgbasename}
-_pkgvermajor=1.17
-pkgver=1.17.1
+_pkgvermajor=1.18
+pkgver=1.18
 pkgrel=1
 pkgdesc='The Kerberos network authentication system (32-bit)'
 url='https://web.mit.edu/kerberos/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
 krb5-config_LDFLAGS.patch)
-sha512sums=('e0c3dc0a6554ab3105ac32f3f01519f56064500213aa743816235d83250abc1db9a9ca38a2ba93a938d562b4af135a013017ce96346d6742bca0c812b842ceef'
+sha512sums=('36a01ea310b4b3d0a3d209b641739575239e1ca5e93b3de99cb1fec83e82f9a70ad0761dd6eb77cda5c18c53044ab80168b00725642a0c2dfde0e492c42af6a9'
 'SKIP'
 
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
 validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 



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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:31:44
  Author: anthraxx
Revision: 603632

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-krb5/repos/multilib-staging-x86_64/
  lib32-krb5/repos/multilib-staging-x86_64/PKGBUILD
(from rev 603631, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-staging-x86_64/krb5-config_LDFLAGS.patch
(from rev 603631, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)

---+
 PKGBUILD  |   76 
 krb5-config_LDFLAGS.patch |   12 ++
 2 files changed, 88 insertions(+)

Copied: lib32-krb5/repos/multilib-staging-x86_64/PKGBUILD (from rev 603631, 
lib32-krb5/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-03-22 23:31:44 UTC (rev 603632)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Stéphane Gaudreault 
+
+_pkgbasename=krb5
+pkgname=lib32-${_pkgbasename}
+_pkgvermajor=1.18
+pkgver=1.18
+pkgrel=1
+pkgdesc='The Kerberos network authentication system (32-bit)'
+url='https://web.mit.edu/kerberos/'
+arch=('x86_64')
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "${_pkgbasename}")
+makedepends=('perl')
+options=('!emptydirs')
+source=(https://web.mit.edu/kerberos/dist/krb5/${_pkgvermajor}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}
+krb5-config_LDFLAGS.patch)
+sha512sums=('36a01ea310b4b3d0a3d209b641739575239e1ca5e93b3de99cb1fec83e82f9a70ad0761dd6eb77cda5c18c53044ab80168b00725642a0c2dfde0e492c42af6a9'
+'SKIP'
+
'5a3782ff17b383f8cd0415fd13538ab56afd788130d6ad640e9f2682b7deaae7f25713ce358058ed771091040dccf62a3bc87e6fd473d505ec189a95debcc801')
+validpgpkeys=('2C732B1C0DBEF678AB3AF606A32F17FD0055C305'  # Tom Yu 

+  'C4493CB739F4A89F9852CBC20CBA08575F8372DF') # Greg Hudson 

+
+prepare() {
+   cd ${_pkgbasename}-${pkgver}
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -p1 < "${srcdir}"/krb5-config_LDFLAGS.patch
+
+  # FS#25384
+  sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
+}
+
+build() {
+   cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
+
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   export CFLAGS+=" -fPIC -fno-strict-aliasing -fstack-protector-all"
+   export CPPFLAGS+=" -I/usr/include/et"
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+   make
+}
+
+#check() {
+   # We can't do this in the build directory.
+
+   # only works if the hostname is set properly/resolves to something. 
whatever...
+   #cd "${srcdir}/${_pkgbasename}-${pkgver}"
+   #make -C src check
+#}
+
+package() {
+   cd ${_pkgbasename}-${pkgver}/src
+   make DESTDIR="${pkgdir}" install
+
+   rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+   install -d "${pkgdir}/usr/share/licenses"
+   ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-krb5/repos/multilib-staging-x86_64/krb5-config_LDFLAGS.patch 
(from rev 603631, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
===
--- multilib-staging-x86_64/krb5-config_LDFLAGS.patch   
(rev 0)
+++ multilib-staging-x86_64/krb5-config_LDFLAGS.patch   2020-03-22 23:31:44 UTC 
(rev 603632)
@@ -0,0 +1,12 @@
+Bug #448778
+--- krb5-1.11/src/build-tools/krb5-config.in   2012-12-18 02:47:04.0 
+
 krb5-1.11/src/build-tools/krb5-config.in   2012-12-28 07:13:16.582693363 
+
+@@ -217,7 +217,7 @@
+   -e 's#\$(PROG_RPATH)#'$libdir'#' \
+   -e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \
+   -e 's#\$(RPATH_FLAG)#'"$RPATH_FLAG"'#' \
+-  -e 's#\$(LDFLAGS)#'"$LDFLAGS"'#' \
++  -e 's#\$(LDFLAGS)##' \
+   -e 's#\$(PTHREAD_CFLAGS)#'"$PTHREAD_CFLAGS"'#' \
+   -e 's#\$(CFLAGS)##'`
+ 


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:29:38
  Author: anthraxx
Revision: 603629

upgpkg: hcxdumptool 6.0.2-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 21:51:55 UTC (rev 603628)
+++ PKGBUILD2020-03-22 23:29:38 UTC (rev 603629)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,9 +10,9 @@
 depends=('glibc' 'openssl')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3bb875144869cfc4f4f73ee70ec02c46ccaa430ac54d595008d4e8e828b283b9e291712579a85b03f1ac915d12982f17c3017fc7d05a0c0a71ecbb2b27bb9648'
+sha512sums=('120e49ddec36b23ee424e96b89dc2c29a0df835551cc1e6f77587192d36813592715e85344a7c6f6b27434ed8c4e6c635ed02bea389b95472c130165d7077a9e'
 'SKIP')
-b2sums=('fe380f05976c704fbf4ddfb10a489ae5d3489230bc77f56d433dce9e5a3bc3c3488a082087b773347db22a1ce6fcfcfe3aceb842ebc29c606ce31a3ef9cc8c9e'
+b2sums=('969588fda26c8d2636f684170f1ddea84b3b48c7084675a3161a56350391df533e35c4d94d411a20e822734d355dd34acadefa0c0b3ffa7f32193445b7fc1da8'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2020-03-22 Thread Levente Polyak via arch-commits
Date: Sunday, March 22, 2020 @ 23:29:43
  Author: anthraxx
Revision: 603630

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 603629, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 23:29:38 UTC (rev 603629)
+++ PKGBUILD2020-03-22 23:29:43 UTC (rev 603630)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3bb875144869cfc4f4f73ee70ec02c46ccaa430ac54d595008d4e8e828b283b9e291712579a85b03f1ac915d12982f17c3017fc7d05a0c0a71ecbb2b27bb9648'
-'SKIP')
-b2sums=('fe380f05976c704fbf4ddfb10a489ae5d3489230bc77f56d433dce9e5a3bc3c3488a082087b773347db22a1ce6fcfcfe3aceb842ebc29c606ce31a3ef9cc8c9e'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 603629, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 23:29:43 UTC (rev 603630)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('120e49ddec36b23ee424e96b89dc2c29a0df835551cc1e6f77587192d36813592715e85344a7c6f6b27434ed8c4e6c635ed02bea389b95472c130165d7077a9e'
+'SKIP')
+b2sums=('969588fda26c8d2636f684170f1ddea84b3b48c7084675a3161a56350391df533e35c4d94d411a20e822734d355dd34acadefa0c0b3ffa7f32193445b7fc1da8'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Eli Schwartz via arch-commits
Date: Sunday, March 22, 2020 @ 21:51:40
  Author: eschwartz
Revision: 603627

upgpkg: vim-gitgutter 671.0e509fb-1: new snapshot

Modified:
  vim-gitgutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 20:07:03 UTC (rev 603626)
+++ PKGBUILD2020-03-22 21:51:40 UTC (rev 603627)
@@ -2,8 +2,8 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=vim-gitgutter
-_gitcommit=ba049e707abe9c75f050fa4a26a4a61929f5dc2d
-pkgver=636.ba049e7
+_gitcommit=0e509fb0ac56b24203800a1fab35162c8da9c9b4
+pkgver=671.0e509fb
 pkgrel=1
 pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
 url='https://github.com/airblade/vim-gitgutter'


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

2020-03-22 Thread Eli Schwartz via arch-commits
Date: Sunday, March 22, 2020 @ 21:51:55
  Author: eschwartz
Revision: 603628

archrelease: copy trunk to community-any

Added:
  vim-gitgutter/repos/community-any/PKGBUILD
(from rev 603627, vim-gitgutter/trunk/PKGBUILD)
Deleted:
  vim-gitgutter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 21:51:40 UTC (rev 603627)
+++ PKGBUILD2020-03-22 21:51:55 UTC (rev 603628)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eli Schwartz 
-
-pkgname=vim-gitgutter
-_gitcommit=ba049e707abe9c75f050fa4a26a4a61929f5dc2d
-pkgver=636.ba049e7
-pkgrel=1
-pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
-url='https://github.com/airblade/vim-gitgutter'
-arch=('any')
-license=('MIT')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin
-  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-gitgutter/repos/community-any/PKGBUILD (from rev 603627, 
vim-gitgutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 21:51:55 UTC (rev 603628)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eli Schwartz 
+
+pkgname=vim-gitgutter
+_gitcommit=0e509fb0ac56b24203800a1fab35162c8da9c9b4
+pkgver=671.0e509fb
+pkgrel=1
+pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
+url='https://github.com/airblade/vim-gitgutter'
+arch=('any')
+license=('MIT')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin
+  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 20:15:59
  Author: alucryd
Revision: 378369

archrelease: copy trunk to extra-x86_64

Added:
  libbluray/repos/extra-x86_64/PKGBUILD
(from rev 378368, libbluray/trunk/PKGBUILD)
Deleted:
  libbluray/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 20:15:49 UTC (rev 378368)
+++ PKGBUILD2020-03-22 20:15:59 UTC (rev 378369)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Cook 
-
-pkgname=libbluray
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Library to access Blu-Ray disks for video playback'
-arch=(x86_64)
-url=https://www.videolan.org/developers/libbluray.html
-license=(LGPL2.1)
-depends=(
-  fontconfig
-  libfreetype.so
-  libxml2
-)
-makedepends=(
-  apache-ant
-  git
-  java-environment=8
-)
-optdepends=('java-runtime=8: BD-J library')
-provides=(libbluray.so)
-source=(
-  git+https://code.videolan.org/videolan/libbluray.git#tag=${pkgver}
-  git+https://code.videolan.org/videolan/libudfread.git
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd libbluray
-
-  for submodule in contrib/libudfread; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  autoreconf -fiv
-}
-
-build() {
-  cd libbluray
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libbluray install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 378368, 
libbluray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 20:15:59 UTC (rev 378369)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=(x86_64)
+url=https://www.videolan.org/developers/libbluray.html
+license=(LGPL2.1)
+depends=(
+  fontconfig
+  libfreetype.so
+  libxml2
+)
+makedepends=(
+  apache-ant
+  git
+  java-environment=8
+)
+optdepends=('java-runtime=8: BD-J library')
+provides=(libbluray.so)
+source=(
+  
git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89
+  git+https://code.videolan.org/videolan/libudfread.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libbluray
+
+  git describe --tags
+}
+
+prepare() {
+  cd libbluray
+
+  for submodule in contrib/libudfread; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libbluray
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libbluray install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 20:15:49
  Author: alucryd
Revision: 378368

upgpkg: libbluray 1.2.0-1

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:28:30 UTC (rev 378367)
+++ PKGBUILD2020-03-22 20:15:49 UTC (rev 378368)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Cook 
 
 pkgname=libbluray
-pkgver=1.1.2
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=(x86_64)
@@ -23,12 +23,20 @@
 optdepends=('java-runtime=8: BD-J library')
 provides=(libbluray.so)
 source=(
-  git+https://code.videolan.org/videolan/libbluray.git#tag=${pkgver}
+  
git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89
   git+https://code.videolan.org/videolan/libudfread.git
 )
-sha256sums=('SKIP'
-'SKIP')
+sha256sums=(
+  SKIP
+  SKIP
+)
 
+pkgver() {
+  cd libbluray
+
+  git describe --tags
+}
+
 prepare() {
   cd libbluray
 
@@ -45,7 +53,7 @@
   cd libbluray
 
   ./configure \
---prefix='/usr'
+--prefix=/usr
   make
 }
 


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

2020-03-22 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 22, 2020 @ 20:07:03
  Author: arodseth
Revision: 603626

archrelease: copy trunk to community-x86_64

Added:
  bat/repos/community-x86_64/PKGBUILD
(from rev 603625, bat/trunk/PKGBUILD)
Deleted:
  bat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 20:06:57 UTC (rev 603625)
+++ PKGBUILD2020-03-22 20:07:03 UTC (rev 603626)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Wesley Moore 
-
-pkgname=bat
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(clang cmake git rust)
-depends=(libssh2)
-source=("git+$url#commit=5edd8260e8fef887bd4c7e39c411dfe843d03894") # tag: 
v0.13.0
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-package() {
-  cd $pkgname
-
-  # Package the executable
-  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
-  # Package the license files
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  # Package the man page
-  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
-"$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the fish completion file
-  find "$srcdir" -name fish-complete -exec install -Dm644 {} \
-"$pkgdir/usr/local/share/fish/vendor_completions.d/fish-complete" \;
-}
-
-# getver: github.com/sharkdp/bat/releases/latest
-# vim: ts=2 sw=2 et:

Copied: bat/repos/community-x86_64/PKGBUILD (from rev 603625, 
bat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 20:07:03 UTC (rev 603626)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Wesley Moore 
+
+pkgname=bat
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(clang cmake git rust)
+depends=(libssh2)
+source=("git+$url#commit=5edd8260e8fef887bd4c7e39c411dfe843d03894") # tag: 
v0.13.0
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+package() {
+  cd $pkgname
+
+  # Package the executable
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+  # Package the man page
+  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
+"$pkgdir/usr/share/man/man1/bat.1" \;
+
+  # Package the license files
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  # Package the fish completion file (already included in fish)
+  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
+  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
+}
+
+# getver: github.com/sharkdp/bat/releases/latest
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Alexander Rødseth via arch-commits
Date: Sunday, March 22, 2020 @ 20:06:57
  Author: arodseth
Revision: 603625

upgpkg: bat 0.13.0-1

Modified:
  bat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:46:49 UTC (rev 603624)
+++ PKGBUILD2020-03-22 20:06:57 UTC (rev 603625)
@@ -24,6 +24,10 @@
   # Package the executable
   install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
 
+  # Package the man page
+  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
+"$pkgdir/usr/share/man/man1/bat.1" \;
+
   # Package the license files
   install -Dm644 LICENSE-APACHE \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
@@ -30,13 +34,9 @@
   install -Dm644 LICENSE-MIT \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
 
-  # Package the man page
-  find "$srcdir" -name bat.1 -exec install -Dm644 {} \
-"$pkgdir/usr/share/man/man1/bat.1" \;
-
-  # Package the fish completion file
-  find "$srcdir" -name fish-complete -exec install -Dm644 {} \
-"$pkgdir/usr/local/share/fish/vendor_completions.d/fish-complete" \;
+  # Package the fish completion file (already included in fish)
+  #find "$srcdir" -name bat.fish -exec install -Dm644 {} \
+  #  "$pkgdir/usr/share/fish/completions/bat.fish" \;
 }
 
 # getver: github.com/sharkdp/bat/releases/latest


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:46:49
  Author: alucryd
Revision: 603624

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:46:42 UTC (rev 603623)
+++ PKGBUILD2020-03-22 19:46:49 UTC (rev 603624)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Tatsuyuki Ishi 
-
-pkgname=python-blessed
-pkgver=1.17.2
-pkgrel=1
-pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
-arch=(any)
-url=https://github.com/jquast/blessed
-license=(GPL)
-depends=(
-  python-six
-  python-wcwidth
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-tox
-)
-source=(git+https://github.com/jquast/blessed.git#tag=eb4c333ec6e8d974adc5ae50a7c19ad8d7bbb1d9)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd blessed
-
-  git describe --tags
-}
-
-build() {
-  cd blessed
-
-  python setup.py build
-}
-
-check() {
-  cd blessed
-
-  tox -e py38
-}
-
-package() {
-  cd blessed
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-blessed/repos/community-any/PKGBUILD (from rev 603623, 
python-blessed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:46:49 UTC (rev 603624)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tatsuyuki Ishi 
+
+pkgname=python-blessed
+pkgver=1.17.3
+pkgrel=1
+pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
+arch=(any)
+url=https://github.com/jquast/blessed
+license=(GPL)
+depends=(
+  python-six
+  python-wcwidth
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-tox
+)
+source=(git+https://github.com/jquast/blessed.git#tag=0d42569481a4a6b56b74813361ad1720d35fd8f6)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd blessed
+
+  git describe --tags
+}
+
+build() {
+  cd blessed
+
+  python setup.py build
+}
+
+check() {
+  cd blessed
+
+  tox -e py38
+}
+
+package() {
+  cd blessed
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:46:42
  Author: alucryd
Revision: 603623

upgpkg: python-blessed 1.17.3-1

Modified:
  python-blessed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:46:20 UTC (rev 603622)
+++ PKGBUILD2020-03-22 19:46:42 UTC (rev 603623)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi 
 
 pkgname=python-blessed
-pkgver=1.17.2
+pkgver=1.17.3
 pkgrel=1
 pkgdesc='A thin, practical wrapper around terminal styling, screen 
positioning, and keyboard input'
 arch=(any)
@@ -19,7 +19,7 @@
 checkdepends=(
   python-tox
 )
-source=(git+https://github.com/jquast/blessed.git#tag=eb4c333ec6e8d974adc5ae50a7c19ad8d7bbb1d9)
+source=(git+https://github.com/jquast/blessed.git#tag=0d42569481a4a6b56b74813361ad1720d35fd8f6)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-03-22 Thread Filipe Laíns via arch-commits
Date: Sunday, March 22, 2020 @ 19:46:20
  Author: ffy00
Revision: 603622

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 603621, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:46:11 UTC (rev 603621)
+++ PKGBUILD2020-03-22 19:46:20 UTC (rev 603622)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.7.1
-pkgrel=2
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128'
-'calf' 'lsp-plugins')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('19a84986ff49d832147697ed81e793f6f7b22600b4b928cf9efe7db0ed455181547d21b3216d47e4d0ae495ef420ce8392cbef0d1edef0d9d5130a1ad2d89c8f')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 603621, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:46:20 UTC (rev 603622)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.7.2
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128'
+'calf' 'lsp-plugins')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in home-assistant/repos/community-any (10 files)

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:45:49
  Author: alucryd
Revision: 603620

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 603619, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant-astral2.1.patch
(from rev 603619, home-assistant/trunk/home-assistant-astral2.1.patch)
  home-assistant/repos/community-any/home-assistant.service
(from rev 603619, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 603619, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 603619, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-astral2.1.patch
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

+
 PKGBUILD   |  182 ++--
 home-assistant-astral2.1.patch |  568 +++
 home-assistant.service |   28 -
 home-assistant.sysusers|2 
 home-assistant.tmpfiles|2 
 5 files changed, 391 insertions(+), 391 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:45:37 UTC (rev 603619)
+++ PKGBUILD2020-03-22 19:45:49 UTC (rev 603620)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.107.1
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=88e3e73bb437751b65b20cceaca1650dd217e23b
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-  home-assistant-astral2.1.patch
-)
-sha256sums=('SKIP'
-'2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5'
-'319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41'
-'f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660'
-'d39e2bb003f5a2ea6a2faca003c5068b26b51883e28124f2bef0dfd5536465c4')
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  patch -Np1 -i ../home-assistant-astral2.1.patch
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 603619, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:45:49 UTC (rev 603620)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.107.5
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  

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

2020-03-22 Thread Filipe Laíns via arch-commits
Date: Sunday, March 22, 2020 @ 19:46:11
  Author: ffy00
Revision: 603621

upgpkg: pulseeffects 4.7.2-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:45:49 UTC (rev 603620)
+++ PKGBUILD2020-03-22 19:46:11 UTC (rev 603621)
@@ -2,8 +2,8 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
 url='https://github.com/wwmm/pulseeffects'
@@ -17,7 +17,7 @@
 'rubberband: pitch shifting'
 'mda.lv2: loudness')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('19a84986ff49d832147697ed81e793f6f7b22600b4b928cf9efe7db0ed455181547d21b3216d47e4d0ae495ef420ce8392cbef0d1edef0d9d5130a1ad2d89c8f')
+sha512sums=('f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:45:37
  Author: alucryd
Revision: 603619

upgpkg: home-assistant 0.107.5-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:44:27 UTC (rev 603618)
+++ PKGBUILD2020-03-22 19:45:37 UTC (rev 603619)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.107.1
+pkgver=0.107.5
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -45,7 +45,7 @@
   'python-lxml: Meteo France integration'
 )
 source=(
-  
git+https://github.com/home-assistant/home-assistant.git#tag=88e3e73bb437751b65b20cceaca1650dd217e23b
+  
git+https://github.com/home-assistant/home-assistant.git#tag=677c276b41f99dbef34fdbaa9bdb14b3685163ef
   home-assistant.service
   home-assistant.sysusers
   home-assistant.tmpfiles


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:44:27
  Author: alucryd
Revision: 603618

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 603617, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:44:21 UTC (rev 603617)
+++ PKGBUILD2020-03-22 19:44:27 UTC (rev 603618)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.2.25
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/World/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=efa9890e94ed66ba3b447eea8b2b8d7609455511)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd lollypop
-
-  git describe --tags
-}
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 603617, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:44:27 UTC (rev 603618)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.2.29
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/World/lollypop
+license=(GPL)
+depends=(
+  appstream-glib
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=78809181909d12d089112d70647292d1b329a7cd)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lollypop
+
+  git describe --tags
+}
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:44:21
  Author: alucryd
Revision: 603617

upgpkg: lollypop 1.2.29-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:43:35 UTC (rev 603616)
+++ PKGBUILD2020-03-22 19:44:21 UTC (rev 603617)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.2.25
+pkgver=1.2.29
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
@@ -38,7 +38,7 @@
   'python-pylast: Last.FM support'
   'youtube-dl: Youtube support'
 )
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=efa9890e94ed66ba3b447eea8b2b8d7609455511)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=78809181909d12d089112d70647292d1b329a7cd)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:43:35
  Author: alucryd
Revision: 603616

archrelease: copy trunk to community-x86_64

Added:
  byuu/repos/community-x86_64/PKGBUILD
(from rev 603615, byuu/trunk/PKGBUILD)
  byuu/repos/community-x86_64/byuu-flags.patch
(from rev 603615, byuu/trunk/byuu-flags.patch)
  byuu/repos/community-x86_64/byuu-paths.patch
(from rev 603615, byuu/trunk/byuu-paths.patch)
Deleted:
  byuu/repos/community-x86_64/PKGBUILD
  byuu/repos/community-x86_64/byuu-flags.patch
  byuu/repos/community-x86_64/byuu-paths.patch

--+
 PKGBUILD |  142 ++---
 byuu-flags.patch |   46 -
 byuu-paths.patch |   44 
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:43:25 UTC (rev 603615)
+++ PKGBUILD2020-03-22 19:43:35 UTC (rev 603616)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=byuu
-pkgver=3
-pkgrel=1
-pkgdesc='A multi-system emulator focused on performance, features, and ease of 
use'
-arch=(x86_64)
-url=https://byuu.org/
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-  libao
-  libasound.so
-  libgl
-  libpulse-simple.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxext
-  libxrandr
-  libxv
-  openal
-  qt5-base
-  sdl2
-)
-makedepends=(
-  git
-)
-source=(
-  
git+https://github.com/byuu/byuu.git#tag=2533493fccdd03b51f574841de6ac67e02134c06
-  
git+https://github.com/byuu/bsnes.git#tag=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
-  byuu-flags.patch
-  byuu-paths.patch
-)
-sha256sums=('SKIP'
-'SKIP'
-'514bce6f87f8ffc2476d0a5e5948fc79ab4470d0514d089cd8ac2386f8532730'
-'5596804071813a5745d38eda21a9b2df6470f24db27c1d99c7284cbc97f27fda')
-
-pkgver() {
-  cd byuu
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd byuu
-
-  patch -Np1 -i ../byuu-flags.patch
-  patch -Np1 -i ../byuu-paths.patch
-  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
-}
-
-build() {
-  cd byuu
-
-  make -C higan hiro=qt5
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/byuu
-
-  install -Dm 755 byuu/higan/out/byuu -t "${pkgdir}"/usr/bin/
-  install -Dm 644 byuu/higan/target-byuu/resource/byuu.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm 644 byuu/higan/target-byuu/resource/byuu.png -t 
"${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' bsnes/bsnes/Database 
"${pkgdir}"/usr/share/byuu/
-  cp -dr --no-preserve='ownership' bsnes/shaders 
"${pkgdir}"/usr/share/byuu/Shaders
-}
-
-# vim: ts=2 sw=2 et:

Copied: byuu/repos/community-x86_64/PKGBUILD (from rev 603615, 
byuu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:43:35 UTC (rev 603616)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=byuu
+pkgver=4
+pkgrel=1
+pkgdesc='A multi-system emulator focused on performance, features, and ease of 
use'
+arch=(x86_64)
+url=https://byuu.org/
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+  libao
+  libasound.so
+  libgl
+  libpulse-simple.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxext
+  libxrandr
+  libxv
+  openal
+  qt5-base
+  sdl2
+)
+makedepends=(
+  git
+)
+source=(
+  
git+https://github.com/byuu/byuu.git#tag=3455d1f5bd3dd72797660384f4a35c8b6dfeed64
+  
git+https://github.com/byuu/bsnes.git#tag=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
+  byuu-flags.patch
+  byuu-paths.patch
+)
+sha256sums=('SKIP'
+'SKIP'
+'514bce6f87f8ffc2476d0a5e5948fc79ab4470d0514d089cd8ac2386f8532730'
+'5596804071813a5745d38eda21a9b2df6470f24db27c1d99c7284cbc97f27fda')
+
+pkgver() {
+  cd byuu
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd byuu
+
+  patch -Np1 -i ../byuu-flags.patch
+  patch -Np1 -i ../byuu-paths.patch
+  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
+}
+
+build() {
+  cd byuu
+
+  make -C higan hiro=qt5
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/byuu
+
+  install -Dm 755 byuu/higan/out/byuu -t "${pkgdir}"/usr/bin/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.png -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' bsnes/bsnes/Database 
"${pkgdir}"/usr/share/byuu/
+  cp -dr --no-preserve='ownership' bsnes/shaders 
"${pkgdir}"/usr/share/byuu/Shaders
+}
+
+# vim: ts=2 sw=2 et:

Deleted: byuu-flags.patch
===
--- byuu-flags.patch2020-03-22 19:43:25 UTC (rev 603615)
+++ byuu-flags.patch2020-03-22 19:43:35 UTC (rev 603616)
@@ -1,23 +0,0 @@
-From a185a9bd8de1e5b860dcce7bccc5c71b1caec53a Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin 
-Date: Wed, 18 Mar 2020 20:07:03 +0100
-Subject: [PATCH] use 

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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:43:25
  Author: alucryd
Revision: 603615

upgpkg: byuu 4-1

Modified:
  byuu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:42:25 UTC (rev 603614)
+++ PKGBUILD2020-03-22 19:43:25 UTC (rev 603615)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=byuu
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc='A multi-system emulator focused on performance, features, and ease of 
use'
 arch=(x86_64)
@@ -28,7 +28,7 @@
   git
 )
 source=(
-  
git+https://github.com/byuu/byuu.git#tag=2533493fccdd03b51f574841de6ac67e02134c06
+  
git+https://github.com/byuu/byuu.git#tag=3455d1f5bd3dd72797660384f4a35c8b6dfeed64
   
git+https://github.com/byuu/bsnes.git#tag=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
   byuu-flags.patch
   byuu-paths.patch


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:42:25
  Author: felixonmars
Revision: 603614

archrelease: copy trunk to community-any

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

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

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

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


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:42:11
  Author: felixonmars
Revision: 603613

upgpkg: python-xmlschema 1.1.2-1

Modified:
  python-xmlschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:35:16 UTC (rev 603612)
+++ PKGBUILD2020-03-22 19:42:11 UTC (rev 603613)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-xmlschema
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An XML Schema validator and decoder"
 url="https://github.com/sissaschool/xmlschema;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-lxml')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
-sha512sums=('7a031db27206dcc88f5d764e9dddf0611510cb8f03c75db333f10d7e9e1d4bdc2655a65a85e24ae811ca46112c274bba7c9bf06e1758eeb4ec7080287805832f')
+sha512sums=('05bbf79afa61d407f7b940e7ee42f3e87f87cc12871bcdb41df37d2753a96b46a60fcab54f7e24aca43123abea350b2a19dbf4938909c97950f9d439763377ec')
 
 prepare() {
   sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py


[arch-commits] Commit in libretro-core-info/trunk (PKGBUILD)

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:35:10
  Author: alucryd
Revision: 603611

upgpkg: libretro-core-info 1.8.5-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:34:07 UTC (rev 603610)
+++ PKGBUILD2020-03-22 19:35:10 UTC (rev 603611)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc='Libretro core info files'
 arch=(any)
@@ -9,7 +9,7 @@
 license=(GPL3)
 makedepends=(git)
 groups=(libretro)
-source=(git+https://github.com/libretro/libretro-core-info.git#tag=4fe1d5136657068ea8e60f4e16cf3faf0e201b71)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=bc9e9a26a5f9c4ea51b6c6930a6a15260200c346)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:35:16
  Author: alucryd
Revision: 603612

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
(from rev 603611, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:35:10 UTC (rev 603611)
+++ PKGBUILD2020-03-22 19:35:16 UTC (rev 603612)
@@ -1,25 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-core-info
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=(any)
-url=https://github.com/libretro/libretro-core-info
-license=(GPL3)
-makedepends=(git)
-groups=(libretro)
-source=(git+https://github.com/libretro/libretro-core-info.git#tag=4fe1d5136657068ea8e60f4e16cf3faf0e201b71)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-core-info
-
-  git describe --tags | sed 's/^v//; s/-/./g'
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libretro-core-info install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 603611, 
libretro-core-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:35:16 UTC (rev 603612)
@@ -0,0 +1,25 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=bc9e9a26a5f9c4ea51b6c6930a6a15260200c346)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-core-info
+
+  git describe --tags | sed 's/^v//; s/-/./g'
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:33:59
  Author: alucryd
Revision: 603609

upgpkg: retroarch 1.8.5-1

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:21:08 UTC (rev 603608)
+++ PKGBUILD2020-03-22 19:33:59 UTC (rev 603609)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
+  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
   retroarch-config.patch
 )
 sha256sums=(


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:34:07
  Author: alucryd
Revision: 603610

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 603609, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 603609, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  220 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:33:59 UTC (rev 603609)
+++ PKGBUILD2020-03-22 19:34:07 UTC (rev 603610)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  zlib
-)
-makedepends=(
-  git
-  libx11
-  libxcb
-  libxext
-  libxinerama
-  libxkbcommon
-  libxrandr
-  libxv
-  libxxf86vm
-  vulkan-icd-loader
-  wayland
-  wayland-protocols
-)
-optdepends=(
-  'libretro-overlays: Collection of overlays'
-  'libretro-shaders: Collection of shaders'
-  'libxinerama: X11 support'
-  'libxrandr: X11 support'
-  'python: retroarch-cg2glsl'
-  'retroarch-assets-xmb: XMB menu assets'
-  'wayland: Wayland support'
-)
-backup=(etc/retroarch.cfg)
-source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 603609, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:34:07 UTC (rev 603610)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  zlib
+)
+makedepends=(
+  git
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  vulkan-icd-loader
+  wayland
+  wayland-protocols
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'libxinerama: X11 support'
+  'libxrandr: X11 support'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C 

[arch-commits] Commit in kio-extras/kde-unstable (PKGBUILD kio-extras-kdsoap.patch)

2020-03-22 Thread Antonio Rojas via arch-commits
Date: Sunday, March 22, 2020 @ 19:28:30
  Author: arojas
Revision: 378367

Remove no longer needed patch

Modified:
  kio-extras/kde-unstable/PKGBUILD
Deleted:
  kio-extras/kde-unstable/kio-extras-kdsoap.patch

-+
 PKGBUILD|9 ++---
 kio-extras-kdsoap.patch |   12 
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:27:33 UTC (rev 378366)
+++ PKGBUILD2020-03-22 19:28:30 UTC (rev 378367)
@@ -15,19 +15,14 @@
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
 'phonon-qt5: audio file previews' 'libappimage: AppImage 
thumbnails')
 groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- kio-extras-kdsoap.patch)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('f041f2a7c13eaaf3e486a4ea39208b0e2c2e9f422e234cc392e7ad4396d36ce7'
-'SKIP'
-'4e3504556cdd01cf638d2957e55a7c09a304a64eee59a542165204181bb04492')
+'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kio-extras-kdsoap.patch # Fix build with external 
kdsoap-ws-discovery-client
 }
 
 build() {

Deleted: kio-extras-kdsoap.patch
===
--- kio-extras-kdsoap.patch 2020-03-22 19:27:33 UTC (rev 378366)
+++ kio-extras-kdsoap.patch 2020-03-22 19:28:30 UTC (rev 378367)
@@ -1,12 +0,0 @@
-diff --git a/smb/CMakeLists.txt b/smb/CMakeLists.txt
-index 45cd1f11..b4d59160 100644
 a/smb/CMakeLists.txt
-+++ b/smb/CMakeLists.txt
-@@ -3,6 +3,7 @@ find_package(KDSoapWSDiscoveryClient QUIET)
- set(INTERNAL_WSDCLIENT ${BUILD_KDSoapWSDiscoveryClient})
- if(KDSoapWSDiscoveryClient_FOUND)
- set(INTERNAL_WSDCLIENT OFF)
-+find_package(KDSoap)
- endif()
- if(INTERNAL_WSDCLIENT)
- # Special internal version, mangled to be a STATIC lib.


[arch-commits] Commit in kdsoap-ws-discovery-client/repos/extra-x86_64 (2 files)

2020-03-22 Thread Antonio Rojas via arch-commits
Date: Sunday, March 22, 2020 @ 19:27:33
  Author: arojas
Revision: 378366

archrelease: copy trunk to extra-x86_64

Added:
  kdsoap-ws-discovery-client/repos/extra-x86_64/PKGBUILD
(from rev 378365, kdsoap-ws-discovery-client/trunk/PKGBUILD)
Deleted:
  kdsoap-ws-discovery-client/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:26:50 UTC (rev 378365)
+++ PKGBUILD2020-03-22 19:27:33 UTC (rev 378366)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdsoap-ws-discovery-client
-pkgver=git20200316
-pkgrel=1
-_commit=14287e92e80a77aa4c0adee2871e6b87c9c3055e
-pkgdesc='WS-Discovery client library based on KDSoap'
-license=(GPL3 custom)
-arch=(x86_64)
-url='https://github.com/KDAB/KDSoap'
-depends=(kdsoap)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-source=("https://github.com/caspermeijn/kdsoap-ws-discovery-client/archive/$_commit.tar.gz;)
-sha256sums=('17e092729597aecb96bcf46459b4eb14d28cf335f4b4c225971b5be55b9572a7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$_commit \
--DBUILD_QCH=ON
-  make 
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$_commit/LICENSES/* -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: kdsoap-ws-discovery-client/repos/extra-x86_64/PKGBUILD (from rev 
378365, kdsoap-ws-discovery-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:27:33 UTC (rev 378366)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdsoap-ws-discovery-client
+pkgver=git20200316
+pkgrel=2
+_commit=14287e92e80a77aa4c0adee2871e6b87c9c3055e
+pkgdesc='WS-Discovery client library based on KDSoap'
+license=(GPL3 custom)
+arch=(x86_64)
+url='https://github.com/KDAB/KDSoap'
+depends=(kdsoap)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+source=("https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/archive/$_commit/$pkgname-$_commit.tar.gz;
+ 
kdsoap-dependency.patch::"https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/merge_requests/11.patch;)
+sha256sums=('17e092729597aecb96bcf46459b4eb14d28cf335f4b4c225971b5be55b9572a7'
+'6e05120695bd1df6adf89e99f39c8e186e1075bb0a30c046d922eaff67e2b547')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$_commit
+  patch -p1 -i ../kdsoap-dependency.patch # Add missing kdsoap dependency to 
cmake
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$_commit \
+-DBUILD_QCH=ON
+  make 
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$_commit/LICENSES/* -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in kdsoap-ws-discovery-client/trunk (PKGBUILD)

2020-03-22 Thread Antonio Rojas via arch-commits
Date: Sunday, March 22, 2020 @ 19:26:50
  Author: arojas
Revision: 378365

Add missing kdsoap dependency to cmake

Modified:
  kdsoap-ws-discovery-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 18:41:05 UTC (rev 378364)
+++ PKGBUILD2020-03-22 19:26:50 UTC (rev 378365)
@@ -2,7 +2,7 @@
 
 pkgname=kdsoap-ws-discovery-client
 pkgver=git20200316
-pkgrel=1
+pkgrel=2
 _commit=14287e92e80a77aa4c0adee2871e6b87c9c3055e
 pkgdesc='WS-Discovery client library based on KDSoap'
 license=(GPL3 custom)
@@ -10,11 +10,16 @@
 url='https://github.com/KDAB/KDSoap'
 depends=(kdsoap)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-source=("https://github.com/caspermeijn/kdsoap-ws-discovery-client/archive/$_commit.tar.gz;)
-sha256sums=('17e092729597aecb96bcf46459b4eb14d28cf335f4b4c225971b5be55b9572a7')
+source=("https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/archive/$_commit/$pkgname-$_commit.tar.gz;
+ 
kdsoap-dependency.patch::"https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/merge_requests/11.patch;)
+sha256sums=('17e092729597aecb96bcf46459b4eb14d28cf335f4b4c225971b5be55b9572a7'
+'6e05120695bd1df6adf89e99f39c8e186e1075bb0a30c046d922eaff67e2b547')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$_commit
+  patch -p1 -i ../kdsoap-dependency.patch # Add missing kdsoap dependency to 
cmake
 }
 
 build() {


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:21:08
  Author: alucryd
Revision: 603608

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/-Add-arch-RIDs.patch
(from rev 603607, dotnet-core/trunk/-Add-arch-RIDs.patch)
  dotnet-core/repos/community-x86_64/-Fix-versionless-RID-computation.patch
(from rev 603607, 
dotnet-core/trunk/-Fix-versionless-RID-computation.patch)
  dotnet-core/repos/community-x86_64/PKGBUILD
(from rev 603607, dotnet-core/trunk/PKGBUILD)
Deleted:
  dotnet-core/repos/community-x86_64/-Add-arch-RIDs.patch
  dotnet-core/repos/community-x86_64/-Fix-versionless-RID-computation.patch
  dotnet-core/repos/community-x86_64/PKGBUILD

+
 -Add-arch-RIDs.patch   |  182 +--
 -Fix-versionless-RID-computation.patch |   26 +-
 PKGBUILD   |  252 +--
 3 files changed, 230 insertions(+), 230 deletions(-)

Deleted: -Add-arch-RIDs.patch
===
--- -Add-arch-RIDs.patch2020-03-22 19:21:00 UTC (rev 603607)
+++ -Add-arch-RIDs.patch2020-03-22 19:21:08 UTC (rev 603608)
@@ -1,91 +0,0 @@
-From c70ef244c862e8e13ff6552ee829e968186e0f45 Mon Sep 17 00:00:00 2001
-From: Omair Majid 
-Date: Fri, 8 Nov 2019 21:01:11 -0500
-Subject: [PATCH] Add runtime id for Arch Linux
-
-Like gentoo, Arch Linux is a rolling release and doesn't have explicit
-version numbers.
-
-$ cat /etc/os-release
-NAME="Arch Linux"
-PRETTY_NAME="Arch Linux"
-ID=arch
-BUILD_ID=rolling
-ANSI_COLOR="0;36"
-HOME_URL="https://www.archlinux.org/;
-DOCUMENTATION_URL="https://wiki.archlinux.org/;
-SUPPORT_URL="https://bbs.archlinux.org/;
-BUG_REPORT_URL="https://bugs.archlinux.org/;
-LOGO=archlinux

- .../runtime.compatibility.json  | 17 +
- .../Microsoft.NETCore.Platforms/runtime.json| 11 +++
- .../runtimeGroups.props |  5 +
- 3 files changed, 33 insertions(+)
-
-diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 
b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
-index 2a196ecc9fc7..d273634527ef 100644
 a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
-+++ b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
-@@ -270,6 +270,23 @@
- "any",
- "base"
-   ],
-+  "arch": [
-+"arch",
-+"linux",
-+"unix",
-+"any",
-+"base"
-+  ],
-+  "arch-x64": [
-+"arch-x64",
-+"arch",
-+"linux-x64",
-+"linux",
-+"unix-x64",
-+"unix",
-+"any",
-+"base"
-+  ],
-   "base": [
- "base"
-   ],
-diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json 
b/pkg/Microsoft.NETCore.Platforms/runtime.json
-index e70f2da7e668..5b2f70f44b9e 100644
 a/pkg/Microsoft.NETCore.Platforms/runtime.json
-+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
-@@ -121,6 +121,17 @@
- "any"
-   ]
- },
-+"arch": {
-+  "#import": [
-+"linux"
-+  ]
-+},
-+"arch-x64": {
-+  "#import": [
-+"arch",
-+"linux-x64"
-+  ]
-+},
- "base": {
-   "#import": []
- },
-diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props 
b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
-index 6c95b67819be..aa31cac61f34 100644
 a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
-+++ b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
-@@ -25,6 +25,11 @@
-   21
- 
-
-+
-+  linux
-+  x64
-+
-+
- 
-   rhel
-   x64

Copied: dotnet-core/repos/community-x86_64/-Add-arch-RIDs.patch (from rev 
603607, dotnet-core/trunk/-Add-arch-RIDs.patch)
===
--- -Add-arch-RIDs.patch(rev 0)
+++ -Add-arch-RIDs.patch2020-03-22 19:21:08 UTC (rev 603608)
@@ -0,0 +1,91 @@
+From c70ef244c862e8e13ff6552ee829e968186e0f45 Mon Sep 17 00:00:00 2001
+From: Omair Majid 
+Date: Fri, 8 Nov 2019 21:01:11 -0500
+Subject: [PATCH] Add runtime id for Arch Linux
+
+Like gentoo, Arch Linux is a rolling release and doesn't have explicit
+version numbers.
+
+$ cat /etc/os-release
+NAME="Arch Linux"
+PRETTY_NAME="Arch Linux"
+ID=arch
+BUILD_ID=rolling
+ANSI_COLOR="0;36"
+HOME_URL="https://www.archlinux.org/;
+DOCUMENTATION_URL="https://wiki.archlinux.org/;
+SUPPORT_URL="https://bbs.archlinux.org/;
+BUG_REPORT_URL="https://bugs.archlinux.org/;
+LOGO=archlinux
+---
+ .../runtime.compatibility.json  | 17 +
+ .../Microsoft.NETCore.Platforms/runtime.json| 11 +++
+ .../runtimeGroups.props |  5 +
+ 3 files changed, 33 insertions(+)
+
+diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json 

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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:21:00
  Author: alucryd
Revision: 603607

upgpkg: dotnet-core 3.1.3.sdk103-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:20:37 UTC (rev 603606)
+++ PKGBUILD2020-03-22 19:21:00 UTC (rev 603607)
@@ -9,9 +9,9 @@
  dotnet-sdk
  aspnet-runtime
 )
-pkgver=3.1.2.sdk102
-_runtimever=3.1.2
-_sdkver=3.1.102
+pkgver=3.1.3.sdk103
+_runtimever=3.1.3
+_sdkver=3.1.103
 pkgrel=1
 arch=(x86_64)
 url=https://www.microsoft.com/net/core
@@ -34,7 +34,7 @@
 )
 options=(staticlibs)
 source=(
-  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=e5d3faa5b374e75fea8185a88eee52540c6f2342
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=9678feff10e08406d11aee34ff33d409de915902
   -Fix-versionless-RID-computation.patch
   -Add-arch-RIDs.patch
 )


[arch-commits] Commit in emby-server/repos/community-any (14 files)

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:20:37
  Author: alucryd
Revision: 603606

archrelease: copy trunk to community-any

Added:
  emby-server/repos/community-any/PKGBUILD
(from rev 603605, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-any/emby-server
(from rev 603605, emby-server/trunk/emby-server)
  emby-server/repos/community-any/emby-server.conf
(from rev 603605, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-any/emby-server.service
(from rev 603605, emby-server/trunk/emby-server.service)
  emby-server/repos/community-any/emby-server.sysusers
(from rev 603605, emby-server/trunk/emby-server.sysusers)
  emby-server/repos/community-any/emby-server.tmpfiles
(from rev 603605, emby-server/trunk/emby-server.tmpfiles)
  emby-server/repos/community-any/license.docx
(from rev 603605, emby-server/trunk/license.docx)
Deleted:
  emby-server/repos/community-any/PKGBUILD
  emby-server/repos/community-any/emby-server
  emby-server/repos/community-any/emby-server.conf
  emby-server/repos/community-any/emby-server.service
  emby-server/repos/community-any/emby-server.sysusers
  emby-server/repos/community-any/emby-server.tmpfiles
  emby-server/repos/community-any/license.docx

--+
 PKGBUILD |  258 -
 emby-server  |   20 +--
 emby-server.conf |   10 -
 emby-server.service  |   32 +++---
 emby-server.sysusers |2 
 emby-server.tmpfiles |2 
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:20:21 UTC (rev 603605)
+++ PKGBUILD2020-03-22 19:20:37 UTC (rev 603606)
@@ -1,129 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.3.1.0
-_ffmpeg_ver=2019_11_09
-pkgrel=4
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(any)
-url=https://emby.media
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  dotnet-runtime-2.2
-  expat
-  fontconfig
-  fribidi
-  glibc
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libmfx
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx264.so
-  opus
-  skia-sharp
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers8.1
-  nasm
-)
-optdepends=('intel-media-sdk: Intel QuickSync support')
-source=(
-  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
-  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
-  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  emby-server.sysusers
-  emby-server.tmpfiles
-  license.docx
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-sha256sums=('01da4cfe12ff071a59de4876535ce817109c05950dc95ed4ca5c417545ca18e7'
-'4afade7a1870d1f3a90de688b8706718e2592cbb281b24ba569982aac667266f'
-'3fbee0c712c01e37953293da6d3aa4ae7a608fb5801a3eb3d9f99c1274da44db'
-'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
-'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
-'efdaabd3002fee13a6831e90fd700dea4d7c6c954ede00da6f28c1eada33ad8c'
-'f7fa33949757ffc587ecf82496dc35ebc8c8e5c98b882b31dc40a24263d3921a'
-'a13a844a1bdc679356698e3fd7f3946d07bdfe021ed857d944ead011ad338056'
-'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6')
-
-prepare() {
-  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}_public_fixed
-
-  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
-
-  ./configure \
---disable-doc \
---disable-ffplay \
---disable-shared \
---disable-vdpau \
---disable-libxcb \
---disable-lzma \
---disable-sdl2 \
---disable-xlib \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-libaom \
---enable-libass \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libmfx \
---enable-libmp3lame \
---enable-libopus \
---enable-libtheora \
---enable-libvorbis \
---enable-libwebp \
---enable-libx264 \
---enable-libzvbi \
---enable-version3 \
---enable-nvdec \
---enable-nvenc \
---enable-static \
---enable-vaapi
-  make
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib
-  cp -dr --no-preserve='ownership' system "${pkgdir}"/usr/lib/emby-server
-  ln -s ../libSkiaSharp.so.68.0.0 
"${pkgdir}"/usr/lib/emby-server/libSkiaSharp.so
-  install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
-  install -Dm 755 bin/ffdetect "${pkgdir}"/usr/bin/ffdetect-emby
-  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public_fixed/ffmpeg 

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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:20:21
  Author: alucryd
Revision: 603605

upgpkg: emby-server 4.4.0.40-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:15:54 UTC (rev 603604)
+++ PKGBUILD2020-03-22 19:20:21 UTC (rev 603605)
@@ -2,9 +2,9 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.3.1.0
-_ffmpeg_ver=2019_11_09
-pkgrel=4
+pkgver=4.4.0.40
+_ffmpeg_ver=2020_02_24
+pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(any)
 url=https://emby.media
@@ -13,7 +13,7 @@
   alsa-lib
   aom
   bzip2
-  dotnet-runtime-2.2
+  dotnet-runtime
   expat
   fontconfig
   fribidi
@@ -58,9 +58,9 @@
 )
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
-sha256sums=('01da4cfe12ff071a59de4876535ce817109c05950dc95ed4ca5c417545ca18e7'
-'4afade7a1870d1f3a90de688b8706718e2592cbb281b24ba569982aac667266f'
-'3fbee0c712c01e37953293da6d3aa4ae7a608fb5801a3eb3d9f99c1274da44db'
+sha256sums=('740e7328d517b1ffbb91d2c0f37884cdf67398af532848b005294d66fc540b9a'
+'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
+'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
 'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
 'd1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
 'efdaabd3002fee13a6831e90fd700dea4d7c6c954ede00da6f28c1eada33ad8c'
@@ -73,7 +73,7 @@
 }
 
 build() {
-  cd ffmpeg-${_ffmpeg_ver}_public_fixed
+  cd ffmpeg-${_ffmpeg_ver}_public
 
   export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
 
@@ -117,8 +117,8 @@
   ln -s ../libSkiaSharp.so.68.0.0 
"${pkgdir}"/usr/lib/emby-server/libSkiaSharp.so
   install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
   install -Dm 755 bin/ffdetect "${pkgdir}"/usr/bin/ffdetect-emby
-  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public_fixed/ffmpeg 
"${pkgdir}"/usr/bin/ffmpeg-emby
-  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public_fixed/ffprobe 
"${pkgdir}"/usr/bin/ffprobe-emby
+  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public/ffmpeg 
"${pkgdir}"/usr/bin/ffmpeg-emby
+  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public/ffprobe 
"${pkgdir}"/usr/bin/ffprobe-emby
   install -Dm 644 emby-server.service -t "${pkgdir}"/usr/lib/systemd/system/
   install -Dm 644 emby-server.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/emby-server.conf
   install -Dm 644 emby-server.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/emby-server.conf


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:15:54
  Author: felixonmars
Revision: 603604

remove workaround for old haskell-network

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:03:35 UTC (rev 603603)
+++ PKGBUILD2020-03-22 19:15:54 UTC (rev 603604)
@@ -16,11 +16,6 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('5c3d86c95aeb61ffdf951472a18ce2878b9dad1069efdf02fd7aff4065cf88c93c13d197488af65811440c674a75601b0c3336a6de6a9bff98cca018254b6e9c')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/import Network.Socket/import Network.Socket hiding (send)/' 
test2/IOSpec.hs
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:03:21
  Author: felixonmars
Revision: 603602

upgpkg: wiznote 2.8.2-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 18:51:07 UTC (rev 603601)
+++ PKGBUILD2020-03-22 19:03:21 UTC (rev 603602)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.1
-_commit=357d509f4773b64f60ea00ffaf34193751ba20e0
+pkgver=2.8.2
+_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'boost')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz;)
-sha512sums=('a339e6cc04ee076585ed970766e0680d8b14f8922c742e0d8705cd01784188e16387db2b855a5b2f0ce179100730de09be65e30bd695f16018ed41a231ae651a')
+sha512sums=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:03:35
  Author: felixonmars
Revision: 603603

archrelease: copy trunk to community-x86_64

Added:
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 603602, wiznote/trunk/PKGBUILD)
Deleted:
  wiznote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:03:21 UTC (rev 603602)
+++ PKGBUILD2020-03-22 19:03:35 UTC (rev 603603)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.8.1
-_commit=357d509f4773b64f60ea00ffaf34193751ba20e0
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
- 'qt5-svg') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'boost')
-source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz;)
-sha512sums=('a339e6cc04ee076585ed970766e0680d8b14f8922c742e0d8705cd01784188e16387db2b855a5b2f0ce179100730de09be65e30bd695f16018ed41a231ae651a')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient-$_commit/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient-$_commit/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient-$_commit
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 603602, 
wiznote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:03:35 UTC (rev 603603)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.8.2
+_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('x86_64')
+url="http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
+ 'qt5-svg') # 'crypto++')
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'boost')
+source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz;)
+sha512sums=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #-i WizQTClient-$_commit/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #-i WizQTClient-$_commit/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../WizQTClient-$_commit
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 18:51:07
  Author: felixonmars
Revision: 603601

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 18:50:54 UTC (rev 603600)
+++ PKGBUILD2020-03-22 18:51:07 UTC (rev 603601)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-btrees
-pkgver=4.7.0
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('x86_64')
-license=('ZPL')
-url='https://github.com/zopefoundation/btrees'
-depends=('python-persistent' 'python-zope-interface')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-transaction' 
'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz;)
-sha512sums=('c71e96d2a8be2de28ccd1a5c771819372f34bc9329f2e31581414d292f7811716f08428212ac1e920fc075d4d3d252cdbd38df975054260f221873daeae8377e')
-
-build() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd BTrees-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-btrees/repos/community-x86_64/PKGBUILD (from rev 603600, 
python-btrees/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 18:51:07 UTC (rev 603601)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-btrees
+pkgver=4.7.1
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('x86_64')
+license=('ZPL')
+url='https://github.com/zopefoundation/btrees'
+depends=('python-persistent' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-transaction' 
'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz;)
+sha512sums=('d10c7a716dafb249e4b6601d4613a65b6ea153f245bbbeb4a7c825b1c1fd6ad81edfaa806d0658fbfb899160b3ca29d46b49d4c2c69586e5cbe0e7254164b5d9')
+
+build() {
+  cd "$srcdir"/BTrees-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/BTrees-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd BTrees-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 18:50:54
  Author: felixonmars
Revision: 603600

upgpkg: python-btrees 4.7.1-1

Modified:
  python-btrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 18:47:07 UTC (rev 603599)
+++ PKGBUILD2020-03-22 18:50:54 UTC (rev 603600)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-btrees
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-transaction' 
'python-zope-testrunner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz;)
-sha512sums=('c71e96d2a8be2de28ccd1a5c771819372f34bc9329f2e31581414d292f7811716f08428212ac1e920fc075d4d3d252cdbd38df975054260f221873daeae8377e')
+sha512sums=('d10c7a716dafb249e4b6601d4613a65b6ea153f245bbbeb4a7c825b1c1fd6ad81edfaa806d0658fbfb899160b3ca29d46b49d4c2c69586e5cbe0e7254164b5d9')
 
 build() {
   cd "$srcdir"/BTrees-$pkgver


  1   2   3   4   >