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

2020-12-09 Thread Brett Cornwall via arch-commits
Date: Thursday, December 10, 2020 @ 07:57:41
  Author: ainola
Revision: 772969

archrelease: copy trunk to community-x86_64

Added:
  scdoc/repos/community-x86_64/PKGBUILD
(from rev 772968, scdoc/trunk/PKGBUILD)
Deleted:
  scdoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 07:57:33 UTC (rev 772968)
+++ PKGBUILD2020-12-10 07:57:41 UTC (rev 772969)
@@ -1,32 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=scdoc
-pkgver=1.11.0
-pkgrel=1
-license=('MIT')
-pkgdesc='Tool for generating roff manual pages'
-arch=('x86_64')
-url='https://git.sr.ht/~sircmpwn/scdoc/'
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4c8248a12e69e53cc2182af5375912f7af64f3807163dbe3c52e85d817b1bfa7e461d02a627c73d93bdaa96e49668ff894d37817ceb70ee3186da9e3f8372d49')
-
-build() {
-cd "$pkgname-$pkgver"
-# Upstream purposefully does not honor the user's LDFLAGS in order to keep
-# scdoc static. As we gain no benefit to statically linking and, in fact,
-# lose standard Arch practices (such as RELRO and PIE), we must override
-# LDFLAGS
-make PREFIX=/usr LDFLAGS="$LDFLAGS"
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr DESTDIR="$pkgdir" install
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: scdoc/repos/community-x86_64/PKGBUILD (from rev 772968, 
scdoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 07:57:41 UTC (rev 772969)
@@ -0,0 +1,32 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=scdoc
+pkgver=1.11.1
+pkgrel=1
+license=('MIT')
+pkgdesc='Tool for generating roff manual pages'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/scdoc/'
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('28b676a2ba69a101034c47378c4b66c94bfb9903d680a1871020fd8772d0990a4c91678738f71d37bfca06e27991ef782047c6503d375ce69df744caf6b459de')
+
+build() {
+cd "$pkgname-$pkgver"
+# Upstream purposefully does not honor the user's LDFLAGS in order to keep
+# scdoc static. As we gain no benefit to statically linking and, in fact,
+# lose standard Arch practices (such as RELRO and PIE), we must override
+# LDFLAGS
+make PREFIX=/usr LDFLAGS="$LDFLAGS"
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-12-09 Thread Brett Cornwall via arch-commits
Date: Thursday, December 10, 2020 @ 07:57:33
  Author: ainola
Revision: 772968

upgpkg: scdoc 1.11.1-1

Modified:
  scdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 07:24:56 UTC (rev 772967)
+++ PKGBUILD2020-12-10 07:57:33 UTC (rev 772968)
@@ -2,7 +2,7 @@
 # Contributor: Drew DeVault
 
 pkgname=scdoc
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 license=('MIT')
 pkgdesc='Tool for generating roff manual pages'
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url='https://git.sr.ht/~sircmpwn/scdoc/'
 
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4c8248a12e69e53cc2182af5375912f7af64f3807163dbe3c52e85d817b1bfa7e461d02a627c73d93bdaa96e49668ff894d37817ceb70ee3186da9e3f8372d49')
+sha512sums=('28b676a2ba69a101034c47378c4b66c94bfb9903d680a1871020fd8772d0990a4c91678738f71d37bfca06e27991ef782047c6503d375ce69df744caf6b459de')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in acpi_call-dkms/repos/community-any (6 files)

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:24:56
  Author: alucryd
Revision: 772967

archrelease: copy trunk to community-any

Added:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
(from rev 772966, acpi_call-dkms/trunk/0001-linux-5.6.patch)
  acpi_call-dkms/repos/community-any/PKGBUILD
(from rev 772966, acpi_call-dkms/trunk/PKGBUILD)
  acpi_call-dkms/repos/community-any/dkms.conf
(from rev 772966, acpi_call-dkms/trunk/dkms.conf)
Deleted:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
  acpi_call-dkms/repos/community-any/PKGBUILD
  acpi_call-dkms/repos/community-any/dkms.conf

--+
 0001-linux-5.6.patch |   90 -
 PKGBUILD |   78 --
 dkms.conf|   18 -
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-12-10 07:24:50 UTC (rev 772966)
+++ 0001-linux-5.6.patch2020-12-10 07:24:56 UTC (rev 772967)
@@ -1,45 +0,0 @@
-From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
-From: Victor Michel 
-Date: Tue, 10 Mar 2020 22:33:31 -0700
-Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
-
-The proc_create API is changing in Linux 5.6, update code accordingly
-See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9

- acpi_call.c | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/acpi_call.c b/acpi_call.c
-index 3025d97..569c2b6 100644
 a/acpi_call.c
-+++ b/acpi_call.c
-@@ -5,8 +5,8 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- 
- MODULE_LICENSE("GPL");
- 
-@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
- return ret;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops proc_acpi_operations = {
-+.proc_read = acpi_proc_read,
-+.proc_write= acpi_proc_write,
-+};
-+#else
- static struct file_operations proc_acpi_operations = {
- .owner= THIS_MODULE,
- .read = acpi_proc_read,
- .write= acpi_proc_write,
- };
-+#endif
- 
- #else
- static int acpi_proc_read(char *page, char **start, off_t off,

Copied: acpi_call-dkms/repos/community-any/0001-linux-5.6.patch (from rev 
772966, acpi_call-dkms/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-12-10 07:24:56 UTC (rev 772967)
@@ -0,0 +1,45 @@
+From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
+From: Victor Michel 
+Date: Tue, 10 Mar 2020 22:33:31 -0700
+Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
+
+The proc_create API is changing in Linux 5.6, update code accordingly
+See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9
+---
+ acpi_call.c | 11 +--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/acpi_call.c b/acpi_call.c
+index 3025d97..569c2b6 100644
+--- a/acpi_call.c
 b/acpi_call.c
+@@ -5,8 +5,8 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ 
+ MODULE_LICENSE("GPL");
+ 
+@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
+ return ret;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops proc_acpi_operations = {
++.proc_read = acpi_proc_read,
++.proc_write= acpi_proc_write,
++};
++#else
+ static struct file_operations proc_acpi_operations = {
+ .owner= THIS_MODULE,
+ .read = acpi_proc_read,
+ .write= acpi_proc_write,
+ };
++#endif
+ 
+ #else
+ static int acpi_proc_read(char *page, char **start, off_t off,

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 07:24:50 UTC (rev 772966)
+++ PKGBUILD2020-12-10 07:24:56 UTC (rev 772967)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-dkms
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
-url=https://github.com/nix-community/acpi_call
-arch=(any)
-license=(GPL)
-depends=(dkms)
-makedepends=(
-  git
-  linux-headers
-)
-provides=(acpi_call=${pkgver}-${pkgrel})
-conflicts=(acpi_call)
-_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
-source=(
-  git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
-  dkms.conf
-)
-b2sums=('SKIP'
-
'504da1102e778fe54368e990408dbef02f5b2ce91f683d170f3d6a1a2f9349d00d61dcbddd0262a8dfc958ea0964135ba58d8dd88ac06bd10b5e13b90f11faef')
-
-pkgver() {
-  cd 

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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:24:50
  Author: alucryd
Revision: 772966

acpi_call-dkms 1.2.1-3: demote linux-headers to optdeps

Modified:
  acpi_call-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
+++ PKGBUILD2020-12-10 07:24:50 UTC (rev 772966)
@@ -4,16 +4,14 @@
 
 pkgname=acpi_call-dkms
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
 url=https://github.com/nix-community/acpi_call
 arch=(any)
 license=(GPL)
 depends=(dkms)
-makedepends=(
-  git
-  linux-headers
-)
+makedepends=(git)
+optdepends=('linux-headers: build for the linux kernel')
 provides=(acpi_call=${pkgver}-${pkgrel})
 conflicts=(acpi_call)
 _tag=3a28aabfa337d59df91cc04c85b250da7f7cadea


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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:17:03
  Author: alucryd
Revision: 772965

archrelease: copy trunk to community-x86_64

Added:
  rgbds/repos/community-x86_64/PKGBUILD
(from rev 772964, rgbds/trunk/PKGBUILD)
Deleted:
  rgbds/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 07:16:58 UTC (rev 772964)
+++ PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Vaporeon 
-
-pkgname=rgbds
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Rednex GameBoy Development System'
-arch=(x86_64)
-url=https://github.com/rednex/rgbds/
-license=(MIT)
-depends=(
-  glibc
-  libpng
-)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-_tag=8c0adb63a185392ac65f02de17522622a99dae89
-source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd rgbds
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S rgbds -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
-  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
-  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
-  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
-}
-
-# vim: ts=2 sw=2 et:

Copied: rgbds/repos/community-x86_64/PKGBUILD (from rev 772964, 
rgbds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 07:17:03 UTC (rev 772965)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Vaporeon 
+
+pkgname=rgbds
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd rgbds
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S rgbds -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+  find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
+  find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
+  find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 10, 2020 @ 07:16:58
  Author: alucryd
Revision: 772964

upgpkg: rgbds 0.4.2-1

Modified:
  rgbds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 01:53:28 UTC (rev 772963)
+++ PKGBUILD2020-12-10 07:16:58 UTC (rev 772964)
@@ -2,7 +2,7 @@
 # Contributor: Vaporeon 
 
 pkgname=rgbds
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Rednex GameBoy Development System'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   ninja
 )
-_tag=8c0adb63a185392ac65f02de17522622a99dae89
+_tag=ede982b50a68a6253ffbab17dc4184710b08032f
 source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -40,6 +40,7 @@
   find rgbds/src -name *.1 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man1/ \;
   find rgbds/src -name *.5 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man5/ \;
   find rgbds/src -name *.7 -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/man/man7/ \;
+  find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t 
"${pkgdir}"/usr/share/zsh/site-functions/ \;
 }
 
 # vim: ts=2 sw=2 et:


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

2020-12-09 Thread Daurnimator via arch-commits
Date: Thursday, December 10, 2020 @ 01:53:28
  Author: daurnimator
Revision: 772963

archrelease: copy trunk to community-x86_64

Added:
  argocd-cli/repos/community-x86_64/PKGBUILD
(from rev 772962, argocd-cli/trunk/PKGBUILD)
Deleted:
  argocd-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 01:52:45 UTC (rev 772962)
+++ PKGBUILD2020-12-10 01:53:28 UTC (rev 772963)
@@ -1,44 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=argocd-cli
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="Declarative continuous deployment for Kubernetes command line utility"
-arch=('x86_64')
-url='https://argoproj.github.io/argo-cd/'
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
-sha512sums=('2d3fe2f90188192769d4f6bdf28e36b6c7dfa98b21e2cd88c56e1a97e3ed4bcacc23b9e09a48a17872113571833fcaefa4a4f71726cf9bff71c9aa816045a05f')
-
-build() {
-  cd "argo-cd-$pkgver"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  go run github.com/gobuffalo/packr/packr build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-X github.com/argoproj/argo-cd/common.version=${pkgver} \
-  -X github.com/argoproj/argo-cd/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -X github.com/argoproj/argo-cd/common.gitTag=${pkgver} \
-  -linkmode=external \
-  -extldflags \"${LDFLAGS}\"" \
-./cmd/argocd
-
-  ./argocd completion bash > argocd.bash
-  ./argocd completion zsh > argocd.zsh
-}
-
-package() {
-  cd "argo-cd-$pkgver"
-
-  install -D argocd "$pkgdir/usr/bin/argocd"
-  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
-  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
-}

Copied: argocd-cli/repos/community-x86_64/PKGBUILD (from rev 772962, 
argocd-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 01:53:28 UTC (rev 772963)
@@ -0,0 +1,44 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd-cli
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes command line utility"
+arch=('x86_64')
+url='https://argoproj.github.io/argo-cd/'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
+sha512sums=('d8f687a5ecae06e168a0f1354dfa6ab2203fc56924dddcbf97967e96ee3222b01d42065d91132b38ea43176aa06e690bde11012680fbc7d10ec2bc490e9238b0')
+
+build() {
+  cd "argo-cd-$pkgver"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  go run github.com/gobuffalo/packr/packr build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-X github.com/argoproj/argo-cd/common.version=${pkgver} \
+  -X github.com/argoproj/argo-cd/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -X github.com/argoproj/argo-cd/common.gitTag=${pkgver} \
+  -linkmode=external \
+  -extldflags \"${LDFLAGS}\"" \
+./cmd/argocd
+
+  ./argocd completion bash > argocd.bash
+  ./argocd completion zsh > argocd.zsh
+}
+
+package() {
+  cd "argo-cd-$pkgver"
+
+  install -D argocd "$pkgdir/usr/bin/argocd"
+  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
+  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
+}


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

2020-12-09 Thread Daurnimator via arch-commits
Date: Thursday, December 10, 2020 @ 01:52:45
  Author: daurnimator
Revision: 772962

upgpkg: argocd-cli 1.8.0-1

Modified:
  argocd-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 01:07:53 UTC (rev 772961)
+++ PKGBUILD2020-12-10 01:52:45 UTC (rev 772962)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=argocd-cli
-pkgver=1.7.8
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Declarative continuous deployment for Kubernetes command line utility"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
-sha512sums=('2d3fe2f90188192769d4f6bdf28e36b6c7dfa98b21e2cd88c56e1a97e3ed4bcacc23b9e09a48a17872113571833fcaefa4a4f71726cf9bff71c9aa816045a05f')
+sha512sums=('d8f687a5ecae06e168a0f1354dfa6ab2203fc56924dddcbf97967e96ee3222b01d42065d91132b38ea43176aa06e690bde11012680fbc7d10ec2bc490e9238b0')
 
 build() {
   cd "argo-cd-$pkgver"


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2020-12-09 Thread Jiachen Yang via arch-commits
Date: Thursday, December 10, 2020 @ 01:07:53
  Author: farseerfc
Revision: 772961

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 772960, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 772960, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  156 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 01:07:14 UTC (rev 772960)
+++ PKGBUILD2020-12-10 01:07:53 UTC (rev 772961)
@@ -1,78 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20201129
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
-done
-
-sha512sums=('ea87ca709882bddf61a7377843a0f40c3c565dd28f412b9fe38d8be0c89763a8024beccd742a6a799888c7238282baf369bdb93b34be63e895ad5444e05bf831'
-
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
-
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
-
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
-
'df34831e6e254443193ff8ccf0290f8105c153f559bfdde694b179ae8cf3e3405e2ba6965f700a80ddb08329871ee418b8b8779d80154116f2608fffb5b58b80'
-
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
-
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
-
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'b15679dc75fb98ffbd30fb0325f47f8d480e328b9c6db8a9e32241a6dcf04bda3c3ae2f8f61e859db5f3b0b0fef8bcfd3cff7871bbb85b1edd7080c061239653'
-
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
-
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
-
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
-
'f7cec0d34cdce69f14e0514851b38763d8457445923bbe7cd67724b2615a8194c868fc5db339c109af4f360ccd1684d64cc3dafe18806011ac84b0fbc8e6c24c'
-
'dcdabf07459f8747a6dcb07120cdb5f6d89d3d9b402330215be6e3828f4f072c18c5250fafa73603c436d7db3380eb469a75e30117bcc4fcbfce583ad8b71b64'
-
'c6a83e5bfba5f7d03f632eef594a00093b721176215997195f12f78c3f3f9dfcfff4d795f7e7ce4612dfbf0c6c3ce67b64e2bce7385d663ccef346fe32ae9967'
-
'e93ad4e50182f747f6b37fa81944b6bad447f4076adf11c444bef1d3a8c1e8dafd0c69b4a40716e45a4c4ae567dabcd49b617437e84cccf7f79d8ae32aedfb07'
-
'8b0780182d4c943ad5e36b3a8b64ca3484c3debf09986bfb2c881848afeac8144e570e1ee36ae4b7e710d81ffd7bb64d249d971a690b7b8fa2d64b5a953fa3fc'
-
'03998eaf7c7935481141b6687cbf712fad54a831d9e93b84a936a7fe896f8005abfd1ea9245dcae901bfa6354d44424ddd09d519af8a5e885607ba9aa8202b4e'
-
'7439640d0f81fbee38de7200bf32fd83115958255c92e3b8b4413a7a687aa5b5e721a11f99bf54669a13d691ccae83dc71fe0beffa63415949c536f84db0b290'
-
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
-
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
-

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

2020-12-09 Thread Jiachen Yang via arch-commits
Date: Thursday, December 10, 2020 @ 01:07:14
  Author: farseerfc
Revision: 772960

upgpkg: skk-jisyo 20201206-1: skk-jisyo 20201206

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:23:01 UTC (rev 772959)
+++ PKGBUILD2020-12-10 01:07:14 UTC (rev 772960)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20201129
+pkgver=20201206
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -42,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
 done
 
-sha512sums=('ea87ca709882bddf61a7377843a0f40c3c565dd28f412b9fe38d8be0c89763a8024beccd742a6a799888c7238282baf369bdb93b34be63e895ad5444e05bf831'
+sha512sums=('ad19921c192bac25e3565a870e83564fd278a195b891013bfcaacbcd0d52dbae4fbfb419f8ec383a8e30288e8490d56057eb457396ac14cd9465a825299103d4'
 
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
 
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
 
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
@@ -50,7 +50,7 @@
 
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
 
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
 
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'b15679dc75fb98ffbd30fb0325f47f8d480e328b9c6db8a9e32241a6dcf04bda3c3ae2f8f61e859db5f3b0b0fef8bcfd3cff7871bbb85b1edd7080c061239653'
+
'16055f046ce2021cc83e6e3a261f7b54e0a5bb4d315a432ed38453a87bed9b43d5cbf90515997e0adcb9beb2a0f5ca9435fe9a190fff854e55c2c62dc52043ff'
 
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
 
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
 
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
@@ -64,7 +64,7 @@
 
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
 
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
 
'b6ec4c742124a35ea6f2bd314dd40106c1ca58cd3d5bc9c836a423f42e3d31797862038de1bd2ad69b3f96336215f7fc39bcf9a6442277797f3013519436043b'
-
'95674eead6bd88dd59e855a3186f6616043314d042a89bd3cd0139e49357143122b2ff1e6a418ec1c199db7b14e4bde3b912d1cf3b98d921812ccfa4e4b413ec'
+
'4fc4557fd075f4f8ed708d49c277e322bafd1a87b05e36f32709a1d2b5409dc9c57e06a341ab29918b8a336c9ffb1881e32229f62ada127b89a0471b870b4a66'
 
'56bba4617a84a3da349b3beb3d33e43e473dfe2af0833158f9771e662ddb124b950389d0cc5efaf5afe375ebe192d02d4ac70efbafb2419717d45b64d273b1cd')
 
 


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

2020-12-09 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 10, 2020 @ 00:42:53
  Author: foutrelis
Revision: 403230

archrelease: copy trunk to extra-x86_64

Added:
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 403229, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 403229, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
(from rev 403229, postgresql/trunk/postgresql-perl-rpath.patch)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 403229, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 403229, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 403229, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 403229, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/postgresql.sysusers
(from rev 403229, postgresql/trunk/postgresql.sysusers)
  postgresql/repos/extra-x86_64/postgresql.tmpfiles
(from rev 403229, postgresql/trunk/postgresql.tmpfiles)
Deleted:
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.sysusers
  postgresql/repos/extra-x86_64/postgresql.tmpfiles

-+
 PKGBUILD|  440 +-
 postgresql-check-db-dir |   98 -
 postgresql-perl-rpath.patch |   26 +-
 postgresql-run-socket.patch |   24 +-
 postgresql.logrotate|8 
 postgresql.pam  |6 
 postgresql.service  |   86 
 postgresql.sysusers |2 
 postgresql.tmpfiles |4 
 9 files changed, 347 insertions(+), 347 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 00:42:43 UTC (rev 403229)
+++ PKGBUILD2020-12-10 00:42:53 UTC (rev 403230)
@@ -1,220 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=13.1
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang' 'libxslt')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql-perl-rpath.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir
-postgresql.sysusers
-postgresql.tmpfiles)
-sha256sums=('12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f'
-'5e355a0357d402b3d40666cf5cc4e88c4e7010382adcb573099c5e7cd04fb83a'
-'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
-'7db9626c322928b2465aa126b48ba7f0eebd366bf2aa19c9c0a92b488cb469c5'
-'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
-'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('609ac10f87da800754223c7f7d6b02efa3ed1308a5d27cc793c937be983f4041576e20de3b2efe514e3f61dc863e6212ec01d73adb93f6bcc373a596b2946675'
-
'fbc850533af293bb4c7e3a0c6a2cef73ec95e7de03bfdf29e2cf1b697ffb018285344a5ec1b4abe12f0b7a7a8bd3fa07749a7a537f9af17bbf620f12b73f39bc'
-
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
-
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
-
'2209b7550acad7955102ec6922754b4046b2a2ad2a7e1cfb2cc4053c0705abac7aa7d7968eab617f50894797d06345f51c9a669926bd2a77dcf688206a2027e0'
-
'a4255df47b7ac1418d20aa73aa0f6e70c7952a10d706e5523043c48b2c3b6d8e39838049dfcc826913cd0f2c06502561d1abe8b19cce7071db66139ae93a37bf'
-
'2eaf8867cc71b8e838925e1e1e2c37b5edd69c3fe7c144410a8683662ba0c342122803217d436d808e18826d28da352978e5d15dd1bc91b6b44dbaf4cfcd4d51'
-
'5e9cba2f45604db83eb77c7bbb54bc499a38274be6cd97abb056c9bdf18e637a8ac354e18f41f614f7e1a2d6f13c2a0b562ab0aaebf9447cf5eb2d60e6501e12'
-  

[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql-run-socket.patch)

2020-12-09 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 10, 2020 @ 00:42:43
  Author: foutrelis
Revision: 403229

upgpkg: postgresql 13.1-2: fix postgresql-run-socket.patch (FS#68917)

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-run-socket.patch

-+
 PKGBUILD|6 +++---
 postgresql-run-socket.patch |   18 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 21:52:36 UTC (rev 403228)
+++ PKGBUILD2020-12-10 00:42:43 UTC (rev 403229)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=13.1
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 postgresql.sysusers
 postgresql.tmpfiles)
 sha256sums=('12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f'
-'5e355a0357d402b3d40666cf5cc4e88c4e7010382adcb573099c5e7cd04fb83a'
+'02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a'
 'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
@@ -31,7 +31,7 @@
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
 
b2sums=('609ac10f87da800754223c7f7d6b02efa3ed1308a5d27cc793c937be983f4041576e20de3b2efe514e3f61dc863e6212ec01d73adb93f6bcc373a596b2946675'
-
'fbc850533af293bb4c7e3a0c6a2cef73ec95e7de03bfdf29e2cf1b697ffb018285344a5ec1b4abe12f0b7a7a8bd3fa07749a7a537f9af17bbf620f12b73f39bc'
+
'71dc1b4e41294fd235db05317c991d42de082c49d38a2f97d1394572a93a4aa77f42ec29b4e6cf0a17adb3a4471afcb1e2464870f2b9e847906bf49541763a53'
 
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
 
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
 
'2209b7550acad7955102ec6922754b4046b2a2ad2a7e1cfb2cc4053c0705abac7aa7d7968eab617f50894797d06345f51c9a669926bd2a77dcf688206a2027e0'

Modified: postgresql-run-socket.patch
===
--- postgresql-run-socket.patch 2020-12-09 21:52:36 UTC (rev 403228)
+++ postgresql-run-socket.patch 2020-12-10 00:42:43 UTC (rev 403229)
@@ -1,12 +1,12 @@
-diff -Naur postgresql-9.2.0.sockets/src/include/pg_config_manual.h 
postgresql-9.2.0/src/include/pg_config_manual.h
 postgresql-9.2.0.sockets/src/include/pg_config_manual.h2012-09-06 
17:26:17.0 -0400
-+++ postgresql-9.2.0/src/include/pg_config_manual.h2012-09-06 
18:13:18.183092471 -0400
-@@ -203,7 +203,7 @@
+diff -upr postgresql-13.1.orig/src/include/pg_config_manual.h 
postgresql-13.1/src/include/pg_config_manual.h
+--- postgresql-13.1.orig/src/include/pg_config_manual.h2020-11-10 
00:24:30.0 +0200
 postgresql-13.1/src/include/pg_config_manual.h 2020-12-10 
01:55:35.999605194 +0200
+@@ -201,7 +201,7 @@
+  * support them yet.
+  */
  #ifndef WIN32
- #define DEFAULT_PGSOCKET_DIR  "/tmp"
+-#define DEFAULT_PGSOCKET_DIR  "/tmp"
++#define DEFAULT_PGSOCKET_DIR  "/run/postgresql"
  #else
--#define DEFAULT_PGSOCKET_DIR ""
-+#define DEFAULT_PGSOCKET_DIR "/run/postgresql"
+ #define DEFAULT_PGSOCKET_DIR ""
  #endif
-
- /*


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:23:01
  Author: foxboron
Revision: 772959

archrelease: copy trunk to community-x86_64

Added:
  cni-plugins/repos/community-x86_64/PKGBUILD
(from rev 772958, cni-plugins/trunk/PKGBUILD)
Deleted:
  cni-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:22:54 UTC (rev 772958)
+++ PKGBUILD2020-12-09 23:23:01 UTC (rev 772959)
@@ -1,32 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=cni-plugins
-pkgver=0.8.7
-pkgrel=1
-pkgdesc='Some standard networking plugins, maintained by the CNI team'
-arch=(x86_64)
-url="https://github.com/containernetworking/plugins;
-license=(Apache)
-depends=(glibc)
-makedepends=(go)
-source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha512sums=('1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f')
-
-build() {
-  cd plugins-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  ./build_linux.sh
-}
-
-package() {
-  cd plugins-$pkgver/bin
-  for bin in *; do
-install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
-  done
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: cni-plugins/repos/community-x86_64/PKGBUILD (from rev 772958, 
cni-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:23:01 UTC (rev 772959)
@@ -0,0 +1,32 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=cni-plugins
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Some standard networking plugins, maintained by the CNI team'
+arch=(x86_64)
+url="https://github.com/containernetworking/plugins;
+license=(Apache)
+depends=(glibc)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha512sums=('8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c')
+
+build() {
+  cd plugins-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  ./build_linux.sh
+}
+
+package() {
+  cd plugins-$pkgver/bin
+  for bin in *; do
+install -Dm755 $bin "$pkgdir/usr/lib/cni/$bin"
+  done
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:22:54
  Author: foxboron
Revision: 772958

upgpkg: cni-plugins 0.9.0-1

Modified:
  cni-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:19:54 UTC (rev 772957)
+++ PKGBUILD2020-12-09 23:22:54 UTC (rev 772958)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=cni-plugins
-pkgver=0.8.7
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Some standard networking plugins, maintained by the CNI team'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=(go)
 source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha512sums=('1b11b080b1f54a8a792b1048573d7d882603b76929f0c9343eeb2e010f97700c0deea4489faeb493a1aeac12557b6847b26784c378d0430c47de6bdaca6aa70f')
+sha512sums=('8d545d17e6bf4180755708e47607c855b99f6ea4183a33930b7d05974d2151c90873f1e2064b806059a26caba6942502d9954fce697bf000995d539c2208811c')
 
 build() {
   cd plugins-$pkgver


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:19:54
  Author: foxboron
Revision: 772957

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 772956, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:19:47 UTC (rev 772956)
+++ PKGBUILD2020-12-09 23:19:54 UTC (rev 772957)
@@ -1,49 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 772956, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:19:54 UTC (rev 772957)
@@ -0,0 +1,49 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:19:47
  Author: foxboron
Revision: 772956

upgpkg: helm 3.4.2-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:11:57 UTC (rev 772955)
+++ PKGBUILD2020-12-09 23:19:47 UTC (rev 772956)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:11:57
  Author: foxboron
Revision: 772955

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
(from rev 772954, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:11:50 UTC (rev 772954)
+++ PKGBUILD2020-12-09 23:11:57 UTC (rev 772955)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=delve
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/go-delve/delve;
-license=('MIT')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('f8bbaecdfc9d1ff6148900d3dea44b6dd06a7f0197be4e9a75c289b7f62682ab')
-
-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 ./cmd/dlv
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 772954, 
delve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:11:57 UTC (rev 772955)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud 
+
+pkgname=delve
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve;
+license=('MIT')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('de0e2277d3415ac267064fcb417bfd7f08985575e84dc60ba1f620e122b5507c')
+
+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 ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-09 Thread Morten Linderud via arch-commits
Date: Wednesday, December 9, 2020 @ 23:11:50
  Author: foxboron
Revision: 772954

upgpkg: delve 1.5.1-1

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:07:16 UTC (rev 772953)
+++ PKGBUILD2020-12-09 23:11:50 UTC (rev 772954)
@@ -1,6 +1,7 @@
 # Maintainer: Morten Linderud 
+
 pkgname=delve
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
@@ -8,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('f8bbaecdfc9d1ff6148900d3dea44b6dd06a7f0197be4e9a75c289b7f62682ab')
+sha256sums=('de0e2277d3415ac267064fcb417bfd7f08985575e84dc60ba1f620e122b5507c')
 
 build(){
   cd "${pkgname}-${pkgver}"


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 23:07:16
  Author: jlichtblau
Revision: 772953

archrelease: copy trunk to community-x86_64

Added:
  reptyr/repos/community-x86_64/PKGBUILD
(from rev 772952, reptyr/trunk/PKGBUILD)
Deleted:
  reptyr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:06:57 UTC (rev 772952)
+++ PKGBUILD2020-12-09 23:07:16 UTC (rev 772953)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Wallace 
-
-pkgname=reptyr
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr;
-depends=('glibc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver)
-sha256sums=('9de9f1c79519abe0133effd25afcb6df295c3327fc1e4a3003c7cb076a2c9d47')
-
-prepare() {
-  cd "${srcdir}"/nelhage-$pkgname-*
-
-  sed -i 's|etc/bash_completion.d|usr/share/bash-completion/completions|' 
Makefile
-}
-
-build() {
-  cd "${srcdir}"/nelhage-$pkgname-*
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/nelhage-$pkgname-*
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/reptyr/LICENSE
-}

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 772952, 
reptyr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:07:16 UTC (rev 772953)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Wallace 
+
+pkgname=reptyr
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr;
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver)
+sha256sums=('5f8426b6332467b1e61373380d96f8b7e956e9e623617cde84cf76f360ecd3cc')
+
+prepare() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  sed -i 's|etc/bash_completion.d|usr/share/bash-completion/completions|' 
Makefile
+}
+
+build() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/nelhage-$pkgname-*
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/reptyr/LICENSE
+}


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 23:06:57
  Author: jlichtblau
Revision: 772952

upgpkg: reptyr 0.8.0-1 - new upstream release

Modified:
  reptyr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:03:41 UTC (rev 772951)
+++ PKGBUILD2020-12-09 23:06:57 UTC (rev 772952)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=reptyr
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
 arch=('x86_64')
 license=('BSD')
@@ -10,7 +10,7 @@
 url="https://github.com/nelhage/reptyr;
 depends=('glibc')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver)
-sha256sums=('9de9f1c79519abe0133effd25afcb6df295c3327fc1e4a3003c7cb076a2c9d47')
+sha256sums=('5f8426b6332467b1e61373380d96f8b7e956e9e623617cde84cf76f360ecd3cc')
 
 prepare() {
   cd "${srcdir}"/nelhage-$pkgname-*


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 23:03:41
  Author: felixonmars
Revision: 772951

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:03:31 UTC (rev 772950)
+++ PKGBUILD2020-12-09 23:03:41 UTC (rev 772951)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.42.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b0045627a4334b46bb4782075636ec3f6b329f754525704aa459e1c84f01cf8edd9f71b9fb7b287ea120784a5e087f11eeb8d0c9eaf7a85db8533b6cb223ba40')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 772950, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:03:41 UTC (rev 772951)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.42.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('88ded26c0b4ea47c9852cc77ab4411ff1af861949473d789cb76dcd88b21deb5e69d20b7fd7bfcc7a35ee6d1bf44f2147c03b21da65e51a0cd2e1f830ff79108')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
+
+  

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 23:03:31
  Author: felixonmars
Revision: 772950

upgpkg: python-hypothesis 5.42.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 23:01:49 UTC (rev 772949)
+++ PKGBUILD2020-12-09 23:03:31 UTC (rev 772950)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.42.1
+pkgver=5.42.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b0045627a4334b46bb4782075636ec3f6b329f754525704aa459e1c84f01cf8edd9f71b9fb7b287ea120784a5e087f11eeb8d0c9eaf7a85db8533b6cb223ba40')
+sha512sums=('88ded26c0b4ea47c9852cc77ab4411ff1af861949473d789cb76dcd88b21deb5e69d20b7fd7bfcc7a35ee6d1bf44f2147c03b21da65e51a0cd2e1f830ff79108')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 23:01:49
  Author: jlichtblau
Revision: 772949

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 772948, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 23:01:29 UTC (rev 772948)
+++ PKGBUILD2020-12-09 23:01:49 UTC (rev 772949)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor: Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-pkgname=po4a
-pkgver=0.61
-pkgrel=2
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-url="https://po4a.org/;
-license=('GPL')
-depends=('perl' 'gettext' 'perl-yaml-tiny' 'perl-unicode-linebreak')
-makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
- 'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ccfd32e64afb33fbb955ca620bd7bfd275ed634c468c6c25c2df541b22895de0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 772948, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 23:01:49 UTC (rev 772949)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor: Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+pkgname=po4a
+pkgver=0.62
+pkgrel=1
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+url="https://po4a.org/;
+license=('GPL')
+depends=('perl' 'gettext' 'perl-yaml-tiny' 'perl-unicode-linebreak')
+makedepends=('perl-text-wrapi18n' 'perl-locale-gettext' 'perl-term-readkey'
+ 'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ef8ea68ceafd810a70c6d2aead57268375542a61d9b7c36ddd2550c9b8708430')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 23:01:29
  Author: jlichtblau
Revision: 772948

upgpkg: po4a 0.62-1 - new upstream release

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 22:54:48 UTC (rev 772947)
+++ PKGBUILD2020-12-09 23:01:29 UTC (rev 772948)
@@ -6,8 +6,8 @@
 # Contributor: Mikko Seppälä  aka Neverth
 
 pkgname=po4a
-pkgver=0.61
-pkgrel=2
+pkgver=0.62
+pkgrel=1
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
 url="https://po4a.org/;
@@ -17,7 +17,7 @@
  'perl-sgmls' 'perl-module-build' 'perl-pod-parser' 'docbook-xsl')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ccfd32e64afb33fbb955ca620bd7bfd275ed634c468c6c25c2df541b22895de0')
+sha256sums=('ef8ea68ceafd810a70c6d2aead57268375542a61d9b7c36ddd2550c9b8708430')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 22:54:48
  Author: jlichtblau
Revision: 772947

archrelease: copy trunk to community-x86_64

Added:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
(from rev 772946, qmapshack/trunk/FindPROJ4.patch)
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
(from rev 772946, qmapshack/trunk/FindQuaZip5.patch)
  qmapshack/repos/community-x86_64/PKGBUILD
(from rev 772946, qmapshack/trunk/PKGBUILD)
Deleted:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
  qmapshack/repos/community-x86_64/PKGBUILD

---+
 FindPROJ4.patch   |  316 ++--
 FindQuaZip5.patch |   96 +++
 PKGBUILD  |   78 ++--
 3 files changed, 245 insertions(+), 245 deletions(-)

Deleted: FindPROJ4.patch
===
--- FindPROJ4.patch 2020-12-09 22:37:12 UTC (rev 772946)
+++ FindPROJ4.patch 2020-12-09 22:54:48 UTC (rev 772947)
@@ -1,158 +0,0 @@
-Description: Add FindPROJ4.cmake.
-Origin: 
https://salsa.debian.org/debian/openorienteering-mapper/raw/debian/0.8.4-1/cmake/FindPROJ4.cmake
-
 /dev/null
-+++ b/cmake/Modules/FindPROJ4.cmake
-@@ -0,0 +1,152 @@
-+#.rst:
-+# FindPROJ4
-+# 
-+#
-+# Find the proj includes and library.
-+#
-+# IMPORTED Targets
-+# 
-+#
-+# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``,
-+# if Proj.4 has been found.
-+#
-+# Result Variables
-+# 
-+#
-+# This module defines the following variables:
-+#
-+# ::
-+#
-+#   PROJ4_INCLUDE_DIRS   - where to find proj_api.h, etc.
-+#   PROJ4_LIBRARIES  - List of libraries when using libproj.
-+#   PROJ4_FOUND  - True if libproj found.
-+#
-+# ::
-+#
-+#   PROJ4_VERSION- The version of libproj found (x.y.z)
-+#   PROJ4_VERSION_MAJOR  - The major version of libproj
-+#   PROJ4_VERSION_MINOR  - The minor version of libproj
-+#   PROJ4_VERSION_PATCH  - The patch version of libproj
-+#   PROJ4_VERSION_TWEAK  - always 0
-+#   PROJ4_VERSION_COUNT  - The number of version components, always 3
-+#
-+# Hints
-+# ^
-+#
-+# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this
-+# module where to look exclusively.
-+
-+#=
-+# Copyright 2016 Kai Pastor
-+#
-+#
-+# This file was derived from CMake 3.5's module FindZLIB.cmake
-+# which has the following terms:
-+#
-+# Copyright 2001-2011 Kitware, Inc.
-+#
-+# Redistribution and use in source and binary forms, with or without
-+# modification, are permitted provided that the following conditions are
-+# met:
-+#
-+# * Redistributions of source code must retain the above copyright notice,
-+#   this list of conditions and the following disclaimer.
-+#
-+# * Redistributions in binary form must reproduce the above copyright notice,
-+#   this list of conditions and the following disclaimer in the documentation
-+#   and/or other materials provided with the distribution.
-+#
-+# * The names of Kitware, Inc., the Insight Consortium, or the names of
-+#   any consortium members, or of any contributors, may not be used to
-+#   endorse or promote products derived from this software without
-+#   specific prior written permission.
-+#
-+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
-+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
-+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY,
-+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
USE
-+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+#=
-+
-+# Search PROJ4_ROOT exclusively if it is set.
-+if(PROJ4_ROOT)
-+  set(_PROJ4_SEARCH PATHS ${PROJ4_ROOT} NO_DEFAULT_PATH)
-+else()
-+  set(_PROJ4_SEARCH)
-+endif()
-+
-+find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h ${_PROJ4_SEARCH} PATH_SUFFIXES 
include)
-+mark_as_advanced(PROJ4_INCLUDE_DIR)
-+
-+if(PROJ4_INCLUDE_DIR AND EXISTS "${PROJ4_INCLUDE_DIR}/proj_api.h")
-+file(STRINGS "${PROJ4_INCLUDE_DIR}/proj_api.h" PROJ4_H REGEX "^#define 
PJ_VERSION [0-9]+$")
-+
-+string(REGEX REPLACE "^.*PJ_VERSION ([0-9]).*$" "\\1" PROJ4_VERSION_MAJOR 
"${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9]([0-9]).*$" "\\1" 
PROJ4_VERSION_MINOR  "${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9][0-9]([0-9]).*$" "\\1" 

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

2020-12-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, December 9, 2020 @ 22:36:50
  Author: polyzen
Revision: 772945

upgpkg: ueberzug 18.1.8-1

Modified:
  ueberzug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 21:59:36 UTC (rev 772944)
+++ PKGBUILD2020-12-09 22:36:50 UTC (rev 772945)
@@ -2,7 +2,7 @@
 # Contributor: arkhan 
 
 pkgname=ueberzug
-pkgver=18.1.7
+pkgver=18.1.8
 pkgrel=1
 pkgdesc='Command line util which allows to display images in combination with 
X11'
 arch=('x86_64')
@@ -13,8 +13,8 @@
 provides=("python-$pkgname")
 replaces=("python-$pkgname")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('ef0d6ac5815446ede654a38da550d2c44abd0fc05c901b2232935a65bcbca875')
-b2sums=('24ecab9503d0eaf04ad7626fb28bfdc2503bc42d72fde687d120e1a64c55a2e798958f14c9b19dd08f0c24dde9acc4aa9b232d40ca4e1d3c750264c6c38aedc1')
+sha256sums=('3718db8f824ef5f6a69dc25b3f08e0a45388dd46843c61721476bad2b64345ee')
+b2sums=('153329b31ba1c1c8d494d9d2ae6ce17f336df5dbaa7d2e48328489b854085450b39321f486944a3d1d43b211b118d2da4809d5f1f3c88a102da36d28de8e7270')
 
 build() {
   cd $pkgname-$pkgver


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

2020-12-09 Thread Daniel M. Capella via arch-commits
Date: Wednesday, December 9, 2020 @ 22:37:12
  Author: polyzen
Revision: 772946

archrelease: copy trunk to community-x86_64

Added:
  ueberzug/repos/community-x86_64/PKGBUILD
(from rev 772945, ueberzug/trunk/PKGBUILD)
Deleted:
  ueberzug/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 22:36:50 UTC (rev 772945)
+++ PKGBUILD2020-12-09 22:37:12 UTC (rev 772946)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: arkhan 
-
-pkgname=ueberzug
-pkgver=18.1.7
-pkgrel=1
-pkgdesc='Command line util which allows to display images in combination with 
X11'
-arch=('x86_64')
-url=https://github.com/seebye/ueberzug
-license=('GPL3')
-depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
- 'python-psutil' 'python-setuptools' 'python-xlib')
-provides=("python-$pkgname")
-replaces=("python-$pkgname")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('ef0d6ac5815446ede654a38da550d2c44abd0fc05c901b2232935a65bcbca875')
-b2sums=('24ecab9503d0eaf04ad7626fb28bfdc2503bc42d72fde687d120e1a64c55a2e798958f14c9b19dd08f0c24dde9acc4aa9b232d40ca4e1d3c750264c6c38aedc1')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: ueberzug/repos/community-x86_64/PKGBUILD (from rev 772945, 
ueberzug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 22:37:12 UTC (rev 772946)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: arkhan 
+
+pkgname=ueberzug
+pkgver=18.1.8
+pkgrel=1
+pkgdesc='Command line util which allows to display images in combination with 
X11'
+arch=('x86_64')
+url=https://github.com/seebye/ueberzug
+license=('GPL3')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
+ 'python-psutil' 'python-setuptools' 'python-xlib')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('3718db8f824ef5f6a69dc25b3f08e0a45388dd46843c61721476bad2b64345ee')
+b2sums=('153329b31ba1c1c8d494d9d2ae6ce17f336df5dbaa7d2e48328489b854085450b39321f486944a3d1d43b211b118d2da4809d5f1f3c88a102da36d28de8e7270')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in postgresql-old-upgrade/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-09 Thread Levente Polyak via arch-commits
Date: Wednesday, December 9, 2020 @ 21:52:36
  Author: anthraxx
Revision: 403228

archrelease: copy trunk to extra-x86_64

Added:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 403227, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 21:52:32 UTC (rev 403227)
+++ PKGBUILD2020-12-09 21:52:36 UTC (rev 403228)
@@ -1,82 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=11.9
-_majorver=${pkgver%.*}
-pkgrel=2
-pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
- 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5')
-makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
-optdepends=('python2: for PL/Python 2 support'
-'python: for PL/Python 3 support'
-'perl: for PL/Perl support'
-'tcl: for PL/Tcl support')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('35618aa72e0372091f923c42389c6febd07513157b4fbb9408371706afbb6635')
-sha512sums=('2c5c2f51aa01f02af4aa0849441767383e30fef69dd52efa442892f39d2456bfa8bf01f633a265e00eca0745e792609d2c1d33f77d8f29a02f5f374c84f2bf6e')
-b2sums=('655d1c9e6eebde19402a4c220ee674c589641c5b6f4e6298c8c06d3330069178952455f5af58f90b9af196ba9c8fd03db0ccd70b8bc49335e465f0ed537eaf59')
-
-build() {
-  cd postgresql-${pkgver}
-  local options=(
---prefix=/opt/pgsql-${_majorver}
---with-gssapi
---with-libxml
---with-openssl
---with-perl
---with-python
---with-tcl
---with-pam
---without-readline
---with-system-tzdata=/usr/share/zoneinfo
---with-uuid=e2fs
---with-icu
---with-systemd
---with-ldap
---disable-nls
---enable-thread-safety
-  )
-
-  # only build plpython3 for now
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python
-  make -C src/pl/plpython all
-  make -C contrib/hstore_plpython all
-  make -C contrib/ltree_plpython all
-
-  # save plpython3 build and Makefile.global
-  cp -a src/pl/plpython{,3}
-  cp -a contrib/hstore_plpython{,3}
-  cp -a contrib/ltree_plpython{,3}
-  cp -a src/Makefile.global{,.python3}
-  make distclean
-
-  # regular build with everything
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python2
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd postgresql-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install plpython3
-  mv src/Makefile.global src/Makefile.global.save
-  cp src/Makefile.global.python3 src/Makefile.global
-  touch -r src/Makefile.global.save src/Makefile.global
-  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
-
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD (from rev 403227, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 21:52:36 UTC (rev 403228)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=12.5
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
+ 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm-libs')
+makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm' 'clang')
+optdepends=('python2: for PL/Python 2 support'
+'python: for PL/Python 3 support'
+'perl: for PL/Perl support'
+'tcl: for PL/Tcl support')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95')
+sha512sums=('9895bcb1bb26206500666ab4441e663ef83702d428b85a6ff177a4eaf44b0ae06b35d5c4da2672ccb4ec18296649af95bf2f0aed526afaa6a216a8c2d2c5627e')
+b2sums=('7f7458346a0823d155f5caea0061aa14048d6f3cac27b1ea23dba03b02a39f39314ad1d44e589520d5e287004ffd32e042fea99ebfeda24b2cc23867b402d336')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2020-12-09 Thread Levente Polyak via arch-commits
Date: Wednesday, December 9, 2020 @ 21:52:32
  Author: anthraxx
Revision: 403227

upgpkg: postgresql-old-upgrade 12.5-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 21:52:02 UTC (rev 403226)
+++ PKGBUILD2020-12-09 21:52:32 UTC (rev 403227)
@@ -2,24 +2,24 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=11.9
+pkgver=12.5
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
- 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5')
-makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
+ 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm-libs')
+makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm' 'clang')
 optdepends=('python2: for PL/Python 2 support'
 'python: for PL/Python 3 support'
 'perl: for PL/Perl support'
 'tcl: for PL/Tcl support')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('35618aa72e0372091f923c42389c6febd07513157b4fbb9408371706afbb6635')
-sha512sums=('2c5c2f51aa01f02af4aa0849441767383e30fef69dd52efa442892f39d2456bfa8bf01f633a265e00eca0745e792609d2c1d33f77d8f29a02f5f374c84f2bf6e')
-b2sums=('655d1c9e6eebde19402a4c220ee674c589641c5b6f4e6298c8c06d3330069178952455f5af58f90b9af196ba9c8fd03db0ccd70b8bc49335e465f0ed537eaf59')
+sha256sums=('bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95')
+sha512sums=('9895bcb1bb26206500666ab4441e663ef83702d428b85a6ff177a4eaf44b0ae06b35d5c4da2672ccb4ec18296649af95bf2f0aed526afaa6a216a8c2d2c5627e')
+b2sums=('7f7458346a0823d155f5caea0061aa14048d6f3cac27b1ea23dba03b02a39f39314ad1d44e589520d5e287004ffd32e042fea99ebfeda24b2cc23867b402d336')
 
 build() {
   cd postgresql-${pkgver}
@@ -38,12 +38,13 @@
 --with-icu
 --with-systemd
 --with-ldap
+--with-llvm
 --disable-nls
 --enable-thread-safety
   )
 
   # only build plpython3 for now
-  ./configure ${options[@]} \
+  ./configure "${options[@]}" \
 PYTHON=/usr/bin/python
   make -C src/pl/plpython all
   make -C contrib/hstore_plpython all
@@ -57,7 +58,7 @@
   make distclean
 
   # regular build with everything
-  ./configure ${options[@]} \
+  ./configure "${options[@]}" \
 PYTHON=/usr/bin/python2
   make -C src all
   make -C contrib all


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

2020-12-09 Thread Levente Polyak via arch-commits
Date: Wednesday, December 9, 2020 @ 21:52:02
  Author: anthraxx
Revision: 403226

archrelease: copy trunk to extra-x86_64

Added:
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 403225, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 403225, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
(from rev 403225, postgresql/trunk/postgresql-perl-rpath.patch)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 403225, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 403225, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 403225, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 403225, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/postgresql.sysusers
(from rev 403225, postgresql/trunk/postgresql.sysusers)
  postgresql/repos/extra-x86_64/postgresql.tmpfiles
(from rev 403225, postgresql/trunk/postgresql.tmpfiles)
Deleted:
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.sysusers
  postgresql/repos/extra-x86_64/postgresql.tmpfiles

-+
 PKGBUILD|  438 +-
 postgresql-check-db-dir |   98 -
 postgresql-perl-rpath.patch |   26 +-
 postgresql-run-socket.patch |   24 +-
 postgresql.logrotate|8 
 postgresql.pam  |6 
 postgresql.service  |   86 
 postgresql.sysusers |2 
 postgresql.tmpfiles |4 
 9 files changed, 347 insertions(+), 345 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 21:51:53 UTC (rev 403225)
+++ PKGBUILD2020-12-09 21:52:02 UTC (rev 403226)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=12.5
-_majorver=${pkgver%.*}
-pkgrel=4
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql-perl-rpath.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir
-postgresql.sysusers
-postgresql.tmpfiles)
-sha256sums=('bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95'
-'d8173b336551d022f00792c0e2f1a52c6938a0003ce86b4f3cfd3aa84128612e'
-'bd8e0f6ecb7c1b9b5d34eaa1d456cac20160e8350a9a151e31557a0ec7a51deb'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
-'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
-'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
-'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('7f7458346a0823d155f5caea0061aa14048d6f3cac27b1ea23dba03b02a39f39314ad1d44e589520d5e287004ffd32e042fea99ebfeda24b2cc23867b402d336'
-
'7204c1ed073b7f60cd4ddf1ce0802c25ce8fa3b5a7dd0a92869775e5a25262ed5d8e0534aee8568ac93b049d6d215fd49d2a92dc487058e92273685eb5e5ba05'
-
'748515d1fcb0176dac4d74435e8fbe655989e31cc65cb2871bf05822dd5cc52b2e4014b8915f039c6f09b0230236add830ce981c7dc1b2269bdaad6620e88e8b'
-
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
-
'2209b7550acad7955102ec6922754b4046b2a2ad2a7e1cfb2cc4053c0705abac7aa7d7968eab617f50894797d06345f51c9a669926bd2a77dcf688206a2027e0'
-
'a4255df47b7ac1418d20aa73aa0f6e70c7952a10d706e5523043c48b2c3b6d8e39838049dfcc826913cd0f2c06502561d1abe8b19cce7071db66139ae93a37bf'
-
'2e8efa4d5aaaba08743146a45bd2d9e136171ef6271ea665287617d31a420a5c31e401fd756a3350b81456692014b2e85a5fe87beacba782c19b31f346efc4d0'
-
'5e9cba2f45604db83eb77c7bbb54bc499a38274be6cd97abb056c9bdf18e637a8ac354e18f41f614f7e1a2d6f13c2a0b562ab0aaebf9447cf5eb2d60e6501e12'
-

[arch-commits] Commit in postgresql/trunk (4 files)

2020-12-09 Thread Levente Polyak via arch-commits
Date: Wednesday, December 9, 2020 @ 21:51:53
  Author: anthraxx
Revision: 403225

upgpkg: postgresql 13.1-1

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-check-db-dir
  postgresql/trunk/postgresql-perl-rpath.patch
  postgresql/trunk/postgresql-run-socket.patch

-+
 PKGBUILD|   32 +---
 postgresql-check-db-dir |4 ++--
 postgresql-perl-rpath.patch |2 +-
 postgresql-run-socket.patch |   12 ++--
 4 files changed, 26 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 21:41:50 UTC (rev 403224)
+++ PKGBUILD2020-12-09 21:51:53 UTC (rev 403225)
@@ -3,15 +3,15 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=12.5
+pkgver=13.1
 _majorver=${pkgver%.*}
-pkgrel=4
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
 license=('custom:PostgreSQL')
 makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang')
+ 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang' 'libxslt')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
 postgresql-perl-rpath.patch
@@ -21,22 +21,22 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95'
-'d8173b336551d022f00792c0e2f1a52c6938a0003ce86b4f3cfd3aa84128612e'
-'bd8e0f6ecb7c1b9b5d34eaa1d456cac20160e8350a9a151e31557a0ec7a51deb'
+sha256sums=('12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f'
+'5e355a0357d402b3d40666cf5cc4e88c4e7010382adcb573099c5e7cd04fb83a'
+'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 '25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
-'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
+'7db9626c322928b2465aa126b48ba7f0eebd366bf2aa19c9c0a92b488cb469c5'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('7f7458346a0823d155f5caea0061aa14048d6f3cac27b1ea23dba03b02a39f39314ad1d44e589520d5e287004ffd32e042fea99ebfeda24b2cc23867b402d336'
-
'7204c1ed073b7f60cd4ddf1ce0802c25ce8fa3b5a7dd0a92869775e5a25262ed5d8e0534aee8568ac93b049d6d215fd49d2a92dc487058e92273685eb5e5ba05'
-
'748515d1fcb0176dac4d74435e8fbe655989e31cc65cb2871bf05822dd5cc52b2e4014b8915f039c6f09b0230236add830ce981c7dc1b2269bdaad6620e88e8b'
+b2sums=('609ac10f87da800754223c7f7d6b02efa3ed1308a5d27cc793c937be983f4041576e20de3b2efe514e3f61dc863e6212ec01d73adb93f6bcc373a596b2946675'
+
'fbc850533af293bb4c7e3a0c6a2cef73ec95e7de03bfdf29e2cf1b697ffb018285344a5ec1b4abe12f0b7a7a8bd3fa07749a7a537f9af17bbf620f12b73f39bc'
+
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
 
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
 
'2209b7550acad7955102ec6922754b4046b2a2ad2a7e1cfb2cc4053c0705abac7aa7d7968eab617f50894797d06345f51c9a669926bd2a77dcf688206a2027e0'
 
'a4255df47b7ac1418d20aa73aa0f6e70c7952a10d706e5523043c48b2c3b6d8e39838049dfcc826913cd0f2c06502561d1abe8b19cce7071db66139ae93a37bf'
-
'2e8efa4d5aaaba08743146a45bd2d9e136171ef6271ea665287617d31a420a5c31e401fd756a3350b81456692014b2e85a5fe87beacba782c19b31f346efc4d0'
+
'2eaf8867cc71b8e838925e1e1e2c37b5edd69c3fe7c144410a8683662ba0c342122803217d436d808e18826d28da352978e5d15dd1bc91b6b44dbaf4cfcd4d51'
 
'5e9cba2f45604db83eb77c7bbb54bc499a38274be6cd97abb056c9bdf18e637a8ac354e18f41f614f7e1a2d6f13c2a0b562ab0aaebf9447cf5eb2d60e6501e12'
 
'8a8e5ec24ea338b2b51b8d2be5a336ac8d4cc6b25200ed0f0d564df9942997478df0c54da2fac7b27d64a34398f69047eecd0f97bdc0df8fe50a1b5ed74d')
 
@@ -66,6 +66,7 @@
 --with-systemd
 --with-ldap
 --with-llvm
+--with-libxslt
 --enable-nls
 --enable-thread-safety
 --disable-rpath
@@ -72,7 +73,7 @@
   )
 
   # only build plpython3 for now
-  ./configure ${options[@]} \
+  ./configure "${options[@]}" \
 PYTHON=/usr/bin/python
   make -C src/pl/plpython all
   make -C contrib/hstore_plpython all
@@ -86,7 +87,7 @@
   make distclean
 
   # regular build with everything
-  ./configure ${options[@]} \
+  ./configure "${options[@]}" \
 PYTHON=/usr/bin/python2
   

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 21:46:28
  Author: felixonmars
Revision: 772934

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 772933, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
772933, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 21:46:28 UTC (rev 772934)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.8.2
+pkgrel=45
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('9ffb9a727aa1000b5e3e1b3d14941015a411463db30e339c43ce75bc701cb7e3bf9510179d0369ec13693fb6962d5a5a936ef8c21536a42a1a9abf62d10f6405')
+
+prepare() {
+uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
+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 \
+   -f-enable_flaky_tests
+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 || echo "Tests failed: 
https://github.com/lierdakil/pandoc-crossref/issues/287;
+}
+
+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
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 21:46:17
  Author: felixonmars
Revision: 772933

upgpkg: pandoc-crossref 0.3.8.2-45: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 20:38:59 UTC (rev 772932)
+++ PKGBUILD2020-12-09 21:46:17 UTC (rev 772933)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.8.2
-pkgrel=44
+pkgrel=45
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")
@@ -37,7 +37,7 @@
 
 check() {
 cd $pkgname-$pkgver
-runhaskell Setup test
+runhaskell Setup test || echo "Tests failed: 
https://github.com/lierdakil/pandoc-crossref/issues/287;
 }
 
 package() {


[arch-commits] Commit in qt6-networkauth (3 files)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:41:50
  Author: arojas
Revision: 403224

archrelease: copy trunk to extra-x86_64

Added:
  qt6-networkauth/repos/
  qt6-networkauth/repos/extra-x86_64/
  qt6-networkauth/repos/extra-x86_64/PKGBUILD
(from rev 403223, qt6-networkauth/trunk/PKGBUILD)

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

Copied: qt6-networkauth/repos/extra-x86_64/PKGBUILD (from rev 403223, 
qt6-networkauth/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-09 21:41:50 UTC (rev 403224)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (3 files)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:41:40
  Author: arojas
Revision: 403223

Additional Qt 6 modules

Added:
  qt6-networkauth/
  qt6-networkauth/trunk/
  qt6-networkauth/trunk/PKGBUILD

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

Added: qt6-networkauth/trunk/PKGBUILD
===
--- qt6-networkauth/trunk/PKGBUILD  (rev 0)
+++ qt6-networkauth/trunk/PKGBUILD  2020-12-09 21:41:40 UTC (rev 403223)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in qt6-3d (repos repos/extra-x86_64 repos/extra-x86_64/PKGBUILD)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:36:53
  Author: arojas
Revision: 403222

archrelease: copy trunk to extra-x86_64

Added:
  qt6-3d/repos/
  qt6-3d/repos/extra-x86_64/
  qt6-3d/repos/extra-x86_64/PKGBUILD
(from rev 403221, qt6-3d/trunk/PKGBUILD)

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

Copied: qt6-3d/repos/extra-x86_64/PKGBUILD (from rev 403221, 
qt6-3d/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-09 21:36:53 UTC (rev 403222)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (qt6-3d qt6-3d/trunk qt6-3d/trunk/PKGBUILD)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:36:43
  Author: arojas
Revision: 403221

Additional Qt 6 modules

Added:
  qt6-3d/
  qt6-3d/trunk/
  qt6-3d/trunk/PKGBUILD

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

Added: qt6-3d/trunk/PKGBUILD
===
--- qt6-3d/trunk/PKGBUILD   (rev 0)
+++ qt6-3d/trunk/PKGBUILD   2020-12-09 21:36:43 UTC (rev 403221)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in qt6-imageformats (3 files)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:19:40
  Author: arojas
Revision: 403220

archrelease: copy trunk to extra-x86_64

Added:
  qt6-imageformats/repos/
  qt6-imageformats/repos/extra-x86_64/
  qt6-imageformats/repos/extra-x86_64/PKGBUILD
(from rev 403219, qt6-imageformats/trunk/PKGBUILD)

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

Copied: qt6-imageformats/repos/extra-x86_64/PKGBUILD (from rev 403219, 
qt6-imageformats/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-12-09 21:19:40 UTC (rev 403220)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (3 files)

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 21:19:29
  Author: arojas
Revision: 403219

Additional Qt 6 modules

Added:
  qt6-imageformats/
  qt6-imageformats/trunk/
  qt6-imageformats/trunk/PKGBUILD

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

Added: qt6-imageformats/trunk/PKGBUILD
===
--- qt6-imageformats/trunk/PKGBUILD (rev 0)
+++ qt6-imageformats/trunk/PKGBUILD 2020-12-09 21:19:29 UTC (rev 403219)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp)
+makedepends=(cmake git)
+groups=(qt6)
+_pkgfn="${pkgname/6-/}"
+source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
+sha256sums=('SKIP')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 20:42:17
  Author: arojas
Revision: 403218

archrelease: copy trunk to extra-x86_64

Added:
  freetds/repos/extra-x86_64/PKGBUILD
(from rev 403217, freetds/trunk/PKGBUILD)
Deleted:
  freetds/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 20:42:07 UTC (rev 403217)
+++ PKGBUILD2020-12-09 20:42:17 UTC (rev 403218)
@@ -1,27 +0,0 @@
-# Maintainer:
-
-pkgname=freetds
-pkgver=1.2.13
-pkgrel=1
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='https://www.freetds.org'
-arch=('x86_64')
-license=('LGPL')
-depends=('openssl' 'unixodbc')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('6d329003312f6bf5a35e8566e28d104c2bc594f1e045f57164a275449df58d08')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
---with-unixodbc=/usr --with-openssl
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: freetds/repos/extra-x86_64/PKGBUILD (from rev 403217, 
freetds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 20:42:17 UTC (rev 403218)
@@ -0,0 +1,27 @@
+# Maintainer:
+
+pkgname=freetds
+pkgver=1.2.17
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='https://www.freetds.org'
+arch=('x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('efa93ef60f8854ed3beaf634c9fc60b8b949d24beac0a4be0c625e896cac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 20:42:07
  Author: arojas
Revision: 403217

Update to 1.2.17

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 20:00:30 UTC (rev 403216)
+++ PKGBUILD2020-12-09 20:42:07 UTC (rev 403217)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=freetds
-pkgver=1.2.13
+pkgver=1.2.17
 pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='https://www.freetds.org'
@@ -12,7 +12,7 @@
 'etc/freetds/locales.conf'
 'etc/freetds/pool.conf')
 source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('6d329003312f6bf5a35e8566e28d104c2bc594f1e045f57164a275449df58d08')
+sha256sums=('efa93ef60f8854ed3beaf634c9fc60b8b949d24beac0a4be0c625e896cac')
 
 build() {
   cd $pkgname-$pkgver


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

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 20:38:59
  Author: arojas
Revision: 772932

archrelease: copy trunk to community-x86_64

Added:
  geogebra/repos/community-x86_64/ChangeLog
(from rev 772931, geogebra/trunk/ChangeLog)
  geogebra/repos/community-x86_64/PKGBUILD
(from rev 772931, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-x86_64/geogebra
(from rev 772931, geogebra/trunk/geogebra)
  geogebra/repos/community-x86_64/geogebra-mime.xml
(from rev 772931, geogebra/trunk/geogebra-mime.xml)
Deleted:
  geogebra/repos/community-x86_64/ChangeLog
  geogebra/repos/community-x86_64/PKGBUILD
  geogebra/repos/community-x86_64/geogebra
  geogebra/repos/community-x86_64/geogebra-mime.xml

---+
 ChangeLog |  286 ++--
 PKGBUILD  |   86 +++
 geogebra  |6 -
 geogebra-mime.xml |   54 -
 4 files changed, 216 insertions(+), 216 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-12-09 20:38:45 UTC (rev 772931)
+++ ChangeLog   2020-12-09 20:38:59 UTC (rev 772932)
@@ -1,143 +0,0 @@
-6.0.541.0-1:
-upstream update
-
-6.0.529.0-1:
-* upstream update
-* switch to electron2 since package does not work with electron4 yet
-
-6.0.518.0-1:
-upstream update
-
-6.0.487.0-1:
-upstream update
-
-6.0.472.0-1:
-upstream update
-
-6.0.464.0-1:
-upstream update
-
-6.0.451.0-1:
-upstream update
-
-6.0.445.0-1:
-upstream update
-
-6.0.432.0-1:
-upstream update
-
-6.0.427.0-1:
-* upstream update
-
-6.0.417.0-1:
-* upstream update
-* try to use electron app
-
-5.0.414.0-1:
-* upstream update
-
-5.0.400.0-1:
-* upstream update
-
-5.0.390.0-1:
-* upstream update
-* force java-8 (FS#55912)
-
-5.0.387.0-1:
-upstream update
-
-5.0.382.0-1:
-upstream update
-
-5.0.374.0-1:
-* upstream update
-* add mime xml (FS#54733)
-
-5.0.357.0-1:
-upstream update
-
-5.0.344.0-1:
-upstream update
-
-5.0.311.0-1:
-upstream update
-
-5.0.299.0-1:
-upstream update
-
-5.0.290.0-1:
-upstream update
-
-5.0.286.0-1
-upstream update
-
-5.0.280.0-1:
-upstream update
-
-5.0.274.0-1:
-upstream update
-
-5.0.266.0-1:
-upstream update
-
-5.0.260.0-1:
-upstream update
-
-5.0.241.0-1:
-upstream update
-
-5.0.231.0-1:
-upstream update, move to pacman hooks
-
-5.0.230.0-1:
-upstream update
-
-5.0.205.0-1:
-upstream update
-
-5.0.202.0-1:
-upstream update
-
-5.0.190.0-1:
-upstream update
-
-5.0.185.0-1:
-upstream update
-
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-x86_64/ChangeLog (from rev 772931, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-12-09 20:38:59 UTC (rev 772932)
@@ -0,0 +1,143 @@
+6.0.541.0-1:
+upstream update
+
+6.0.529.0-1:
+* upstream update
+* switch to electron2 since package does not work with electron4 yet
+
+6.0.518.0-1:
+upstream update
+
+6.0.487.0-1:
+upstream update
+
+6.0.472.0-1:
+upstream update
+
+6.0.464.0-1:
+upstream update
+
+6.0.451.0-1:
+upstream update
+
+6.0.445.0-1:
+upstream update
+
+6.0.432.0-1:
+upstream update
+
+6.0.427.0-1:
+* upstream update
+
+6.0.417.0-1:
+* upstream update
+* try to use electron app
+
+5.0.414.0-1:
+* upstream update
+
+5.0.400.0-1:
+* upstream update
+
+5.0.390.0-1:
+* upstream update
+* force java-8 (FS#55912)
+
+5.0.387.0-1:
+upstream update
+
+5.0.382.0-1:
+upstream update
+
+5.0.374.0-1:
+* upstream update
+* add mime xml (FS#54733)
+
+5.0.357.0-1:
+upstream update
+
+5.0.344.0-1:
+upstream update
+
+5.0.311.0-1:
+upstream update
+
+5.0.299.0-1:
+upstream update
+
+5.0.290.0-1:
+upstream update
+
+5.0.286.0-1
+upstream update
+
+5.0.280.0-1:
+upstream update
+
+5.0.274.0-1:
+upstream update
+
+5.0.266.0-1:
+upstream update
+
+5.0.260.0-1:
+upstream update
+
+5.0.241.0-1:
+upstream update
+
+5.0.231.0-1:
+upstream update, move to pacman hooks
+
+5.0.230.0-1:
+upstream update
+
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- 

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

2020-12-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 9, 2020 @ 20:38:45
  Author: arojas
Revision: 772931

Update to 6.0.620

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:45:22 UTC (rev 772930)
+++ PKGBUILD2020-12-09 20:38:45 UTC (rev 772931)
@@ -4,8 +4,8 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.609.0
-pkgrel=3
+pkgver=6.0.620.0
+pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('x86_64')
 url='https://www.geogebra.org/'
@@ -17,7 +17,7 @@
 "geogebra"
 "geogebra-mime.xml")
 changelog=ChangeLog
-sha256sums=('2b91ae69181743b6aa2fe433c0a4f3fb880f93e26a809dde1108f5830a5eec67'
+sha256sums=('83c07f26e75cefdc5c474aed4debf7cd4ac6607b72dec06cb7b06eb7e0adbf77'
 '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
 'db40c91786ae316f342a424f8635b330f6e193ad5bc172cb6a66f66d151b7c50'
 '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')


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

2020-12-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 9, 2020 @ 20:00:30
  Author: foutrelis
Revision: 403216

archrelease: copy trunk to extra-x86_64

Added:
  boost/repos/extra-x86_64/PKGBUILD
(from rev 403215, boost/trunk/PKGBUILD)
Deleted:
  boost/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  279 -
 1 file changed, 150 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 20:00:25 UTC (rev 403215)
+++ PKGBUILD2020-12-09 20:00:30 UTC (rev 403216)
@@ -1,129 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marius Knaust 
-# Contributor: Ionut Biru 
-# Contributor: Stéphane Gaudreault 
-# Contributor: kevin 
-# Contributor: Giovanni Scafora 
-# Contributor: Kritoke 
-# Contributor: Luca Roccia 
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.74.0
-_boostver=${pkgver//./_}
-pkgrel=1
-pkgdesc='Free peer-reviewed portable C++ source libraries'
-url='https://www.boost.org/'
-arch=('x86_64')
-license=('custom')
-makedepends=('icu' 'python' 'python-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 
'findutils')
-source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2)
-sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1')
-b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63')
-
-build() {
-   export _stagedir="${srcdir}/stagedir"
-   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
-
-   cd ${pkgbase}_${_boostver}
-
-   ./bootstrap.sh \
- --with-toolset=gcc \
- --with-icu \
- --with-python=/usr/bin/python3 \
-
-   install -Dm755 tools/build/src/engine/b2 "${_stagedir}"/bin/b2
-
-   # Support for OpenMPI
-   echo "using mpi ;" >> project-config.jam
-
-   # boostbook is needed by quickbook
-   install -dm755 "${_stagedir}"/share/boostbook
-   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
-
-   # default "minimal" install: "release link=shared,static
-   # runtime-link=shared threading=single,multi"
-   # --layout=tagged will add the "-mt" suffix for multithreaded libraries
-   # and installs includes in /usr/include/boost.
-   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-   # install to ${_stagedir} in preparation for split packaging
-   "${_stagedir}"/bin/b2 \
-  variant=release \
-  debug-symbols=off \
-  threading=multi \
-  runtime-link=shared \
-  link=shared,static \
-  toolset=gcc \
-  python=3.9 \
-  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
-  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
-  linkflags="${LDFLAGS}" \
-  --layout=system \
-  ${JOBS} \
-  \
-  --prefix="${_stagedir}" \
-  install
-}
-
-package_boost() {
-   pkgdesc+=' - development headers'
-   depends=("boost-libs=${pkgver}")
-   optdepends=('python: for python bindings')
-   options=('staticlibs')
-
-   install -dm755 "${pkgdir}"/usr
-   cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr
-
-   install -d "${pkgdir}"/usr/lib
-   cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
-   cp -a "${_stagedir}"/lib/cmake "${pkgdir}"/usr/lib/
-
-   install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
-  "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
-
-   ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
-}
-
-package_boost-libs() {
-   pkgdesc+=' - runtime libraries'
-   depends=('bzip2' 'zlib' 'icu' 'zstd')
-   optdepends=('openmpi: for mpi support')
-   provides=(libboost_atomic.so libboost_chrono.so libboost_container.so
- libboost_context.so libboost_contract.so libboost_coroutine.so
- libboost_date_time.so libboost_fiber.so libboost_filesystem.so
- libboost_graph.so libboost_graph_parallel.so libboost_iostreams.so
- libboost_locale.so libboost_log.so libboost_log_setup.so
- libboost_math_c99.so libboost_math_c99f.so libboost_math_c99l.so
- libboost_math_tr1.so libboost_math_tr1f.so libboost_math_tr1l.so
- libboost_mpi.so libboost_numpy39.so
- libboost_prg_exec_monitor.so libboost_program_options.so
- libboost_python39.so libboost_random.so
- libboost_regex.so libboost_serialization.so
- libboost_stacktrace_addr2line.so libboost_stacktrace_basic.so
- libboost_stacktrace_noop.so libboost_system.so libboost_thread.so
- libboost_timer.so libboost_type_erasure.so libboost_unit_test_framework.so
- libboost_wave.so libboost_wserialization.so)
-
-   install -dm755 "${pkgdir}"/usr
-   cp -a "${_stagedir}"/lib "${pkgdir}"/usr
-   rm "${pkgdir}"/usr/lib/*.a
-   rm -r "${pkgdir}"/usr/lib/cmake
-
-   # https://github.com/boostorg/mpi/issues/112
-   install -d "${pkgdir}/usr/lib/python3.9/site-packages/boost"
-   touch "${pkgdir}/usr/lib/python3.9/site-packages/boost/__init__.py"
-   python -m 

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

2020-12-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 9, 2020 @ 20:00:25
  Author: foutrelis
Revision: 403215

upgpkg: boost 1.74.0-2: apply ublas fixes for c++20 support (FS#68909)

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:34:20 UTC (rev 403214)
+++ PKGBUILD2020-12-09 20:00:25 UTC (rev 403215)
@@ -12,16 +12,37 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.74.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 pkgdesc='Free peer-reviewed portable C++ source libraries'
 url='https://www.boost.org/'
 arch=('x86_64')
 license=('custom')
 makedepends=('icu' 'python' 'python-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 
'findutils')
-source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2)
-sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1')
-b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63')
+source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2
+
${pkgbase}-ublas-c++20-allocator-patch1.patch::https://github.com/boostorg/ublas/commit/47a314dd01d1.patch
+
${pkgbase}-ublas-c++20-allocator-patch2.patch::https://github.com/boostorg/ublas/commit/a23a903f9a36.patch
+
${pkgbase}-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch)
+sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1'
+'3f42688a87c532ac916889f21a4487b9e94a38a047b18724385eaa474719a9f7'
+'67f413463a1a12bdf63c913acd318148dda618d3f994e466232e265bbf0c2903'
+'aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee')
+b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63'
+
'2375711ebfa084fbf91171c326c3219daa2038c803338340528ff873932c2cf3a49531ed72af1be9fc7af0440e311772ee1f4c44669eb551a81476b1d65f6ca0'
+
'cef20c446636a2d68746537bdbe8d2821ae9d7f56c26dc1ef5d60ce7815c133debd616617f0f5db708d5365511f176e32f863f14bf69bc5a25e72def0a6cf147'
+
'e5f6d4884eaa557d5547e7e079c2edb4ed9f2f4cd8579aa32a2150f824a5d04413f2a91e79b3139d5b915da6a46f7835f1438ad53f33096973f1a99f378ec1d3')
 
+prepare() {
+   cd ${pkgbase}_${_boostver}
+
+   # https://github.com/boostorg/ublas/issues/96
+   patch -Np2 -i ../${pkgbase}-ublas-c++20-allocator-patch1.patch
+   patch -Np2 -i <(<../${pkgbase}-ublas-c++20-allocator-patch2.patch \
+ sed 's:test/:pls-apply-cleanly-kthxbai/libs/numeric/ublas/&:g')
+
+   # https://github.com/boostorg/ublas/pull/97
+   patch -Np2 -i ../${pkgbase}-ublas-c++20-iterator.patch
+}
+
 build() {
export _stagedir="${srcdir}/stagedir"
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"


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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:40:16
  Author: demize
Revision: 772928

archrelease: copy trunk to community-testing-any

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

---+
 PKGBUILD  |   69 
 synapse.install   |   38 ++
 synapse.service   |   18 
 sysusers-synapse.conf |1 
 tmpfiles-synapse.conf |1 
 5 files changed, 127 insertions(+)

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 772927, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-12-09 19:40:16 UTC (rev 772928)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=1.24.0
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('libwebp' 'python-jsonschema' 'python-twisted'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-idna' 'python-jinja'
+ 'python-bleach' 'python-typing_extensions' 'systemd')
+checkdepends=('python-authlib' 'python-pyjwt' 'python-lxml' 'python-mock' 
'python-parameterized'
+  'python-txredisapi' 'python-hiredis')
+optdepends=('perl: sync_room_to_group.pl'
+'python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-psutil: metrics'
+'python-pyjwt: jwt'
+'python-txredisapi: redis'
+'python-hiredis')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'tmpfiles-synapse.conf')
+
+sha256sums=('d55a9b41432e3ca348b13d8e4b3ece6515b3e76a0f4062e8036ee1204842f53a'
+'ce434eaa92e6504988fb9005d49c078ab7a2d33951d8adece26ccce8b2475857'
+'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
+'65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=. trial3 tests
+}
+
+package() {
+   install -Dm644 synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
+
+   cd synapse-$pkgver
+   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+
+   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
+
+   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
+   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
+   install -Dm644 "$srcdir"/tmpfiles-synapse.conf 
"$pkgdir"/usr/lib/tmpfiles.d/synapse.conf
+}

Copied: matrix-synapse/repos/community-testing-any/synapse.install (from rev 
772927, matrix-synapse/trunk/synapse.install)
===
--- community-testing-any/synapse.install   (rev 0)
+++ community-testing-any/synapse.install   2020-12-09 19:40:16 UTC (rev 
772928)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+   if [[ ! -e /etc/synapse/homeserver.yaml ]]; then
+   cat <<-EOF
+   ==> A synapse configuration file needs to be generated before 
you can
+   start synapse, and you should make sure that it's readable 
by the
+   synapse user.
+
+   cd /var/lib/synapse
+   sudo -u synapse python -m synapse.app.homeserver \\
+ --server-name 

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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:36:37
  Author: dvzrv
Revision: 772925

upgpkg: containers-common 0.31.0-3: Rebuild to add updated upstreams.

Update podman to 2.2.1.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:22:40 UTC (rev 772924)
+++ PKGBUILD2020-12-09 19:36:37 UTC (rev 772925)
@@ -3,10 +3,10 @@
 pkgname=containers-common
 pkgver=0.31.0
 _image_pkgver=5.9.0
-_podman_pkgver=2.2.0
+_podman_pkgver=2.2.1
 _skopeo_pkgver=1.2.0
 _storage_pkgver=1.24.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Configuration files and manpages for containers"
 arch=('any')
 url="https://github.com/containers;
@@ -31,13 +31,13 @@
 )
 
sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
 
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
+
'4c6eda9320daf18b5f0e892c0f3019a5658d983936c25a195bcb1fbc28c18a9a65e87043faddeb47e9f62c9b445efc2906a2b7ccedca877941fadb21b1b68367'
 
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
 
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
 
b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
 
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
+
'4e86903fc8fb51b9b1aa2b46704c1828b4ea11b738eccf198260c678b175e0a8699120e0280a2803f7898c9b28040a75d489ccd09ebd9c1f45d10a86e2a26c8f'
 
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
 
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
 
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')


[arch-commits] Commit in containers-common/repos/community-any (4 files)

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:36:45
  Author: dvzrv
Revision: 772926

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 772925, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 772925, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  260 +-
 mounts.conf |6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:36:37 UTC (rev 772925)
+++ PKGBUILD2020-12-09 19:36:45 UTC (rev 772926)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.31.0
-_image_pkgver=5.9.0
-_podman_pkgver=2.2.0
-_skopeo_pkgver=1.2.0
-_storage_pkgver=1.24.3
-pkgrel=2
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('073c689bf4e7e96ddd78ff9c66cd274a2d787ed0d07a2bb55f23bb568b6eb807f1e321bfaecb16db3eeceb475ad87372ae69eef5ab8418301017e2af2cbf866b'
-
'88f34992d3467aacc411f53394a18a197aeb4277af2d5d6b8fede730bbd9be04bb2b1e2b0dfdff1cbcd12c3618a17a5c873997f7a8105fc0793896ba02a340b0'
-
'8c8a8ec73c8d454450d83f1f0429b3e09e2a6a331c6ee2ce1733ebc30850a95a265669fbebf02b15508c4cbf036a03f849dcf1918875424f139f2706ee0c1b8d'
-
'630f4209eb6e45c7e99731f98e32705cc7e8f476a5b288f74d7596dd449e0e30e7cebb64c1ecd2562fb1516d91b8ce0e8a41a479a7b1e337d16f8b1fa5b29f9e'
-
'3f497adbb1767d72cf299b2462298f972e5d360cbfd8933cf2cf92d0913801a68dabb4df64349115672f077d883cfd84e98138c4d70336179b6db9fb5ca6211b'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('e4453bb8c9e108f5df527d9815cdc1d0826cfc670d9d16eaf0b04f9bf3b0c172bfa971fad92dbbc93881ca221b586cb717ff4ee6f2b3e9c37045d7b93775d3d4'
-
'4e058d6ac1f0687d8bd2c2875b81e302de1d64c6af7bf164fd4e52ff212842c38ade237c31ea16627010a9d5d1553aebd01a49f29d1b569b6c56817c7ef5edc0'
-
'a445f8325e312da62dc327d13f5aaa4b289da16c72f038d5fca105d86fa88d04dcd19d0962b0607abd1984abfdd51d8f947cd7999648d37156cd82c848ac4ca8'
-
'0c5c0b5e35e278913efef316835c105f49fc0552a1a21159591cc11ec201a306d392c2e8af81c2636b86c7cc52b60f986658516034836128f17265b0f0f2edc6'
-
'62fc3bd375630bb2e69c2175dfb32fc18c3522bc1285b6fcef91d85f8b2c677a1c07bba2e264f3c12f750c2aeeef598f7bbabb05c69f7418de27aa830bd05b03'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-  -out containers-mounts.conf.5
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  

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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:40:09
  Author: demize
Revision: 772927

upgpkg: matrix-synapse 1.24.0-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:36:45 UTC (rev 772926)
+++ PKGBUILD2020-12-09 19:40:09 UTC (rev 772927)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -35,23 +35,16 @@
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
 'synapse.service'
 'sysusers-synapse.conf'
-'tmpfiles-synapse.conf'
-
'https://github.com/matrix-org/synapse/commit/295c209cdd9364a5f277470da66d06a3d4133ad7.patch')
+'tmpfiles-synapse.conf')
 
-sha256sums=('afa86ea1332a52d09552ea5825567f910b304d4684692fa8325cefec105b2b4c'
+sha256sums=('d55a9b41432e3ca348b13d8e4b3ece6515b3e76a0f4062e8036ee1204842f53a'
 'ce434eaa92e6504988fb9005d49c078ab7a2d33951d8adece26ccce8b2475857'
 'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
-'65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f'
-'e0ac4c880628676aba3d9284930931f13ea70f852ecd1eb1cfb951ece776914d')
+'65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install
 
-prepare() {
-   cd synapse-$pkgver
-   patch -p1 <"$srcdir"/295c209cdd9364a5f277470da66d06a3d4133ad7.patch
-}
-
 build() {
cd synapse-$pkgver
python setup.py build


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 19:45:22
  Author: jlichtblau
Revision: 772930

archrelease: copy trunk to community-x86_64

Added:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
(from rev 772929, qmapshack/trunk/FindPROJ4.patch)
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
(from rev 772929, qmapshack/trunk/FindQuaZip5.patch)
  qmapshack/repos/community-x86_64/PKGBUILD
(from rev 772929, qmapshack/trunk/PKGBUILD)
Deleted:
  qmapshack/repos/community-x86_64/FindPROJ4.patch
  qmapshack/repos/community-x86_64/FindQuaZip5.patch
  qmapshack/repos/community-x86_64/PKGBUILD

---+
 FindPROJ4.patch   |  316 ++--
 FindQuaZip5.patch |   96 +++
 PKGBUILD  |   78 ++--
 3 files changed, 245 insertions(+), 245 deletions(-)

Deleted: FindPROJ4.patch
===
--- FindPROJ4.patch 2020-12-09 19:45:00 UTC (rev 772929)
+++ FindPROJ4.patch 2020-12-09 19:45:22 UTC (rev 772930)
@@ -1,158 +0,0 @@
-Description: Add FindPROJ4.cmake.
-Origin: 
https://salsa.debian.org/debian/openorienteering-mapper/raw/debian/0.8.4-1/cmake/FindPROJ4.cmake
-
 /dev/null
-+++ b/cmake/Modules/FindPROJ4.cmake
-@@ -0,0 +1,152 @@
-+#.rst:
-+# FindPROJ4
-+# 
-+#
-+# Find the proj includes and library.
-+#
-+# IMPORTED Targets
-+# 
-+#
-+# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``,
-+# if Proj.4 has been found.
-+#
-+# Result Variables
-+# 
-+#
-+# This module defines the following variables:
-+#
-+# ::
-+#
-+#   PROJ4_INCLUDE_DIRS   - where to find proj_api.h, etc.
-+#   PROJ4_LIBRARIES  - List of libraries when using libproj.
-+#   PROJ4_FOUND  - True if libproj found.
-+#
-+# ::
-+#
-+#   PROJ4_VERSION- The version of libproj found (x.y.z)
-+#   PROJ4_VERSION_MAJOR  - The major version of libproj
-+#   PROJ4_VERSION_MINOR  - The minor version of libproj
-+#   PROJ4_VERSION_PATCH  - The patch version of libproj
-+#   PROJ4_VERSION_TWEAK  - always 0
-+#   PROJ4_VERSION_COUNT  - The number of version components, always 3
-+#
-+# Hints
-+# ^
-+#
-+# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this
-+# module where to look exclusively.
-+
-+#=
-+# Copyright 2016 Kai Pastor
-+#
-+#
-+# This file was derived from CMake 3.5's module FindZLIB.cmake
-+# which has the following terms:
-+#
-+# Copyright 2001-2011 Kitware, Inc.
-+#
-+# Redistribution and use in source and binary forms, with or without
-+# modification, are permitted provided that the following conditions are
-+# met:
-+#
-+# * Redistributions of source code must retain the above copyright notice,
-+#   this list of conditions and the following disclaimer.
-+#
-+# * Redistributions in binary form must reproduce the above copyright notice,
-+#   this list of conditions and the following disclaimer in the documentation
-+#   and/or other materials provided with the distribution.
-+#
-+# * The names of Kitware, Inc., the Insight Consortium, or the names of
-+#   any consortium members, or of any contributors, may not be used to
-+#   endorse or promote products derived from this software without
-+#   specific prior written permission.
-+#
-+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
-+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
-+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY,
-+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
USE
-+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+#=
-+
-+# Search PROJ4_ROOT exclusively if it is set.
-+if(PROJ4_ROOT)
-+  set(_PROJ4_SEARCH PATHS ${PROJ4_ROOT} NO_DEFAULT_PATH)
-+else()
-+  set(_PROJ4_SEARCH)
-+endif()
-+
-+find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h ${_PROJ4_SEARCH} PATH_SUFFIXES 
include)
-+mark_as_advanced(PROJ4_INCLUDE_DIR)
-+
-+if(PROJ4_INCLUDE_DIR AND EXISTS "${PROJ4_INCLUDE_DIR}/proj_api.h")
-+file(STRINGS "${PROJ4_INCLUDE_DIR}/proj_api.h" PROJ4_H REGEX "^#define 
PJ_VERSION [0-9]+$")
-+
-+string(REGEX REPLACE "^.*PJ_VERSION ([0-9]).*$" "\\1" PROJ4_VERSION_MAJOR 
"${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9]([0-9]).*$" "\\1" 
PROJ4_VERSION_MINOR  "${PROJ4_H}")
-+string(REGEX REPLACE "^.*PJ_VERSION [0-9][0-9]([0-9]).*$" "\\1" 

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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 19:45:00
  Author: jlichtblau
Revision: 772929

upgpkg: qmapshack 1.15.2-1 - new upstream release

Modified:
  qmapshack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:40:16 UTC (rev 772928)
+++ PKGBUILD2020-12-09 19:45:00 UTC (rev 772929)
@@ -3,7 +3,7 @@
 # Contributor: Martin Brodbeck 
 
 pkgname=qmapshack
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 pkgdesc='Plan your next outdoor trip'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Maproom/$pkgname/archive/V_$pkgver.tar.gz
 FindPROJ4.patch
 FindQuaZip5.patch)
-sha256sums=('91cc5cbb2fe74af424fd9dda143b126443566ebbb3c739e7dc2e154c89995187'
+sha256sums=('35831d703ef3decc83f168a020144ec89907f484485b242be24fd2e094898857'
 '1ffb847b098fedf01e347971da33c58b3fbf1a0f27205d48f6eb52206e228046'
 'be1bd07c47c15fedbadf932b4a0611aa34f61dfd693ec3c18bc5f73e607e5232')
 


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:34:20
  Author: dvzrv
Revision: 403214

archrelease: copy trunk to testing-x86_64

Added:
  libcap-ng/repos/testing-x86_64/PKGBUILD
(from rev 403213, libcap-ng/trunk/PKGBUILD)
Deleted:
  libcap-ng/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:34:12 UTC (rev 403213)
+++ PKGBUILD2020-12-09 19:34:20 UTC (rev 403214)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: David Runge 
-# Contributor: Ionut Biru 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libcap-ng
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
-url='https://people.redhat.com/sgrubb/libcap-ng/'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libcap-ng.so' 'libdrop_ambient.so')
-source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
-b2sums=('e5313974938bf5b60a3160c8cabdb66991c72c76f8cff6aa4ceb2d98724000e0bfd11daf8b828685573e96ca31bef79bb501b55d058d5292c3136156f82b1758')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-static=no \
---without-python
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libcap-ng/repos/testing-x86_64/PKGBUILD (from rev 403213, 
libcap-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:34:20 UTC (rev 403214)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Maintainer: David Runge 
+# Contributor: Ionut Biru 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libcap-ng
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
+url='https://people.redhat.com/sgrubb/libcap-ng/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libcap-ng.so' 'libdrop_ambient.so')
+source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('33832ee16972050a7c5cb20de21d766d5e88f5357db28166b83b05369f7ceea0b1aded39bae2d746d582ad4ee7703c131876fc4bcbc5d4b4eadd7dd429e8cf10')
+b2sums=('6bb07503421f88803ce2597289c18762f6ad06a3535ad7c6ffc28d2519adf2a130189332e56df174aa9be768340983ea6f7a6046b2209916815a19a0c6fa3693')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-static=no \
+--without-python
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:34:12
  Author: dvzrv
Revision: 403213

upgpkg: libcap-ng 0.8.2-1: Upgrade to 0.8.2.

Modified:
  libcap-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:48:28 UTC (rev 403212)
+++ PKGBUILD2020-12-09 19:34:12 UTC (rev 403213)
@@ -4,7 +4,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libcap-ng
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
 url='https://people.redhat.com/sgrubb/libcap-ng/'
@@ -13,8 +13,8 @@
 depends=('glibc')
 provides=('libcap-ng.so' 'libdrop_ambient.so')
 
source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
-b2sums=('e5313974938bf5b60a3160c8cabdb66991c72c76f8cff6aa4ceb2d98724000e0bfd11daf8b828685573e96ca31bef79bb501b55d058d5292c3136156f82b1758')
+sha512sums=('33832ee16972050a7c5cb20de21d766d5e88f5357db28166b83b05369f7ceea0b1aded39bae2d746d582ad4ee7703c131876fc4bcbc5d4b4eadd7dd429e8cf10')
+b2sums=('6bb07503421f88803ce2597289c18762f6ad06a3535ad7c6ffc28d2519adf2a130189332e56df174aa9be768340983ea6f7a6046b2209916815a19a0c6fa3693')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 19:22:40
  Author: jlichtblau
Revision: 772924

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 772923, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:22:17 UTC (rev 772923)
+++ PKGBUILD2020-12-09 19:22:40 UTC (rev 772924)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.12.07
-pkgrel=1
-pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('51672c19864d4e2e593e55a6aec32cb348cd5c915ce0121e53eb0296a6e27969'
-'SKIP')
-validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 772923, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:22:40 UTC (rev 772924)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2020.12.09
+pkgrel=1
+pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('0ac76347bf455b4e80a026638f9406aa28df3d2b6e445c705ad43809808eb961'
+'SKIP')
+validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+build() {
+  cd ${pkgname}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}


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

2020-12-09 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 9, 2020 @ 19:22:17
  Author: jlichtblau
Revision: 772923

upgpkg: youtube-dl 2020.12.09-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:21:12 UTC (rev 772922)
+++ PKGBUILD2020-12-09 19:22:17 UTC (rev 772923)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.12.07
+pkgver=2020.12.09
 pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://github.com/ytdl-org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('51672c19864d4e2e593e55a6aec32cb348cd5c915ce0121e53eb0296a6e27969'
+sha256sums=('0ac76347bf455b4e80a026638f9406aa28df3d2b6e445c705ad43809808eb961'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 

 


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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:12:29
  Author: demize
Revision: 772919

upgpkg: python-pycryptodomex 3.9.9-1

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:08:32 UTC (rev 772918)
+++ PKGBUILD2020-12-09 19:12:29 UTC (rev 772919)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycryptodomex
 pkgname=('python-pycryptodomex' 'python2-pycryptodomex')
-pkgver=3.9.8
-pkgrel=3
+pkgver=3.9.9
+pkgrel=1
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
 url='https://www.pycryptodome.org/'
@@ -16,7 +16,7 @@
  'python2-setuptools')
 
 
source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
-sha512sums=('bcc5fb27a89c00e6348eacc744a23d687d0b308d5c8ad8f6d955fe2b9e84288a592206336e7fef699800948f8ea7b1ac06d2bec60df0b9ff0fa32d0a05380869')
+sha512sums=('68a59cd537c1745db0082979716f0ba0508bb9d82d7129d42931056b5927f27ada1b92f88cc7c4d3954a02cd724a88c0e60fa38a5d8d7c73baa6541d332ff8a9')
 
 prepare() {
cp -a pycryptodomex-$pkgver{,-python2}


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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:12
  Author: kpcyrd
Revision: 772913

upgpkg: monero-gui 0.17.1.6-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
+++ PKGBUILD2020-12-09 19:04:12 UTC (rev 772913)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.1.5
-_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
-pkgrel=2
+pkgver=0.17.1.6
+_commit=cc352e49134bea07e3d21905f05ed9148561be21
+pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:03:49
  Author: kpcyrd
Revision: 772911

upgpkg: monero 0.17.1.6-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:23:23 UTC (rev 772910)
+++ PKGBUILD2020-12-09 19:03:49 UTC (rev 772911)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.1.5
-_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
-pkgrel=2
+pkgver=0.17.1.6
+_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
+pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:24
  Author: kpcyrd
Revision: 772914

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 772913, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 772913, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  140 +--
 monero-gui.desktop |   30 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:04:12 UTC (rev 772913)
+++ PKGBUILD2020-12-09 19:04:24 UTC (rev 772914)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.1.5
-_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
-pkgrel=2
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit};
-"git+https://github.com/monero-project/monero;
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson.git;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx.git;
-"git+https://github.com/monero-project/supercop.git;
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 772913, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:04:24 UTC (rev 772914)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.6
+_commit=cc352e49134bea07e3d21905f05ed9148561be21
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit};
+"git+https://github.com/monero-project/monero;
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+"git+https://github.com/Tencent/rapidjson.git;
+"git+https://github.com/trezor/trezor-common.git;
+"git+https://github.com/tevador/randomx.git;
+"git+https://github.com/monero-project/supercop.git;
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+   

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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:12:32
  Author: demize
Revision: 772920

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pycryptodomex/repos/community-testing-x86_64/
  python-pycryptodomex/repos/community-testing-x86_64/PKGBUILD
(from rev 772919, python-pycryptodomex/trunk/PKGBUILD)

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

Copied: python-pycryptodomex/repos/community-testing-x86_64/PKGBUILD (from rev 
772919, python-pycryptodomex/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 19:12:32 UTC (rev 772920)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: BlackIkeEagle 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pycryptodomex
+pkgname=('python-pycryptodomex' 'python2-pycryptodomex')
+pkgver=3.9.9
+pkgrel=1
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='https://www.pycryptodome.org/'
+arch=('x86_64')
+license=('BSD')
+
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+sha512sums=('68a59cd537c1745db0082979716f0ba0508bb9d82d7129d42931056b5927f27ada1b92f88cc7c4d3954a02cd724a88c0e60fa38a5d8d7c73baa6541d332ff8a9')
+
+prepare() {
+   cp -a pycryptodomex-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/pycryptodomex-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pycryptodomex() {
+   depends=('python')
+
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+package_python2-pycryptodomex() {
+   depends=('python2')
+
+   cd pycryptodomex-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}


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

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:21:12
  Author: dvzrv
Revision: 772922

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
(from rev 772921, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/0001-Audit-includes.patch
  rosegarden/repos/community-x86_64/PKGBUILD

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |  124 +++-
 2 files changed, 58 insertions(+), 236 deletions(-)

Deleted: 0001-Audit-includes.patch
===
--- 0001-Audit-includes.patch   2020-12-09 19:20:48 UTC (rev 772921)
+++ 0001-Audit-includes.patch   2020-12-09 19:21:12 UTC (rev 772922)
@@ -1,170 +0,0 @@
-From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
-From: Ted Felix 
-Date: Thu, 4 Jun 2020 20:29:40 -0400
-Subject: [PATCH] Audit #includes
-
-Fix build issues with Qt 5.15.  Bug #1585.

- src/gui/general/ThornStyle.cpp | 25 +
- src/gui/general/ThornStyle.h   | 12 +++-
- src/gui/widgets/Panner.cpp | 18 ++
- src/gui/widgets/Panner.h   | 15 ++-
- 4 files changed, 52 insertions(+), 18 deletions(-)
-
-diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
-index b4586cb0..387e19e7 100644
 a/src/gui/general/ThornStyle.cpp
-+++ b/src/gui/general/ThornStyle.cpp
-@@ -19,32 +19,33 @@
- 
- #include "ThornStyle.h"
- 
--#include "ResourceFinder.h"
- #include "gui/general/IconLoader.h"
- #include "misc/Debug.h"
- 
--#include 
-+#include   // qApp
- #include 
-+#include 
- #include 
-+#include 
-+#include 
- #include 
--#include 
-+#include 
- #include 
--#include 
- #include 
- #include 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
-+#include 
- #include 
--#include 
-+#include   // QStyleOption* classes
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
- 
- using namespace Rosegarden;
- 
-diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
-index f56e2086..e5385724 100644
 a/src/gui/general/ThornStyle.h
-+++ b/src/gui/general/ThornStyle.h
-@@ -18,8 +18,18 @@
- #ifndef RG_THORN_STYLE_H
- #define RG_THORN_STYLE_H
- 
--#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+class QPainter;
-+class QStyleOption;
-+class QStyleOptionComplex;
-+class QWidget;
-+
- #include 
- 
- namespace Rosegarden
-diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
-index ceba4eae..e3ee2479 100644
 a/src/gui/widgets/Panner.cpp
-+++ b/src/gui/widgets/Panner.cpp
-@@ -24,14 +24,23 @@
- #include "misc/Debug.h"
- #include "base/Profiler.h"
- 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
--#include 
- 
- namespace Rosegarden
- {
- 
-+
- class PannerScene : public QGraphicsScene
- {
- public:
-@@ -39,6 +48,7 @@ public:
- };
- 
- Panner::Panner() :
-+m_pointerHeight(0),
- m_pointerVisible(false),
- m_clicked(false)
- {
-@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
- emit pannedRectChanged(m_pannedRect);
- viewport()->update();
- }
--   
--}
- 
-+
-+}
-diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
-index d5f6ec5a..07bfaeb4 100644
 a/src/gui/widgets/Panner.h
-+++ b/src/gui/widgets/Panner.h
-@@ -19,6 +19,19 @@
- #define RG_PANNER_H
- 
- #include 
-+#include 
-+#include 
-+#include 
-+
-+class QGraphicsItem;
-+class QGraphicsScene;
-+class QMouseEvent;
-+class QPainter;
-+class QPaintEvent;
-+class QResizeEvent;
-+class QStyleOptionGraphicsItem;
-+class QWheelEvent;
-+
- 
- namespace Rosegarden
- {
-@@ -87,7 +100,7 @@ protected:
- QPixmap m_cache;
- };
- 
-+
- }
- 
- #endif
--
--- 
-2.17.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:20:48 UTC (rev 772921)
+++ PKGBUILD2020-12-09 19:21:12 UTC (rev 772922)
@@ -1,66 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=20.06
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'lirc' 'hicolor-icon-theme' 'qt5-base' 'zlib')
-makedepends=('alsa-lib' 'cmake' 'dssi' 'fftw' 'jack' 'ladspa' 'liblrdf' 'liblo'
-'libsamplerate' 'libsndfile' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('cups: Printing support'
-'evince: Print preview support'
-'lilypond: Notation display support'
-'mupdf: Print preview support'
-'okular: Print preview support'
-  

[arch-commits] Commit in rosegarden/trunk (0001-Audit-includes.patch PKGBUILD)

2020-12-09 Thread David Runge via arch-commits
Date: Wednesday, December 9, 2020 @ 19:20:48
  Author: dvzrv
Revision: 772921

upgpkg: rosegarden 20.12-1: Upgrade to 20.12.

Remove now included patch.
Add changelog.

Modified:
  rosegarden/trunk/PKGBUILD
Deleted:
  rosegarden/trunk/0001-Audit-includes.patch

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |   18 +---
 2 files changed, 5 insertions(+), 183 deletions(-)

Deleted: 0001-Audit-includes.patch
===
--- 0001-Audit-includes.patch   2020-12-09 19:12:32 UTC (rev 772920)
+++ 0001-Audit-includes.patch   2020-12-09 19:20:48 UTC (rev 772921)
@@ -1,170 +0,0 @@
-From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
-From: Ted Felix 
-Date: Thu, 4 Jun 2020 20:29:40 -0400
-Subject: [PATCH] Audit #includes
-
-Fix build issues with Qt 5.15.  Bug #1585.

- src/gui/general/ThornStyle.cpp | 25 +
- src/gui/general/ThornStyle.h   | 12 +++-
- src/gui/widgets/Panner.cpp | 18 ++
- src/gui/widgets/Panner.h   | 15 ++-
- 4 files changed, 52 insertions(+), 18 deletions(-)
-
-diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
-index b4586cb0..387e19e7 100644
 a/src/gui/general/ThornStyle.cpp
-+++ b/src/gui/general/ThornStyle.cpp
-@@ -19,32 +19,33 @@
- 
- #include "ThornStyle.h"
- 
--#include "ResourceFinder.h"
- #include "gui/general/IconLoader.h"
- #include "misc/Debug.h"
- 
--#include 
-+#include   // qApp
- #include 
-+#include 
- #include 
-+#include 
-+#include 
- #include 
--#include 
-+#include 
- #include 
--#include 
- #include 
- #include 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
-+#include 
- #include 
--#include 
-+#include   // QStyleOption* classes
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
- 
- using namespace Rosegarden;
- 
-diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
-index f56e2086..e5385724 100644
 a/src/gui/general/ThornStyle.h
-+++ b/src/gui/general/ThornStyle.h
-@@ -18,8 +18,18 @@
- #ifndef RG_THORN_STYLE_H
- #define RG_THORN_STYLE_H
- 
--#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+class QPainter;
-+class QStyleOption;
-+class QStyleOptionComplex;
-+class QWidget;
-+
- #include 
- 
- namespace Rosegarden
-diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
-index ceba4eae..e3ee2479 100644
 a/src/gui/widgets/Panner.cpp
-+++ b/src/gui/widgets/Panner.cpp
-@@ -24,14 +24,23 @@
- #include "misc/Debug.h"
- #include "base/Profiler.h"
- 
--#include 
-+#include 
-+#include 
- #include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
--#include 
- 
- namespace Rosegarden
- {
- 
-+
- class PannerScene : public QGraphicsScene
- {
- public:
-@@ -39,6 +48,7 @@ public:
- };
- 
- Panner::Panner() :
-+m_pointerHeight(0),
- m_pointerVisible(false),
- m_clicked(false)
- {
-@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
- emit pannedRectChanged(m_pannedRect);
- viewport()->update();
- }
--   
--}
- 
-+
-+}
-diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
-index d5f6ec5a..07bfaeb4 100644
 a/src/gui/widgets/Panner.h
-+++ b/src/gui/widgets/Panner.h
-@@ -19,6 +19,19 @@
- #define RG_PANNER_H
- 
- #include 
-+#include 
-+#include 
-+#include 
-+
-+class QGraphicsItem;
-+class QGraphicsScene;
-+class QMouseEvent;
-+class QPainter;
-+class QPaintEvent;
-+class QResizeEvent;
-+class QStyleOptionGraphicsItem;
-+class QWheelEvent;
-+
- 
- namespace Rosegarden
- {
-@@ -87,7 +100,7 @@ protected:
- QPixmap m_cache;
- };
- 
-+
- }
- 
- #endif
--
--- 
-2.17.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:12:32 UTC (rev 772920)
+++ PKGBUILD2020-12-09 19:20:48 UTC (rev 772921)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=20.06
+pkgver=20.12
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('x86_64')
@@ -25,18 +25,10 @@
 'flac: FLAC support'
 'wavpack: Lossless audio codec support')
 provides=('dssi-host' 'ladspa-host')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-"0001-Audit-includes.patch")
-sha512sums=('7f3892697b99344d47e2bf398f6fe82de9867a093f3396d571730a30f3442a923f16a5472a74bda865205696ff3834c0a188ceefae17e56b137d8df1a56e03f7'
-
'b754dc23e317f16c891c30297087868b75cfb6ec440abc54994db7d9b07d02f6b68154994f09c640c6b7e1c998a841f543f76bc3c507e73215e8e64756e4')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)

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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:07
  Author: kpcyrd
Revision: 772912

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 772911, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 772911, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 772911, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  162 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:03:49 UTC (rev 772911)
+++ PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
@@ -1,81 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.1.5
-_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
-pkgrel=2
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit};
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson.git;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx.git;
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni 

-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 772911, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
@@ -0,0 +1,81 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.6
+_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
+makedepends=('git' 'cmake' 'boost')
+source=(
+

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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:08:32
  Author: demize
Revision: 772918

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 772917, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:08:29 UTC (rev 772917)
+++ PKGBUILD2020-12-09 19:08:32 UTC (rev 772918)
@@ -1,24 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=repo
-pkgver=2.9
-pkgrel=1
-
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo;
-arch=('any')
-license=("APACHE")
-
-depends=("git" "python")
-
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65'
-  '16530D5E920F5C65') # Repo Maintainer 
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
-
-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 772917, repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:08:32 UTC (rev 772918)
@@ -0,0 +1,24 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=repo
+pkgver=2.10
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo;
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65'
+  '16530D5E920F5C65') # Repo Maintainer 
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
+
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}


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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:08:29
  Author: demize
Revision: 772917

upgpkg: repo 2.10-1

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:05:56 UTC (rev 772916)
+++ PKGBUILD2020-12-09 19:08:29 UTC (rev 772917)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=repo
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"


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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:05:56
  Author: demize
Revision: 772916

archrelease: copy trunk to community-testing-any

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

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

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


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

2020-12-09 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 9, 2020 @ 19:05:50
  Author: demize
Revision: 772915

upgpkg: python-pysaml2 6.4.1-1

Modified:
  python-pysaml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:04:24 UTC (rev 772914)
+++ PKGBUILD2020-12-09 19:05:50 UTC (rev 772915)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=python-pysaml2
-pkgver=6.2.0
-pkgrel=3
+pkgver=6.4.1
+pkgrel=1
 
 pkgdesc='Python implementation of SAML Version 2'
 url='https://pypi.python.org/pypi/pysaml2'
@@ -19,12 +19,13 @@
  'python-pyopenssl'
  'python-dateutil'
  'python-six'
- 'python-defusedxml')
+ 'python-defusedxml'
+ 'xmlsec')
 makedepends=('python-setuptools')
 
 source=("https://pypi.org/packages/source/p/pysaml2/pysaml2-$pkgver.tar.gz;)
 
-md5sums=('a249944d0b3c601515477cfa05455f65')
+md5sums=('9a17a52d1df96cb9e41f35f68e7bc0bb')
 
 build() {
cd "$srcdir"/pysaml2-$pkgver


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:23:23
  Author: felixonmars
Revision: 772910

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 772909, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 18:23:23 UTC (rev 772910)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=72
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_hkgname-$pkgver/$_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=-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
+}
+
+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-ci/trunk (PKGBUILD)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:23:13
  Author: felixonmars
Revision: 772909

upgpkg: haskell-ci 0.10.3-72: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:21:22 UTC (rev 772908)
+++ PKGBUILD2020-12-09 18:23:13 UTC (rev 772909)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=71
+pkgrel=72
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:21:22
  Author: felixonmars
Revision: 772908

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 772907, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 772907, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 18:21:22 UTC (rev 772908)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=207
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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='-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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:21:12
  Author: felixonmars
Revision: 772907

upgpkg: shellcheck 0.7.1-207: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:11:49 UTC (rev 772906)
+++ PKGBUILD2020-12-09 18:21:12 UTC (rev 772907)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=206
+pkgrel=207
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:11:49
  Author: felixonmars
Revision: 772906

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 18:11:38 UTC (rev 772905)
+++ PKGBUILD2020-12-09 18:11:49 UTC (rev 772906)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.42.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b0b474957ffd3ea2f7257e1dd73e5ee6a7544b719fbee2004d4af7219599eaee008dee14c2d16a13a5133514847dac2e5409182f9b4deec89cbca10a8f16b80c')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 772905, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 18:11:49 UTC (rev 772906)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.42.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('b0045627a4334b46bb4782075636ec3f6b329f754525704aa459e1c84f01cf8edd9f71b9fb7b287ea120784a5e087f11eeb8d0c9eaf7a85db8533b6cb223ba40')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
+
+  

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:11:38
  Author: felixonmars
Revision: 772905

upgpkg: python-hypothesis 5.42.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:10:41 UTC (rev 772904)
+++ PKGBUILD2020-12-09 18:11:38 UTC (rev 772905)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.42.0
+pkgver=5.42.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('b0b474957ffd3ea2f7257e1dd73e5ee6a7544b719fbee2004d4af7219599eaee008dee14c2d16a13a5133514847dac2e5409182f9b4deec89cbca10a8f16b80c')
+sha512sums=('b0045627a4334b46bb4782075636ec3f6b329f754525704aa459e1c84f01cf8edd9f71b9fb7b287ea120784a5e087f11eeb8d0c9eaf7a85db8533b6cb223ba40')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:10:41
  Author: felixonmars
Revision: 772904

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 772903, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
772903, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 18:10:41 UTC (rev 772904)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.4.1
+pkgrel=68
+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' 'pandoc-citeproc' 
'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-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi $_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 \
+-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 || echo 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:10:31
  Author: felixonmars
Revision: 772903

upgpkg: haskell-hakyll 4.13.4.1-68: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:08:28 UTC (rev 772902)
+++ PKGBUILD2020-12-09 18:10:31 UTC (rev 772903)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.4.1
-pkgrel=67
+pkgrel=68
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:08:28
  Author: felixonmars
Revision: 772902

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 772901, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
772901, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 18:08:28 UTC (rev 772902)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17.0.2
+pkgrel=107
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+uusi $pkgname.cabal
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+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
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:08:18
  Author: felixonmars
Revision: 772901

upgpkg: pandoc-citeproc 0.17.0.2-107: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:04:21 UTC (rev 772900)
+++ PKGBUILD2020-12-09 18:08:18 UTC (rev 772901)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=106
+pkgrel=107
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:04:21
  Author: felixonmars
Revision: 772900

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 772899, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 772899, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 18:04:21 UTC (rev 772900)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.11.2
+pkgrel=1
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-citeproc' 'haskell-commonmark' 
'haskell-commonmark-extensions'
+ 'haskell-commonmark-pandoc' 'haskell-connection' 
'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9d32b2511c83b5620afa2bb07c97321c18fe1365d1eab2e082563bf23748cf733b8701451467b9a185af21a48a79476014307e2624149b04c0a62ab3e1783037')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+uusi -u base64-bytestring -u random $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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 "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 18:04:10
  Author: felixonmars
Revision: 772899

upgpkg: pandoc 2.11.2-1: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:58:09 UTC (rev 772898)
+++ PKGBUILD2020-12-09 18:04:10 UTC (rev 772899)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=2.11.1
-pkgrel=11
+pkgver=2.11.2
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -31,7 +31,7 @@
  'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
  'haskell-executable-path')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8b04514127885e7370e750906486a1deb463a391e2ce75fa0ce12c94fe110074d73784185ad4a1314505b5d4dff2cdb508678347dc8c95e62bd4fedd0ae2225a')
+sha512sums=('9d32b2511c83b5620afa2bb07c97321c18fe1365d1eab2e082563bf23748cf733b8701451467b9a185af21a48a79476014307e2624149b04c0a62ab3e1783037')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:58:09
  Author: felixonmars
Revision: 772898

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 772897, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:57:59 UTC (rev 772897)
+++ PKGBUILD2020-12-09 17:58:09 UTC (rev 772898)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=5.8.0.31
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python' 'go' 'golang-deepin-lib')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('cba23673851f3e88120168f02580224811843f713422c1d7c6ee3ce90f7f2e905a2a87c4c35a1c0f669c0fe3ca1ba7e6172a2887d385bc439df4a0ba23a89b84'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
-overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
-  # fix network checker url
-  sed -i "s#'https://www.chinauos.com', 
'https://www.uniontech.com'#'https://www.archlinux.org'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
-  # fix for deepin-wm (their documentation is lying here)
-  sed -i "s|''|'deepin-wm'|" 
schemas/com.deepin.dde.startdde.gschema.xml
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 772897, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:58:09 UTC (rev 772898)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.8.0.32
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('e02733d35855c30fa1e18368da31b9200b6a3a12d708071e73ff77d3874b4942e61acefaca11cf7651386319c514005af96cc5f5f2ad057fbba31eb819a41d6d'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
+overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
+  # fix network checker url
+  sed -i "s#'https://www.chinauos.com', 
'https://www.uniontech.com'#'https://www.archlinux.org'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
+  # fix for deepin-wm (their documentation is lying here)
+  sed -i "s|''|'deepin-wm'|" 
schemas/com.deepin.dde.startdde.gschema.xml
+}
+

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:57:59
  Author: felixonmars
Revision: 772897

upgpkg: deepin-desktop-schemas 5.8.0.32-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:56:31 UTC (rev 772896)
+++ PKGBUILD2020-12-09 17:57:59 UTC (rev 772897)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=5.8.0.31
+pkgver=5.8.0.32
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('cba23673851f3e88120168f02580224811843f713422c1d7c6ee3ce90f7f2e905a2a87c4c35a1c0f669c0fe3ca1ba7e6172a2887d385bc439df4a0ba23a89b84'
+sha512sums=('e02733d35855c30fa1e18368da31b9200b6a3a12d708071e73ff77d3874b4942e61acefaca11cf7651386319c514005af96cc5f5f2ad057fbba31eb819a41d6d'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:56:31
  Author: felixonmars
Revision: 772896

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 772895, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:56:20 UTC (rev 772895)
+++ PKGBUILD2020-12-09 17:56:31 UTC (rev 772896)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.2.0.75
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-# startdde: for com.deepin.SessionManager
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
- 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
- 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
-makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'deepin-compressor: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('451dbd9e5e91824f829c1d1e0e9722f57d0029772a099971d83bb2fa340c1aea09d5310f75ce5692ce6cd17869bff1a40feed68a7a1f39d6d0b50791c14d2996')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i '/#include /a #include ' 
dialogs/dfmtaskwidget.cpp
-  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/dfmglobal.cpp
-  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/{dlistitemdelegate,dfmstyleditemdelegate,diconitemdelegate}.cpp
 dde-file-manager-lib/dialogs/openwithdialog.cpp
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr filemanager.pro
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 772895, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:56:31 UTC (rev 772896)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.2.0.82
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+# startdde: for com.deepin.SessionManager
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
+ 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
+ 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
+makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'deepin-compressor: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('2e6e12b0bc92835c4da43a57db2e50a35ebb60ae3e847028fb581147ca87d84fe2547e1d0e07bd242762011529a1004ff4437c64ca861b08f3f3bc44cd8fd55c')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i '/#include /a #include ' 
dialogs/dfmtaskwidget.cpp
+  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/dfmglobal.cpp
+  sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/{dlistitemdelegate,dfmstyleditemdelegate,diconitemdelegate}.cpp
 dde-file-manager-lib/dialogs/openwithdialog.cpp
+  sed -e 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' \
+  -e 's|systemd_service.path = /lib/systemd/system|systemd_service.path = 
/usr/lib/systemd/system|' \
+  -i 

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:56:20
  Author: felixonmars
Revision: 772895

upgpkg: deepin-file-manager 1:5.2.0.82-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:52:13 UTC (rev 772894)
+++ PKGBUILD2020-12-09 17:56:20 UTC (rev 772895)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.2.0.76
+pkgver=5.2.0.82
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -26,7 +26,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('db7591383cffb59188e77558310801ea9e7994fb1f7fa93d5922ee28dfa1fb690cfedd40e5565fd8359b73a30df47fbb824f4c242951c4db6525b550021a')
+sha512sums=('2e6e12b0bc92835c4da43a57db2e50a35ebb60ae3e847028fb581147ca87d84fe2547e1d0e07bd242762011529a1004ff4437c64ca861b08f3f3bc44cd8fd55c')
 
 prepare() {
   cd dde-file-manager-$pkgver
@@ -33,7 +33,9 @@
   sed -i '/#include /a #include ' 
dialogs/dfmtaskwidget.cpp
   sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/dfmglobal.cpp
   sed -i '/#include /a #include ' 
dde-file-manager-lib/interfaces/{dlistitemdelegate,dfmstyleditemdelegate,diconitemdelegate}.cpp
 dde-file-manager-lib/dialogs/openwithdialog.cpp
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+  sed -e 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' \
+  -e 's|systemd_service.path = /lib/systemd/system|systemd_service.path = 
/usr/lib/systemd/system|' \
+  -i dde-file-manager-daemon/dde-file-manager-daemon.pro
 }
 
 build() {


[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:52:13
  Author: felixonmars
Revision: 772894

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 772893, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:52:02 UTC (rev 772893)
+++ PKGBUILD2020-12-09 17:52:13 UTC (rev 772894)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=5.6.0.4
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'gdk-pixbuf-xlib' 
'mobile-broadband-provider-info'
- 'libx11' 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
- 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
- # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
-checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('572dfd30c56adf7e5418a0900428672f12f5d6a7075e350f65215116fa3aa4238df87ea5176b86fb149211b9b5d11ff6e56e600e4edf64c85788d6aecb1d5586')
-
-prepare() {
-  cd go-lib-$pkgver
-  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
-}
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO: make packages for them
-  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
-  # TODO: figure out why pulse tests hang
-  # passwd: test needs to access /etc/passwd
-  # group & timer & log & dbus: build failed
-  # shell: TestEncode failed
-  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 772893, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:52:13 UTC (rev 772894)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=5.6.0.5
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'gdk-pixbuf-xlib' 
'mobile-broadband-provider-info'
+ 'libx11' 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('66cc7f9f2e749bf0935d0511b29e31d8e7978c45abea712c38616b70e844b71eab0fc61421061504098aaa50452b4c4c651dc3e69aa36e3ca3746c122cd6c3a9')
+
+prepare() {
+  cd go-lib-$pkgver
+  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e 

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:52:02
  Author: felixonmars
Revision: 772893

upgpkg: golang-deepin-lib 5.6.0.5-1

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:51:36 UTC (rev 772892)
+++ PKGBUILD2020-12-09 17:52:02 UTC (rev 772893)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=golang-deepin-lib
-pkgver=5.6.0.4
+pkgver=5.6.0.5
 pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
@@ -16,7 +16,7 @@
 conflicts=('deepin-go-lib')
 provides=('deepin-go-lib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('572dfd30c56adf7e5418a0900428672f12f5d6a7075e350f65215116fa3aa4238df87ea5176b86fb149211b9b5d11ff6e56e600e4edf64c85788d6aecb1d5586')
+sha512sums=('66cc7f9f2e749bf0935d0511b29e31d8e7978c45abea712c38616b70e844b71eab0fc61421061504098aaa50452b4c4c651dc3e69aa36e3ca3746c122cd6c3a9')
 
 prepare() {
   cd go-lib-$pkgver


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:51:36
  Author: felixonmars
Revision: 772892

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:51:26 UTC (rev 772891)
+++ PKGBUILD2020-12-09 17:51:36 UTC (rev 772892)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=5.3.0.28
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('b0fe4237591349d49c71d156dfa3a88dda51132f57fc2c953439da6916ba456cf368d0b01cf9174602f8452bd14545561e9ccb8bc2cbb56cdf49b4ad2d3d1a5b')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  ninja
-}
-
-package() {
-  cd dde-dock-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 772891, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:51:36 UTC (rev 772892)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=5.3.0.30
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('5c0ac7699ab26487342d77babccc47d74793326a10de3177620df5e3b90f13af90fd18e3c482579d33d9b76ad0ebf621679630345e2c179c9f925ef25d4b647d')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  ninja
+}
+
+package() {
+  cd dde-dock-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:51:26
  Author: felixonmars
Revision: 772891

upgpkg: deepin-dock 5.3.0.30-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:49:27 UTC (rev 772890)
+++ PKGBUILD2020-12-09 17:51:26 UTC (rev 772891)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=5.3.0.28
+pkgver=5.3.0.30
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('b0fe4237591349d49c71d156dfa3a88dda51132f57fc2c953439da6916ba456cf368d0b01cf9174602f8452bd14545561e9ccb8bc2cbb56cdf49b4ad2d3d1a5b')
+sha512sums=('5c0ac7699ab26487342d77babccc47d74793326a10de3177620df5e3b90f13af90fd18e3c482579d33d9b76ad0ebf621679630345e2c179c9f925ef25d4b647d')
 
 build() {
   cd dde-dock-$pkgver


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:49:27
  Author: felixonmars
Revision: 772890

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
772889, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 17:49:27 UTC (rev 772890)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.2
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('cc1c6efc35dd947aac7d2c5d45f66c2934ae28ec8ea61bae2ddaf1101a72f30726714576585e44096f013b1cc041a657e6cafb77aae52fd30f8adb62ee04dc1f')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:49:17
  Author: felixonmars
Revision: 772889

upgpkg: haskell-citeproc 0.2-1: rebuild with citeproc 0.2, pandoc 2.11.2

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:43:32 UTC (rev 772888)
+++ PKGBUILD2020-12-09 17:49:17 UTC (rev 772889)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.1.1.1
-pkgrel=4
+pkgver=0.2
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('e6c1d59251bfbca4271071db7b3a6aaaed62dba118a3f726f396adcedaef6bd634e60227f5399d9a582516fd08eb5b6f09f9601b68a1fd077e524eb9f588fade')
+sha512sums=('cc1c6efc35dd947aac7d2c5d45f66c2934ae28ec8ea61bae2ddaf1101a72f30726714576585e44096f013b1cc041a657e6cafb77aae52fd30f8adb62ee04dc1f')
 
 prepare() {
   cd $_hkgname-$pkgver


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:48:28
  Author: felixonmars
Revision: 403212

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:48:16 UTC (rev 403211)
+++ PKGBUILD2020-12-09 17:48:28 UTC (rev 403212)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.2.1
-pkgrel=3
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
-  'python-pretend' 'python-hypothesis' 'python-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('e3f1806693c24aadc3ef0df374ce1845760e87ad7c243226b75e80820b50bdc0760e4bb5f6ce26d62a6d23736b3109f72cd30b52ae2a36b26ec5656ec96c6175')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd cryptography-$pkgver
-  python setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 403211, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:48:28 UTC (rev 403212)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=3.3
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:48:16
  Author: felixonmars
Revision: 403211

upgpkg: python-cryptography 3.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:24:23 UTC (rev 403210)
+++ PKGBUILD2020-12-09 17:48:16 UTC (rev 403211)
@@ -2,8 +2,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.2.1
-pkgrel=3
+pkgver=3.3
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('e3f1806693c24aadc3ef0df374ce1845760e87ad7c243226b75e80820b50bdc0760e4bb5f6ce26d62a6d23736b3109f72cd30b52ae2a36b26ec5656ec96c6175')
+sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:43:24
  Author: felixonmars
Revision: 772884

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 772883, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:43:13 UTC (rev 772883)
+++ PKGBUILD2020-12-09 17:43:24 UTC (rev 772884)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=5.6.0.18
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
- 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-optdepends=('deepin-wm: Legacy 3D window manager'
-'deepin-metacity: Legacy 2D window manager'
-'deepin-kwin: Preferred window manager')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;
-
wmcmd-fix.patch::https://github.com/linuxdeepin/startdde/commit/352fa3595494ec69970fb0a02e4d6053ec6927cf.patch)
-sha512sums=('0efa121653053c03b911562ff0ea8203032c79b528fa1914f8c497a87708ccc41fa4a6a5d91079475ed3bb6f762fde7df4a54aa8786cb75e1576972f061b0f60'
-
'7aa0ee32be3276bd9cc4b1594221ca0217d2b78ffa948294d1e9d9049b965ec3bfe70a0bb799450dc342fe7cabc713f9bf2db3f4bb1207fdff6355d4eb6ecedd')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-  patch -d startdde-$pkgver -p1 < wmcmd-fix.patch
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 772883, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:43:24 UTC (rev 772884)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.6.0.19
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;
+
wmcmd-fix.patch::https://github.com/linuxdeepin/startdde/commit/352fa3595494ec69970fb0a02e4d6053ec6927cf.patch)
+sha512sums=('ea9de71b22c167afc518187608f984e39d5a8b939b465c7fac466ee0e64ff34d893c61f9e5499364e7e2d65f52e3e2bfae2de269cdaa73df52a102421fe6bfa4'
+
'7aa0ee32be3276bd9cc4b1594221ca0217d2b78ffa948294d1e9d9049b965ec3bfe70a0bb799450dc342fe7cabc713f9bf2db3f4bb1207fdff6355d4eb6ecedd')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors github.com/godbus/dbus 
github.com/fsnotify/fsnotify
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+  patch -d startdde-$pkgver -p1 < wmcmd-fix.patch
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export 

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:43:13
  Author: felixonmars
Revision: 772883

upgpkg: startdde 5.6.0.19-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:42:23 UTC (rev 772882)
+++ PKGBUILD2020-12-09 17:43:13 UTC (rev 772883)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=5.6.0.18
+pkgver=5.6.0.19
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;
 
wmcmd-fix.patch::https://github.com/linuxdeepin/startdde/commit/352fa3595494ec69970fb0a02e4d6053ec6927cf.patch)
-sha512sums=('0efa121653053c03b911562ff0ea8203032c79b528fa1914f8c497a87708ccc41fa4a6a5d91079475ed3bb6f762fde7df4a54aa8786cb75e1576972f061b0f60'
+sha512sums=('ea9de71b22c167afc518187608f984e39d5a8b939b465c7fac466ee0e64ff34d893c61f9e5499364e7e2d65f52e3e2bfae2de269cdaa73df52a102421fe6bfa4'
 
'7aa0ee32be3276bd9cc4b1594221ca0217d2b78ffa948294d1e9d9049b965ec3bfe70a0bb799450dc342fe7cabc713f9bf2db3f4bb1207fdff6355d4eb6ecedd')
 
 prepare() {


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:42:23
  Author: felixonmars
Revision: 772882

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 772881, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 772881, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 17:42:23 UTC (rev 772882)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.20
+pkgrel=1
+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=('0218c586c4a094cc5ca8c6214362591ef9962fe809679ea6a023f21728fb87dea124524af8df9e1a654f503c3d50312ae751cbb8460b7d7bde1f49cf30a6aa92')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:42:13
  Author: felixonmars
Revision: 772881

upgpkg: hledger-web 1.20-1: rebuild with hledger 1.20, hledger-lib 1.20, 
hledger-ui 1.20, hledger-web 1.20

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:42:08 UTC (rev 772880)
+++ PKGBUILD2020-12-09 17:42:13 UTC (rev 772881)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-web
-pkgver=1.19.1
-pkgrel=69
+pkgver=1.20
+pkgrel=1
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -11,16 +11,16 @@
 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-http-conduit'
+ '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')
-makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+ '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=('adef619601e918962e7b9eb9a4cd4a5e094b2ad245461d1cddcf9cfdb1c8d9f3b5b7ea08adee50c7855cbac28cf8216decc00dd1f3c1d6fc7da91aeecd9ed1be')
+sha512sums=('0218c586c4a094cc5ca8c6214362591ef9962fe809679ea6a023f21728fb87dea124524af8df9e1a654f503c3d50312ae751cbb8460b7d7bde1f49cf30a6aa92')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (4 files)

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:42:08
  Author: felixonmars
Revision: 772880

archrelease: copy trunk to community-x86_64

Added:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 772879, deepin-screen-recorder/trunk/PKGBUILD)
  
deepin-screen-recorder/repos/community-x86_64/deepin-screen-recorder-qt5.15.patch
(from rev 772879, 
deepin-screen-recorder/trunk/deepin-screen-recorder-qt5.15.patch)
Deleted:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
  
deepin-screen-recorder/repos/community-x86_64/deepin-screen-recorder-qt5.15.patch

-+
 PKGBUILD|   82 +-
 deepin-screen-recorder-qt5.15.patch |   72 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 17:41:55 UTC (rev 772879)
+++ PKGBUILD2020-12-09 17:42:08 UTC (rev 772880)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=5.8.0.43
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder;
-license=('GPL3')
-depends=('byzanz' 'deepin-qt5integration' 'deepin-turbo' 'ffmpeg' 'kconfig' 
'ki18n' 'kwindowsystem')
-makedepends=('qt5-tools')
-provides=('deepin-screenshot')
-conflicts=('deepin-screenshot')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;
- deepin-screen-recorder-qt5.15.patch)
-sha512sums=('1e649c5e89b267d606018cc9d079d450de45ad9876bfbfb37b80b9992534f2dfecd704b5ab1b8f4e42a97dea3f2e9848567364eecbc424e64a968b6bc317bd68'
-
'aaef789b5b1e74c9b2972bf94134b639393247ea4c6459e90d0b875d692b6adca71cafc27f1cc402fc81126eb47c52ae816867d7a3d2dfa775594dd839840247')
-
-prepare() {
-  cd deepin-screen-recorder-$pkgver
-
-  # X11 header's weirdness with GCC 10
-  sed -i '/include /a #undef min' src/event_monitor.cpp
-  sed -i '/#include /d;1i #include ' 
src/screen_shot_event.cpp
-
-  patch -p1 -i ../deepin-screen-recorder-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 
772879, deepin-screen-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 17:42:08 UTC (rev 772880)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=5.8.0.44
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder;
+license=('GPL3')
+depends=('byzanz' 'deepin-qt5integration' 'deepin-turbo' 'ffmpeg' 'kconfig' 
'ki18n' 'kwindowsystem')
+makedepends=('qt5-tools')
+provides=('deepin-screenshot')
+conflicts=('deepin-screenshot')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;
+ deepin-screen-recorder-qt5.15.patch)
+sha512sums=('54954c83e64ebf5d88f5ea5d06c251f6c5875c94204cbf19600ec6dff482730ee877636ba3a84bec0e9f5a2ba9cb6a7489008737524e4bbbe05af3ad40e6425c'
+
'aaef789b5b1e74c9b2972bf94134b639393247ea4c6459e90d0b875d692b6adca71cafc27f1cc402fc81126eb47c52ae816867d7a3d2dfa775594dd839840247')
+
+prepare() {
+  cd deepin-screen-recorder-$pkgver
+
+  # X11 header's weirdness with GCC 10
+  sed -i '/include /a #undef min' src/event_monitor.cpp
+  sed -i '/#include /d;1i #include ' 
src/screen_shot_event.cpp
+
+  patch -p1 -i ../deepin-screen-recorder-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-screen-recorder-qt5.15.patch
===
--- deepin-screen-recorder-qt5.15.patch 2020-12-09 17:41:55 UTC (rev 772879)
+++ deepin-screen-recorder-qt5.15.patch 2020-12-09 17:42:08 UTC (rev 772880)
@@ -1,36 +0,0 @@
-diff --git a/src/utils.cpp b/src/utils.cpp
-index 96f2226..7076d09 100755
 a/src/utils.cpp
-+++ b/src/utils.cpp
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/widgets/shapeswidget.cpp b/src/widgets/shapeswidget.cpp
-index 127620e..38638df 100755
 a/src/widgets/shapeswidget.cpp
-+++ b/src/widgets/shapeswidget.cpp
-@@ -20,6 +20,7 @@
- #include "shapeswidget.h"
- #include 
- #include 
-+#include 
- #include 
- 
- #include 

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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:41:55
  Author: felixonmars
Revision: 772879

upgpkg: deepin-screen-recorder 5.8.0.44-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:40:18 UTC (rev 772878)
+++ PKGBUILD2020-12-09 17:41:55 UTC (rev 772879)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=5.8.0.43
+pkgver=5.8.0.44
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz;
  deepin-screen-recorder-qt5.15.patch)
-sha512sums=('1e649c5e89b267d606018cc9d079d450de45ad9876bfbfb37b80b9992534f2dfecd704b5ab1b8f4e42a97dea3f2e9848567364eecbc424e64a968b6bc317bd68'
+sha512sums=('54954c83e64ebf5d88f5ea5d06c251f6c5875c94204cbf19600ec6dff482730ee877636ba3a84bec0e9f5a2ba9cb6a7489008737524e4bbbe05af3ad40e6425c'
 
'aaef789b5b1e74c9b2972bf94134b639393247ea4c6459e90d0b875d692b6adca71cafc27f1cc402fc81126eb47c52ae816867d7a3d2dfa775594dd839840247')
 
 prepare() {


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:40:18
  Author: felixonmars
Revision: 772878

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 772877, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 17:40:18 UTC (rev 772878)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.20
+pkgrel=1
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('71deab9734dce532faa5b66b99d8b9892dd12ce25745e58796e21b58ac0b59227a5e9fe2f1a1d29e935e0fe1eed631ac909037679fd54abb671ea3a077043d49')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:40:09
  Author: felixonmars
Revision: 772877

upgpkg: hledger-ui 1.20-1: rebuild with hledger 1.20, hledger-lib 1.20, 
hledger-ui 1.20, hledger-web 1.20

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:38:50 UTC (rev 772876)
+++ PKGBUILD2020-12-09 17:40:09 UTC (rev 772877)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-ui
-pkgver=1.19.1
-pkgrel=36
+pkgver=1.20
+pkgrel=1
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -11,11 +11,11 @@
 depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
  'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
  'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
- 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
  'haskell-vector' 'haskell-brick' 'haskell-vty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('421f65778a80d53a74ac983afe65e8277206d46b0fd9a10d53f9c6cdc6fd5bf20bf63c7b7586955629d8c0bd7ceb1ba5f33e2ec31035bab2da53958d20d2be95')
+sha512sums=('71deab9734dce532faa5b66b99d8b9892dd12ce25745e58796e21b58ac0b59227a5e9fe2f1a1d29e935e0fe1eed631ac909037679fd54abb671ea3a077043d49')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:38:50
  Author: felixonmars
Revision: 772876

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 772875, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-09 17:38:50 UTC (rev 772876)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.20
+pkgrel=1
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1e0666358ef0200f6bcf153e276cf59ad99448603aeaf4c8275fed2069a3b696f96b9025d684f7d06208821e5864e5057c777c10388d05d3396896012e31dd49')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 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
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   5   >