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

2021-09-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 30, 2021 @ 03:48:22
  Author: anatolik
Revision: 1026086

archrelease: copy trunk to community-testing-x86_64

Added:
  librdkafka/repos/community-testing-x86_64/
  librdkafka/repos/community-testing-x86_64/PKGBUILD
(from rev 1026085, librdkafka/trunk/PKGBUILD)

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 1026085, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-30 03:48:22 UTC (rev 1026086)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('93b12f554fa1c8393ce49ab52812a5f63e264d9af6a50fd6e6c318c481838b7f')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}



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

2021-09-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 30, 2021 @ 03:48:02
  Author: anatolik
Revision: 1026085

upgpkg: librdkafka 1.8.0-1

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 03:41:10 UTC (rev 1026084)
+++ PKGBUILD2021-09-30 03:48:02 UTC (rev 1026085)
@@ -4,8 +4,8 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
 url='https://github.com/edenhill/librdkafka'
@@ -13,7 +13,7 @@
 depends=(libsasl zstd)
 makedepends=(python openssl lz4 rapidjson cmake)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('c71b8c5ff419da80c31bb8d3036a408c87ad523e0c7588e7660ee5f3c8973057')
+sha256sums=('93b12f554fa1c8393ce49ab52812a5f63e264d9af6a50fd6e6c318c481838b7f')
 
 build() {
   cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr



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

2021-09-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 30, 2021 @ 03:41:10
  Author: anatolik
Revision: 1026084

remove unused gflags dependency

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 03:35:42 UTC (rev 1026083)
+++ PKGBUILD2021-09-30 03:41:10 UTC (rev 1026084)
@@ -9,7 +9,6 @@
 url="https://rocksdb.org/;
 license=(GPL2 Apache)
 depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
-makedepends=(gflags)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
 sha256sums=('1617532c5c02af0f8922f91e09eb566a79dfeb67d254b3ecc6908b240b6822e9')
 



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

2021-09-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 30, 2021 @ 03:35:42
  Author: anatolik
Revision: 1026083

archrelease: copy trunk to community-testing-x86_64

Added:
  rocksdb/repos/community-testing-x86_64/
  rocksdb/repos/community-testing-x86_64/PKGBUILD
(from rev 1026082, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-testing-x86_64/PKGBUILD (from rev 1026082, 
rocksdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-30 03:35:42 UTC (rev 1026083)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.23.3
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(gflags)
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('1617532c5c02af0f8922f91e09eb566a79dfeb67d254b3ecc6908b240b6822e9')
+
+build() {
+  cd rocksdb-$pkgver
+  PORTABLE=1 make shared_lib
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
+}
+
+package() {
+  cd rocksdb-$pkgver
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2021-09-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, September 30, 2021 @ 03:35:24
  Author: anatolik
Revision: 1026082

upgpkg: rocksdb 6.23.3-1

FS#72255 Switch to make based build to align with upstream recommendations

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 02:17:21 UTC (rev 1026081)
+++ PKGBUILD2021-09-30 03:35:24 UTC (rev 1026082)
@@ -2,35 +2,28 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.15.5
+pkgver=6.23.3
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
 url="https://rocksdb.org/;
 license=(GPL2 Apache)
-depends=(bzip2 gcc-libs gflags jemalloc lz4 snappy zlib zstd)
-makedepends=(cmake ninja)
-#checkdepends=('python2')
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(gflags)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('d7b994e1eb4dff9dfefcd51a63f86630282e1927fc42a300b93c573c853aa5d0')
+sha256sums=('1617532c5c02af0f8922f91e09eb566a79dfeb67d254b3ecc6908b240b6822e9')
 
 build() {
   cd rocksdb-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_BZ2=ON -DWITH_LZ4=ON -DWITH_SNAPPY=ON -DWITH_ZLIB=ON 
-DWITH_ZSTD=ON \
--DUSE_RTTI=ON -DWITH_JEMALLOC=ON -DFAIL_ON_WARNINGS=OFF -DPORTABLE=ON \
-   -DWITH_BENCHMARK_TOOLS=OFF \
-   -GNinja -S . -B build
-  ninja -C build
+  PORTABLE=1 make shared_lib
 }
 
 check() {
   cd rocksdb-$pkgver
-  # currently upstream enables tests for Debug configuration only
-  # ninja -C build check
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
 }
 
 package() {
   cd rocksdb-$pkgver
-  DESTDIR="$pkgdir" ninja -C build install
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
 }



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

2021-09-29 Thread Maxim Baz via arch-commits
Date: Thursday, September 30, 2021 @ 02:17:21
  Author: maximbaz
Revision: 1026081

archrelease: copy trunk to community-x86_64

Added:
  goimapnotify/repos/community-x86_64/PKGBUILD
(from rev 1026080, goimapnotify/trunk/PKGBUILD)
Deleted:
  goimapnotify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 02:17:17 UTC (rev 1026080)
+++ PKGBUILD2021-09-30 02:17:21 UTC (rev 1026081)
@@ -1,38 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jorge Araya Navarro 
-
-pkgname=goimapnotify
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
-url="https://gitlab.com/shackra/goimapnotify;
-license=('GPL3')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3770521fe3c6b41c56b5d9fc3980c5402d3874a366c0e9f8c96093c697d8ee5eba8196b84c6f3f1ad8ac5f8951dd4ef5fac8a0756bdca2e90fb36f47d1ee')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify@.service
-}

Copied: goimapnotify/repos/community-x86_64/PKGBUILD (from rev 1026080, 
goimapnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 02:17:21 UTC (rev 1026081)
@@ -0,0 +1,38 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jorge Araya Navarro 
+
+pkgname=goimapnotify
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
+url="https://gitlab.com/shackra/goimapnotify;
+license=('GPL3')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5e8429f571673ff515f79887e0f844ddc7f87b959450f90cba81920d6d5b7ad4c827650864b8f5ac3f2bfdd21800ffd83cd8d8912a8c4f4fc30753354eb27d6b')
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify@.service
+}



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

2021-09-29 Thread Maxim Baz via arch-commits
Date: Thursday, September 30, 2021 @ 02:17:17
  Author: maximbaz
Revision: 1026080

upgpkg: goimapnotify 2.3.5-1

Modified:
  goimapnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:55:39 UTC (rev 1026079)
+++ PKGBUILD2021-09-30 02:17:17 UTC (rev 1026080)
@@ -2,7 +2,7 @@
 # Contributor: Jorge Araya Navarro 
 
 pkgname=goimapnotify
-pkgver=2.3.3
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
 url="https://gitlab.com/shackra/goimapnotify;
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3770521fe3c6b41c56b5d9fc3980c5402d3874a366c0e9f8c96093c697d8ee5eba8196b84c6f3f1ad8ac5f8951dd4ef5fac8a0756bdca2e90fb36f47d1ee')
+sha512sums=('5e8429f571673ff515f79887e0f844ddc7f87b959450f90cba81920d6d5b7ad4c827650864b8f5ac3f2bfdd21800ffd83cd8d8912a8c4f4fc30753354eb27d6b')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2021-09-29 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 30, 2021 @ 01:55:39
  Author: yan12125
Revision: 1026079

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 01:55:29 UTC (rev 1026078)
+++ PKGBUILD2021-09-30 01:55:39 UTC (rev 1026079)
@@ -1,46 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: David Vilar Benet 
-
-_pkgname=hvac
-pkgname=python-$_pkgname
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
-url='https://python-hvac.org/'
-license=(Apache)
-arch=(any)
-depends=(python python-requests python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
-  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
-  vault consul)
-optdepends=(
-  'python-pyhcl: for parsing returned data'
-)
-# Upstream intentionally prune tests from sdists 
(https://github.com/hvac/hvac/pull/356)
-source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('47226ba5113a4df48f115d02d2fb1fa7ab8b42895d38f7fad37c84814db71a57f4e455a9b46134bb577fbded1881e6272464b9f1d1d74142dc089bde03b0eba9')
-
-prepare() {
-  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
-  # https://github.com/hashicorp/vault/issues/10048
-  mkdir -p vault-unprivileged
-  cp -v /usr/bin/vault vault-unprivileged/
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  # test_ldap requires many unpackaged dependencies
-  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
---ignore=tests/integration_tests/api/auth_methods/test_ldap.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-hvac/repos/community-any/PKGBUILD (from rev 1026078, 
python-hvac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 01:55:39 UTC (rev 1026079)
@@ -0,0 +1,47 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: David Vilar Benet 
+
+_pkgname=hvac
+pkgname=python-$_pkgname
+# https://github.com/hvac/hvac/releases
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
+url='https://python-hvac.org/'
+license=(Apache)
+arch=(any)
+depends=(python python-requests python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-authlib python-flask 
python-flask-sqlalchemy python-mock
+  python-parameterized python-pyhcl python-requests-mock 
python-werkzeug python-jwcrypto
+  vault consul)
+optdepends=(
+  'python-pyhcl: for parsing returned data'
+)
+# Upstream intentionally prune tests from sdists 
(https://github.com/hvac/hvac/pull/356)
+source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('7a3cb82e17e7ceef04173c8682b33d35457675eae7b402ba36c3a21026ebf551a2731ecbd6dc0d00bb727e98a29f0a0f5bf427d7429b55b922247b4ccfb79794')
+
+prepare() {
+  # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
+  # https://github.com/hashicorp/vault/issues/10048
+  mkdir -p vault-unprivileged
+  cp -v /usr/bin/vault vault-unprivileged/
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # test_ldap requires many unpackaged dependencies
+  PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
+--ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-09-29 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 30, 2021 @ 01:55:29
  Author: yan12125
Revision: 1026078

upgpkg: python-hvac 0.11.2-1; add a link to release notes

Modified:
  python-hvac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:54:53 UTC (rev 1026077)
+++ PKGBUILD2021-09-30 01:55:29 UTC (rev 1026078)
@@ -3,7 +3,8 @@
 
 _pkgname=hvac
 pkgname=python-$_pkgname
-pkgver=0.11.0
+# https://github.com/hvac/hvac/releases
+pkgver=0.11.2
 pkgrel=1
 pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
 url='https://python-hvac.org/'
@@ -19,7 +20,7 @@
 )
 # Upstream intentionally prune tests from sdists 
(https://github.com/hvac/hvac/pull/356)
 
source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('47226ba5113a4df48f115d02d2fb1fa7ab8b42895d38f7fad37c84814db71a57f4e455a9b46134bb577fbded1881e6272464b9f1d1d74142dc089bde03b0eba9')
+sha512sums=('7a3cb82e17e7ceef04173c8682b33d35457675eae7b402ba36c3a21026ebf551a2731ecbd6dc0d00bb727e98a29f0a0f5bf427d7429b55b922247b4ccfb79794')
 
 prepare() {
   # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK



[arch-commits] Commit in python-anyio/repos/community-any (3 files)

2021-09-29 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 30, 2021 @ 01:54:53
  Author: yan12125
Revision: 1026077

archrelease: copy trunk to community-any

Added:
  python-anyio/repos/community-any/PKGBUILD
(from rev 1026076, python-anyio/trunk/PKGBUILD)
Deleted:
  python-anyio/repos/community-any/PKGBUILD
  python-anyio/repos/community-any/bpo-45097.diff

+
 PKGBUILD   |   98 +++
 bpo-45097.diff |   14 ---
 2 files changed, 42 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 01:54:41 UTC (rev 1026076)
+++ PKGBUILD2021-09-30 01:54:53 UTC (rev 1026077)
@@ -1,56 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-anyio
-# https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
-arch=(any)
-url='https://github.com/agronholm/anyio'
-license=(MIT)
-depends=(python python-idna python-sniffio)
-makedepends=(python-setuptools python-setuptools-scm)
-checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop
-  python-curio python-trio python-pytest-mock)
-optdepends=(
-  'python-curio: curio backend'
-  'python-trio: trio backend'
-)
-source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz
-bpo-45097.diff)
-sha256sums=('2f27663b77aa484ca85544f6701f7d6710e9cf4fbb23df0990c8447983aabb32'
-'ed0ad72f604697d247a2d74f5b4740fcda0fe478040fa6ff75120cd97d5985c8')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd anyio-$pkgver
-  # pytest-mock 3.3 comes with an API change [1], and anyio uses the new API,
-  # while python-pytest-mock in Arch is out-dated. Patch the sources to use
-  # the old API.
-  # [1] https://github.com/pytest-dev/pytest-mock/issues/202
-  sed -i 's#MockerFixture#MockFixture#' tests/test_eventloop.py
-
-  # Work around https://bugs.python.org/issue45097
-  patch -Np1 -i ../bpo-45097.diff
-}
-
-build() {
-  cd anyio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd anyio-$pkgver
-  # Install to a temporary root as the test suite requires the entry point for
-  # its pytest plugin
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  python setup.py install --root="$PWD/tmp_install" --skip-build
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python$pyver/site-packages" pytest
-}
-
-package() {
-  cd anyio-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-anyio/repos/community-any/PKGBUILD (from rev 1026076, 
python-anyio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 01:54:53 UTC (rev 1026077)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-anyio
+# https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
+arch=(any)
+url='https://github.com/agronholm/anyio'
+license=(MIT)
+depends=(python python-idna python-sniffio)
+makedepends=(python-setuptools python-setuptools-scm)
+checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop
+  python-curio python-trio python-pytest-mock)
+optdepends=(
+  'python-curio: curio backend'
+  'python-trio: trio backend'
+)
+source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
+sha256sums=('6324b57392a1fef98fb612786cc6cf450b9aced05182e37bde4400f7b340c4cc')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd anyio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd anyio-$pkgver
+  # Install to a temporary root as the test suite requires the entry point for
+  # its pytest plugin
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  python setup.py install --root="$PWD/tmp_install" --skip-build
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python$pyver/site-packages" pytest
+}
+
+package() {
+  cd anyio-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: bpo-45097.diff
===
--- bpo-45097.diff  2021-09-30 01:54:41 UTC (rev 1026076)
+++ bpo-45097.diff  2021-09-30 01:54:53 UTC (rev 1026077)
@@ -1,14 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index d6c4fa1..541290d 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -38,7 +38,8 @@ testpaths = ["tests"]
- filterwarnings = [
- "error",
- "ignore:unclosed 

[arch-commits] Commit in python-anyio/trunk (PKGBUILD bpo-45097.diff)

2021-09-29 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 30, 2021 @ 01:54:41
  Author: yan12125
Revision: 1026076

upgpkg: python-anyio 3.3.2-1

Upstream also adds a patch for bpo-45097 [1]

[1] 
https://github.com/agronholm/anyio/commit/fdf3c9afd137917ff6de71b96c4753cd41c42ef7

Modified:
  python-anyio/trunk/PKGBUILD
Deleted:
  python-anyio/trunk/bpo-45097.diff

+
 PKGBUILD   |   14 +++---
 bpo-45097.diff |   14 --
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:45:57 UTC (rev 1026075)
+++ PKGBUILD2021-09-30 01:54:41 UTC (rev 1026076)
@@ -2,7 +2,7 @@
 
 pkgname=python-anyio
 # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
 arch=(any)
@@ -16,19 +16,11 @@
   'python-curio: curio backend'
   'python-trio: trio backend'
 )
-source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz
-bpo-45097.diff)
-sha256sums=('2f27663b77aa484ca85544f6701f7d6710e9cf4fbb23df0990c8447983aabb32'
-'ed0ad72f604697d247a2d74f5b4740fcda0fe478040fa6ff75120cd97d5985c8')
+source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
+sha256sums=('6324b57392a1fef98fb612786cc6cf450b9aced05182e37bde4400f7b340c4cc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd anyio-$pkgver
-  # Work around https://bugs.python.org/issue45097
-  patch -Np1 -i ../bpo-45097.diff
-}
-
 build() {
   cd anyio-$pkgver
   python setup.py build

Deleted: bpo-45097.diff
===
--- bpo-45097.diff  2021-09-30 01:45:57 UTC (rev 1026075)
+++ bpo-45097.diff  2021-09-30 01:54:41 UTC (rev 1026076)
@@ -1,14 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index d6c4fa1..541290d 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -38,7 +38,8 @@ testpaths = ["tests"]
- filterwarnings = [
- "error",
- "ignore:unclosed 

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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:45:57
  Author: felixonmars
Revision: 1026075

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 1026074, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/ghc9.patch
(from rev 1026074, stack/trunk/ghc9.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 1026074, stack/trunk/stack.install)

---+
 PKGBUILD  |   80 +++
 ghc9.patch|  188 
 stack.install |4 +
 3 files changed, 272 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 1026074, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 01:45:57 UTC (rev 1026075)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.7.3
+pkgrel=44
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+ghc9.patch)
+sha512sums=('SKIP'
+
'5229f2f6a32bf8d317a2fc7a7bb16c0698359255c2ec6cbe74cbc78799aa170d4e174e6e182478e52d7040f12f32b7a2b9c246f185d79b6e3f295ccb59f3f3b8')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../ghc9.patch
+  uusi -d semigroups -d persistent-template $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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 
--ghc-option=-fllvm \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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 $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test --show-details=direct
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  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
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:45:39
  Author: felixonmars
Revision: 1026074

upgpkg: stack 2.7.3-44: rebuild with warp-tls 3.3.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:37:43 UTC (rev 1026073)
+++ PKGBUILD2021-09-30 01:45:39 UTC (rev 1026074)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.3
-pkgrel=43
+pkgrel=44
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:37:43
  Author: felixonmars
Revision: 1026073

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
1026072, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 01:37:43 UTC (rev 1026073)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.2.3
+pkgrel=40
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-rio' 'haskell-rio-orphans' 'haskell-rio-prettyprint' 
'haskell-tar-conduit'
+ 'haskell-text-metrics' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-quickcheck'
+ 'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ecb1a1fb1116f97b8078028752b285557823ee9d870d9a5fb7620ebbbe1b41b870211755c1f39a915226c73ca07ba3b86a08a1b52644c2cfadd0dd3e5c8a')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -d persistent-template $_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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-pantry/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:37:31
  Author: felixonmars
Revision: 1026072

upgpkg: haskell-pantry 0.5.2.3-40: rebuild with warp-tls 3.3.2

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:19:12 UTC (rev 1026071)
+++ PKGBUILD2021-09-30 01:37:31 UTC (rev 1026072)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.2.3
-pkgrel=39
+pkgrel=40
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:19:11
  Author: felixonmars
Revision: 1026070

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 1026069, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 1026069, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 01:19:11 UTC (rev 1026070)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210803
+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-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
+ '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-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' 'uusi')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  # persistent-template was merged into persistent
+  uusi -d persistent-template git-annex.cabal
+  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.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 BUILDEROPTIONS=$MAKEFLAGS
+}
+
+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 solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-09-29 Thread Nicola Squartini via arch-commits
Date: Thursday, September 30, 2021 @ 01:19:12
  Author: tensor5
Revision: 1026071

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 1026069, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 01:19:11 UTC (rev 1026070)
+++ PKGBUILD2021-09-30 01:19:12 UTC (rev 1026071)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.8.8
-_commit=dddeac2faf1e2d3527a85f8a308138d0b27af297
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1026069, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 01:19:12 UTC (rev 1026071)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.8.9
+_commit=e5eed63a3e83d698d8657309fd371248945a1cda
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:18:58
  Author: felixonmars
Revision: 1026069

upgpkg: git-annex 8.20210803-29: rebuild with warp-tls 3.3.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:18:42 UTC (rev 1026068)
+++ PKGBUILD2021-09-30 01:18:58 UTC (rev 1026069)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210803
-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 solidity/trunk (PKGBUILD)

2021-09-29 Thread Nicola Squartini via arch-commits
Date: Thursday, September 30, 2021 @ 01:18:42
  Author: tensor5
Revision: 1026068

upgpkg: solidity 0.8.9-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:12:49 UTC (rev 1026067)
+++ PKGBUILD2021-09-30 01:18:42 UTC (rev 1026068)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.8.8
-_commit=dddeac2faf1e2d3527a85f8a308138d0b27af297
+pkgver=0.8.9
+_commit=e5eed63a3e83d698d8657309fd371248945a1cda
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:12:49
  Author: felixonmars
Revision: 1026067

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
1026066, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 01:12:49 UTC (rev 1026067)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.14.0.0
+pkgrel=121
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5f3f7a952b085cf1a59a646c15e42f29c89d4ed0a5a96f55156d19b86340c2361da6c19ff7a70bde98122423e237dc7082bfcc84bc5e96ab9421fdaef84a8cce')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u cryptonite -u file-embed -u memory -u optparse-applicative -u 
pandoc -u tasty -u template-haskell $_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 --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test --show-details=direct
+}
+
+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-hakyll/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:12:35
  Author: felixonmars
Revision: 1026066

upgpkg: haskell-hakyll 4.14.0.0-121: rebuild with warp-tls 3.3.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:11:39 UTC (rev 1026065)
+++ PKGBUILD2021-09-30 01:12:35 UTC (rev 1026066)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.14.0.0
-pkgrel=120
+pkgrel=121
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")



[arch-commits] Commit in electron14/repos/community-x86_64 (24 files)

2021-09-29 Thread Nicola Squartini via arch-commits
Date: Thursday, September 30, 2021 @ 01:11:39
  Author: tensor5
Revision: 1026065

archrelease: copy trunk to community-x86_64

Added:
  electron14/repos/community-x86_64/PKGBUILD
(from rev 1026064, electron14/trunk/PKGBUILD)
  electron14/repos/community-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 1026064, electron14/trunk/chromium-93-ffmpeg-4.4.patch)
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1026064, electron14/trunk/chromium-harfbuzz-3.0.0.patch)
  electron14/repos/community-x86_64/default_app-icon.patch
(from rev 1026064, electron14/trunk/default_app-icon.patch)
  electron14/repos/community-x86_64/electron-launcher.sh
(from rev 1026064, electron14/trunk/electron-launcher.sh)
  electron14/repos/community-x86_64/electron.desktop
(from rev 1026064, electron14/trunk/electron.desktop)
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
(from rev 1026064, electron14/trunk/linux-sandbox-fix-fstatat-crash.patch)
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
(from rev 1026064, 
electron14/trunk/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch)
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1026064, electron14/trunk/replace-blacklist-with-ignorelist.patch)
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1026064, electron14/trunk/skia-harfbuzz-3.0.0.patch)
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1026064, 
electron14/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1026064, electron14/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron14/repos/community-x86_64/PKGBUILD
  electron14/repos/community-x86_64/chromium-93-ffmpeg-4.4.patch
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron14/repos/community-x86_64/default_app-icon.patch
  electron14/repos/community-x86_64/electron-launcher.sh
  electron14/repos/community-x86_64/electron.desktop
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  519 +-
 chromium-93-ffmpeg-4.4.patch  |   72 
 chromium-harfbuzz-3.0.0.patch |   40 
 default_app-icon.patch|   42 
 electron-launcher.sh  |   40 
 electron.desktop  |   14 
 linux-sandbox-fix-fstatat-crash.patch |  696 +--
 linux-sandbox-syscall-broker-use-struct-kernel_stat.patch | 2768 ++--
 replace-blacklist-with-ignorelist.patch   |  392 -
 skia-harfbuzz-3.0.0.patch |  200 
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +-
 use-system-libraries-in-node.patch|  104 
 12 files changed, 2682 insertions(+), 2681 deletions(-)

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


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

2021-09-29 Thread Nicola Squartini via arch-commits
Date: Thursday, September 30, 2021 @ 01:10:07
  Author: tensor5
Revision: 1026064

upgpkg: electron14 14.0.2-1

Modified:
  electron14/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 01:08:08 UTC (rev 1026063)
+++ PKGBUILD2021-09-30 01:10:07 UTC (rev 1026064)
@@ -1,7 +1,11 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=14.0.1
+pkgver=14.0.2
+_commit=086aea1ad8a78d28be05d6813ff52fb8e2d1d868
+_chromiumver=93.0.4577.82
+_gcc_patchset=6
+
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
   pkgname="electron${_major_ver}"
@@ -8,9 +12,6 @@
 else
   pkgname=electron
 fi
-_commit=735a01edce5be78d43a5a106a02d4398bbe78273
-_chromiumver=93.0.4577.63
-_gcc_patchset=6
 # shellcheck disable=SC2034
 pkgrel=1
 # shellcheck disable=SC2034



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:08:08
  Author: felixonmars
Revision: 1026063

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 1026062, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 1026062, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 01:08:08 UTC (rev 1026063)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.16.4
+pkgrel=58
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-conduit' 'haskell-constraints' 'haskell-cryptonite' 
'haskell-data-ordlist'
+ 'haskell-fgl' 'haskell-hashable' 'haskell-html' 
'haskell-http-conduit' 'haskell-http-types'
+ 'haskell-knob' 'haskell-memory' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-time' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-temporary' 'haskell-unix-compat' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-leancheck'
+ 'haskell-quickcheck' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-leancheck' 
'haskell-test-framework-quickcheck2'
+ # Added for their bundled shelly
+ 'haskell-exceptions' 'haskell-monad-control' 
'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-transformers-base')
+checkdepends=('bc' 'time')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+uusi $pkgname.cabal
+sed -i 's/canonizeSplit/(\\x y -> canonizeSplit x y)/' 
src/Darcs/UI/SelectChanges.hs
+}
+
+build() {
+cd $pkgname-$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 
--ghc-option=-fllvm \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build $MAKEFLAGS
+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 $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 01:07:55
  Author: felixonmars
Revision: 1026062

upgpkg: darcs 2.16.4-58: rebuild with warp-tls 3.3.2

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:47:29 UTC (rev 1026061)
+++ PKGBUILD2021-09-30 01:07:55 UTC (rev 1026062)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.4
-pkgrel=57
+pkgrel=58
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:47:29
  Author: felixonmars
Revision: 1026061

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:46:44 UTC (rev 1026060)
+++ PKGBUILD2021-09-30 00:47:29 UTC (rev 1026061)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=8.13.2
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun' 'python-pillow')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('7a6025a2826fb43ec943ac62d2b40470aeadcbaf7297973a48fe30ed7062e77bbd9c38fbec55d10b20d460f98e5acb952d43f306f997d57aea94a6f7794a0314')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 1026060, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:47:29 UTC (rev 1026061)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=8.14.0
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun' 'python-pillow')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
+sha512sums=('5cabe5a3bb35a5c289d789f7292341a4742235896348c2be0a8aef4bced0888534a4d9c3098c014d2856af66e10806c43136f0f47de80b113c9bbc2d27b80ea4')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:46:44
  Author: felixonmars
Revision: 1026060

upgpkg: python-faker 8.14.0-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:37:46 UTC (rev 1026059)
+++ PKGBUILD2021-09-30 00:46:44 UTC (rev 1026060)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=8.13.2
+pkgver=8.14.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun' 'python-pillow')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('7a6025a2826fb43ec943ac62d2b40470aeadcbaf7297973a48fe30ed7062e77bbd9c38fbec55d10b20d460f98e5acb952d43f306f997d57aea94a6f7794a0314')
+sha512sums=('5cabe5a3bb35a5c289d789f7292341a4742235896348c2be0a8aef4bced0888534a4d9c3098c014d2856af66e10806c43136f0f47de80b113c9bbc2d27b80ea4')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:37:46
  Author: felixonmars
Revision: 1026059

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD
(from rev 1026058, fcitx5-chewing/trunk/PKGBUILD)
Deleted:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:37:31 UTC (rev 1026058)
+++ PKGBUILD2021-09-30 00:37:46 UTC (rev 1026059)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chewing
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="Chewing Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chewing;
-license=('GPL')
-depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
-sha512sums=('d3f70f6479cd9dce05b0c44a2372130c00af041bd082638f9a43ae2bd6ca6892646306821a547444ccdd358df3343f6bc63ad4dcd2ff9e663fc25a13a7b42767'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-chewing/repos/community-x86_64/PKGBUILD (from rev 1026058, 
fcitx5-chewing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:37:46 UTC (rev 1026059)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chewing
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Chewing Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chewing;
+license=('GPL')
+depends=('fcitx5' 'libchewing')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
+sha512sums=('1ddcd1853391ffc692956093870db014f0284c8b2d4530d05e85e1d046e1a57dc6e434b5858983d8bdae823a901c537fefea5580a8d7da2f2e3e27fa1bb38c87'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:37:31
  Author: felixonmars
Revision: 1026058

upgpkg: fcitx5-chewing 5.0.6-1

Modified:
  fcitx5-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:36:35 UTC (rev 1026057)
+++ PKGBUILD2021-09-30 00:37:31 UTC (rev 1026058)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chewing
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Chewing Wrapper for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5' 'libchewing')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
-sha512sums=('d3f70f6479cd9dce05b0c44a2372130c00af041bd082638f9a43ae2bd6ca6892646306821a547444ccdd358df3343f6bc63ad4dcd2ff9e663fc25a13a7b42767'
+sha512sums=('1ddcd1853391ffc692956093870db014f0284c8b2d4530d05e85e1d046e1a57dc6e434b5858983d8bdae823a901c537fefea5580a8d7da2f2e3e27fa1bb38c87'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:36:35
  Author: felixonmars
Revision: 1026057

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-kkc/repos/community-x86_64/PKGBUILD
(from rev 1026056, fcitx5-kkc/trunk/PKGBUILD)
Deleted:
  fcitx5-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:36:20 UTC (rev 1026056)
+++ PKGBUILD2021-09-30 00:36:35 UTC (rev 1026057)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-kkc
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="KKC Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-kkc;
-license=('GPL')
-depends=('fcitx5-qt' 'libkkc' 'libkkc-data')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('1129b9e4c4f960e4bdf973cd4857ade0a2069ef35e29a2ff1605f5757295c6f89099a68cbf8ed3b2857a10b2c653d5643376de9dd7098410faa5d72439e54da8'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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

Copied: fcitx5-kkc/repos/community-x86_64/PKGBUILD (from rev 1026056, 
fcitx5-kkc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:36:35 UTC (rev 1026057)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-kkc
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="KKC Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-kkc;
+license=('GPL')
+depends=('fcitx5-qt' 'libkkc' 'libkkc-data')
+makedepends=('extra-cmake-modules')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('7c2766c8b34735a9c4358c08b758d22cd43cf7c0bbe42584d5bf052f0c1d7fd9b8ea7c3bef8f7bb182efda2925d08a8e36c5d5b12a711cc5effd7b0636b43787'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:36:20
  Author: felixonmars
Revision: 1026056

upgpkg: fcitx5-kkc 5.0.6-1

Modified:
  fcitx5-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:35:54 UTC (rev 1026055)
+++ PKGBUILD2021-09-30 00:36:20 UTC (rev 1026056)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-kkc
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="KKC Wrapper for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5-qt' 'libkkc' 'libkkc-data')
 makedepends=('extra-cmake-modules')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('1129b9e4c4f960e4bdf973cd4857ade0a2069ef35e29a2ff1605f5757295c6f89099a68cbf8ed3b2857a10b2c653d5643376de9dd7098410faa5d72439e54da8'
+sha512sums=('7c2766c8b34735a9c4358c08b758d22cd43cf7c0bbe42584d5bf052f0c1d7fd9b8ea7c3bef8f7bb182efda2925d08a8e36c5d5b12a711cc5effd7b0636b43787'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



[arch-commits] Commit in fcitx5-table-extra/repos/community-any (PKGBUILD PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:35:54
  Author: felixonmars
Revision: 1026055

archrelease: copy trunk to community-any

Added:
  fcitx5-table-extra/repos/community-any/PKGBUILD
(from rev 1026054, fcitx5-table-extra/trunk/PKGBUILD)
Deleted:
  fcitx5-table-extra/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:35:40 UTC (rev 1026054)
+++ PKGBUILD2021-09-30 00:35:54 UTC (rev 1026055)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-table-extra
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="Extra tables for Fcitx5"
-arch=('any')
-url="https://github.com/fcitx/fcitx5-table-extra;
-license=('GPL')
-depends=('fcitx5-chinese-addons')
-makedepends=('extra-cmake-modules' 'boost')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('df0aa8181b7e0860c5698badf6012e81f7c3d3440ce621895e535b64eac6fdebbbf43a79e99769bb719eb969d1495587a89e0a201cc0d557535ae87a602c3ba7'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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

Copied: fcitx5-table-extra/repos/community-any/PKGBUILD (from rev 1026054, 
fcitx5-table-extra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:35:54 UTC (rev 1026055)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-table-extra
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Extra tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-extra;
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('e57d05a6ddbe564b3509a7b0f01faf5f4cc6ceb129daefd5e7d25b23268860b75bbb0ac0280fc652f945a2bcfe902c70d7c20403d4164e2bcfdc8556f9599d8c'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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



[arch-commits] Commit in fcitx5-table-extra/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:35:40
  Author: felixonmars
Revision: 1026054

upgpkg: fcitx5-table-extra 5.0.5-1

Modified:
  fcitx5-table-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:35:33 UTC (rev 1026053)
+++ PKGBUILD2021-09-30 00:35:40 UTC (rev 1026054)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-table-extra
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="Extra tables for Fcitx5"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fcitx5-chinese-addons')
 makedepends=('extra-cmake-modules' 'boost')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('df0aa8181b7e0860c5698badf6012e81f7c3d3440ce621895e535b64eac6fdebbbf43a79e99769bb719eb969d1495587a89e0a201cc0d557535ae87a602c3ba7'
+sha512sums=('e57d05a6ddbe564b3509a7b0f01faf5f4cc6ceb129daefd5e7d25b23268860b75bbb0ac0280fc652f945a2bcfe902c70d7c20403d4164e2bcfdc8556f9599d8c'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:35:33
  Author: felixonmars
Revision: 1026053

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 1026052, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:35:18 UTC (rev 1026052)
+++ PKGBUILD2021-09-30 00:35:33 UTC (rev 1026053)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-qt
-pkgver=5.0.6
-pkgrel=1
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt;
-license=('GPL')
-groups=('fcitx5-im')
-depends=('fcitx5' 'qt5-base')
-makedepends=('extra-cmake-modules' 'ninja' 'qt6-base')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('8a9230c894438abed46ba8c749f0df5724630e94f9af19be8da65cbe75068c4ff92e345431716ed3ed48133f3f59a80f9eccedc84bc3680dbc88c1d77b61a9c5'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DENABLE_QT4=0 -DENABLE_QT6=1 .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 1026052, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:35:33 UTC (rev 1026053)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=5.0.7
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt;
+license=('GPL')
+groups=('fcitx5-im')
+depends=('fcitx5' 'qt5-base')
+makedepends=('extra-cmake-modules' 'ninja' 'qt6-base')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('df84358b7bcc5fb9718f44a73eefb14d3b7ca653e7231900ac92a989ab9e01530ae7d66d844eda4898abaea8f58bd4b4bfd3d3b3e477a4c62965a63f0cd3'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DENABLE_QT4=0 -DENABLE_QT6=1 .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:35:18
  Author: felixonmars
Revision: 1026052

upgpkg: fcitx5-qt 5.0.7-1

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:34:36 UTC (rev 1026051)
+++ PKGBUILD2021-09-30 00:35:18 UTC (rev 1026052)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-qt
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('fcitx5' 'qt5-base')
 makedepends=('extra-cmake-modules' 'ninja' 'qt6-base')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('8a9230c894438abed46ba8c749f0df5724630e94f9af19be8da65cbe75068c4ff92e345431716ed3ed48133f3f59a80f9eccedc84bc3680dbc88c1d77b61a9c5'
+sha512sums=('df84358b7bcc5fb9718f44a73eefb14d3b7ca653e7231900ac92a989ab9e01530ae7d66d844eda4898abaea8f58bd4b4bfd3d3b3e477a4c62965a63f0cd3'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:34:36
  Author: felixonmars
Revision: 1026051

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD
(from rev 1026050, fcitx5-hangul/trunk/PKGBUILD)
Deleted:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:34:21 UTC (rev 1026050)
+++ PKGBUILD2021-09-30 00:34:36 UTC (rev 1026051)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-hangul
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Hangul Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-hangul;
-license=('GPL')
-depends=('fcitx5' 'libhangul')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('42caf0a4a94b7370a3e4965a48b0bfebace57982a15ab3b40f518cea1431baf805107ed0a9694c8c6e8ca69de48a0f4f6fca27aee7997ca6335267db5ee87808'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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

Copied: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 1026050, 
fcitx5-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:34:36 UTC (rev 1026051)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-hangul
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Hangul Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-hangul;
+license=('GPL')
+depends=('fcitx5' 'libhangul')
+makedepends=('extra-cmake-modules')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1865c196ed75fe1c00949ecd688952037bd238661be5d4619600383d63498467234d23ba128d147dd45967063e3400cdd7b56395040c2f776ffa2e7900f18403'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

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



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:34:21
  Author: felixonmars
Revision: 1026050

upgpkg: fcitx5-hangul 5.0.4-1

Modified:
  fcitx5-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:34:16 UTC (rev 1026049)
+++ PKGBUILD2021-09-30 00:34:21 UTC (rev 1026050)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-hangul
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc="Hangul Wrapper for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5' 'libhangul')
 makedepends=('extra-cmake-modules')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('42caf0a4a94b7370a3e4965a48b0bfebace57982a15ab3b40f518cea1431baf805107ed0a9694c8c6e8ca69de48a0f4f6fca27aee7997ca6335267db5ee87808'
+sha512sums=('1865c196ed75fe1c00949ecd688952037bd238661be5d4619600383d63498467234d23ba128d147dd45967063e3400cdd7b56395040c2f776ffa2e7900f18403'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:34:16
  Author: felixonmars
Revision: 1026049

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/PKGBUILD
(from rev 1026048, fcitx5-rime/trunk/PKGBUILD)
Deleted:
  fcitx5-rime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:34:02 UTC (rev 1026048)
+++ PKGBUILD2021-09-30 00:34:16 UTC (rev 1026049)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-rime
-pkgver=5.0.6
-pkgrel=1
-pkgdesc="RIME support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-rime;
-license=('GPL')
-depends=('fcitx5' 'librime')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2a95f4e5d7b84a3caf97d7e9adbde91864ec6c757b00f6573aacd5f7c941fa3e6c889e34717d5d0dfbddb393fb2a52e18aab389d9472b72a52b6bfc2748d2726'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-rime/repos/community-x86_64/PKGBUILD (from rev 1026048, 
fcitx5-rime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:34:16 UTC (rev 1026049)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-rime
+pkgver=5.0.7
+pkgrel=1
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime;
+license=('GPL')
+depends=('fcitx5' 'librime')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('9be0f4c4eedda0bd1b66cd100581be7d5c6f3a67469c4d5482e4d2be5c609f0767e5e5e50e370e99bb011c2dda88e455d724934a42efeacfcf0f4d4559439ba2'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:34:02
  Author: felixonmars
Revision: 1026048

upgpkg: fcitx5-rime 5.0.7-1

Modified:
  fcitx5-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:31:33 UTC (rev 1026047)
+++ PKGBUILD2021-09-30 00:34:02 UTC (rev 1026048)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-rime
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 pkgdesc="RIME support for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5' 'librime')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2a95f4e5d7b84a3caf97d7e9adbde91864ec6c757b00f6573aacd5f7c941fa3e6c889e34717d5d0dfbddb393fb2a52e18aab389d9472b72a52b6bfc2748d2726'
+sha512sums=('9be0f4c4eedda0bd1b66cd100581be7d5c6f3a67469c4d5482e4d2be5c609f0767e5e5e50e370e99bb011c2dda88e455d724934a42efeacfcf0f4d4559439ba2'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:31:33
  Author: felixonmars
Revision: 1026047

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:31:17 UTC (rev 1026046)
+++ PKGBUILD2021-09-30 00:31:33 UTC (rev 1026047)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-elementpath
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-url="https://github.com/sissaschool/elementpath;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
-sha512sums=('c62ff7a05815d2acb296785ac5733e2a24ebea6fe04053f7addeef0c84dd5c3bac8f03b5c0183f7ec9d6a394e94e6abe76d80ba5b5dc461cf8d3adeb27ddedc4')
-
-build() {
-  cd elementpath-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd elementpath-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd elementpath-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-elementpath/repos/community-any/PKGBUILD (from rev 1026046, 
python-elementpath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:31:33 UTC (rev 1026047)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-elementpath
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+url="https://github.com/sissaschool/elementpath;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
+sha512sums=('4bedb2da3a139c35d12b0a41983ca50fabc2f653824c3dbc18cbc3024e666405586fdd8788ba7ecdcd55c70e75eb8bec9623839f015930d0f0a65fec10986b23')
+
+build() {
+  cd elementpath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd elementpath-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd elementpath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:31:17
  Author: felixonmars
Revision: 1026046

upgpkg: python-elementpath 2.3.2-1

Modified:
  python-elementpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:30:54 UTC (rev 1026045)
+++ PKGBUILD2021-09-30 00:31:17 UTC (rev 1026046)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-elementpath
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
 url="https://github.com/sissaschool/elementpath;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
-sha512sums=('c62ff7a05815d2acb296785ac5733e2a24ebea6fe04053f7addeef0c84dd5c3bac8f03b5c0183f7ec9d6a394e94e6abe76d80ba5b5dc461cf8d3adeb27ddedc4')
+sha512sums=('4bedb2da3a139c35d12b0a41983ca50fabc2f653824c3dbc18cbc3024e666405586fdd8788ba7ecdcd55c70e75eb8bec9623839f015930d0f0a65fec10986b23')
 
 build() {
   cd elementpath-$pkgver



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:30:54
  Author: felixonmars
Revision: 1026045

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-download/repos/community-staging-x86_64/
  haskell-http-download/repos/community-staging-x86_64/PKGBUILD
(from rev 1026044, haskell-http-download/trunk/PKGBUILD)

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

Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 
1026044, haskell-http-download/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 00:30:54 UTC (rev 1026045)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-download
+pkgname=haskell-http-download
+pkgver=0.2.0.0
+pkgrel=333
+pkgdesc="Verified downloads with retries"
+url="https://github.com/commercialhaskell/http-download;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit'
+ 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-http-download/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:30:42
  Author: felixonmars
Revision: 1026044

upgpkg: haskell-http-download 0.2.0.0-333: rebuild with warp-tls 3.3.2

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:30:15 UTC (rev 1026043)
+++ PKGBUILD2021-09-30 00:30:42 UTC (rev 1026044)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.2.0.0
-pkgrel=332
+pkgrel=333
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download;
 license=('MIT')



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:30:15
  Author: felixonmars
Revision: 1026043

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-skk/repos/community-x86_64/PKGBUILD
(from rev 1026042, fcitx5-skk/trunk/PKGBUILD)
Deleted:
  fcitx5-skk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:30:00 UTC (rev 1026042)
+++ PKGBUILD2021-09-30 00:30:15 UTC (rev 1026043)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-skk
-pkgver=5.0.6
-pkgrel=1
-pkgdesc="libskk wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-skk;
-license=('GPL')
-depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('fa7553bc883a406f1b271b2d81c6d110af7869a02a8623532e9557f1d1db3c6e7812b4f0084798dfa0762dc6aa36e32fe38d944582fd3c04ad94d9ad6556c9b0'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-skk/repos/community-x86_64/PKGBUILD (from rev 1026042, 
fcitx5-skk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:30:15 UTC (rev 1026043)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-skk
+pkgver=5.0.7
+pkgrel=1
+pkgdesc="libskk wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-skk;
+license=('GPL')
+depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('d67f7003079c16ceebcde2a5e0dc03efce970596f54bd7220d330e906742858fc005551079d7a9ab65bb826edbd5107e64ac154f082200483d26ba6c85730dc5'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:30:00
  Author: felixonmars
Revision: 1026042

upgpkg: fcitx5-skk 5.0.7-1

Modified:
  fcitx5-skk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:29:03 UTC (rev 1026041)
+++ PKGBUILD2021-09-30 00:30:00 UTC (rev 1026042)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-skk
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 pkgdesc="libskk wrapper for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5-qt' 'libskk' 'skk-jisyo')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('fa7553bc883a406f1b271b2d81c6d110af7869a02a8623532e9557f1d1db3c6e7812b4f0084798dfa0762dc6aa36e32fe38d944582fd3c04ad94d9ad6556c9b0'
+sha512sums=('d67f7003079c16ceebcde2a5e0dc03efce970596f54bd7220d330e906742858fc005551079d7a9ab65bb826edbd5107e64ac154f082200483d26ba6c85730dc5'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:29:03
  Author: felixonmars
Revision: 1026041

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 1026040, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 1026040, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 00:29:03 UTC (rev 1026041)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('34d75d01c8e88fbbb932dbe6394e570b454156f1ad02173616616c493f65bfc5c4d28ed4089312410f8cb1760a523052fe132bfcd44b8bbf42e912fe9da2cc10')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  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 $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:28:50
  Author: felixonmars
Revision: 1026040

upgpkg: taskell 1.11.4-14: rebuild with warp-tls 3.3.2

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:27:23 UTC (rev 1026039)
+++ PKGBUILD2021-09-30 00:28:50 UTC (rev 1026040)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.4
-pkgrel=13
+pkgrel=14
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:27:23
  Author: felixonmars
Revision: 1026039

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-libthai/repos/community-x86_64/PKGBUILD
(from rev 1026038, fcitx5-libthai/trunk/PKGBUILD)
Deleted:
  fcitx5-libthai/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:27:08 UTC (rev 1026038)
+++ PKGBUILD2021-09-30 00:27:23 UTC (rev 1026039)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-libthai
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="Libthai Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-libthai;
-license=('GPL')
-depends=('fcitx5' 'libthai')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2fd0c4ce4202556ed64fc7558cbfe2d8774411bb1c50d6b143298e924e2be6f19e1c4782f7f5980eddc5c507195a8aaa29d1e10558c77bce9e3ece22c7dd953e'
-'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-libthai/repos/community-x86_64/PKGBUILD (from rev 1026038, 
fcitx5-libthai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:27:23 UTC (rev 1026039)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-libthai
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Libthai Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-libthai;
+license=('GPL')
+depends=('fcitx5' 'libthai')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('a6a7ab1ef4f21d3ea86aa280c3d5daf4610d4d69e6511c5cd29f7d9f41335e332a345f6c492afdeb2bb5df4efc5b7875a881507d67af07198889f3f775dee962'
+'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:27:08
  Author: felixonmars
Revision: 1026038

upgpkg: fcitx5-libthai 5.0.5-1

Modified:
  fcitx5-libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:27:03 UTC (rev 1026037)
+++ PKGBUILD2021-09-30 00:27:08 UTC (rev 1026038)
@@ -2,7 +2,7 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-libthai
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="Libthai Wrapper for Fcitx5"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fcitx5' 'libthai')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('2fd0c4ce4202556ed64fc7558cbfe2d8774411bb1c50d6b143298e924e2be6f19e1c4782f7f5980eddc5c507195a8aaa29d1e10558c77bce9e3ece22c7dd953e'
+sha512sums=('a6a7ab1ef4f21d3ea86aa280c3d5daf4610d4d69e6511c5cd29f7d9f41335e332a345f6c492afdeb2bb5df4efc5b7875a881507d67af07198889f3f775dee962'
 'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:27:03
  Author: felixonmars
Revision: 1026037

archrelease: copy trunk to community-any

Added:
  python-google-auth/repos/community-any/PKGBUILD
(from rev 1026036, python-google-auth/trunk/PKGBUILD)
  python-google-auth/repos/community-any/pytest5.patch
(from rev 1026036, python-google-auth/trunk/pytest5.patch)
Deleted:
  python-google-auth/repos/community-any/PKGBUILD
  python-google-auth/repos/community-any/pytest5.patch

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:26:46 UTC (rev 1026036)
+++ PKGBUILD2021-09-30 00:27:03 UTC (rev 1026037)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-google-auth
-pkgver=1.33.1
-pkgrel=1
-pkgdesc="Google Authentication Library"
-url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
-license=('Apache')
-arch=('any')
-depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
- 'python-cachetools')
-checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
-  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
-  'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
-source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d22728c5dfca27e03a4230f1c7f313e7d1f240e41264a852137c6ab99f0b6d3778deba2b7be7e4ac4f50b4abe2b5f2cc2f382bf134cfe3f72aba5d89856797f8')
-
-prepare() {
-  # Use system cert
-  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
- -e 's|if certifi is not None:|if True:|' \
- -e 's|import certifi|pass|' \
- 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
-}
-
-build() {
-  cd google-auth-library-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip the without_certifi tests because we always have the system ca bundle
-
-  cd google-auth-library-python-$pkgver
-  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
-}
-
-package() {
-  cd google-auth-library-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-auth/repos/community-any/PKGBUILD (from rev 1026036, 
python-google-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:27:03 UTC (rev 1026037)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-google-auth
+pkgver=1.34.0
+pkgrel=1
+pkgdesc="Google Authentication Library"
+url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
+license=('Apache')
+arch=('any')
+depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
+ 'python-cachetools')
+checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
+  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
+  'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
+source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('658643389ffc891d4bfab50a2c95acbe48165b87d6b096fc8e7ea5d6bf39d340adaa6d0d4e1ebcc96056d215e64950c0a76cc6f9e3f050f774f6d84c22e57cb0')
+
+prepare() {
+  # Use system cert
+  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+ -e 's|if certifi is not None:|if True:|' \
+ -e 's|import certifi|pass|' \
+ 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
+}
+
+build() {
+  cd google-auth-library-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip the without_certifi tests because we always have the system ca bundle
+
+  cd google-auth-library-python-$pkgver
+  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
+}
+
+package() {
+  cd google-auth-library-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: pytest5.patch
===
--- pytest5.patch   2021-09-30 00:26:46 UTC (rev 1026036)
+++ pytest5.patch   2021-09-30 00:27:03 UTC (rev 1026037)
@@ -1,18 +0,0 @@
-From 938e5d933aee963a6b28d6cf9e34e0634c8c4a29 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= 
-Date: Fri, 26 Jul 2019 01:20:41 +0200
-Subject: [PATCH] Use new pytest api to keep building with pytest 5 (#353)
-
-diff --git a/tests/test__default.py b/tests/test__default.py
-index 3fb0fa1..d143479 100644
 a/tests/test__default.py

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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:26:46
  Author: felixonmars
Revision: 1026036

upgpkg: python-google-auth 1.34.0-1

Modified:
  python-google-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:26:32 UTC (rev 1026035)
+++ PKGBUILD2021-09-30 00:26:46 UTC (rev 1026036)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-google-auth
-pkgver=1.33.1
+pkgver=1.34.0
 pkgrel=1
 pkgdesc="Google Authentication Library"
 url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
@@ -13,7 +13,7 @@
   'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
   'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
 
source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('d22728c5dfca27e03a4230f1c7f313e7d1f240e41264a852137c6ab99f0b6d3778deba2b7be7e4ac4f50b4abe2b5f2cc2f382bf134cfe3f72aba5d89856797f8')
+sha512sums=('658643389ffc891d4bfab50a2c95acbe48165b87d6b096fc8e7ea5d6bf39d340adaa6d0d4e1ebcc96056d215e64950c0a76cc6f9e3f050f774f6d84c22e57cb0')
 
 prepare() {
   # Use system cert



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:26:32
  Author: felixonmars
Revision: 1026035

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 1026034, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-30 00:26:32 UTC (rev 1026035)
@@ -0,0 +1,69 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.39
+pkgrel=14
+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-parsec-numbers'
+ 'haskell-regex-compat' 'haskell-old-locale'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-cereal' 
'haskell-netlink'
+ 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-http-client-tls' 'haskell-alsa-core' 
'haskell-alsa-mixer')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a47d7cf16fdea4bece1d622db1c2ac76acc9d9369043eec6ff41a22c1f59c9757932fbcebfe804a636c783e9a66317bb3aaf72edc4a373c48e7db3c9292d9658')
+
+prepare() {
+  cd xmobar-${pkgver}
+  uusi -u base 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=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  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 xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/xmobar.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/xmobar.sh"
+  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)

2021-09-29 Thread Felix Yan via arch-commits
Date: Thursday, September 30, 2021 @ 00:26:20
  Author: felixonmars
Revision: 1026034

upgpkg: xmobar 0.39-14: rebuild with warp-tls 3.3.2

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:45:27 UTC (rev 1026033)
+++ PKGBUILD2021-09-30 00:26:20 UTC (rev 1026034)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.39
-pkgrel=13
+pkgrel=14
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')



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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 30, 2021 @ 00:15:52
  Author: svenstaro
Revision: 424824

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 424823, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/fix-hidapi.patch
(from rev 424823, sdl2/trunk/fix-hidapi.patch)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD
  sdl2/repos/extra-x86_64/fix-hidapi.patch

--+
 PKGBUILD |  110 -
 fix-hidapi.patch |  330 ++---
 2 files changed, 221 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 00:15:44 UTC (rev 424823)
+++ PKGBUILD2021-09-30 00:15:52 UTC (rev 424824)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2
-pkgver=2.0.16
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="https://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus' 'hidapi' 'libusb')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack' 
'ninja' 'pipewire')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver'
-'jack: JACK audio driver'
-'pipewire: PipeWire audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('ec75ef8526792650c2647b78bb0244f973774418aeae33a2182d90ce696b30acb652f8be9c2012a16c1c5d5622f7630ff2e1eadae27ea3dc78ab47730cf5e62f'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-build() {
-  cd SDL2-${pkgver}
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=ON \
-  -DHIDAPI=ON \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON \
-  -DJACK_SHARED=ON \
-  -DPIPEWIRE=ON \
-  -DPIPEWIRE_SHARED=ON
-  ninja -C build
-}
-
-package() {
-  cd SDL2-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 424823, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 00:15:52 UTC (rev 424824)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2
+pkgver=2.0.16
+pkgrel=3
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="https://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus' 'hidapi' 'libusb')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack' 
'ninja' 'pipewire'
+ 'libdecor')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver'
+'jack: JACK audio driver'
+'pipewire: PipeWire audio driver'
+'libdecor: Wayland client decorations')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('ec75ef8526792650c2647b78bb0244f973774418aeae33a2182d90ce696b30acb652f8be9c2012a16c1c5d5622f7630ff2e1eadae27ea3dc78ab47730cf5e62f'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+build() {
+  cd SDL2-${pkgver}
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=ON \
+  -DHIDAPI=ON \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON \
+  -DJACK_SHARED=ON \
+  -DPIPEWIRE=ON \
+  -DPIPEWIRE_SHARED=ON
+  ninja -C build
+}
+
+package() {
+  cd SDL2-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fix-hidapi.patch
===
--- fix-hidapi.patch2021-09-30 00:15:44 UTC (rev 424823)
+++ fix-hidapi.patch2021-09-30 00:15:52 UTC (rev 424824)
@@ -1,165 +0,0 @@
 

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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 30, 2021 @ 00:15:44
  Author: svenstaro
Revision: 424823

upgpkg: sdl2 2.0.16-3: Enable libdecor (FS#72287)

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-30 00:08:57 UTC (rev 424822)
+++ PKGBUILD2021-09-30 00:15:44 UTC (rev 424823)
@@ -2,7 +2,7 @@
 
 pkgname=sdl2
 pkgver=2.0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="https://www.libsdl.org;
@@ -9,11 +9,13 @@
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus' 'hidapi' 'libusb')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack' 
'ninja' 'pipewire')
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack' 
'ninja' 'pipewire'
+ 'libdecor')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver'
 'jack: JACK audio driver'
-'pipewire: PipeWire audio driver')
+'pipewire: PipeWire audio driver'
+'libdecor: Wayland client decorations')
 source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
 
sha512sums=('ec75ef8526792650c2647b78bb0244f973774418aeae33a2182d90ce696b30acb652f8be9c2012a16c1c5d5622f7630ff2e1eadae27ea3dc78ab47730cf5e62f'
 'SKIP')



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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 30, 2021 @ 00:08:57
  Author: svenstaro
Revision: 424822

archrelease: copy trunk to extra-x86_64

Added:
  libdecor/repos/extra-x86_64/
  libdecor/repos/extra-x86_64/PKGBUILD
(from rev 424821, libdecor/trunk/PKGBUILD)

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

Copied: libdecor/repos/extra-x86_64/PKGBUILD (from rev 424821, 
libdecor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-09-30 00:08:57 UTC (rev 424822)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adrian Perez de Castro 
+pkgdesc='Client-side decorations library for Wayland clients'
+pkgname=libdecor
+pkgver=0.1.0
+pkgrel=3
+url="https://gitlab.gnome.org/jadahl/libdecor;
+license=('MIT')
+arch=('x86_64')
+depends=('wayland' 'pango' 'dbus' 'egl-wayland' 'libxkbcommon')
+makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
+source=("${url}/uploads/81adf91d27620e20bcc5f6b9b312d768/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('4b8bf44104eec639b191e811e311be27dc68f72f3143636cc954a7d0086a4b5e046d139ece1a6062ce74683cbd83f69a87bb873f261420fed32a08373257')
+
+build () {
+  rm -rf _build
+  arch-meson _build "${pkgname}-${pkgver}"
+  meson compile -C _build
+}
+
+check () {
+  meson test -C _build
+}
+
+package () {
+  meson install -C _build --destdir "${pkgdir}"
+  install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 30, 2021 @ 00:08:51
  Author: svenstaro
Revision: 424821

upgpkg: libdecor 0.1.0-3

Modified:
  libdecor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:54:44 UTC (rev 424820)
+++ PKGBUILD2021-09-30 00:08:51 UTC (rev 424821)
@@ -7,8 +7,8 @@
 url="https://gitlab.gnome.org/jadahl/libdecor;
 license=('MIT')
 arch=('x86_64')
-depends=('wayland' 'pango' 'dbus')
-makedepends=('ninja' 'meson')
+depends=('wayland' 'pango' 'dbus' 'egl-wayland' 'libxkbcommon')
+makedepends=('cmake' 'ninja' 'meson' 'wayland-protocols')
 
source=("${url}/uploads/81adf91d27620e20bcc5f6b9b312d768/${pkgname}-${pkgver}.tar.xz")
 
sha512sums=('4b8bf44104eec639b191e811e311be27dc68f72f3143636cc954a7d0086a4b5e046d139ece1a6062ce74683cbd83f69a87bb873f261420fed32a08373257')
 



[arch-commits] Commit in (4 files)

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 29, 2021 @ 23:54:44
  Author: svenstaro
Revision: 424820

Move libdecor from AUR for sdl2

Added:
  libdecor/
  libdecor/repos/
  libdecor/trunk/
  libdecor/trunk/PKGBUILD

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

Added: libdecor/trunk/PKGBUILD
===
--- libdecor/trunk/PKGBUILD (rev 0)
+++ libdecor/trunk/PKGBUILD 2021-09-29 23:54:44 UTC (rev 424820)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adrian Perez de Castro 
+pkgdesc='Client-side decorations library for Wayland clients'
+pkgname=libdecor
+pkgver=0.1.0
+pkgrel=3
+url="https://gitlab.gnome.org/jadahl/libdecor;
+license=('MIT')
+arch=('x86_64')
+depends=('wayland' 'pango' 'dbus')
+makedepends=('ninja' 'meson')
+source=("${url}/uploads/81adf91d27620e20bcc5f6b9b312d768/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('4b8bf44104eec639b191e811e311be27dc68f72f3143636cc954a7d0086a4b5e046d139ece1a6062ce74683cbd83f69a87bb873f261420fed32a08373257')
+
+build () {
+  rm -rf _build
+  arch-meson _build "${pkgname}-${pkgver}"
+  meson compile -C _build
+}
+
+check () {
+  meson test -C _build
+}
+
+package () {
+  meson install -C _build --destdir "${pkgdir}"
+  install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:45:27
  Author: felixonmars
Revision: 1026033

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 1026032, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:45:27 UTC (rev 1026033)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.22
+pkgrel=317
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 
'haskell-memory'
+ 'haskell-monad-control' 'haskell-network' 'haskell-network-bsd' 
'haskell-old-locale'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-scientific' 
'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-errors' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e7ff376c47a7ca7a65c8f10f19e591d4a4b4d2cfa333b4727f88f0b170d7acb0aff402617f2d617c522fe5d16ce92b249a23f1fb0a8bfe5bbefaef2931b786bd')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u attoparsec -u base16-bytestring -u base64-bytestring -u 
http-client $_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 
--ghc-option=-fllvm \
+-f-examples
+runhaskell Setup build $MAKEFLAGS
+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 || echo "Requires AWS credentials to 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-aws/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:45:13
  Author: felixonmars
Revision: 1026032

upgpkg: haskell-aws 0.22-317: rebuild with warp-tls 3.3.2

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:42:29 UTC (rev 1026031)
+++ PKGBUILD2021-09-29 23:45:13 UTC (rev 1026032)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.22
-pkgrel=316
+pkgrel=317
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:42:29
  Author: felixonmars
Revision: 1026031

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 1026030, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/extra-1.7.10.patch
(from rev 1026030, hoogle/trunk/extra-1.7.10.patch)

+
 PKGBUILD   |   51 +++
 extra-1.7.10.patch |   23 +++
 2 files changed, 74 insertions(+)

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 1026030, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:42:29 UTC (rev 1026031)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.18.1
+pkgrel=160
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+extra-1.7.10.patch)
+sha512sums=('00abbcf557824c604abbd5e9d27a5ca3d4a89e943888b6eef70dea46b8f786dfc851cb1c8f1531c808f4b71b34d3899258f3b009b0a38a385fc5c393a914da17'
+
'5397bcc5554b4e0a1a30947cf646bbc5f010e86113dfb0ecbe7e1024769ae85d8d7401b30306fd588f5f8103837c82978665fcba742578fef7d37deec2982f6d')
+
+prepare() {
+patch -d $pkgname-$pkgver -p1 < extra-1.7.10.patch
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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 $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: hoogle/repos/community-staging-x86_64/extra-1.7.10.patch (from rev 
1026030, hoogle/trunk/extra-1.7.10.patch)
===
--- community-staging-x86_64/extra-1.7.10.patch (rev 0)
+++ community-staging-x86_64/extra-1.7.10.patch 2021-09-29 23:42:29 UTC (rev 
1026031)
@@ -0,0 +1,23 @@
+From 620da73bc474786b4addf669f17af76142e891f1 Mon Sep 17 00:00:00 2001
+From: Neil Mitchell 
+Date: Mon, 30 Aug 2021 21:25:36 +0100
+Subject: [PATCH] Qualify !? so it doesn't conflict with extra
+
+---
+ CHANGES.txt  | 1 +
+ src/Action/Server.hs | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/Action/Server.hs b/src/Action/Server.hs
+index f05dbc69..935cc313 100644
+--- a/src/Action/Server.hs
 b/src/Action/Server.hs
+@@ -163,7 +163,7 @@ replyServer log local links haddock store cdn home htmlDir 
scope Input{..} = cas
+ html = templateMarkup
+ text = templateMarkup . H.string
+ 
+-tagOptions sel = mconcat [H.option !? (x `elem` sel, H.selected 
"selected") $ H.string x | x <- completionTags store]
++tagOptions sel = mconcat [H.option Text.Blaze.!? (x `elem` sel, 
H.selected "selected") $ H.string x | x <- completionTags store]
+ params =
+ [("cdn", text cdn)
+ ,("home", text home)



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:42:12
  Author: felixonmars
Revision: 1026030

upgpkg: hoogle 5.0.18.1-160: rebuild with warp-tls 3.3.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:39:41 UTC (rev 1026029)
+++ PKGBUILD2021-09-29 23:42:12 UTC (rev 1026030)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.18.1
-pkgrel=159
+pkgrel=160
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:39:41
  Author: felixonmars
Revision: 1026029

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-casa-client/repos/community-staging-x86_64/
  haskell-casa-client/repos/community-staging-x86_64/PKGBUILD
(from rev 1026028, haskell-casa-client/trunk/PKGBUILD)

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

Copied: haskell-casa-client/repos/community-staging-x86_64/PKGBUILD (from rev 
1026028, haskell-casa-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:39:41 UTC (rev 1026029)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=casa-client
+pkgname=haskell-casa-client
+pkgver=0.0.1
+pkgrel=328
+pkgdesc="Content Addressable Storage Archive client"
+url="https://github.com/fpco/casa;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-th-lift' 
'haskell-unliftio-core'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2df03a0b1c2e01f2d24728e96fe446a25b630f5495c4e9995bcbde1ee9da530df1c6b40dde954cfaf6de2af6036fa6cfda7d9957b22106316557cc57d64114fa')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-casa-client/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:39:27
  Author: felixonmars
Revision: 1026028

upgpkg: haskell-casa-client 0.0.1-328: rebuild with warp-tls 3.3.2

Modified:
  haskell-casa-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:38:26 UTC (rev 1026027)
+++ PKGBUILD2021-09-29 23:39:27 UTC (rev 1026028)
@@ -3,7 +3,7 @@
 _hkgname=casa-client
 pkgname=haskell-casa-client
 pkgver=0.0.1
-pkgrel=327
+pkgrel=328
 pkgdesc="Content Addressable Storage Archive client"
 url="https://github.com/fpco/casa;
 license=('MIT')



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:38:26
  Author: felixonmars
Revision: 1026027

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 1026026, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:38:26 UTC (rev 1026027)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.22.2
+pkgrel=30
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48fed07556b4756c12ff303362e3ad042da00b34b59835d447f8a97dc6d63996a823613ccff0059fea33f58d3fed43546b0e6c13345e5c9936a48305e64369ca')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+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 $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:38:12
  Author: felixonmars
Revision: 1026026

upgpkg: hledger-web 1.22.2-30: rebuild with warp-tls 3.3.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:35:15 UTC (rev 1026025)
+++ PKGBUILD2021-09-29 23:38:12 UTC (rev 1026026)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.22.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:35:15
  Author: felixonmars
Revision: 1026025

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
1026024, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:35:15 UTC (rev 1026025)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.5
+pkgrel=386
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-html-conduit' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-network-uri' 'haskell-resourcet'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a')
+
+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 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+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-authenticate/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:35:02
  Author: felixonmars
Revision: 1026024

upgpkg: haskell-authenticate 1.3.5-386: rebuild with warp-tls 3.3.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:32:59 UTC (rev 1026023)
+++ PKGBUILD2021-09-29 23:35:02 UTC (rev 1026024)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.5
-pkgrel=385
+pkgrel=386
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:59
  Author: felixonmars
Revision: 1026023

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 1026022, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
1026022, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:32:59 UTC (rev 1026023)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.8
+pkgrel=81
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="https://www.yesodweb.com/book/http-conduit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-resourcet'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('44c337f1a0a0ec74a5d6e4e28a3aa5a32609c3a4da9424e99aedc2a8db67fc4684ef10cf82d6bda0761c7ffba4f0222e683946ab6dd8de1ab8225a40cc14cf66')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 || echo "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:45
  Author: felixonmars
Revision: 1026022

upgpkg: haskell-http-conduit 2.3.8-81: rebuild with warp-tls 3.3.2

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:32:20 UTC (rev 1026021)
+++ PKGBUILD2021-09-29 23:32:45 UTC (rev 1026022)
@@ -4,7 +4,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.8
-pkgrel=80
+pkgrel=81
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="https://www.yesodweb.com/book/http-conduit;
 license=("BSD")



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:20
  Author: felixonmars
Revision: 1026021

archrelease: copy trunk to community-x86_64

Added:
  python-rapidjson/repos/community-x86_64/PKGBUILD
(from rev 1026020, python-rapidjson/trunk/PKGBUILD)
  python-rapidjson/repos/community-x86_64/python-3.8.patch
(from rev 1026020, python-rapidjson/trunk/python-3.8.patch)
Deleted:
  python-rapidjson/repos/community-x86_64/PKGBUILD
  python-rapidjson/repos/community-x86_64/python-3.8.patch

--+
 PKGBUILD |   76 ++---
 python-3.8.patch |   70 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 23:32:03 UTC (rev 1026020)
+++ PKGBUILD2021-09-29 23:32:20 UTC (rev 1026021)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-rapidjson
-pkgver=1.3
-pkgrel=1
-pkgdesc="Python wrapper around rapidjson"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/python-rapidjson;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'rapidjson')
-checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
-source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('13441d4c97de2487017d5929640b6e725c18dcc38596c7e4bcdcfe2cdd6acc872a6516a5e4dff03608cda0e6379bcd808be6e8983c06d8081dd60f86942cb715')
-
-prepare() {
-  #rm -r python-rapidjson-$pkgver/rapidjson
-  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
-  # Shared rapidjson fails tests.
-
-  cp -a python-rapidjson-$pkgver{,-py2}
-}
-
-build() {
-  cd python-rapidjson-$pkgver
-  python setup.py build # --rj-include-dir=/usr/include
-}
-
-check() {
-  cd python-rapidjson-$pkgver
-  python setup.py pytest --addopts '--ignore benchmarks/'
-}
-
-package() {
-  cd python-rapidjson-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rapidjson/repos/community-x86_64/PKGBUILD (from rev 1026020, 
python-rapidjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 23:32:20 UTC (rev 1026021)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=1.4
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
+sha512sums=('4b0893a338cd9d63276db68f9994e8532f2f9d1531c173379cf1d862b00899702bc0674385367dd6059ec814ff097d3b1254e665e8d1eacd043c60310a2df85e')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2021-09-29 23:32:03 UTC (rev 1026020)
+++ python-3.8.patch2021-09-29 23:32:20 UTC (rev 1026021)
@@ -1,35 +0,0 @@
-From aa16ff9daec2153f47c3c6977bde31df221bb097 Mon Sep 17 00:00:00 2001
-From: Lele Gaifax 
-Date: Sat, 2 Nov 2019 14:31:16 +0100
-Subject: [PATCH] Use repr() instead of str() to obtain string representation
- of PyLong instances
-
-In Python 3.8 they removed several __str__() implementations (see commit
-https://github.com/python/cpython/commit/96aeaec64738b730c719562125070a52ed570210),
 so
-under that version calling str() on an IntEnum instance gives something like
-"", not the literal integer value as before, so the right 
thing, that
-seems to work also on Python 3.7, is to use repr() instead.
-
-This fixes issue #125.

- rapidjson.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/rapidjson.cpp b/rapidjson.cpp
-index e649e52..32f527b 100644
 a/rapidjson.cpp
-+++ b/rapidjson.cpp
-@@ -2267,11 +2267,11 @@ dumps_internal(
- writer->Uint64(ui);
- }
- } else {
--// Mimic stdlib json: subclasses of int may override __str__, but 
we still
-+// Mimic stdlib json: subclasses of int may override __repr__, 
but we still
- 

[arch-commits] Commit in pyopenssl/repos (testing-any testing-any/PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:15
  Author: felixonmars
Revision: 424819

archrelease: copy trunk to testing-any

Added:
  pyopenssl/repos/testing-any/
  pyopenssl/repos/testing-any/PKGBUILD
(from rev 424818, pyopenssl/trunk/PKGBUILD)

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

Copied: pyopenssl/repos/testing-any/PKGBUILD (from rev 424818, 
pyopenssl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-09-29 23:32:15 UTC (rev 424819)
@@ -0,0 +1,60 @@
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=21.0.0
+pkgrel=1
+arch=('any')
+pkgdesc="Python3 wrapper module around the OpenSSL library"
+url='https://github.com/pyca/pyopenssl'
+license=('Apache')
+makedepends=('openssl' 'python-setuptools' 'python2-setuptools' 
'python-cryptography'
+ 'python2-cryptography' 'python-six' 'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
+  'python-flaky' 'python2-flaky')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyca/pyopenssl/archive/${pkgver}.tar.gz)
+sha512sums=('bad555b8b8faa60992aad779e9c9af27b132a894d4d3e59fb65f423770b31f278f5966127ca7cdcf42184cefe0c7d6fa94b84482d0e97089031e4e508d77c424')
+
+prepare() {
+  cp -a pyopenssl-$pkgver{,-py2}
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pyopenssl-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyopenssl-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  (
+cd "$srcdir"/pyopenssl-$pkgver
+python setup.py pytest
+
+cd "$srcdir"/pyopenssl-$pkgver-py2
+python2 setup.py pytest
+  ) || warning "Tests failed due to missing SSLv3_METHOD"
+}
+
+package_python-pyopenssl() {
+  depends=('openssl' 'python' 'python-six' 'python-cryptography')
+  replaces=('pyopenssl')
+  provides=('pyopenssl')
+  conflicts=('pyopenssl')
+
+  cd pyopenssl-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pyopenssl() {
+  depends=('openssl' 'python2' 'python2-six' 'python2-cryptography')
+
+  cd pyopenssl-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:03
  Author: felixonmars
Revision: 1026020

upgpkg: python-rapidjson 1.4-1

Modified:
  python-rapidjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:30:32 UTC (rev 1026019)
+++ PKGBUILD2021-09-29 23:32:03 UTC (rev 1026020)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-rapidjson
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Python wrapper around rapidjson"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'rapidjson')
 checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
 
source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('13441d4c97de2487017d5929640b6e725c18dcc38596c7e4bcdcfe2cdd6acc872a6516a5e4dff03608cda0e6379bcd808be6e8983c06d8081dd60f86942cb715')
+sha512sums=('4b0893a338cd9d63276db68f9994e8532f2f9d1531c173379cf1d862b00899702bc0674385367dd6059ec814ff097d3b1254e665e8d1eacd043c60310a2df85e')
 
 prepare() {
   #rm -r python-rapidjson-$pkgver/rapidjson



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:32:01
  Author: felixonmars
Revision: 424818

upgpkg: pyopenssl 21.0.0-1

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 21:39:28 UTC (rev 424817)
+++ PKGBUILD2021-09-29 23:32:01 UTC (rev 424818)
@@ -4,7 +4,7 @@
 
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=20.0.1
+pkgver=21.0.0
 pkgrel=1
 arch=('any')
 pkgdesc="Python3 wrapper module around the OpenSSL library"
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
   'python-flaky' 'python2-flaky')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyca/pyopenssl/archive/${pkgver}.tar.gz)
-sha512sums=('cfaea0ed9d98675ad263c71b0d3b1572224baecd69261653b78a1801203168f61025bce35c94606217354e3c93aea5dc77fda4410e6559fed022fec00982aac8')
+sha512sums=('bad555b8b8faa60992aad779e9c9af27b132a894d4d3e59fb65f423770b31f278f5966127ca7cdcf42184cefe0c7d6fa94b84482d0e97089031e4e508d77c424')
 
 prepare() {
   cp -a pyopenssl-$pkgver{,-py2}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:30:32
  Author: felixonmars
Revision: 1026019

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 1026018, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
1026018, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 23:30:32 UTC (rev 1026019)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-unliftio"
+ "haskell-wai" "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ac7c2c4161502c4167ee5c941c6147146f453467c77fb84da8bdd2810719b099b908b67c4bcce248d6bc0d26657f91f1cc6812cedd0497516a7594b243fb783')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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-warp-tls/trunk (PKGBUILD)

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:30:18
  Author: felixonmars
Revision: 1026018

upgpkg: haskell-warp-tls 3.3.2-1: rebuild with warp-tls 3.3.2

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:29:46 UTC (rev 1026017)
+++ PKGBUILD2021-09-29 23:30:18 UTC (rev 1026018)
@@ -3,8 +3,8 @@
 
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
-pkgver=3.3.1
-pkgrel=44
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-wai" "haskell-warp")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d13699f89f1e485cb4ad284b8c0b31a66476db17104f640a20f0c96eca6b5c6fa2b44f013e812bea16135e1bb8e24835b0010e9e553d34e1eccdb52b384ac1bc')
+sha512sums=('4ac7c2c4161502c4167ee5c941c6147146f453467c77fb84da8bdd2810719b099b908b67c4bcce248d6bc0d26657f91f1cc6812cedd0497516a7594b243fb783')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:29:46
  Author: felixonmars
Revision: 1026017

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 23:29:31 UTC (rev 1026016)
+++ PKGBUILD2021-09-29 23:29:46 UTC (rev 1026017)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testfixtures
-pkgver=6.18.2
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
-  'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('28d1ba813443f012b80298422ef13ba6074256a7aa4d1661c2ac192809518048cbe205125ac2d1186018b8e36f285ddc1e2bf9a175834bb4e51598b3a55f761f')
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 1026016, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 23:29:46 UTC (rev 1026017)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testfixtures
+pkgver=6.18.3
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+  'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
+sha512sums=('1fdd3e8a9dc39be00ebb707c4febb30f4975e7c2c83d6edead14f180bb6171b8cd2625acf0f6285c1ecf5ea56ee3c1e40317a9c47fa0b01fd525303816ced69c')
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



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

2021-09-29 Thread Felix Yan via arch-commits
Date: Wednesday, September 29, 2021 @ 23:29:31
  Author: felixonmars
Revision: 1026016

upgpkg: python-testfixtures 6.18.3-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:13:22 UTC (rev 1026015)
+++ PKGBUILD2021-09-29 23:29:31 UTC (rev 1026016)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testfixtures
-pkgver=6.18.2
+pkgver=6.18.3
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
   'python-pytest-django' 'python-django' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('28d1ba813443f012b80298422ef13ba6074256a7aa4d1661c2ac192809518048cbe205125ac2d1186018b8e36f285ddc1e2bf9a175834bb4e51598b3a55f761f')
+sha512sums=('1fdd3e8a9dc39be00ebb707c4febb30f4975e7c2c83d6edead14f180bb6171b8cd2625acf0f6285c1ecf5ea56ee3c1e40317a9c47fa0b01fd525303816ced69c')
 
 build() {
   cd "$srcdir"/testfixtures-$pkgver



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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 29, 2021 @ 23:13:22
  Author: svenstaro
Revision: 1026015

archrelease: copy trunk to community-x86_64

Added:
  widelands/repos/community-x86_64/PKGBUILD
(from rev 1026014, widelands/trunk/PKGBUILD)
  widelands/repos/community-x86_64/widelands.desktop
(from rev 1026014, widelands/trunk/widelands.desktop)
  widelands/repos/community-x86_64/widelands.png
(from rev 1026014, widelands/trunk/widelands.png)
Deleted:
  widelands/repos/community-x86_64/PKGBUILD
  widelands/repos/community-x86_64/widelands.desktop
  widelands/repos/community-x86_64/widelands.png

---+
 PKGBUILD  |  103 ++--
 widelands.desktop |   16 
 2 files changed, 61 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 23:12:42 UTC (rev 1026014)
+++ PKGBUILD2021-09-29 23:13:22 UTC (rev 1026015)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Arkham 
-# Contributor: Christoph Zeiler 
-
-pkgname=widelands
-pkgver=1.0
-epoch=1
-pkgrel=1
-pkgdesc="A realtime strategy game with emphasis on economy and transport"
-arch=('x86_64')
-url="https://widelands.org/;
-license=('GPL')
-depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 
'glew' 'python' 'dbus')
-makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
-replaces=('widelands-data')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/widelands/widelands/archive/refs/tags/v${pkgver}.tar.gz;
-$pkgname.desktop
-$pkgname.png)
-sha512sums=('1092750944a8669682097dfbd2b578cdb8fab377f32cb81ce8d85b9d9b2e8ae8c4c73500c0a89be649b360fd7e086e19595eba37cecb8d64679e46f7da13e46e'
-
'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
-
'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . \
-  -G Ninja . \
-  -Bbuild \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWL_INSTALL_BASEDIR=/usr \
-  -DWL_INSTALL_DATADIR=/usr/share/widelands
-  ninja -C build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  mkdir -p "$pkgdir"/usr/bin
-  mv "$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info} "$pkgdir"/usr/bin
-  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  install -Dm644 "$srcdir"/$pkgname.png 
"$pkgdir"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 "$srcdir"/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: widelands/repos/community-x86_64/PKGBUILD (from rev 1026014, 
widelands/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 23:13:22 UTC (rev 1026015)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=1.0
+epoch=1
+pkgrel=2
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('x86_64')
+url="https://widelands.org/;
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 
'glew' 'python' 'dbus')
+makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
+replaces=('widelands-data')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/widelands/widelands/archive/refs/tags/v${pkgver}.tar.gz;
+$pkgname.desktop
+$pkgname.png)
+sha512sums=('1092750944a8669682097dfbd2b578cdb8fab377f32cb81ce8d85b9d9b2e8ae8c4c73500c0a89be649b360fd7e086e19595eba37cecb8d64679e46f7da13e46e'
+
'ef7e54ffba11a2fe54d2cafc0a12fcbe5028e861b9b980f549317b159c8532ee62423af8724b05cfd344017097e022215fa750f4ca9afffa57703d434017d727'
+
'f7db9d7584ec8431f2f1857baddeb32cd3ae182343e7f0369e61fb444514bd9c2e6a3931ae34f24cc994840dffbbe4451f33845798f3d582f41b31f451b261ac')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake \
+  -GNinja \
+  -Bbuild \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWL_INSTALL_BASEDIR=/usr \
+  -DWL_INSTALL_DATADIR=/usr/share/widelands
+  ninja -C build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix wrong locations of some installed files (upstream bug)
+  # See also FS#72240
+  mkdir -p "$pkgdir"/usr/bin
+  mv 
"$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info,wl_create_spritesheet} 
"$pkgdir"/usr/bin
+  mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
+  mv "$pkgdir"/share/* "$pkgdir"/usr/share/
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  

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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 29, 2021 @ 23:12:42
  Author: svenstaro
Revision: 1026014

upgpkg: widelands 1:1.0-2: Fix file locations

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 23:02:04 UTC (rev 1026013)
+++ PKGBUILD2021-09-29 23:12:42 UTC (rev 1026014)
@@ -5,7 +5,7 @@
 pkgname=widelands
 pkgver=1.0
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="https://widelands.org/;
@@ -23,8 +23,8 @@
 build() {
   cd $pkgname-$pkgver
 
-  cmake . \
-  -G Ninja . \
+  cmake \
+  -GNinja \
   -Bbuild \
   -DCMAKE_BUILD_TYPE=Release \
   -DCMAKE_INSTALL_PREFIX=/usr \
@@ -38,9 +38,12 @@
 
   DESTDIR="$pkgdir" ninja -C build install
 
+  # Fix wrong locations of some installed files (upstream bug)
+  # See also FS#72240
   mkdir -p "$pkgdir"/usr/bin
-  mv "$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info} "$pkgdir"/usr/bin
+  mv 
"$pkgdir"/usr/{widelands,wl_map_object_info,wl_map_info,wl_create_spritesheet} 
"$pkgdir"/usr/bin
   mv "$pkgdir"/usr/{VERSION,ChangeLog,CREDITS} "$pkgdir"/usr/share/widelands
+  mv "$pkgdir"/share/* "$pkgdir"/usr/share/
 
   mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
   mv "$pkgdir"/usr/COPYING "$pkgdir"/usr/share/licenses/$pkgname



[arch-commits] Commit in python-pytorch/repos/community-x86_64 (18 files)

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 29, 2021 @ 23:02:04
  Author: svenstaro
Revision: 1026013

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 1026012, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-x86_64/benchmark-gcc11.patch
(from rev 1026012, python-pytorch/trunk/benchmark-gcc11.patch)
  python-pytorch/repos/community-x86_64/disable_non_x86_64.patch
(from rev 1026012, python-pytorch/trunk/disable_non_x86_64.patch)
  python-pytorch/repos/community-x86_64/fix-building-for-torchvision.patch
(from rev 1026012, python-pytorch/trunk/fix-building-for-torchvision.patch)
  python-pytorch/repos/community-x86_64/fix_c10.patch
(from rev 1026012, python-pytorch/trunk/fix_c10.patch)
  python-pytorch/repos/community-x86_64/fix_include_system.patch
(from rev 1026012, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-x86_64/test.py
(from rev 1026012, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-x86_64/use-system-libuv.patch
(from rev 1026012, python-pytorch/trunk/use-system-libuv.patch)
  python-pytorch/repos/community-x86_64/xnnpack-gcc11.patch
(from rev 1026012, python-pytorch/trunk/xnnpack-gcc11.patch)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/benchmark-gcc11.patch
  python-pytorch/repos/community-x86_64/disable_non_x86_64.patch
  python-pytorch/repos/community-x86_64/fix-building-for-torchvision.patch
  python-pytorch/repos/community-x86_64/fix_c10.patch
  python-pytorch/repos/community-x86_64/fix_include_system.patch
  python-pytorch/repos/community-x86_64/test.py
  python-pytorch/repos/community-x86_64/use-system-libuv.patch
  python-pytorch/repos/community-x86_64/xnnpack-gcc11.patch

+
 PKGBUILD   |  626 +--
 benchmark-gcc11.patch  |   60 +--
 disable_non_x86_64.patch   |   30 -
 fix-building-for-torchvision.patch |   50 +-
 fix_c10.patch  |   24 -
 fix_include_system.patch   |   26 -
 test.py|   14 
 use-system-libuv.patch |   26 -
 xnnpack-gcc11.patch|   66 +--
 9 files changed, 461 insertions(+), 461 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 23:00:56 UTC (rev 1026012)
+++ PKGBUILD2021-09-29 23:02:04 UTC (rev 1026013)
@@ -1,313 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase=python-pytorch
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.9.0
-_pkgver=1.9.0
-pkgrel=7
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'libuv'
- 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 
'onednn' 'intel-mkl'
- 'python-typing_extensions')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda'
- 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver;
-# generated using parse-submodules
-"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
-
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
-"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
-"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
-"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
-"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
-"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
-"${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git;
-"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
-"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
-"${pkgname}-ideep::git+https://github.com/intel/ideep;
-"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
-"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
-
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
-"${pkgname}-six::git+https://github.com/benjaminp/six.git;
-
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
-"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
-"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
-"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
-"${pkgname}-kineto::git+https://github.com/pytorch/kineto;
-

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

2021-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 29, 2021 @ 23:00:56
  Author: svenstaro
Revision: 1026012

upgpkg: python-pytorch 1.9.1-1

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 21:47:35 UTC (rev 1026011)
+++ PKGBUILD2021-09-29 23:00:56 UTC (rev 1026012)
@@ -4,9 +4,9 @@
 pkgbase=python-pytorch
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
-pkgver=1.9.0
-_pkgver=1.9.0
-pkgrel=7
+pkgver=1.9.1
+_pkgver=1.9.1
+pkgrel=1
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -100,7 +100,7 @@
 '689c76e89bcf403df1b4cf7ca784381967b6a6527ed6eb6d0ad6681cf789b738'
 '278fecdb45df065343f51688cc7a1665153b5189f3341a741d546b0b518eac40'
 '64833e96e47a22f88336381f25fcd73127208dc79e2074398295d88c4596c06a'
-'b106af479ef78803b39868fa1458c22c6e7fdbd13a15ebca20893e1c81c75463'
+'4c87cce784747767396dcb3f70b519d163544645f0d136b32ed671ae1e646d74'
 'ba801238afcfc58a35410e54d4ca6a638c447865c0c6b38ed16917fd6d507954'
 'd3ef8491718ed7e814fe63e81df2f49862fffbea891d2babbcb464796a1bd680')
 



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

2021-09-29 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 29, 2021 @ 21:47:35
  Author: freswa
Revision: 1026011

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 21:47:32 UTC (rev 1026010)
+++ PKGBUILD2021-09-29 21:47:35 UTC (rev 1026011)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel J Griffiths 
-# Contributor: Alexander Fehr 
-
-pkgname=filezilla
-pkgver=3.55.1
-pkgrel=2
-pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
-url='https://filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=(
-  'dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
-  'gnutls' 'libfilezilla'
-  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
-)
-source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
-sha256sums=('67f8d0e11f53fd23207d3cbfc942d03f3e23ee439ee48a14a2143c9950f776a5')
-sha512sums=('07f1ccc596cac64aca0e82a97725f2ade26de78116441ba5aefaa8bd1396a483be88d9820820b9767e77686abbfd0eb6190684303e1f4d9ec45ef0b1f2cf0170')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 1026010, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 21:47:35 UTC (rev 1026011)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel J Griffiths 
+# Contributor: Alexander Fehr 
+
+pkgname=filezilla
+pkgver=3.55.1
+pkgrel=3
+pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
+url='https://filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=(
+  'dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
+  'gnutls' 'libfilezilla'
+  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
+)
+source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
+sha256sums=('67f8d0e11f53fd23207d3cbfc942d03f3e23ee439ee48a14a2143c9950f776a5')
+sha512sums=('07f1ccc596cac64aca0e82a97725f2ade26de78116441ba5aefaa8bd1396a483be88d9820820b9767e77686abbfd0eb6190684303e1f4d9ec45ef0b1f2cf0170')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-29 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 29, 2021 @ 21:47:32
  Author: freswa
Revision: 1026010

libfilezilla 0.33.0 rebuild

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 21:45:12 UTC (rev 1026009)
+++ PKGBUILD2021-09-29 21:47:32 UTC (rev 1026010)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.55.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
 url='https://filezilla-project.org/'
 arch=('x86_64')



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

2021-09-29 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 29, 2021 @ 21:45:12
  Author: freswa
Revision: 1026009

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 21:45:09 UTC (rev 1026008)
+++ PKGBUILD2021-09-29 21:45:12 UTC (rev 1026009)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.32.0
-pkgrel=1
-pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
-url='https://lib.filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
-makedepends=(clang)
-checkdepends=('cppunit')
-provides=('libfilezilla.so')
-source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('72d3017612c1eea6fa31d50792f14ee9af066f24128404c2ce289736449aa444715716549bb1f472795807358a3f72fadca1da62b03345d52c7c330dbdb5b1c4')
-b2sums=('4fb3a360f943edaf06d58bf5dc50f50f1b5fffce5139fb4b40f54d41d9b6d253678dd818f2486204122843f841fcd3eb1b655c98936c63eed755ab83bf42fbef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 1026008, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 21:45:12 UTC (rev 1026009)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.33.0
+pkgrel=1
+pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
+url='https://lib.filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
+makedepends=(clang)
+checkdepends=('cppunit')
+provides=('libfilezilla.so')
+source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
+sha512sums=('ddee1b4e9fc3fd98b117c4f96ef18e8ae69e0675a21cbb40b2e0532acaf8cbdf3986549fc04fbed4a473954a47be2ee0d2ed6a2c27ff699603bd9e346ece371e')
+b2sums=('ca99424eded62b42cdc077afb59e1f3a07fbda9390c4995a76b7694c0a34c554d478a36e2e0d0d7ceab5f159427d3bba6eff57610da605d3a001cab7b5ead75e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-29 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 29, 2021 @ 21:45:09
  Author: freswa
Revision: 1026008

upgpkg: libfilezilla 0.33.0-1

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 20:30:12 UTC (rev 1026007)
+++ PKGBUILD2021-09-29 21:45:09 UTC (rev 1026008)
@@ -3,7 +3,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.32.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
 url='https://lib.filezilla-project.org/'
@@ -14,8 +14,8 @@
 checkdepends=('cppunit')
 provides=('libfilezilla.so')
 
source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('72d3017612c1eea6fa31d50792f14ee9af066f24128404c2ce289736449aa444715716549bb1f472795807358a3f72fadca1da62b03345d52c7c330dbdb5b1c4')
-b2sums=('4fb3a360f943edaf06d58bf5dc50f50f1b5fffce5139fb4b40f54d41d9b6d253678dd818f2486204122843f841fcd3eb1b655c98936c63eed755ab83bf42fbef')
+sha512sums=('ddee1b4e9fc3fd98b117c4f96ef18e8ae69e0675a21cbb40b2e0532acaf8cbdf3986549fc04fbed4a473954a47be2ee0d2ed6a2c27ff699603bd9e346ece371e')
+b2sums=('ca99424eded62b42cdc077afb59e1f3a07fbda9390c4995a76b7694c0a34c554d478a36e2e0d0d7ceab5f159427d3bba6eff57610da605d3a001cab7b5ead75e')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-09-29 Thread Jan Steffens via arch-commits
Date: Wednesday, September 29, 2021 @ 21:39:28
  Author: heftig
Revision: 424817

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
(from rev 424816, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
(from rev 424816, egl-wayland/trunk/PKGBUILD)
Deleted:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
  egl-wayland/repos/extra-x86_64/PKGBUILD

+
 10_nvidia_wayland.json |   12 +++---
 PKGBUILD   |   87 +++
 2 files changed, 50 insertions(+), 49 deletions(-)

Deleted: 10_nvidia_wayland.json
===
--- 10_nvidia_wayland.json  2021-09-29 21:39:08 UTC (rev 424816)
+++ 10_nvidia_wayland.json  2021-09-29 21:39:28 UTC (rev 424817)
@@ -1,6 +0,0 @@
-{
-"file_format_version" : "1.0.0",
-"ICD" : {
-"library_path" : "libnvidia-egl-wayland.so.1"
-}
-}

Copied: egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json (from rev 424816, 
egl-wayland/trunk/10_nvidia_wayland.json)
===
--- 10_nvidia_wayland.json  (rev 0)
+++ 10_nvidia_wayland.json  2021-09-29 21:39:28 UTC (rev 424817)
@@ -0,0 +1,6 @@
+{
+"file_format_version" : "1.0.0",
+"ICD" : {
+"library_path" : "libnvidia-egl-wayland.so.1"
+}
+}

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 21:39:08 UTC (rev 424816)
+++ PKGBUILD2021-09-29 21:39:28 UTC (rev 424817)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=egl-wayland
-pkgver=1.1.8
-pkgrel=1
-pkgdesc="EGLStream-based Wayland external platform"
-arch=(x86_64)
-url=https://github.com/NVIDIA/egl-wayland
-license=(MIT)
-depends=(wayland eglexternalplatform)
-makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
-provides=(libnvidia-egl-wayland.so)
-_commit=ce4c9635fb3121ef59a82eace1a29125d21b798b  # tags/1.1.8
-source=("git+$url#commit=$_commit"
-10_nvidia_wayland.json)
-sha256sums=('SKIP'
-'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 424816, 
egl-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 21:39:28 UTC (rev 424817)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=egl-wayland
+pkgver=1.1.7
+pkgrel=1
+epoch=1
+pkgdesc="EGLStream-based Wayland external platform"
+arch=(x86_64)
+url=https://github.com/NVIDIA/egl-wayland
+license=(MIT)
+depends=(wayland eglexternalplatform)
+makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
+provides=(libnvidia-egl-wayland.so)
+_commit=db7f6d80aa4221d51088b0b70a730ce95ca42d6c  # tags/1.1.7
+source=("git+$url#commit=$_commit"
+10_nvidia_wayland.json)
+sha256sums=('SKIP'
+'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:



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

2021-09-29 Thread Jan Steffens via arch-commits
Date: Wednesday, September 29, 2021 @ 21:39:08
  Author: heftig
Revision: 424816

1.1.7-1: FS#72155

Modified:
  egl-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 20:53:03 UTC (rev 424815)
+++ PKGBUILD2021-09-29 21:39:08 UTC (rev 424816)
@@ -1,8 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=egl-wayland
-pkgver=1.1.8
+pkgver=1.1.7
 pkgrel=1
+epoch=1
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
 url=https://github.com/NVIDIA/egl-wayland
@@ -10,7 +11,7 @@
 depends=(wayland eglexternalplatform)
 makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
 provides=(libnvidia-egl-wayland.so)
-_commit=ce4c9635fb3121ef59a82eace1a29125d21b798b  # tags/1.1.8
+_commit=db7f6d80aa4221d51088b0b70a730ce95ca42d6c  # tags/1.1.7
 source=("git+$url#commit=$_commit"
 10_nvidia_wayland.json)
 sha256sums=('SKIP'



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

2021-09-29 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 29, 2021 @ 20:53:03
  Author: jelle
Revision: 424815

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 424814, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.conf
(from rev 424814, prometheus/trunk/prometheus.conf)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 424814, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 424814, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.conf
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  180 +-
 prometheus.conf |2 
 prometheus.service  |   60 
 prometheus.sysusers |2 
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 20:52:52 UTC (rev 424814)
+++ PKGBUILD2021-09-29 20:53:03 UTC (rev 424815)
@@ -1,90 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.30.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'npm' 'nodejs')
-
-backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers
-prometheus.conf)
-
-sha256sums=('900dc07f54c1251f22d18c2a5751bb1b0192b3d9960406a2c7ea3098a688d53c'
-'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
-'6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date -u 
'+%Y%m%d-%H:%M:%S' --date=@${SOURCE_DATE_EPOCH})"
-
-  # The makefile seems to not be able to execute npm properly, so run the make 
assets target manually
-  cd web/ui/module/codemirror-promql
-  npm install
-  npm run build
-
-  cd $srcdir/prometheus-$pkgver/web/ui
-  GOOS= GOARCH= go generate -x -v
-
-  cd $srcdir/prometheus-$pkgver
-  # Build the react app, normally a part of the assets target
-  make web/ui/static/react
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-  install -Dm644 prometheus.conf "${pkgdir}"/etc/conf.d/prometheus
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm750 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 424814, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 20:53:03 UTC (rev 424815)
@@ -0,0 +1,90 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.30.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'npm' 'nodejs')
+
+backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers
+prometheus.conf)
+

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

2021-09-29 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 29, 2021 @ 20:52:52
  Author: jelle
Revision: 424814

upgpkg: prometheus 2.30.1-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 20:11:51 UTC (rev 424813)
+++ PKGBUILD2021-09-29 20:52:52 UTC (rev 424814)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -19,7 +19,7 @@
 prometheus.sysusers
 prometheus.conf)
 
-sha256sums=('900dc07f54c1251f22d18c2a5751bb1b0192b3d9960406a2c7ea3098a688d53c'
+sha256sums=('37015d0f2798657368b7c78af9caeadefabafd3e13d00259230d57f7b1b423f1'
 'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
 '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')



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

2021-09-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 29, 2021 @ 20:30:12
  Author: arojas
Revision: 1026007

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1026006, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 20:29:58 UTC (rev 1026006)
+++ PKGBUILD2021-09-29 20:30:12 UTC (rev 1026007)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.53
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('ebcd38ddcffeec8d9f177b5b8c6328c34f53427f511574a65e26dadc61fb5353')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1026006, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 20:30:12 UTC (rev 1026007)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.55
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('4f7906b923b5e3745d6fc11183360967f648aba49ec31eb0e934eb32a9720343')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-09-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 29, 2021 @ 20:29:58
  Author: arojas
Revision: 1026006

Update to 14.31.55

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 20:25:44 UTC (rev 1026005)
+++ PKGBUILD2021-09-29 20:29:58 UTC (rev 1026006)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.53
+pkgver=14.31.55
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('ebcd38ddcffeec8d9f177b5b8c6328c34f53427f511574a65e26dadc61fb5353')
+sha256sums=('4f7906b923b5e3745d6fc11183360967f648aba49ec31eb0e934eb32a9720343')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 20:25:44
  Author: dvzrv
Revision: 1026005

archrelease: copy trunk to community-staging-x86_64

Added:
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 1026004, mixxx/trunk/PKGBUILD)
Deleted:
  mixxx/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 20:25:18 UTC (rev 1026004)
+++ PKGBUILD2021-09-29 20:25:44 UTC (rev 1026005)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
-# Contributor: Ali H. Caliskan 
-# Contributor: Ryan Coyner 
-# Contributor: Stefan Husmann 
-
-pkgname=mixxx
-pkgver=2.3.0
-pkgrel=3
-pkgdesc="Free, open source software for digital DJ'ing."
-arch=('x86_64')
-url="https://www.mixxx.org;
-license=('GPL2')
-groups=('pro-audio')
-# TODO: package libshout-idjc
-depends=('gcc-libs' 'glibc' 'hidapi' 'lame' 'libglvnd' 'libmad' 'libmodplug'
-'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras'
-'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib' 'upower' 'wavpack')
-makedepends=('chromaprint' 'cmake' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2' 'glu'
-'gperftools' 'libid3tag' 'libogg' 'libsndfile' 'libusb' 'libvorbis' 'lilv'
-'lv2' 'qt5-tools' 'portaudio' 'portmidi' 'protobuf' 'rubberband'
-'vamp-plugin-sdk')
-checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('9ebb735b4f5d85b5f2b1ea6b8976ccfc0b1cd39516c5d5d6eb9038761836bb640583ea5c941f3b0d37e1882fa14dbc971c99f69498de764218d2815f58fc00f1')
-b2sums=('346bef3feecf1671729b2b07156be281d9f7879aaf3bb5764ec7bdfa1004ef1630c9279df46467ab3696ea7debf3c2a6b68202db9f5a288879d8a34ee00df738')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run build/${pkgname}-test
-}
-
-package() {
-  depends+=('libFLAC.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
-  'libchromaprint.so' 'libfftw3.so' 'libglib-2.0.so' 'libid3tag.so'
-  'libgobject-2.0.so' 'liblilv-0.so' 'libogg.so' 'libportaudio.so'
-  'libportmidi.so' 'libprotobuf-lite.so' 'librubberband.so' 'libsndfile.so'
-  'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 1026004, 
mixxx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 20:25:44 UTC (rev 1026005)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('x86_64')
+url="https://www.mixxx.org;
+license=('GPL2')
+groups=('pro-audio')
+# TODO: package libshout-idjc
+depends=('gcc-libs' 'glibc' 'hidapi' 'lame' 'libglvnd' 'libmad' 'libmodplug'
+'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras'
+'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib' 'upower' 'wavpack')
+makedepends=('chromaprint' 'cmake' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2' 'glu'
+'gperftools' 'libid3tag' 'libogg' 'libsndfile' 'libusb' 'libvorbis' 'lilv'
+'lv2' 'qt5-tools' 'portaudio' 'portmidi' 'protobuf' 'rubberband'
+'vamp-plugin-sdk')
+checkdepends=('xorg-server-xvfb')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('17cf8dee2aaca2ed85067474d40b0955abd22268767a9c68dbc8126554e6b216ddab9a42b6c888606aca61fdcda3062f5b4f1f550722c5033c516e046816')
+b2sums=('08edfe19f5d0f16072762c3800e34ff37dcad478bde04356b0aae6a02ab99b115a5d1e8a33846f7f142228860bb5b19ded16b52dd464e4738462f6634b9fd6be')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='Release' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run build/${pkgname}-test
+}
+
+package() {
+  depends+=('libFLAC.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'libchromaprint.so' 'libfftw3.so' 'libglib-2.0.so' 'libid3tag.so'
+  'libgobject-2.0.so' 'liblilv-0.so' 'libogg.so' 'libportaudio.so'
+  'libportmidi.so' 'libprotobuf-lite.so' 'librubberband.so' 'libsndfile.so'
+  'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}



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

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 20:25:18
  Author: dvzrv
Revision: 1026004

upgpkg: mixxx 2.3.1-1: Upgrade to 2.3.1.

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 20:17:17 UTC (rev 1026003)
+++ PKGBUILD2021-09-29 20:25:18 UTC (rev 1026004)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=mixxx
-pkgver=2.3.0
-pkgrel=3
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
 url="https://www.mixxx.org;
@@ -22,8 +22,8 @@
 'vamp-plugin-sdk')
 checkdepends=('xorg-server-xvfb')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('9ebb735b4f5d85b5f2b1ea6b8976ccfc0b1cd39516c5d5d6eb9038761836bb640583ea5c941f3b0d37e1882fa14dbc971c99f69498de764218d2815f58fc00f1')
-b2sums=('346bef3feecf1671729b2b07156be281d9f7879aaf3bb5764ec7bdfa1004ef1630c9279df46467ab3696ea7debf3c2a6b68202db9f5a288879d8a34ee00df738')
+sha512sums=('17cf8dee2aaca2ed85067474d40b0955abd22268767a9c68dbc8126554e6b216ddab9a42b6c888606aca61fdcda3062f5b4f1f550722c5033c516e046816')
+b2sums=('08edfe19f5d0f16072762c3800e34ff37dcad478bde04356b0aae6a02ab99b115a5d1e8a33846f7f142228860bb5b19ded16b52dd464e4738462f6634b9fd6be')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-09-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 29, 2021 @ 20:17:17
  Author: arojas
Revision: 1026003

archrelease: copy trunk to community-testing-x86_64

Added:
  waybar/repos/community-testing-x86_64/
  waybar/repos/community-testing-x86_64/PKGBUILD
(from rev 1026002, waybar/trunk/PKGBUILD)

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

Copied: waybar/repos/community-testing-x86_64/PKGBUILD (from rev 1026002, 
waybar/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-29 20:17:17 UTC (rev 1026003)
@@ -0,0 +1,57 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.8
+pkgrel=2
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'libjsoncpp.so'
+'libsigc++'
+'fmt'
+'wayland'
+'libdate-tz.so'
+'libspdlog.so'
+'gtk-layer-shell'
+'libevdev'
+'libpulse'
+'libnl'
+'libappindicator-gtk3'
+'libdbusmenu-gtk3'
+'libmpdclient'
+'libsndio.so'
+'libxkbcommon'
+)
+makedepends=(
+'cmake'
+'meson'
+'scdoc' # For generating manpages
+'wayland-protocols'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('3f067c484aaee3e7d8ded382e72c280a92913b0c4e8a20d0ac9afdf8baf19405')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr \
+  --buildtype=plain \
+  --auto-features=enabled \
+  --wrap-mode=nodownload \
+  build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2021-09-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 29, 2021 @ 20:16:50
  Author: arojas
Revision: 1026002

sndio 1.8 rebuild

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 19:43:25 UTC (rev 1026001)
+++ PKGBUILD2021-09-29 20:16:50 UTC (rev 1026002)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;



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

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 20:11:51
  Author: dvzrv
Revision: 424813

archrelease: copy trunk to extra-x86_64

Added:
  libupnp/repos/extra-x86_64/PKGBUILD
(from rev 424812, libupnp/trunk/PKGBUILD)
Deleted:
  libupnp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-29 20:11:30 UTC (rev 424812)
+++ PKGBUILD2021-09-29 20:11:51 UTC (rev 424813)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: David Runge 
-# Contributor: Giovanni Scafora 
-# Contributor: kastor 
-
-_name=pupnp
-pkgname=libupnp
-pkgver=1.14.8
-pkgrel=1
-pkgdesc='Portable Open Source UPnP Development Kit'
-url="https://pupnp.sourceforge.io/;
-arch=('x86_64')
-license=('BSD')
-depends=('glibc')
-makedepends=('cmake')
-provides=('libixml.so' 'libupnp.so')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/release-${pkgver}.tar.gz;)
-sha512sums=('fa9d958d9f743db9544fd21f2423b3d01be49b12468f133cef8a00f4299c3e633749d0020516d6eda0d5efa7b43ecedec9d9fec60d2545ce87e992cd376514f3')
-b2sums=('a931f672588347c2ae9f6af020dd20280e16a25c329992ea8ea7face2294d872bb1b35fbfb7db05337a8e19433ccef4079cc84706ef317250f27d299fc753a09')
-
-prepare() {
-  mv -v ${_name}-release-${pkgver} ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make VERBOSE=1 -C build test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libupnp/repos/extra-x86_64/PKGBUILD (from rev 424812, 
libupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-29 20:11:51 UTC (rev 424813)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Maintainer: David Runge 
+# Contributor: Giovanni Scafora 
+# Contributor: kastor 
+
+_name=pupnp
+pkgname=libupnp
+pkgver=1.14.12
+pkgrel=1
+pkgdesc='Portable Open Source UPnP Development Kit'
+url="https://pupnp.sourceforge.io/;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+makedepends=('cmake')
+provides=('libixml.so' 'libupnp.so')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/release-${pkgver}.tar.gz;)
+sha512sums=('aab17aa12f15d110bfab20cbcbae5f54926b6ca7a30bce10b9287cd39919a06a5e9f1493405e1d561c0d58ba46926f87009df891e4e4f37097df1c3c67635ca9')
+b2sums=('721c10f9fa4ffc60743b4ebf8be566ea595931cb1f2a2448d8e3cecfc787abfb855cb16256eaaa10ce6a901cd5e5b3d14672610841b2a718d5dd003ccfd3c2f0')
+
+prepare() {
+  mv -v ${_name}-release-${pkgver} ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make VERBOSE=1 -C build test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 20:11:30
  Author: dvzrv
Revision: 424812

upgpkg: libupnp 1.14.12-1: Upgrade to 1.14.12.

Modified:
  libupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 18:19:25 UTC (rev 424811)
+++ PKGBUILD2021-09-29 20:11:30 UTC (rev 424812)
@@ -5,7 +5,7 @@
 
 _name=pupnp
 pkgname=libupnp
-pkgver=1.14.8
+pkgver=1.14.12
 pkgrel=1
 pkgdesc='Portable Open Source UPnP Development Kit'
 url="https://pupnp.sourceforge.io/;
@@ -15,8 +15,8 @@
 makedepends=('cmake')
 provides=('libixml.so' 'libupnp.so')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}/archive/release-${pkgver}.tar.gz;)
-sha512sums=('fa9d958d9f743db9544fd21f2423b3d01be49b12468f133cef8a00f4299c3e633749d0020516d6eda0d5efa7b43ecedec9d9fec60d2545ce87e992cd376514f3')
-b2sums=('a931f672588347c2ae9f6af020dd20280e16a25c329992ea8ea7face2294d872bb1b35fbfb7db05337a8e19433ccef4079cc84706ef317250f27d299fc753a09')
+sha512sums=('aab17aa12f15d110bfab20cbcbae5f54926b6ca7a30bce10b9287cd39919a06a5e9f1493405e1d561c0d58ba46926f87009df891e4e4f37097df1c3c67635ca9')
+b2sums=('721c10f9fa4ffc60743b4ebf8be566ea595931cb1f2a2448d8e3cecfc787abfb855cb16256eaaa10ce6a901cd5e5b3d14672610841b2a718d5dd003ccfd3c2f0')
 
 prepare() {
   mv -v ${_name}-release-${pkgver} ${pkgname}-${pkgver}



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

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 19:43:25
  Author: dvzrv
Revision: 1026001

archrelease: copy trunk to community-staging-x86_64

Added:
  pd/repos/community-staging-x86_64/
  pd/repos/community-staging-x86_64/PKGBUILD
(from rev 1026000, pd/trunk/PKGBUILD)
  pd/repos/community-staging-x86_64/pd-0.51.4-system_portmidi.patch
(from rev 1026000, pd/trunk/pd-0.51.4-system_portmidi.patch)

-+
 PKGBUILD|  105 ++
 pd-0.51.4-system_portmidi.patch |   26 +
 2 files changed, 131 insertions(+)

Copied: pd/repos/community-staging-x86_64/PKGBUILD (from rev 1026000, 
pd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-29 19:43:25 UTC (rev 1026001)
@@ -0,0 +1,105 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+_resolutions=( 16 32 48 64 96 128 256 512 1024 )
+_name=pure-data
+pkgname=pd
+pkgver=0.51.4
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('BSD')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'tk')
+makedepends=('alsa-lib' 'fftw' 'gendesk' 'inkscape' 'jack' 'portaudio'
+'portmidi')
+provides=('puredata')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pure-data/pure-data/archive/${_ver}.tar.gz;
+"${pkgname}-0.51.4-system_portmidi.patch"
+
"${pkgname}-${pkgver}.svg::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/masters/icon.svg;
+
"${pkgname}-${pkgver}-icon-LICENSE.txt::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/LICENSE.txt;)
+sha512sums=('87c5b81730b13d4770b5a158362c7d7143e5218a23be689a78532adaf472554c242dcc1ab989e04924c3e4617a363435a616b5e8d8a29045196ac6fe527722a8'
+
'67f14a39ae9a7da3776d3d92b8bf2b695b6a4e465e76bb821b0d97440dabb550dfdc9e5e1426cb3a7eeb898b57a278ec59d4988b6560e305cc6acce98ac6eed9'
+
'8d8b274e159bd4cc6a83d5d9d5019b106a74fa61943b36e2a56336b9c3c2c1b1092ce7f79f5264eb69ca43a9360404b800df338b2ad738ca3c237a8ae3c9c41d'
+
'dfc919b56ffc8020ffa4e9b16677a6a710f78a73b22d5bb418414f3196a5cbbe5d6cc9cfbf1389811129f219cb21c0eafdfa6dd90e172d73db2452e5c3fd4f5c')
+b2sums=('22aabe30f9001b92e3dec83689f42678cb15653a6200380df1adc448d60b1deb2293b0de8ec78b5c87dc5f32b485a890562703fd4723e1094d45e137e10c9fd5'
+
'af41732beacc45be8ff561a9cb47f1dd369e913f434cf98f714241e986b69f19f784d3397730c5506738fb11fc985498013f843656b72835ca5973f65f8ae2a8'
+
'04f131540fd7ae9b4547a081df61a5a98265c6c9b283587aeda976834d9bbb4486cd30470d5bfb37b6f760d13705074c71cfeb1a9843613e93f3d1e0ca198af9'
+
'c3fabeeb8e5c45716fbf5d3e6338b41d5adc0fbefb385e3b42d94c732522e99a4045c88e8b8e2e16a72fc5795dbc0933f07078d0eba80b76fb274450c7518dc7')
+
+prepare() {
+  mv -v "${_name}-${_ver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+
+  # ensure the system portmidi libraries are properly linked against
+  patch -Np1 -i ../"${pkgname}-0.51.4-system_portmidi.patch"
+
+  autoreconf -vfi
+  # XDG desktop files
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --exec ${pkgname} \
+  --name "Pure Data" \
+  --categories "AudioVideo;Audio"
+  for _res in ${_resolutions[@]}; do
+inkscape -o "pd-${_res}.png" \
+ -w "${_res}" \
+ -h "${_res}" \
+ "../${pkgname}-${pkgver}.svg"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export EXTERNAL_LDFLAGS="$LDFLAGS"
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-fftw \
+  --enable-jack \
+  --enable-portaudio \
+  --enable-portmidi \
+  --disable-oss \
+  --without-local-portaudio \
+  --without-local-portmidi
+  # prevent excessive overlinking due to libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libjack.so' 'libportaudio.so'
+  'libportmidi.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # licenses
+  install -vDm 644 LICENSE.txt \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 ../${pkgname}-${pkgver}-icon-LICENSE.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/icon-LICENSE.txt"
+
+  # desktop file
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  # icons
+  install -vDm 644 "${pkgname}-32.png" \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -vDm 644 "${srcdir}/${pkgname}-${pkgver}.svg" \
+"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  

[arch-commits] Commit in pd/trunk (PKGBUILD pd-0.51.4-system_portmidi.patch)

2021-09-29 Thread David Runge via arch-commits
Date: Wednesday, September 29, 2021 @ 19:43:16
  Author: dvzrv
Revision: 1026000

upgpkg: pd 0.51.4-2: Rebuild against portmidi 236.

Add patch for the autotools setup to rely on pkg-config for portmidi.
Apply fix for libtool to prevent excessive overlinking.

Added:
  pd/trunk/pd-0.51.4-system_portmidi.patch
Modified:
  pd/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++-
 pd-0.51.4-system_portmidi.patch |   26 ++
 2 files changed, 37 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-29 19:33:26 UTC (rev 1025999)
+++ PKGBUILD2021-09-29 19:43:16 UTC (rev 1026000)
@@ -8,7 +8,7 @@
 pkgname=pd
 pkgver=0.51.4
 _ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
 pkgdesc="The Pure Data real-time music and multimedia environment"
 arch=('x86_64')
 url="http://msp.ucsd.edu/software.html;
@@ -19,12 +19,15 @@
 'portmidi')
 provides=('puredata')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pure-data/pure-data/archive/${_ver}.tar.gz;
+"${pkgname}-0.51.4-system_portmidi.patch"
 
"${pkgname}-${pkgver}.svg::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/masters/icon.svg;
 
"${pkgname}-${pkgver}-icon-LICENSE.txt::https://raw.githubusercontent.com/pure-data/pd-icon/9e4f117ade0bc1da951981128998ad82fff83b0c/LICENSE.txt;)
 
sha512sums=('87c5b81730b13d4770b5a158362c7d7143e5218a23be689a78532adaf472554c242dcc1ab989e04924c3e4617a363435a616b5e8d8a29045196ac6fe527722a8'
+
'67f14a39ae9a7da3776d3d92b8bf2b695b6a4e465e76bb821b0d97440dabb550dfdc9e5e1426cb3a7eeb898b57a278ec59d4988b6560e305cc6acce98ac6eed9'
 
'8d8b274e159bd4cc6a83d5d9d5019b106a74fa61943b36e2a56336b9c3c2c1b1092ce7f79f5264eb69ca43a9360404b800df338b2ad738ca3c237a8ae3c9c41d'
 
'dfc919b56ffc8020ffa4e9b16677a6a710f78a73b22d5bb418414f3196a5cbbe5d6cc9cfbf1389811129f219cb21c0eafdfa6dd90e172d73db2452e5c3fd4f5c')
 
b2sums=('22aabe30f9001b92e3dec83689f42678cb15653a6200380df1adc448d60b1deb2293b0de8ec78b5c87dc5f32b485a890562703fd4723e1094d45e137e10c9fd5'
+
'af41732beacc45be8ff561a9cb47f1dd369e913f434cf98f714241e986b69f19f784d3397730c5506738fb11fc985498013f843656b72835ca5973f65f8ae2a8'
 
'04f131540fd7ae9b4547a081df61a5a98265c6c9b283587aeda976834d9bbb4486cd30470d5bfb37b6f760d13705074c71cfeb1a9843613e93f3d1e0ca198af9'
 
'c3fabeeb8e5c45716fbf5d3e6338b41d5adc0fbefb385e3b42d94c732522e99a4045c88e8b8e2e16a72fc5795dbc0933f07078d0eba80b76fb274450c7518dc7')
 
@@ -31,6 +34,10 @@
 prepare() {
   mv -v "${_name}-${_ver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
+
+  # ensure the system portmidi libraries are properly linked against
+  patch -Np1 -i ../"${pkgname}-0.51.4-system_portmidi.patch"
+
   autoreconf -vfi
   # XDG desktop files
   gendesk -n \
@@ -49,6 +56,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  export EXTERNAL_LDFLAGS="$LDFLAGS"
   ./configure --prefix=/usr \
   --enable-alsa \
   --enable-fftw \
@@ -58,6 +66,8 @@
   --disable-oss \
   --without-local-portaudio \
   --without-local-portmidi
+  # prevent excessive overlinking due to libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: pd-0.51.4-system_portmidi.patch
===
--- pd-0.51.4-system_portmidi.patch (rev 0)
+++ pd-0.51.4-system_portmidi.patch 2021-09-29 19:43:16 UTC (rev 1026000)
@@ -0,0 +1,26 @@
+diff -ruN a/configure.ac b/configure.ac
+--- a/configure.ac 2020-12-28 01:32:57.0 +0100
 b/configure.ac 2021-09-29 21:12:24.897000721 +0200
+@@ -394,9 +394,7 @@
+   portmidi=no])
+ AS_IF([test x$portmidi = xyes],[
+ AS_IF([test x$local_portmidi = xno],[
+-# fall back to local portmidi if not foud
+-AC_CHECK_LIB([portmidi], [Pm_Initialize],
+-[AC_MSG_NOTICE([Using system PortMidi])], [local_portmidi=yes])
++PKG_CHECK_MODULES([LIBPORTMIDI], [portmidi])
+ ])
+ AS_IF([test x$local_portmidi = xyes],[
+ AS_IF([test -d "$srcdir/portmidi"],[
+diff -ruN a/src/Makefile.am b/src/Makefile.am
+--- a/src/Makefile.am  2020-12-28 01:32:57.0 +0100
 b/src/Makefile.am  2021-09-29 21:12:53.977088547 +0200
+@@ -221,7 +221,7 @@
+ pd_LDADD_core += $(top_builddir)/portmidi/libportmidi.a
+ else
+ # link the system's portmidi
+-pd_LDADD_core += -lportmidi
++pd_LDADD_core += @LIBPORTMIDI_LIBS@
+ endif
+ 
+ # need Carbon framework for PM on Mac



  1   2   >