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

2020-10-30 Thread Baptiste Jonglez via arch-commits
Date: Friday, October 30, 2020 @ 17:58:46
  Author: zorun
Revision: 736887

archrelease: copy trunk to community-x86_64

Added:
  confuse/repos/community-x86_64/PKGBUILD
(from rev 736886, confuse/trunk/PKGBUILD)
Deleted:
  confuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-30 17:58:41 UTC (rev 736886)
+++ PKGBUILD2020-10-30 17:58:46 UTC (rev 736887)
@@ -1,33 +0,0 @@
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Contributor: Thorsten Töpper 
-# Maintainer: Baptiste Jonglez 
-
-pkgname=confuse
-pkgver=3.3
-pkgrel=1
-pkgdesc='C-library for parsing configuration files'
-arch=('x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-options=('!emptydirs')
-sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 736886, 
confuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-30 17:58:46 UTC (rev 736887)
@@ -0,0 +1,34 @@
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Contributor: Thorsten Töpper 
+# Maintainer: Baptiste Jonglez 
+
+pkgname=confuse
+pkgver=3.3
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
+arch=('x86_64')
+url='https://github.com/libconfuse/libconfuse'
+license=('ISC')
+depends=('glibc')
+source=("https://github.com/libconfuse/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+options=('!emptydirs')
+sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-10-30 Thread Baptiste Jonglez via arch-commits
Date: Friday, October 30, 2020 @ 17:58:35
  Author: zorun
Revision: 736885

upgpkg: confuse 3.3-2

Fix license, the project is using ISC

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 17:58:28 UTC (rev 736884)
+++ PKGBUILD2020-10-30 17:58:35 UTC (rev 736885)
@@ -6,13 +6,13 @@
 
 pkgname=confuse
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='C-library for parsing configuration files'
 arch=('x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
+url='https://github.com/libconfuse/libconfuse'
+license=('ISC')
 depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("https://github.com/libconfuse/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 options=('!emptydirs')
 sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
 
@@ -30,4 +30,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+  install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
 }


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

2020-10-19 Thread Baptiste Jonglez via arch-commits
Date: Monday, October 19, 2020 @ 22:33:16
  Author: zorun
Revision: 727383

upgpkg: fastd 21-1

Modified:
  fastd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 22:24:39 UTC (rev 727382)
+++ PKGBUILD2020-10-19 22:33:16 UTC (rev 727383)
@@ -3,7 +3,7 @@
 
 pkgname=fastd
 arch=("x86_64")
-pkgver=20
+pkgver=21
 pkgrel=1
 pkgdesc="Fast and secure tunneling daemon"
 makedepends=('meson')
@@ -12,8 +12,8 @@
 url="https://projects.universe-factory.net/projects/fastd;
 license=('BSD')
 
source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('56cab8639218d63237d9a5508fb2bf6fa637374d53fb7fa55b7e92e4d4dfeb00')
-sha512sums=('8cb722a12fff9f6ee068f67c7a03c287c82b97d851e580070a9bc94fac3b33395203617309e8aaea1c91781a7245ec872442f8567d10dc6d1efac8de89c050b3')
+sha256sums=('942f33bcd794bcb8e19da4c30c875bdfd4d0f1c24ec4dcdf51237791bbfb0d4c')
+sha512sums=('e6293559cabd186b5e784fd97dd4f33159980699532c7713264404d105d7a0923e417c43e639ef845d80088abec534a7417b2e5eaf39a65be431d1985c2e5ca4')
 
 build() {
   cd "$srcdir/fastd-${pkgver}"


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

2020-10-19 Thread Baptiste Jonglez via arch-commits
Date: Monday, October 19, 2020 @ 22:33:28
  Author: zorun
Revision: 727384

archrelease: copy trunk to community-x86_64

Added:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(from rev 727383, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
  fastd/repos/community-x86_64/PKGBUILD
(from rev 727383, fastd/trunk/PKGBUILD)
Deleted:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  fastd/repos/community-x86_64/PKGBUILD

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   72 +++
 PKGBUILD|   92 
+-
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-19 22:33:16 UTC (rev 727383)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-19 22:33:28 UTC (rev 727384)
@@ -1,36 +0,0 @@
-From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
-Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
-From: Matthias Schiffer 
-Date: Fri, 19 May 2017 19:36:24 +0200
-Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
- 1.1
-

- src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-index 7a2b565..c44427f 100644
 a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-+++ b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
-   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
- 
-   state->aes = EVP_CIPHER_CTX_new();
--  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
-+  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
- 
-   return state;
- }
-@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
- static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
-   int clen, clen2;
- 
--  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
-+  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
-   return false;
- 
-   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
--- 
-2.15.1
-

Copied: 
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
 (from rev 727383, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
(rev 0)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-19 22:33:28 UTC (rev 727384)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+   

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

2020-10-11 Thread Baptiste Jonglez via arch-commits
Date: Sunday, October 11, 2020 @ 09:28:50
  Author: zorun
Revision: 723453

archrelease: copy trunk to community-x86_64

Added:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(from rev 723452, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
  fastd/repos/community-x86_64/PKGBUILD
(from rev 723452, fastd/trunk/PKGBUILD)
Deleted:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  fastd/repos/community-x86_64/PKGBUILD

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   72 
 PKGBUILD|   88 
+-
 2 files changed, 82 insertions(+), 78 deletions(-)

Deleted: 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-11 09:28:40 UTC (rev 723452)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-11 09:28:50 UTC (rev 723453)
@@ -1,36 +0,0 @@
-From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
-Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
-From: Matthias Schiffer 
-Date: Fri, 19 May 2017 19:36:24 +0200
-Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
- 1.1
-

- src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-index 7a2b565..c44427f 100644
 a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-+++ b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
-   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
- 
-   state->aes = EVP_CIPHER_CTX_new();
--  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
-+  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
- 
-   return state;
- }
-@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
- static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
-   int clen, clen2;
- 
--  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
-+  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
-   return false;
- 
-   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
--- 
-2.15.1
-

Copied: 
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
 (from rev 723452, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
(rev 0)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-10-11 09:28:50 UTC (rev 723453)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+  

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

2020-10-11 Thread Baptiste Jonglez via arch-commits
Date: Sunday, October 11, 2020 @ 09:28:40
  Author: zorun
Revision: 723452

upgpkg: fastd 20-1, switch to meson, run tests

Modified:
  fastd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 09:28:26 UTC (rev 723451)
+++ PKGBUILD2020-10-11 09:28:40 UTC (rev 723452)
@@ -3,36 +3,40 @@
 
 pkgname=fastd
 arch=("x86_64")
-pkgver=19
+pkgver=20
 pkgrel=1
 pkgdesc="Fast and secure tunneling daemon"
-makedepends=('cmake')
+makedepends=('meson')
+checkdepends=('cmocka')
 depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
 url="https://projects.universe-factory.net/projects/fastd;
 license=('BSD')
 
source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('fc15c34214c41880449fe5f47c7577e31b61dda68eb8b3aa5a0b1ad2ab1922a3c4a92afa87a318ea30bb4579b8b0f6cee510312d895c16b3f5824bbc23523a3e')
+sha256sums=('56cab8639218d63237d9a5508fb2bf6fa637374d53fb7fa55b7e92e4d4dfeb00')
+sha512sums=('8cb722a12fff9f6ee068f67c7a03c287c82b97d851e580070a9bc94fac3b33395203617309e8aaea1c91781a7245ec872442f8567d10dc6d1efac8de89c050b3')
 
 build() {
-  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/fastd-${pkgver}"
+  meson setup   \
+--prefix=/usr   \
+-Dbuildtype=release \
+-Db_lto=true\
+-Dsystemd=enabled   \
+-Dbuild_tests=true  \
+. "$srcdir/build-${pkgver}"
+
   cd "$srcdir/build-${pkgver}"
-  
-  cmake \
--D CMAKE_BUILD_TYPE=RELEASE \
--D CMAKE_AR=/usr/bin/gcc-ar \
--D CMAKE_NM=/usr/bin/gcc-nm \
--D CMAKE_RANLIB=/usr/bin/gcc-ranlib \
--D CMAKE_INSTALL_PREFIX=/usr \
--D ENABLE_SYSTEMD=ON \
--D ENABLE_LTO=ON \
--D ENABLE_OPENSSL=ON \
-"../${pkgname}-${pkgver}"
-  make
+  ninja
 }
 
+check() {
+  cd "$srcdir/build-${pkgver}"
+  ninja test
+}
+
 package() {
   cd "$srcdir/build-${pkgver}"
-  make install DESTDIR="${pkgdir}"
+  DESTDIR="$pkgdir" ninja install
   
   install -dm755 "${pkgdir}/etc/fastd/"
   


[arch-commits] Commit in coq/trunk (0002-Sphinx-3-support.patch PKGBUILD)

2020-07-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, July 25, 2020 @ 10:51:25
  Author: zorun
Revision: 665260

upgpkg: coq 8.12.0-1

Modified:
  coq/trunk/PKGBUILD
Deleted:
  coq/trunk/0002-Sphinx-3-support.patch

-+
 0002-Sphinx-3-support.patch |   46 --
 PKGBUILD|9 ++--
 2 files changed, 3 insertions(+), 52 deletions(-)

Deleted: 0002-Sphinx-3-support.patch
===
--- 0002-Sphinx-3-support.patch 2020-07-25 10:16:14 UTC (rev 665259)
+++ 0002-Sphinx-3-support.patch 2020-07-25 10:51:25 UTC (rev 665260)
@@ -1,46 +0,0 @@
 a/doc/tools/coqrst/coqdomain.py
-+++ b/doc/tools/coqrst/coqdomain.py
-@@ -21,6 +21,7 @@ from itertools import chain
- from collections import defaultdict
- 
- from docutils import nodes, utils
-+from docutils.nodes import math_block
- from docutils.transforms import Transform
- from docutils.parsers.rst import Directive, directives
- from docutils.parsers.rst.roles import code_role #, set_classes
-@@ -34,7 +35,6 @@ from sphinx.util.logging import getLogge
- from sphinx.directives import ObjectDescription
- from sphinx.domains import Domain, ObjType, Index
- from sphinx.domains.std import token_xrefs
--from sphinx.ext import mathbase
- 
- from . import coqdoc
- from .repl import ansicolors
-@@ -74,8 +74,8 @@ def make_target(objtype, targetid):
- return "coq:{}.{}".format(objtype, targetid)
- 
- def make_math_node(latex, docname, nowrap):
--node = mathbase.displaymath()
--node['latex'] = latex
-+node = math_block()
-+node['text'] = latex
- node['label'] = None # Otherwise equations are numbered
- node['nowrap'] = nowrap
- node['docname'] = docname
-@@ -1249,11 +1249,11 @@ def setup(app):
- app.connect('doctree-resolved', 
CoqtopBlocksTransform.merge_consecutive_coqtop_blocks)
- 
- # Add extra styles
--app.add_stylesheet("ansi.css")
--app.add_stylesheet("coqdoc.css")
--app.add_javascript("notations.js")
--app.add_stylesheet("notations.css")
--app.add_stylesheet("pre-text.css")
-+app.add_css_file("ansi.css")
-+app.add_css_file("coqdoc.css")
-+app.add_js_file("notations.js")
-+app.add_css_file("notations.css")
-+app.add_css_file("pre-text.css")
- 
- # Tell Sphinx about extra settings
- app.add_config_value("report_undocumented_coq_objects", None, 'env')

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 10:16:14 UTC (rev 665259)
+++ PKGBUILD2020-07-25 10:51:25 UTC (rev 665260)
@@ -6,7 +6,7 @@
 # Contributor: William J. Bowman 
 
 pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.11.2
+pkgver=8.12.0
 pkgrel=1
 pkgdesc='Formal proof management system'
 arch=('x86_64')
@@ -22,9 +22,8 @@
  'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
  'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
  'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;
 "0002-Sphinx-3-support.patch")
-sha512sums=('f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c'
-
'1bcbe09593f90c89f27db97a910b934cdb3af566ca14db887f2f720faedc35922e4048ba833abbb96128cfc1c8dc023843f528c53f488fc8bc68eaeb83fd7658')
+source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
+sha512sums=('8a64624c578ce0ab781fb3b1f162bd8b095735ad891fdad2fb7c40849afbdc7c1360187c6b62a5ef2982566f4c6c78029240c611ae769943a5250af300eb1240')
 
 prepare() {
   gendesk -f -n --pkgname "coqide" \
@@ -31,8 +30,6 @@
 --name "CoqIDE Proof Assistant" \
 --pkgdesc "Graphical interface for the Coq proof assistant" \
 --categories "Development;Science;Math;IDE;GTK"
-  cd "$srcdir/coq-$pkgver"
-  patch -p1 -i "$srcdir/0002-Sphinx-3-support.patch"
 }
 
 build() {


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

2020-07-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, July 25, 2020 @ 10:51:35
  Author: zorun
Revision: 665261

archrelease: copy trunk to community-x86_64

Added:
  coq/repos/community-x86_64/PKGBUILD
(from rev 665260, coq/trunk/PKGBUILD)
Deleted:
  coq/repos/community-x86_64/0002-Sphinx-3-support.patch
  coq/repos/community-x86_64/PKGBUILD

-+
 0002-Sphinx-3-support.patch |   46 -
 PKGBUILD|  195 --
 2 files changed, 96 insertions(+), 145 deletions(-)

Deleted: 0002-Sphinx-3-support.patch
===
--- 0002-Sphinx-3-support.patch 2020-07-25 10:51:25 UTC (rev 665260)
+++ 0002-Sphinx-3-support.patch 2020-07-25 10:51:35 UTC (rev 665261)
@@ -1,46 +0,0 @@
 a/doc/tools/coqrst/coqdomain.py
-+++ b/doc/tools/coqrst/coqdomain.py
-@@ -21,6 +21,7 @@ from itertools import chain
- from collections import defaultdict
- 
- from docutils import nodes, utils
-+from docutils.nodes import math_block
- from docutils.transforms import Transform
- from docutils.parsers.rst import Directive, directives
- from docutils.parsers.rst.roles import code_role #, set_classes
-@@ -34,7 +35,6 @@ from sphinx.util.logging import getLogge
- from sphinx.directives import ObjectDescription
- from sphinx.domains import Domain, ObjType, Index
- from sphinx.domains.std import token_xrefs
--from sphinx.ext import mathbase
- 
- from . import coqdoc
- from .repl import ansicolors
-@@ -74,8 +74,8 @@ def make_target(objtype, targetid):
- return "coq:{}.{}".format(objtype, targetid)
- 
- def make_math_node(latex, docname, nowrap):
--node = mathbase.displaymath()
--node['latex'] = latex
-+node = math_block()
-+node['text'] = latex
- node['label'] = None # Otherwise equations are numbered
- node['nowrap'] = nowrap
- node['docname'] = docname
-@@ -1249,11 +1249,11 @@ def setup(app):
- app.connect('doctree-resolved', 
CoqtopBlocksTransform.merge_consecutive_coqtop_blocks)
- 
- # Add extra styles
--app.add_stylesheet("ansi.css")
--app.add_stylesheet("coqdoc.css")
--app.add_javascript("notations.js")
--app.add_stylesheet("notations.css")
--app.add_stylesheet("pre-text.css")
-+app.add_css_file("ansi.css")
-+app.add_css_file("coqdoc.css")
-+app.add_js_file("notations.js")
-+app.add_css_file("notations.css")
-+app.add_css_file("pre-text.css")
- 
- # Tell Sphinx about extra settings
- app.add_config_value("report_undocumented_coq_objects", None, 'env')

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 10:51:25 UTC (rev 665260)
+++ PKGBUILD2020-07-25 10:51:35 UTC (rev 665261)
@@ -1,99 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: acieroid
-# Contributor: spider-mario 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: George Giorgidze 
-# Contributor: William J. Bowman 
-
-pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.11.2
-pkgrel=1
-pkgdesc='Formal proof management system'
-arch=('x86_64')
-url='https://coq.inria.fr/'
-license=('GPL')
-groups=('coq')
-options=('!emptydirs')
-depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3')
-makedepends=('ocaml-findlib'
- 'lablgtk3' 'gendesk' # coqide
- 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
- 'texlive-fontsextra' 'texlive-science'
- 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
- 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
- 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;
 "0002-Sphinx-3-support.patch")
-sha512sums=('f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c'
-
'1bcbe09593f90c89f27db97a910b934cdb3af566ca14db887f2f720faedc35922e4048ba833abbb96128cfc1c8dc023843f528c53f488fc8bc68eaeb83fd7658')
-
-prepare() {
-  gendesk -f -n --pkgname "coqide" \
---name "CoqIDE Proof Assistant" \
---pkgdesc "Graphical interface for the Coq proof assistant" \
---categories "Development;Science;Math;IDE;GTK"
-  cd "$srcdir/coq-$pkgver"
-  patch -p1 -i "$srcdir/0002-Sphinx-3-support.patch"
-}
-
-build() {
-  cd "$srcdir/coq-$pkgver"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--configdir '/etc/xdg/coq/' \
--coqide opt \
--with-doc yes
-  # https://github.com/coq/coq/issues/12332
-  SPHINXWARNERROR=0 make world
-}
-
-package_coq() {
-  depends=('ocaml')
-  optdepends=('coqide: graphical Coq IDE'
-  'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin')
-  # coq-nox was the old name for coq without coqide
-  replaces=('coq-nox')
-  conflicts=('coq-nox')
-
-  cd "$srcdir/coq-$pkgver"
-
-  # The second target is needed to 

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

2020-06-05 Thread Baptiste Jonglez via arch-commits
Date: Friday, June 5, 2020 @ 21:44:06
  Author: zorun
Revision: 639231

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 639230, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 21:43:54 UTC (rev 639230)
+++ PKGBUILD2020-06-05 21:44:06 UTC (rev 639231)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='https://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
--DMSGPACK_ENABLE_STATIC=OFF \
--DBUILD_SHARED_LIBS=ON \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 639230, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 21:44:06 UTC (rev 639231)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='https://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('6e114d12a5ddb8cb11f669f83f32246e484a8addd0ce93f274996f1941c1f07b')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-05 Thread Baptiste Jonglez via arch-commits
Date: Friday, June 5, 2020 @ 21:43:54
  Author: zorun
Revision: 639230

upgpkg: msgpack-c 3.3.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 21:18:30 UTC (rev 639229)
+++ PKGBUILD2020-06-05 21:43:54 UTC (rev 639230)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='An efficient object serialization library'
 arch=("x86_64")
@@ -13,7 +13,7 @@
 checkdepends=("gtest")
 makedepends=("cmake")
 
source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
+sha256sums=('6e114d12a5ddb8cb11f669f83f32246e484a8addd0ce93f274996f1941c1f07b')
 
 build() {
   cd "msgpack-${pkgver}"
@@ -23,8 +23,6 @@
 -DMSGPACK_ENABLE_STATIC=OFF \
 -DMSGPACK_CXX11=ON \
 -DMSGPACK_BUILD_EXAMPLES=OFF \
--DMSGPACK_ENABLE_STATIC=OFF \
--DBUILD_SHARED_LIBS=ON \
 .
   make
 }


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

2020-05-27 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, May 27, 2020 @ 08:17:19
  Author: zorun
Revision: 635658

upgpkg: fig2dev 3.2.7.b-1

Fix version number

Modified:
  fig2dev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 08:14:03 UTC (rev 635657)
+++ PKGBUILD2020-05-27 08:17:19 UTC (rev 635658)
@@ -1,7 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=fig2dev
-pkgver=3.2.7b
+pkgver=3.2.7.b
+_upstreamver=3.2.7b
 pkgrel=1
 pkgdesc="Format conversion utility that can be used with xfig"
 arch=('x86_64')
@@ -12,24 +13,24 @@
 conflicts=('transfig')
 replaces=('transfig')
 provides=('transfig')
-source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz;
+source=("https://downloads.sourceforge.net/mcj/${pkgname}-${_upstreamver}.tar.xz;
 "LICENSE")
 sha1sums=('8097c178b7fff1023112250938cc87837c0f564e'
   'b8b712871615308b8b6add92f86d218437d652f2')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}-${_upstreamver}"
   ./configure --prefix=/usr --enable-transfig
   make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
 }
 
 check() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}-${_upstreamver}"
   make check
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}-${_upstreamver}"
   make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
 FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
 install


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

2020-05-27 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, May 27, 2020 @ 08:17:32
  Author: zorun
Revision: 635659

archrelease: copy trunk to community-x86_64

Added:
  fig2dev/repos/community-x86_64/LICENSE
(from rev 635658, fig2dev/trunk/LICENSE)
  fig2dev/repos/community-x86_64/PKGBUILD
(from rev 635658, fig2dev/trunk/PKGBUILD)
Deleted:
  fig2dev/repos/community-x86_64/LICENSE
  fig2dev/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   46 ++---
 PKGBUILD |   75 ++---
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-27 08:17:19 UTC (rev 635658)
+++ LICENSE 2020-05-27 08:17:32 UTC (rev 635659)
@@ -1,23 +0,0 @@
-/*
- * TransFig: Facility for Translating Fig code
- * Copyright (c) 1991 by Micah Beck
- * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
- *
- * Any party obtaining a copy of these files is granted, free of charge, a
- * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
- * nonexclusive right and license to deal in this software and
- * documentation files (the "Software"), including without limitation the
- * rights to use, copy, modify, merge, publish and/or distribute copies of
- * the Software, and to permit persons who receive copies from any such 
- * party to do so, with the only requirement being that this copyright 
- * notice remain intact.
- *
- */
-
-THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
-REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
-INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.

Copied: fig2dev/repos/community-x86_64/LICENSE (from rev 635658, 
fig2dev/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-27 08:17:32 UTC (rev 635659)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 08:17:19 UTC (rev 635658)
+++ PKGBUILD2020-05-27 08:17:32 UTC (rev 635659)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=fig2dev
-pkgver=3.2.7b
-pkgrel=1
-pkgdesc="Format conversion utility that can be used with xfig"
-arch=('x86_64')
-url="http://mcj.sourceforge.net/;
-license=('custom')
-depends=('libpng' 'libxpm' 'bc' 'netpbm' 'ghostscript')
-makedepends=()
-conflicts=('transfig')
-replaces=('transfig')
-provides=('transfig')
-source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz;
-"LICENSE")
-sha1sums=('8097c178b7fff1023112250938cc87837c0f564e'
-  'b8b712871615308b8b6add92f86d218437d652f2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-transfig
-  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
-FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
-install
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fig2dev/repos/community-x86_64/PKGBUILD (from rev 635658, 
fig2dev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 08:17:32 UTC (rev 635659)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste 

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

2020-05-27 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, May 27, 2020 @ 08:14:03
  Author: zorun
Revision: 635657

archrelease: copy trunk to community-x86_64

Added:
  fig2dev/repos/community-x86_64/LICENSE
(from rev 635656, fig2dev/trunk/LICENSE)
  fig2dev/repos/community-x86_64/PKGBUILD
(from rev 635656, fig2dev/trunk/PKGBUILD)
Deleted:
  fig2dev/repos/community-x86_64/LICENSE
  fig2dev/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   46 ++---
 PKGBUILD |   74 ++---
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-27 08:13:54 UTC (rev 635656)
+++ LICENSE 2020-05-27 08:14:03 UTC (rev 635657)
@@ -1,23 +0,0 @@
-/*
- * TransFig: Facility for Translating Fig code
- * Copyright (c) 1991 by Micah Beck
- * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
- *
- * Any party obtaining a copy of these files is granted, free of charge, a
- * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
- * nonexclusive right and license to deal in this software and
- * documentation files (the "Software"), including without limitation the
- * rights to use, copy, modify, merge, publish and/or distribute copies of
- * the Software, and to permit persons who receive copies from any such 
- * party to do so, with the only requirement being that this copyright 
- * notice remain intact.
- *
- */
-
-THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
-REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
-INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.

Copied: fig2dev/repos/community-x86_64/LICENSE (from rev 635656, 
fig2dev/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-27 08:14:03 UTC (rev 635657)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 08:13:54 UTC (rev 635656)
+++ PKGBUILD2020-05-27 08:14:03 UTC (rev 635657)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=fig2dev
-pkgver=3.2.7
-pkgrel=2
-pkgdesc="Format conversion utility that can be used with xfig"
-arch=('x86_64')
-url="http://mcj.sourceforge.net/;
-license=('custom')
-depends=('libpng' 'libxpm' 'bc' 'netpbm' 'ghostscript')
-makedepends=()
-conflicts=('transfig')
-replaces=('transfig')
-provides=('transfig')
-source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz;
-"LICENSE")
-sha1sums=('f3cb70171a683b3a7d5190935be154bde7e81c41'
-  'b8b712871615308b8b6add92f86d218437d652f2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-transfig
-  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
-FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
-install
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fig2dev/repos/community-x86_64/PKGBUILD (from rev 635656, 
fig2dev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 08:14:03 UTC (rev 635657)
@@ -0,0 +1,37 @@
+# Maintainer: Baptiste 

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

2020-05-27 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, May 27, 2020 @ 08:13:54
  Author: zorun
Revision: 635656

upgpkg: fig2dev 3.2.7b-1

Modified:
  fig2dev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 07:49:18 UTC (rev 635655)
+++ PKGBUILD2020-05-27 08:13:54 UTC (rev 635656)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=fig2dev
-pkgver=3.2.7
-pkgrel=2
+pkgver=3.2.7b
+pkgrel=1
 pkgdesc="Format conversion utility that can be used with xfig"
 arch=('x86_64')
 url="http://mcj.sourceforge.net/;
@@ -14,7 +14,7 @@
 provides=('transfig')
 source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz;
 "LICENSE")
-sha1sums=('f3cb70171a683b3a7d5190935be154bde7e81c41'
+sha1sums=('8097c178b7fff1023112250938cc87837c0f564e'
   'b8b712871615308b8b6add92f86d218437d652f2')
 
 build() {


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

2020-05-22 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 22, 2020 @ 19:39:41
  Author: zorun
Revision: 631679

upgpkg: fastd 19-1

Modified:
  fastd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-22 19:29:42 UTC (rev 631678)
+++ PKGBUILD2020-05-22 19:39:41 UTC (rev 631679)
@@ -3,23 +3,16 @@
 
 pkgname=fastd
 arch=("x86_64")
-pkgver=18
-pkgrel=6
+pkgver=19
+pkgrel=1
 pkgdesc="Fast and secure tunneling daemon"
 makedepends=('cmake')
 depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
 url="https://projects.universe-factory.net/projects/fastd;
 license=('BSD')
-source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;
-'0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch')
-sha512sums=('ec3a9f86bd539d7ffe751a81328f44671f0facca624e23ac273ac7e54da68de0dc0b50d1be490082bbb25f2896de0428802f74fc023f9acc986607875417bdae'
-
'93c0e11a9d61effbd8a62e00e191e8a9bf29e39b7bb1ec2d40eb932403e679f94a106907a7dcbc89ca65e52ea3681b68961846079c179feb7ec65b261763b32e')
+source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('fc15c34214c41880449fe5f47c7577e31b61dda68eb8b3aa5a0b1ad2ab1922a3c4a92afa87a318ea30bb4579b8b0f6cee510312d895c16b3f5824bbc23523a3e')
 
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  patch -p1 < 
"$srcdir/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch"
-}
-
 build() {
   mkdir -p "$srcdir/build-${pkgver}"
   cd "$srcdir/build-${pkgver}"
@@ -32,7 +25,6 @@
 -D CMAKE_INSTALL_PREFIX=/usr \
 -D ENABLE_SYSTEMD=ON \
 -D ENABLE_LTO=ON \
--D WITH_CIPHER_AES128_CTR_NACL=OFF \
 -D ENABLE_OPENSSL=ON \
 "../${pkgname}-${pkgver}"
   make


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

2020-05-22 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 22, 2020 @ 19:39:56
  Author: zorun
Revision: 631680

archrelease: copy trunk to community-x86_64

Added:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(from rev 631679, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
  fastd/repos/community-x86_64/PKGBUILD
(from rev 631679, fastd/trunk/PKGBUILD)
Deleted:
  
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
  fastd/repos/community-x86_64/PKGBUILD

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   72 +++
 PKGBUILD|   92 
--
 2 files changed, 78 insertions(+), 86 deletions(-)

Deleted: 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-05-22 19:39:41 UTC (rev 631679)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-05-22 19:39:56 UTC (rev 631680)
@@ -1,36 +0,0 @@
-From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
-Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
-From: Matthias Schiffer 
-Date: Fri, 19 May 2017 19:36:24 +0200
-Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
- 1.1
-

- src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-index 7a2b565..c44427f 100644
 a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-+++ b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
-@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
-   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
- 
-   state->aes = EVP_CIPHER_CTX_new();
--  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
-+  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
- 
-   return state;
- }
-@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
- static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
-   int clen, clen2;
- 
--  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
-+  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
-   return false;
- 
-   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
--- 
-2.15.1
-

Copied: 
fastd/repos/community-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
 (from rev 631679, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
===
--- 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
(rev 0)
+++ 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch 
2020-05-22 19:39:56 UTC (rev 631680)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+   

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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 22:54:12
  Author: zorun
Revision: 621163

ipv6calc: fix GPG key checksum (FS#66408)

Modified:
  ipv6calc/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 22:53:32 UTC (rev 621162)
+++ PKGBUILD2020-04-25 22:54:12 UTC (rev 621163)
@@ -18,7 +18,7 @@
 
"ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013;)
 sha256sums=('1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1'
 'SKIP'
-'5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
+'59a84dfb8bef98fc801f374bf3f1c19adb5d8cda1a2233eb3366a71c6b1fd154')
 validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer 
(Code Signing Key 2013) 
 
 prepare() {


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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 22:53:32
  Author: zorun
Revision: 621162

ipv6calc: fix GPG key checksum (FS#66408)

Modified:
  ipv6calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 22:46:02 UTC (rev 621161)
+++ PKGBUILD2020-04-25 22:53:32 UTC (rev 621162)
@@ -18,7 +18,7 @@
 
"ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013;)
 sha256sums=('1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1'
 'SKIP'
-'5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
+'59a84dfb8bef98fc801f374bf3f1c19adb5d8cda1a2233eb3366a71c6b1fd154')
 validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer 
(Code Signing Key 2013) 
 
 prepare() {


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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 11:39:05
  Author: zorun
Revision: 620647

archrelease: copy trunk to community-x86_64

Added:
  ipv6calc/repos/community-x86_64/PKGBUILD
(from rev 620646, ipv6calc/trunk/PKGBUILD)
Deleted:
  ipv6calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-25 11:38:56 UTC (rev 620646)
+++ PKGBUILD2020-04-25 11:39:05 UTC (rev 620647)
@@ -1,55 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: mortzu
-
-pkgname=ipv6calc
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 
addresses'
-url='https://www.deepspace6.net/projects/ipv6calc.html'
-license=('GPL2')
-arch=('x86_64')
-# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
-makedepends=('geoip')
-optdepends=('geoip: for country GeoIP support'
-'geoip-database-extra: for city-level GeoIP support')
-checkdepends=('perl-digest-sha1' 'perl-uri' 'perl-html-parser' 
'perl-proc-processtable')
-source=("ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
"ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013;)
-sha256sums=('782d8f9b61520598316530907898038e8adcb76b1c01bc2885650374de8ce4e0'
-'SKIP'
-'5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
-validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer 
(Code Signing Key 2013) 
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  autoconf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
---prefix="/usr" \
---libdir="/usr/lib" \
---datarootdir="/usr/share" \
---enable-shared \
---enable-bundled-md5 \
---enable-geoip \
---with-geoip-dynamic=yes
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  make test-minimal
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipv6calc/repos/community-x86_64/PKGBUILD (from rev 620646, 
ipv6calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-25 11:39:05 UTC (rev 620647)
@@ -0,0 +1,56 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: mortzu
+
+pkgname=ipv6calc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 
addresses'
+url='https://www.deepspace6.net/projects/ipv6calc.html'
+license=('GPL2')
+arch=('x86_64')
+# See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
+makedepends=('geoip')
+optdepends=('geoip: for country GeoIP support'
+'geoip-database-extra: for city-level GeoIP support'
+'perl: to run the provided scripts')
+checkdepends=('perl-digest-sha1' 'perl-uri' 'perl-html-parser' 
'perl-proc-processtable')
+source=("ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
"ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013;)
+sha256sums=('1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1'
+'SKIP'
+'5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
+validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer 
(Code Signing Key 2013) 
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  autoconf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix="/usr" \
+--libdir="/usr/lib" \
+--datarootdir="/usr/share" \
+--enable-shared \
+--enable-bundled-md5 \
+--enable-geoip \
+--with-geoip-dynamic=yes
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test-minimal
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 11:38:56
  Author: zorun
Revision: 620646

upgpkg: ipv6calc 2.2.0-1

Modified:
  ipv6calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 11:25:55 UTC (rev 620645)
+++ PKGBUILD2020-04-25 11:38:56 UTC (rev 620646)
@@ -2,7 +2,7 @@
 # Contributor: mortzu
 
 pkgname=ipv6calc
-pkgver=1.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Small utility to manipulate, convert and calculate (more than) IPv6 
addresses'
 url='https://www.deepspace6.net/projects/ipv6calc.html'
@@ -11,11 +11,12 @@
 # See https://www.deepspace6.net/projects/ipv6calc.html#idm140634407144416
 makedepends=('geoip')
 optdepends=('geoip: for country GeoIP support'
-'geoip-database-extra: for city-level GeoIP support')
+'geoip-database-extra: for city-level GeoIP support'
+'perl: to run the provided scripts')
 checkdepends=('perl-digest-sha1' 'perl-uri' 'perl-html-parser' 
'perl-proc-processtable')
 
source=("ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${pkgname}-${pkgver}.tar.gz"{,.asc}
 
"ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/CODE-GPG-KEY-bieringer.de-2013;)
-sha256sums=('782d8f9b61520598316530907898038e8adcb76b1c01bc2885650374de8ce4e0'
+sha256sums=('1935352f6171b07f18ce0487ee95ffcc006ea3f653f7cba564d2d8e135f04ca1'
 'SKIP'
 '5499fe16d94c686d0c220b55592e129dca79741b96fa5b5cf2b4e872956e4801')
 validpgpkeys=('AAB38CB797C750C778C608C6DDEB141DF7380F61') # Peter Bieringer 
(Code Signing Key 2013) 


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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 11:25:47
  Author: zorun
Revision: 620644

upgpkg: fastd 18-6

json-c 0.14 rebuild

Modified:
  fastd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 11:08:19 UTC (rev 620643)
+++ PKGBUILD2020-04-25 11:25:47 UTC (rev 620644)
@@ -4,7 +4,7 @@
 pkgname=fastd
 arch=("x86_64")
 pkgver=18
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast and secure tunneling daemon"
 makedepends=('cmake')
 depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')


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

2020-04-25 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 25, 2020 @ 11:25:55
  Author: zorun
Revision: 620645

archrelease: copy trunk to community-staging-x86_64

Added:
  fastd/repos/community-staging-x86_64/
  
fastd/repos/community-staging-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(from rev 620644, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
  fastd/repos/community-staging-x86_64/PKGBUILD
(from rev 620644, fastd/trunk/PKGBUILD)

-+
 0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch |   36 +++
 PKGBUILD|   50 
++
 2 files changed, 86 insertions(+)

Copied: 
fastd/repos/community-staging-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
 (from rev 620644, 
fastd/trunk/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch)
===
--- 
community-staging-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
(rev 0)
+++ 
community-staging-x86_64/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch
2020-04-25 11:25:55 UTC (rev 620645)
@@ -0,0 +1,36 @@
+From 8505374ee208d51a39e7b22846f9b781b9ccb452 Mon Sep 17 00:00:00 2001
+Message-Id: 
<8505374ee208d51a39e7b22846f9b781b9ccb452.1515434692.git.mschif...@universe-factory.net>
+From: Matthias Schiffer 
+Date: Fri, 19 May 2017 19:36:24 +0200
+Subject: [PATCH] cipher: aes128-ctr: openssl: fix compatiblity with OpenSSL
+ 1.1
+
+---
+ src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c 
b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+index 7a2b565..c44427f 100644
+--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
 b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+@@ -47,7 +47,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+   fastd_cipher_state_t *state = fastd_new(fastd_cipher_state_t);
+ 
+   state->aes = EVP_CIPHER_CTX_new();
+-  EVP_EncryptInit(state->aes, EVP_aes_128_ctr(), (const unsigned char 
*)key, NULL);
++  EVP_EncryptInit_ex(state->aes, EVP_aes_128_ctr(), NULL, (const unsigned 
char *)key, NULL);
+ 
+   return state;
+ }
+@@ -56,7 +56,7 @@ static fastd_cipher_state_t * aes128_ctr_init(const uint8_t 
*key) {
+ static bool aes128_ctr_crypt(const fastd_cipher_state_t *state, 
fastd_block128_t *out, const fastd_block128_t *in, size_t len, const uint8_t 
*iv) {
+   int clen, clen2;
+ 
+-  if (!EVP_EncryptInit(state->aes, NULL, NULL, iv))
++  if (!EVP_EncryptInit_ex(state->aes, NULL, NULL, NULL, iv))
+   return false;
+ 
+   if (!EVP_EncryptUpdate(state->aes, (unsigned char *)out, , (const 
unsigned char *)in, len))
+-- 
+2.15.1
+

Copied: fastd/repos/community-staging-x86_64/PKGBUILD (from rev 620644, 
fastd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 11:25:55 UTC (rev 620645)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: NeoRaider
+
+pkgname=fastd
+arch=("x86_64")
+pkgver=18
+pkgrel=6
+pkgdesc="Fast and secure tunneling daemon"
+makedepends=('cmake')
+depends=('libcap' 'gcc-libs' 'libuecc>=6' 'libsodium' 'json-c' 'openssl')
+url="https://projects.universe-factory.net/projects/fastd;
+license=('BSD')
+source=("https://projects.universe-factory.net/attachments/download/86/${pkgname}-${pkgver}.tar.xz;
+'0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch')
+sha512sums=('ec3a9f86bd539d7ffe751a81328f44671f0facca624e23ac273ac7e54da68de0dc0b50d1be490082bbb25f2896de0428802f74fc023f9acc986607875417bdae'
+
'93c0e11a9d61effbd8a62e00e191e8a9bf29e39b7bb1ec2d40eb932403e679f94a106907a7dcbc89ca65e52ea3681b68961846079c179feb7ec65b261763b32e')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  patch -p1 < 
"$srcdir/0001-cipher-aes128-ctr-openssl-fix-compatiblity-with-Open.patch"
+}
+
+build() {
+  mkdir -p "$srcdir/build-${pkgver}"
+  cd "$srcdir/build-${pkgver}"
+  
+  cmake \
+-D CMAKE_BUILD_TYPE=RELEASE \
+-D CMAKE_AR=/usr/bin/gcc-ar \
+-D CMAKE_NM=/usr/bin/gcc-nm \
+-D CMAKE_RANLIB=/usr/bin/gcc-ranlib \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D ENABLE_SYSTEMD=ON \
+-D ENABLE_LTO=ON \
+-D WITH_CIPHER_AES128_CTR_NACL=OFF \
+-D ENABLE_OPENSSL=ON \
+"../${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  
+  install -dm755 "${pkgdir}/etc/fastd/"
+  
+  install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 

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

2020-04-22 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, April 22, 2020 @ 12:29:05
  Author: zorun
Revision: 617645

archrelease: copy trunk to community-x86_64

Added:
  babeld/repos/community-x86_64/PKGBUILD
(from rev 617644, babeld/trunk/PKGBUILD)
  babeld/repos/community-x86_64/babeld.conf
(from rev 617644, babeld/trunk/babeld.conf)
  babeld/repos/community-x86_64/babeld.service
(from rev 617644, babeld/trunk/babeld.service)
Deleted:
  babeld/repos/community-x86_64/PKGBUILD
  babeld/repos/community-x86_64/babeld.conf
  babeld/repos/community-x86_64/babeld.service

+
 PKGBUILD   |   68 +--
 babeld.conf|  104 +++
 babeld.service |   28 +++---
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-22 12:28:55 UTC (rev 617644)
+++ PKGBUILD2020-04-22 12:29:05 UTC (rev 617645)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Baptiste Jonglez 
-# Contributor: Yann Lopez 
-
-pkgname=babeld
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="A loop-avoiding distance-vector routing protocol"
-arch=('x86_64')
-url="https://www.irif.fr/~jch/software/babel/;
-license=('MIT')
-depends=('glibc')
-backup=('etc/babeld.conf')
-source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
-'babeld.conf' 'babeld.service')
-validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('433a9a2da02c56e93f5fc5f9399320f7f4dbac8d87eff9a539300d5740269eeda6be1302a2cf4a4b9c524780b286d9eb7898585fc530129a1f84341faf1e6fd0'
-'SKIP'
-
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
-
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" TARGET="$pkgdir" install
-
-  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
-  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: babeld/repos/community-x86_64/PKGBUILD (from rev 617644, 
babeld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-22 12:29:05 UTC (rev 617645)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Yann Lopez 
+
+pkgname=babeld
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A loop-avoiding distance-vector routing protocol"
+arch=('x86_64')
+url="https://www.irif.fr/~jch/software/babel/;
+license=('MIT')
+depends=('glibc')
+backup=('etc/babeld.conf')
+source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
+'babeld.conf' 'babeld.service')
+validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
+sha512sums=('d5ce722ccfd9cbc8cf8b9c2332a5027fc7353a170d258c6c3ac730567b12a3c21fa855cee4bea71f6d4e3eb8b43e7c2b5ff30c38db3d81beccba5d282ba7ab8b'
+'SKIP'
+
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
+
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" TARGET="$pkgdir" install
+
+  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
+  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: babeld.conf
===
--- babeld.conf 2020-04-22 12:28:55 UTC (rev 617644)
+++ babeld.conf 2020-04-22 12:29:05 UTC (rev 617645)
@@ -1,52 +0,0 @@
-# Configuration for babeld. See the man page babeld(8) for
-# details on the configuration format.
-
-# Works on Linux > 3.11
-ipv6-subtrees true
-
-# You must provide at least one interface for babeld to operate on.
-#interface eth0
-#interface wlan0
-
-# Global options you might want to set. There are many more, see the man page.
-#debug 1
-#local-port 33123
-#diversity true
-#random-id true
-
-# Per-interface configuration. Note that each interface referenced here
-# will be used by babeld.
-#interface eth1 rxcost 10
-#interface tun0 faraway true
-#interface wlan0 hello-interval 1
-
-# Since 1.4.2, you can also specify defaults for interface parameters, which
-# will be used for all interfaces except specified otherwise (see above).
-#default 

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

2020-04-22 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, April 22, 2020 @ 12:28:55
  Author: zorun
Revision: 617644

upgpkg: babeld 1.9.2-1

Modified:
  babeld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 11:59:21 UTC (rev 617643)
+++ PKGBUILD2020-04-22 12:28:55 UTC (rev 617644)
@@ -3,7 +3,7 @@
 # Contributor: Yann Lopez 
 
 pkgname=babeld
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A loop-avoiding distance-vector routing protocol"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
 'babeld.conf' 'babeld.service')
 validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('433a9a2da02c56e93f5fc5f9399320f7f4dbac8d87eff9a539300d5740269eeda6be1302a2cf4a4b9c524780b286d9eb7898585fc530129a1f84341faf1e6fd0'
+sha512sums=('d5ce722ccfd9cbc8cf8b9c2332a5027fc7353a170d258c6c3ac730567b12a3c21fa855cee4bea71f6d4e3eb8b43e7c2b5ff30c38db3d81beccba5d282ba7ab8b'
 'SKIP'
 
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
 
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')


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

2020-01-29 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 29, 2020 @ 13:43:54
  Author: zorun
Revision: 558858

archrelease: copy trunk to community-any

Added:
  lesspipe/repos/community-any/PKGBUILD
(from rev 558857, lesspipe/trunk/PKGBUILD)
  lesspipe/repos/community-any/lesspipe.sh
(from rev 558857, lesspipe/trunk/lesspipe.sh)
Deleted:
  lesspipe/repos/community-any/PKGBUILD
  lesspipe/repos/community-any/lesspipe.sh

-+
 PKGBUILD|   96 ++
 lesspipe.sh |2 -
 2 files changed, 52 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 13:43:44 UTC (rev 558857)
+++ PKGBUILD2020-01-29 13:43:54 UTC (rev 558858)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: solsTiCe d'Hiver 
-
-pkgname=lesspipe
-pkgver=1.83
-pkgrel=2
-pkgdesc='an input filter for the pager less'
-depends=('less')
-arch=('any')
-license=('GPL')
-optdepends=('perl'
-   'rpmextract: support for rpm files'
-   'fastjar: support for jar files'
-   'unzip: support for zip files'
-   'unrar: support for rar files'
-   'p7zip: support for 7za files'
-   'cabextract: support for cab files'
-   'cdrkit: support for iso files'
-   'html2text: support for html files'
-   'antiword: support for word file'
-   'unrtf: support for rtf file'
-   'imagemagick: support for some image file')
-url="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
-source=("http://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz;
-   lesspipe.sh)
-sha256sums=('d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e'
-'522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --yes
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  make install PREFIX="$pkgdir"/usr
-  install -D "$srcdir"/lesspipe.sh "$pkgdir"/etc/profile.d/lesspipe.sh
-}

Copied: lesspipe/repos/community-any/PKGBUILD (from rev 558857, 
lesspipe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 13:43:54 UTC (rev 558858)
@@ -0,0 +1,51 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: solsTiCe d'Hiver 
+
+pkgname=lesspipe
+pkgver=1.84
+pkgrel=1
+pkgdesc='an input filter for the pager less'
+depends=('less' 'perl')
+arch=('any')
+license=('GPL')
+optdepends=('rpmextract: support for rpm files'
+   'fastjar: support for jar files'
+   'unzip: support for zip files'
+   'unrar: support for rar files'
+   'p7zip: support for 7za files'
+   'cabextract: support for cab files'
+   'cdrtools: support for iso files'
+   'html2text: support for html files'
+   'ghostscript: support for ps files'
+   'djvulibre: support for DjVu files'
+   'odt2txt: support for OpenDocument files'
+   'antiword: support for word file'
+   'catdoc: support for word file'
+   'pandoc: support for word file'
+   'libreoffice-fresh: support for MS Office files'
+   'unrtf: support for rtf file'
+   'mediainfo: support for mp4 file'
+   'imagemagick: support for some image file')
+url="https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
+source=("https://github.com/wofr06/lesspipe/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+   lesspipe.sh)
+sha256sums=('5eb4811cc8ded108e98448bd83057e730906f643ad689ccd695828f2a46c4410'
+'522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --yes
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  make install PREFIX="$pkgdir"/usr
+  install -D "$srcdir"/lesspipe.sh "$pkgdir"/etc/profile.d/lesspipe.sh
+}

Deleted: lesspipe.sh
===
--- lesspipe.sh 2020-01-29 13:43:44 UTC (rev 558857)
+++ lesspipe.sh 2020-01-29 13:43:54 UTC (rev 558858)
@@ -1 +0,0 @@
-export LESSOPEN='|/usr/bin/lesspipe.sh %s'

Copied: lesspipe/repos/community-any/lesspipe.sh (from rev 558857, 
lesspipe/trunk/lesspipe.sh)
===
--- lesspipe.sh (rev 0)
+++ lesspipe.sh 2020-01-29 13:43:54 UTC (rev 558858)
@@ -0,0 +1 @@
+export LESSOPEN='|/usr/bin/lesspipe.sh %s'


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

2020-01-29 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 29, 2020 @ 13:43:44
  Author: zorun
Revision: 558857

upgpkg: lesspipe 1.84-1, add more optdepends

Modified:
  lesspipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 13:43:27 UTC (rev 558856)
+++ PKGBUILD2020-01-29 13:43:44 UTC (rev 558857)
@@ -1,29 +1,36 @@
-# Maintainer: Angel 'angvp' Velasquez 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Angel 'angvp' Velasquez 
 # Contributor: solsTiCe d'Hiver 
 
 pkgname=lesspipe
-pkgver=1.83
-pkgrel=2
+pkgver=1.84
+pkgrel=1
 pkgdesc='an input filter for the pager less'
-depends=('less')
+depends=('less' 'perl')
 arch=('any')
 license=('GPL')
-optdepends=('perl'
-   'rpmextract: support for rpm files'
+optdepends=('rpmextract: support for rpm files'
'fastjar: support for jar files'
'unzip: support for zip files'
'unrar: support for rar files'
'p7zip: support for 7za files'
'cabextract: support for cab files'
-   'cdrkit: support for iso files'
+   'cdrtools: support for iso files'
'html2text: support for html files'
+   'ghostscript: support for ps files'
+   'djvulibre: support for DjVu files'
+   'odt2txt: support for OpenDocument files'
'antiword: support for word file'
+   'catdoc: support for word file'
+   'pandoc: support for word file'
+   'libreoffice-fresh: support for MS Office files'
'unrtf: support for rtf file'
+   'mediainfo: support for mp4 file'
'imagemagick: support for some image file')
 url="https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
-source=("https://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz;
+source=("https://github.com/wofr06/lesspipe/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
lesspipe.sh)
-sha256sums=('d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e'
+sha256sums=('5eb4811cc8ded108e98448bd83057e730906f643ad689ccd695828f2a46c4410'
 '522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')
 
 prepare() {


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

2020-01-28 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, January 28, 2020 @ 23:04:59
  Author: zorun
Revision: 558367

upgpkg: coq 8.11.0-1

Modified:
  coq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 22:58:15 UTC (rev 558366)
+++ PKGBUILD2020-01-28 23:04:59 UTC (rev 558367)
@@ -6,7 +6,7 @@
 # Contributor: William J. Bowman 
 
 pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.10.2
+pkgver=8.11.0
 pkgrel=1
 pkgdesc='Formal proof management system'
 arch=('x86_64')
@@ -23,7 +23,7 @@
  'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
  'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
 
source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('80df91b64efc9907480388ec479362ee21067c64436da720989d6d1645ffc2f2230ae5c13069c55842da3baa7facbd143c2190d1d64d8c87935802000a02156f')
+sha512sums=('db7c3da4bab268cb729bcf9f03f5cd3bbb7a3b5b7094fe2b110189e54e436f9883640db88643d09cec5dc169c209a51661238e41b8de3035ff7ea8561c794c89')
 
 prepare() {
   gendesk -f -n --pkgname "coqide" \


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

2020-01-28 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, January 28, 2020 @ 23:05:09
  Author: zorun
Revision: 558368

archrelease: copy trunk to community-x86_64

Added:
  coq/repos/community-x86_64/PKGBUILD
(from rev 558367, coq/trunk/PKGBUILD)
Deleted:
  coq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-28 23:04:59 UTC (rev 558367)
+++ PKGBUILD2020-01-28 23:05:09 UTC (rev 558368)
@@ -1,97 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: acieroid
-# Contributor: spider-mario 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: George Giorgidze 
-# Contributor: William J. Bowman 
-
-pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.10.2
-pkgrel=1
-pkgdesc='Formal proof management system'
-arch=('x86_64')
-url='https://coq.inria.fr/'
-license=('GPL')
-groups=('coq')
-options=('!emptydirs')
-depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3')
-makedepends=('ocaml-findlib'
- 'lablgtk3' 'gendesk' # coqide
- 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
- 'texlive-fontsextra' 'texlive-science'
- 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
- 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
- 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('80df91b64efc9907480388ec479362ee21067c64436da720989d6d1645ffc2f2230ae5c13069c55842da3baa7facbd143c2190d1d64d8c87935802000a02156f')
-
-prepare() {
-  gendesk -f -n --pkgname "coqide" \
---name "CoqIDE Proof Assistant" \
---pkgdesc "Graphical interface for the Coq proof assistant" \
---categories "Development;Science;Math;IDE;GTK"
-  cd "$srcdir/coq-$pkgver"
-}
-
-build() {
-  cd "$srcdir/coq-$pkgver"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--configdir '/etc/xdg/coq/' \
--coqide opt \
--with-doc yes
-
-  make world
-}
-
-package_coq() {
-  depends=('ocaml')
-  optdepends=('coqide: graphical Coq IDE'
-  'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin')
-  # coq-nox was the old name for coq without coqide
-  replaces=('coq-nox')
-  conflicts=('coq-nox')
-
-  cd "$srcdir/coq-$pkgver"
-
-  # The second target is needed to install coqidetop.cmxs (needed for some
-  # frontend other than coqide, for instance coquille)
-  make COQINSTALLPREFIX="$pkgdir" install-coq install-ide-toploop install-meta
-  rm -f "${pkgdir}/usr/share/man/man1/coqide.1"
-  # Workaround for FS#58203
-  mkdir -p "$pkgdir/usr/lib/ocaml/"
-  ln -s /usr/lib/coq "$pkgdir/usr/lib/ocaml/coq"
-}
-
-package_coqide() {
-  pkgdesc="GTK-based graphical interface for the Coq proof assistant"
-  depends=('coq' 'ocaml' 'gtk3' 'gtksourceview3')
-
-  cd "$srcdir/coq-$pkgver"
-
-  mkdir -p "${pkgdir}/usr/bin"
-  make COQINSTALLPREFIX="$pkgdir" install-coqide
-  install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
-
-  # Remove toploop files installed by "install-ide-toploop" in the main package
-  rm -f "${pkgdir}/usr/lib/coq/toploop"/coqidetop.{cma,cmxs}
-  rm -f "${pkgdir}/usr/bin"/coqidetop{,.opt}
-  # In coq 8.7 this file is installed both by install-coq and install-coqide, 
remove the duplicate.
-  rm -f "${pkgdir}/usr/lib/coq/vernac/topfmt.cmi"
-
-  # Desktop file generated by gendesk
-  install -D -m 644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m 644 ide/coq.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-package_coq-doc() {
-  pkgdesc="HTML and PDF documentation for the Coq proof assistant"
-  depends=()
-
-  cd "$srcdir/coq-$pkgver"
-
-  make COQINSTALLPREFIX="$pkgdir" install-doc
-}

Copied: coq/repos/community-x86_64/PKGBUILD (from rev 558367, 
coq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-28 23:05:09 UTC (rev 558368)
@@ -0,0 +1,97 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: acieroid
+# Contributor: spider-mario 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: George Giorgidze 
+# Contributor: William J. Bowman 
+
+pkgname=('coq' 'coqide' 'coq-doc')
+pkgver=8.11.0
+pkgrel=1
+pkgdesc='Formal proof management system'
+arch=('x86_64')
+url='https://coq.inria.fr/'
+license=('GPL')
+groups=('coq')
+options=('!emptydirs')
+depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3')
+makedepends=('ocaml-findlib'
+ 'lablgtk3' 'gendesk' # coqide
+ 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
+ 'texlive-fontsextra' 'texlive-science'
+ 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
+   

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

2020-01-19 Thread Baptiste Jonglez via arch-commits
Date: Sunday, January 19, 2020 @ 18:52:54
  Author: zorun
Revision: 553182

dsniff: fix upstream URL

Modified:
  dsniff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 18:48:15 UTC (rev 553181)
+++ PKGBUILD2020-01-19 18:52:54 UTC (rev 553182)
@@ -14,12 +14,12 @@
 makedepends=('rpcsvc-proto')
 options=('!makeflags')
 
source=(https://www.monkey.org/~dugsong/${pkgname}/beta/${pkgname}-${pkgver}.tar.gz
-
http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_2.4b1+debian-28.debian.tar.xz
+
http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_2.4b1+debian-29.debian.tar.xz
 dsniff-rpc.patch
 dsniff-macof-size-calculation.patch
 dsniff-httppostfix.patch)
 sha256sums=('a9803a7a02ddfe5fb9704ce86f0ffc48453c321e88db85810db411ba0841152a'
-'b67866be5dca90a02165a3469db4286f43dc5ea6090b3a8cf5569863a1d3c3b9'
+'3f2263452facf9f0a402497b34c7a2573da075bb3c7940df9c5e099b5835'
 '21b37ba4c386aa576d6829c298bdd62df6fa227e44164d9e96675e66b93bb134'
 'd8f5cc5d14a614410a84a8eaba5a4212ee03466c4fe2fd4a634f5d7c3f688ec7'
 '3efd6ca2267540016e843af3e8d7720d888fd17a73cba410e2c68022fd3a7baf')
@@ -29,7 +29,7 @@
 
   # apply bundled patches via series
   while IFS='' read -r patch || [[ -n "${patch}" ]]; do
-echo "Applying patch ${patch}"
+echo "** Applying patch ${patch}"
 patch -Np1 < "../debian/patches/${patch}"
   done < ../debian/patches/series
 
@@ -37,7 +37,7 @@
   for _patch in "${source[@]}"; do
 _patch=${_patch%%::*}
 if [[ "${_patch}" =~ \.patch$ ]]; then
-  echo "Applying patch ${_patch}"
+  echo "** Applying patch ${_patch}"
   patch -Np1 < "../${_patch}"
 fi
   done


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

2020-01-19 Thread Baptiste Jonglez via arch-commits
Date: Sunday, January 19, 2020 @ 18:48:15
  Author: zorun
Revision: 553181

dsniff: Remove msg2 usage

https://www.archlinux.org/todo/remove-usage-of-makepkg-subroutines-from-pkgbuilds/

Modified:
  dsniff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-19 18:42:27 UTC (rev 553180)
+++ PKGBUILD2020-01-19 18:48:15 UTC (rev 553181)
@@ -25,11 +25,11 @@
 '3efd6ca2267540016e843af3e8d7720d888fd17a73cba410e2c68022fd3a7baf')
 
 prepare() {
-  cd ${pkgname}-2.4
+  cd "${pkgname}-2.4"
 
   # apply bundled patches via series
   while IFS='' read -r patch || [[ -n "${patch}" ]]; do
-msg2 "Applying patch ${patch}"
+echo "Applying patch ${patch}"
 patch -Np1 < "../debian/patches/${patch}"
   done < ../debian/patches/series
 
@@ -37,7 +37,7 @@
   for _patch in "${source[@]}"; do
 _patch=${_patch%%::*}
 if [[ "${_patch}" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${_patch}"
+  echo "Applying patch ${_patch}"
   patch -Np1 < "../${_patch}"
 fi
   done


[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)

2019-12-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, December 21, 2019 @ 11:01:59
  Author: zorun
Revision: 538597

upgpkg: auto-multiple-choice 1.4.0-6

opencv 4.2 rebuild + xorgproto fix

Modified:
  auto-multiple-choice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 10:34:45 UTC (rev 538596)
+++ PKGBUILD2019-12-21 11:01:59 UTC (rev 538597)
@@ -6,7 +6,7 @@
 
 pkgname=auto-multiple-choice
 pkgver=1.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
 arch=('x86_64')
 url='https://www.auto-multiple-choice.net/'
@@ -17,7 +17,7 @@
  'ttf-linux-libertine'
  'texlive-core'
  'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm')
+makedepends=('netpbm' 'xorgproto')
 
source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
 sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
 'SKIP')


[arch-commits] Commit in auto-multiple-choice/repos (2 files)

2019-12-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, December 21, 2019 @ 11:02:06
  Author: zorun
Revision: 538598

archrelease: copy trunk to community-staging-x86_64

Added:
  auto-multiple-choice/repos/community-staging-x86_64/
  auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD
(from rev 538597, auto-multiple-choice/trunk/PKGBUILD)

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

Copied: auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD (from rev 
538597, auto-multiple-choice/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-21 11:02:06 UTC (rev 538598)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=6
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm' 'xorgproto')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:31:46
  Author: zorun
Revision: 537562

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 537561, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-13 18:31:37 UTC (rev 537561)
+++ PKGBUILD2019-12-13 18:31:46 UTC (rev 537562)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 537561, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-13 18:31:46 UTC (rev 537562)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='https://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DBUILD_SHARED_LIBS=ON \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:31:37
  Author: zorun
Revision: 537561

upgpkg: msgpack-c 3.2.1-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 18:25:54 UTC (rev 537560)
+++ PKGBUILD2019-12-13 18:31:37 UTC (rev 537561)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='An efficient object serialization library'
 arch=("x86_64")
@@ -13,7 +13,7 @@
 checkdepends=("gtest")
 makedepends=("cmake")
 
source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
+sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
 
 build() {
   cd "msgpack-${pkgver}"
@@ -23,6 +23,8 @@
 -DMSGPACK_ENABLE_STATIC=OFF \
 -DMSGPACK_CXX11=ON \
 -DMSGPACK_BUILD_EXAMPLES=OFF \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DBUILD_SHARED_LIBS=ON \
 .
   make
 }


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

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:25:54
  Author: zorun
Revision: 537560

archrelease: copy trunk to community-x86_64

Added:
  icmake/repos/community-x86_64/PKGBUILD
(from rev 537559, icmake/trunk/PKGBUILD)
  icmake/repos/community-x86_64/disable-clear-screen.patch
(from rev 537559, icmake/trunk/disable-clear-screen.patch)
Deleted:
  icmake/repos/community-x86_64/PKGBUILD
  icmake/repos/community-x86_64/disable-clear-screen.patch

+
 PKGBUILD   |   70 +--
 disable-clear-screen.patch |   44 +--
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-13 18:24:45 UTC (rev 537559)
+++ PKGBUILD2019-12-13 18:25:54 UTC (rev 537560)
@@ -1,35 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Christian Hesse 
-# Contributor: Andreas Wagner 
-# Contributor: Jeff Mickey 
-
-pkgname=icmake
-pkgver=9.02.08
-pkgrel=2
-pkgdesc='A program maintenance (make) utility using a C-like grammar'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/icmake/'
-license=('GPL3')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"disable-clear-screen.patch")
-sha256sums=('eeabc5b0611661749b584cce3a22c6a5b811e0467f764df6990a1791e6605ac1'
-'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-patch -p1 < "${srcdir}/disable-clear-screen.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_prepare /
-   ./icm_bootstrap /
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_install all "${pkgdir}"
-}
-

Copied: icmake/repos/community-x86_64/PKGBUILD (from rev 537559, 
icmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-13 18:25:54 UTC (rev 537560)
@@ -0,0 +1,35 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Christian Hesse 
+# Contributor: Andreas Wagner 
+# Contributor: Jeff Mickey 
+
+pkgname=icmake
+pkgver=9.02.09
+pkgrel=1
+pkgdesc='A program maintenance (make) utility using a C-like grammar'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/icmake/'
+license=('GPL3')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+"disable-clear-screen.patch")
+sha256sums=('286c2673ce962a5a3de597884452e58743d650b29c247c47849e5b701f1cd01f'
+'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 < "${srcdir}/disable-clear-screen.patch"
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_prepare /
+   ./icm_bootstrap /
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+   ./icm_install all "${pkgdir}"
+}
+

Deleted: disable-clear-screen.patch
===
--- disable-clear-screen.patch  2019-12-13 18:24:45 UTC (rev 537559)
+++ disable-clear-screen.patch  2019-12-13 18:25:54 UTC (rev 537560)
@@ -1,22 +0,0 @@
-commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
-Author: Baptiste Jonglez 
-Date:   Sat Jul 7 12:58:54 2018 +0200
-
-Disable screen clearing
-
-This tends to fail when building in a clean chroot (e.g. yodl) because of
-missing terminal definition, and is of dubious interest anyway.
-
-diff --git a/icmake/scripts/icmbuild.in b/icmake/scripts/icmbuild.in
-index c31e925..dba9607 100644
 a/icmake/scripts/icmbuild.in
-+++ b/icmake/scripts/icmbuild.in
-@@ -618,7 +618,7 @@ void install(string what, string path)
- 
- void clearScreen(int cls)
- {
--if (cls)
-+if (0)
- system("tput clear");
- }
- 

Copied: icmake/repos/community-x86_64/disable-clear-screen.patch (from rev 
537559, icmake/trunk/disable-clear-screen.patch)
===
--- disable-clear-screen.patch  (rev 0)
+++ disable-clear-screen.patch  2019-12-13 18:25:54 UTC (rev 537560)
@@ -0,0 +1,22 @@
+commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
+Author: Baptiste Jonglez 
+Date:   Sat Jul 7 12:58:54 2018 +0200
+
+Disable screen clearing
+
+This tends to fail when building in a clean chroot (e.g. yodl) because of
+missing terminal definition, and is of dubious interest anyway.
+
+diff --git a/icmake/scripts/icmbuild.in b/icmake/scripts/icmbuild.in
+index c31e925..dba9607 100644
+--- a/icmake/scripts/icmbuild.in
 b/icmake/scripts/icmbuild.in
+@@ -618,7 +618,7 @@ void install(string what, string path)
+ 
+ void clearScreen(int cls)
+ {
+-if (cls)
++if (0)
+ system("tput clear");
+ }
+ 


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

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:24:45
  Author: zorun
Revision: 537559

upgpkg: icmake 9.02.09-1

Modified:
  icmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 17:00:52 UTC (rev 537558)
+++ PKGBUILD2019-12-13 18:24:45 UTC (rev 537559)
@@ -4,8 +4,8 @@
 # Contributor: Jeff Mickey 
 
 pkgname=icmake
-pkgver=9.02.08
-pkgrel=2
+pkgver=9.02.09
+pkgrel=1
 pkgdesc='A program maintenance (make) utility using a C-like grammar'
 arch=('x86_64')
 url='https://fbb-git.gitlab.io/icmake/'
@@ -12,7 +12,7 @@
 license=('GPL3')
 
source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 "disable-clear-screen.patch")
-sha256sums=('eeabc5b0611661749b584cce3a22c6a5b811e0467f764df6990a1791e6605ac1'
+sha256sums=('286c2673ce962a5a3de597884452e58743d650b29c247c47849e5b701f1cd01f'
 'a5edbdb70ab6748c7124979f9af08884b4d7b16fa3ece8ff39d5986e6fd20592')
 
 prepare() {


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:16:35
  Author: zorun
Revision: 536124

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 22:16:22 UTC (rev 536123)
+++ PKGBUILD2019-12-06 22:16:35 UTC (rev 536124)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=1.11.3
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
-provides=(jbuilder)
-conflicts=(jbuilder)
-replaces=(jbuilder)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a54d4ffa6ced041554935e7930d31670491395ff78b8600c4e4d8cbbd02841bc')
-
-build() {
-cd ${pkgname}-${pkgver}
-make release
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 536123, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 22:16:35 UTC (rev 536124)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=1.11.4
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+provides=(jbuilder)
+conflicts=(jbuilder)
+replaces=(jbuilder)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('325e6744a55b9b2033dc92b562196337bf9cd99b86bd153f5e7941f6fbfbf9fb')
+
+build() {
+cd ${pkgname}-${pkgver}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
+
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:16:22
  Author: zorun
Revision: 536123

upgpkg: dune 1.11.4-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 22:15:42 UTC (rev 536122)
+++ PKGBUILD2019-12-06 22:16:22 UTC (rev 536123)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 conflicts=(jbuilder)
 replaces=(jbuilder)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a54d4ffa6ced041554935e7930d31670491395ff78b8600c4e4d8cbbd02841bc')
+sha256sums=('325e6744a55b9b2033dc92b562196337bf9cd99b86bd153f5e7941f6fbfbf9fb')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:15:12
  Author: zorun
Revision: 536121

upgpkg: kea 1.5.0-11

Fix FS#64429

Modified:
  kea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:58:41 UTC (rev 536120)
+++ PKGBUILD2019-12-06 22:15:12 UTC (rev 536121)
@@ -3,7 +3,7 @@
 pkgname='kea'
 pkgver=1.5.0
 _upstreamver=1.5.0
-pkgrel=10
+pkgrel=11
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('x86_64')
 url='https://kea.isc.org'
@@ -35,8 +35,8 @@
 
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
 
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
 
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57'  # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+  'AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') # Internet Systems 
Consortium, Inc. (Signing key, 2019-2020) 
 prepare() {
   cd "${srcdir}/${pkgname}-${_upstreamver}"
   # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
@@ -76,4 +76,6 @@
   # Systemd service files
   install -Dm644 "${srcdir}"/kea-dhcp4.service 
"${pkgdir}"/usr/lib/systemd/system/kea-dhcp4.service
   install -Dm644 "${srcdir}"/kea-dhcp6.service 
"${pkgdir}"/usr/lib/systemd/system/kea-dhcp6.service
+  install -Dm644 "${srcdir}"/kea-dhcp-ddns.service 
"${pkgdir}"/usr/lib/systemd/system/kea-dhcp-ddns.service
+  install -Dm644 "${srcdir}"/kea-ctrl-agent.service 
"${pkgdir}"/usr/lib/systemd/system/kea-ctrl-agent.service
 }


[arch-commits] Commit in kea/repos/community-x86_64 (14 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 22:15:42
  Author: zorun
Revision: 536122

archrelease: copy trunk to community-x86_64

Added:
  kea/repos/community-x86_64/PKGBUILD
(from rev 536121, kea/trunk/PKGBUILD)
  kea/repos/community-x86_64/fix-scripts-include-path.patch
(from rev 536121, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-x86_64/kea-ctrl-agent.service
(from rev 536121, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-x86_64/kea-dhcp-ddns.service
(from rev 536121, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-x86_64/kea-dhcp4.service
(from rev 536121, kea/trunk/kea-dhcp4.service)
  kea/repos/community-x86_64/kea-dhcp6.service
(from rev 536121, kea/trunk/kea-dhcp6.service)
  kea/repos/community-x86_64/tmpfiles-kea.conf
(from rev 536121, kea/trunk/tmpfiles-kea.conf)
Deleted:
  kea/repos/community-x86_64/PKGBUILD
  kea/repos/community-x86_64/fix-scripts-include-path.patch
  kea/repos/community-x86_64/kea-ctrl-agent.service
  kea/repos/community-x86_64/kea-dhcp-ddns.service
  kea/repos/community-x86_64/kea-dhcp4.service
  kea/repos/community-x86_64/kea-dhcp6.service
  kea/repos/community-x86_64/tmpfiles-kea.conf

+
 PKGBUILD   |  160 +--
 fix-scripts-include-path.patch |  532 +++
 kea-ctrl-agent.service |   28 +-
 kea-dhcp-ddns.service  |   26 -
 kea-dhcp4.service  |   28 +-
 kea-dhcp6.service  |   28 +-
 tmpfiles-kea.conf  |2 
 7 files changed, 403 insertions(+), 401 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 22:15:12 UTC (rev 536121)
+++ PKGBUILD2019-12-06 22:15:42 UTC (rev 536122)
@@ -1,79 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nfnty
-pkgname='kea'
-pkgver=1.5.0
-_upstreamver=1.5.0
-pkgrel=10
-pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
-arch=('x86_64')
-url='https://kea.isc.org'
-license=('MPL2')
-depends=('botan' 'boost-libs' 'log4cplus' 'mariadb-libs' 'postgresql-libs')
-makedepends=('boost'
- 'postgresql' # Needed for some headers
- 'python') # kea-shell
-optdepends=('mariadb: lease information database'
-'postgresql: lease information database'
-'python: to use kea-shell'
-'kea-devel-docs: developer documentation')
-# Checks are disabled for now
-#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
-backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
-
-source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
-fix-scripts-include-path.patch
-tmpfiles-kea.conf
-kea-dhcp4.service
-kea-dhcp6.service
-kea-dhcp-ddns.service
-kea-ctrl-agent.service)
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP'
-
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
-
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
-
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
-
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
-
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
-  # Also, it fallbacks to the absolute path inside the chrooted build dir,
-  # which will certainly not exist on the target system...
-  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var' \
-  --with-dhcp-mysql \
-  --with-dhcp-pgsql \
-  --enable-shell
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${_upstreamver}"
-  # Disable for 

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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:58:41
  Author: zorun
Revision: 536120

archrelease: copy trunk to community-x86_64

Added:
  yodl/repos/community-x86_64/PKGBUILD
(from rev 536119, yodl/trunk/PKGBUILD)
Deleted:
  yodl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 21:58:25 UTC (rev 536119)
+++ PKGBUILD2019-12-06 21:58:41 UTC (rev 536120)
@@ -1,32 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: nl6720 
-# Contributor: Andreas B. Wagner 
-# Contributor: Eric Belanger 
-# Contributor: Jeff Mickey 
-
-pkgname=yodl
-pkgver=4.02.01
-pkgrel=2
-pkgdesc='Implements a pre-document language and tools to process it.'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/yodl/'
-license=('GPL3')
-depends=('bash')
-makedepends=('icmake')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('59e23bb173786b8806f56bf302dee9d8d971d0d840c609e2b24d9783b5866fca2509be844616318f9a4f302117b3a41f620be5cba09181e7ccdcf0c141402be7')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-   ./build programs
-   ./build macros
-   ./build man
-   ./build html
-}
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-   ./build install programs "${pkgdir}"
-   ./build install macros "${pkgdir}"
-   ./build install man "${pkgdir}"
-   ./build install manual "${pkgdir}"
-}

Copied: yodl/repos/community-x86_64/PKGBUILD (from rev 536119, 
yodl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 21:58:41 UTC (rev 536120)
@@ -0,0 +1,34 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: nl6720 
+# Contributor: Andreas B. Wagner 
+# Contributor: Eric Belanger 
+# Contributor: Jeff Mickey 
+
+pkgname=yodl
+pkgver=4.02.02
+pkgrel=1
+pkgdesc='Implements a pre-document language and tools to process it.'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/yodl/'
+license=('GPL3')
+depends=('bash')
+makedepends=('icmake')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+CXXFLAGS+=' --std=c++2a'
+export CXXFLAGS
+   ./build programs
+   ./build macros
+   ./build man
+   ./build html
+}
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+   ./build install programs "${pkgdir}"
+   ./build install macros "${pkgdir}"
+   ./build install man "${pkgdir}"
+   ./build install manual "${pkgdir}"
+}


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:58:25
  Author: zorun
Revision: 536119

upgpkg: yodl 4.02.02-1

Modified:
  yodl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:47:26 UTC (rev 536118)
+++ PKGBUILD2019-12-06 21:58:25 UTC (rev 536119)
@@ -5,8 +5,8 @@
 # Contributor: Jeff Mickey 
 
 pkgname=yodl
-pkgver=4.02.01
-pkgrel=2
+pkgver=4.02.02
+pkgrel=1
 pkgdesc='Implements a pre-document language and tools to process it.'
 arch=('x86_64')
 url='https://fbb-git.gitlab.io/yodl/'
@@ -14,10 +14,12 @@
 depends=('bash')
 makedepends=('icmake')
 
source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('59e23bb173786b8806f56bf302dee9d8d971d0d840c609e2b24d9783b5866fca2509be844616318f9a4f302117b3a41f620be5cba09181e7ccdcf0c141402be7')
+sha512sums=('531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+CXXFLAGS+=' --std=c++2a'
+export CXXFLAGS
./build programs
./build macros
./build man


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:47:12
  Author: zorun
Revision: 536117

upgpkg: python-sphinxcontrib-bibtex 1.0.0-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:41:31 UTC (rev 536116)
+++ PKGBUILD2019-12-06 21:47:12 UTC (rev 536117)
@@ -2,17 +2,17 @@
 # Contributor: Patrice Peterson 
 
 pkgname=python-sphinxcontrib-bibtex
-pkgver=0.4.2
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org;
 license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
+sha256sums=('629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0')
 
 build() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"


[arch-commits] Commit in python-sphinxcontrib-bibtex/repos/community-any (2 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:47:26
  Author: zorun
Revision: 536118

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD
(from rev 536117, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 21:47:12 UTC (rev 536117)
+++ PKGBUILD2019-12-06 21:47:26 UTC (rev 536118)
@@ -1,32 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Patrice Peterson 
-
-pkgname=python-sphinxcontrib-bibtex
-pkgver=0.4.2
-pkgrel=3
-pkgdesc="A Sphinx extension for BibTeX style citations"
-arch=('any')
-url="https://sphinxcontrib-bibtex.readthedocs.org;
-license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-sphinx-testing')
-source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
-
-build() {
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
-  python setup.py nosetests || warning "Some python3 tests failed"
-}
-
-package() {
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD (from rev 
536117, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 21:47:26 UTC (rev 536118)
@@ -0,0 +1,32 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Patrice Peterson 
+
+pkgname=python-sphinxcontrib-bibtex
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A Sphinx extension for BibTeX style citations"
+arch=('any')
+url="https://sphinxcontrib-bibtex.readthedocs.org;
+license=('BSD')
+depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-sphinx-testing')
+source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
+sha256sums=('629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0')
+
+build() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
+  python setup.py nosetests || warning "Some python3 tests failed"
+}
+
+package() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:38:48
  Author: zorun
Revision: 536112

archrelease: copy trunk to community-x86_64

Added:
  ocaml-num/repos/community-x86_64/PKGBUILD
(from rev 536111, ocaml-num/trunk/PKGBUILD)
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch
(from rev 536111, ocaml-num/trunk/provide-findlib-install-target.patch)
Deleted:
  ocaml-num/repos/community-x86_64/PKGBUILD
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch

--+
 PKGBUILD |   60 -
 provide-findlib-install-target.patch |  214 -
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 21:38:38 UTC (rev 536111)
+++ PKGBUILD2019-12-06 21:38:48 UTC (rev 536112)
@@ -1,30 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ocaml-num
-pkgver=1.2
-pkgrel=4
-pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
-arch=('x86_64')
-url="https://github.com/ocaml/num;
-license=('LGPL2.1')
-depends=('ocaml')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
-sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
-
-build() {
-  cd "$srcdir/num-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/num-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-num/repos/community-x86_64/PKGBUILD (from rev 536111, 
ocaml-num/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 21:38:48 UTC (rev 536112)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-num
+pkgver=1.3
+pkgrel=1
+pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
+arch=('x86_64')
+url="https://github.com/ocaml/num;
+license=('LGPL2.1')
+depends=('ocaml')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d')
+
+build() {
+  cd "$srcdir/num-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/num-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: provide-findlib-install-target.patch
===
--- provide-findlib-install-target.patch2019-12-06 21:38:38 UTC (rev 
536111)
+++ provide-findlib-install-target.patch2019-12-06 21:38:48 UTC (rev 
536112)
@@ -1,107 +0,0 @@
-From 12dff1ac0a8cacbda2969b560f021ebb73b16887 Mon Sep 17 00:00:00 2001
-From: David Allsopp 
-Date: Thu, 11 Jan 2018 08:10:10 +
-Subject: [PATCH] Provide findlib-install target (#6)
-
-Allows installing the entire library using ocamlfind, in an ocamlfind-managed 
directory.
-This differs from the `install` target which performs the old-style 
installation in the OCaml stdlib directory.

- .gitignore|  1 +
- Makefile  | 10 +-
- src/{META => META.in} |  4 +++-
- src/Makefile  | 17 +++--
- 4 files changed, 28 insertions(+), 4 deletions(-)
- rename src/{META => META.in} (72%)
-
-diff --git a/.gitignore b/.gitignore
-index 6acd3bc..172bf23 100644
 a/.gitignore
-+++ b/.gitignore
-@@ -8,3 +8,4 @@
- *.cmx[as]
- *.cmti
- *.annot
-+src/META
-diff --git a/Makefile b/Makefile
-index 6a5d08f..b40e588 100644
 a/Makefile
-+++ b/Makefile
-@@ -14,8 +14,16 @@ install:
-   $(MAKE) -C src install
-   $(MAKE) -C toplevel install
- 
-+findlib-install:
-+  $(MAKE) -C src findlib-install
-+  $(MAKE) -C toplevel install
-+
- uninstall:
-   $(MAKE) -C src uninstall
-   $(MAKE) -C toplevel uninstall
- 
--.PHONY: all test clean install uninstall
-+findlib-uninstall:
-+  $(MAKE) -C src findlib-uninstall
-+  $(MAKE) -C toplevel uninstall
-+
-+.PHONY: all test clean install uninstall findlib-install findlib-uninstall
-diff --git a/src/META b/src/META.in
-similarity index 72%
-rename from src/META
-rename to src/META.in
-index 66ac170..b5678b7 100644
 a/src/META
-+++ b/src/META.in
-@@ -1,6 +1,8 @@
- # This META is the one provided by findlib when the "num" library was
- # part of the core OCaml distribution.  For backward compatibility,
--# it installs into OCaml's standard library directory, not in a subdirectory
-+# it is installed into OCaml's standard 

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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:38:38
  Author: zorun
Revision: 536111

upgpkg: ocaml-num 1.3-1

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:38:16 UTC (rev 536110)
+++ PKGBUILD2019-12-06 21:38:38 UTC (rev 536111)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ocaml-num
-pkgver=1.2
-pkgrel=4
+pkgver=1.3
+pkgrel=1
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num;
@@ -11,7 +11,7 @@
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
-sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
+sha256sums=('4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d')
 
 build() {
   cd "$srcdir/num-$pkgver"


[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:33:19
  Author: zorun
Revision: 536105

upgpkg: auto-multiple-choice 1.4.0-5

Modified:
  auto-multiple-choice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:31:30 UTC (rev 536104)
+++ PKGBUILD2019-12-06 21:33:19 UTC (rev 536105)
@@ -6,7 +6,7 @@
 
 pkgname=auto-multiple-choice
 pkgver=1.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
 arch=('x86_64')
 url='https://www.auto-multiple-choice.net/'
@@ -13,7 +13,7 @@
 license=('GPL2')
 depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
  'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
  'ttf-linux-libertine'
  'texlive-core'
  'opencv' 'poppler' 'poppler-glib')


[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:33:29
  Author: zorun
Revision: 536106

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 536105, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 21:33:19 UTC (rev 536105)
+++ PKGBUILD2019-12-06 21:33:29 UTC (rev 536106)
@@ -1,44 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
- 'ttf-linux-libertine'
- 'texlive-core'
- 'opencv' 'poppler' 'poppler-glib')
-makedepends=('netpbm')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 536105, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 21:33:29 UTC (rev 536106)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=5
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in (3 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:27:23
  Author: zorun
Revision: 536099

perl-locale-codes: initial commit

Added:
  perl-locale-codes/
  perl-locale-codes/trunk/
  perl-locale-codes/trunk/PKGBUILD

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

Added: perl-locale-codes/trunk/PKGBUILD
===
--- perl-locale-codes/trunk/PKGBUILD(rev 0)
+++ perl-locale-codes/trunk/PKGBUILD2019-12-06 21:27:23 UTC (rev 536099)
@@ -0,0 +1,35 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=perl-locale-codes
+pkgver=3.62
+pkgrel=1
+pkgdesc='Distribution of modules to handle locale codes'
+_dist=Locale-Codes
+arch=('any')
+url="https://metacpan.org/release/$_dist;
+license=('GPL' 'PerlArtistic')
+depends=(perl)
+checkdepends=('perl-test-inter')
+options=('!emptydirs' purge)
+source=("http://search.cpan.org/CPAN/authors/id/SBECK/$_dist-$pkgver.tar.gz;)
+sha256sums=('11a6d343e9c321d8ee9eee4479954a4e9c1ff2145187e74fd64952092f9dfab7')
+
+build() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-locale-codes (3 files)

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:27:46
  Author: zorun
Revision: 536101

archrelease: copy trunk to community-any

Added:
  perl-locale-codes/repos/
  perl-locale-codes/repos/community-any/
  perl-locale-codes/repos/community-any/PKGBUILD
(from rev 536099, perl-locale-codes/trunk/PKGBUILD)

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

Copied: perl-locale-codes/repos/community-any/PKGBUILD (from rev 536099, 
perl-locale-codes/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-12-06 21:27:46 UTC (rev 536101)
@@ -0,0 +1,35 @@
+# Maintainer: Baptiste Jonglez 
+pkgname=perl-locale-codes
+pkgver=3.62
+pkgrel=1
+pkgdesc='Distribution of modules to handle locale codes'
+_dist=Locale-Codes
+arch=('any')
+url="https://metacpan.org/release/$_dist;
+license=('GPL' 'PerlArtistic')
+depends=(perl)
+checkdepends=('perl-test-inter')
+options=('!emptydirs' purge)
+source=("http://search.cpan.org/CPAN/authors/id/SBECK/$_dist-$pkgver.tar.gz;)
+sha256sums=('11a6d343e9c321d8ee9eee4479954a4e9c1ff2145187e74fd64952092f9dfab7')
+
+build() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "$srcdir/$_dist-$pkgver"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in crypto++/repos/community-x86_64 (7 files)

2019-12-05 Thread Baptiste Jonglez via arch-commits
Date: Thursday, December 5, 2019 @ 22:31:44
  Author: zorun
Revision: 535757

archrelease: copy trunk to community-x86_64

Added:
  crypto++/repos/community-x86_64/PKGBUILD
(from rev 535756, crypto++/trunk/PKGBUILD)
  crypto++/repos/community-x86_64/crypto++.install
(from rev 535756, crypto++/trunk/crypto++.install)
  crypto++/repos/community-x86_64/cve-2019-14318.patch
(from rev 535756, crypto++/trunk/cve-2019-14318.patch)
  crypto++/repos/community-x86_64/libcrypto++.pc
(from rev 535756, crypto++/trunk/libcrypto++.pc)
Deleted:
  crypto++/repos/community-x86_64/PKGBUILD
  crypto++/repos/community-x86_64/crypto++.install
  crypto++/repos/community-x86_64/libcrypto++.pc

--+
 PKGBUILD |  116 
 crypto++.install |8 
 cve-2019-14318.patch |  640 +
 libcrypto++.pc   |   22 -
 4 files changed, 717 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-05 22:31:19 UTC (rev 535756)
+++ PKGBUILD2019-12-05 22:31:44 UTC (rev 535757)
@@ -1,54 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kritoke 
-# Contributor: jlvsimoes 
-
-pkgname=crypto++
-pkgver=8.2.0
-_srcver=${pkgver//./}
-pkgrel=1
-pkgdesc="A free C++ class library of cryptographic schemes"
-arch=('x86_64')
-url="https://www.cryptopp.com/;
-license=('custom')
-depends=('gcc-libs')
-makedepends=('unzip')
-# Fix https://bugs.archlinux.org/task/56689
-install="crypto++.install"
-source=("https://www.cryptopp.com/cryptopp${_srcver}.zip"{,.sig}
-'libcrypto++.pc')
-# Checksums from https://www.cryptopp.com/release600.html
-sha1sums=('b042d2f0c93410abdec7c12bcd92787d019f8da1'
-  'SKIP'
-  'ef530175d27101dcb23a3f92d3c80a529f1d7b02')
-sha256sums=('03f0e2242e11b9d19b28d0ec5a3fa8ed5cc7b27640e6bed365744f593e858058'
-'SKIP'
-'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6')
-sha512sums=('753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5'
-'SKIP'
-
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276')
-validpgpkeys=('B8CC19802062211A508B2F5CCE0586AF1F8E37BD') # Jeffrey Walton 
(Crypto++ Release) 
-
-build() {
-  CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe
-}
-
-check() {
-  make test
-}
-
-package() {
-  make install DESTDIR="$pkgdir" PREFIX="/usr"
-  # Install pkgconfig file
-  install -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
-  # Remove cryptest.exe and test files, only needed for check() and bloats the 
package
-  # because cryptest.exe is linked statically.
-  rm "${pkgdir}/usr/bin/cryptest.exe"
-  rmdir "${pkgdir}/usr/bin/"
-  rm -r "${pkgdir}/usr/share/cryptopp/"
-  # Install license
-  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: crypto++/repos/community-x86_64/PKGBUILD (from rev 535756, 
crypto++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-05 22:31:44 UTC (rev 535757)
@@ -0,0 +1,62 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kritoke 
+# Contributor: jlvsimoes 
+
+pkgname=crypto++
+pkgver=8.2.0
+_srcver=${pkgver//./}
+pkgrel=2
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('x86_64')
+url="https://www.cryptopp.com/;
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+# Fix https://bugs.archlinux.org/task/56689
+install="crypto++.install"
+source=("https://www.cryptopp.com/cryptopp${_srcver}.zip"{,.sig}
+'libcrypto++.pc'
+'cve-2019-14318.patch')
+# Checksums from https://www.cryptopp.com/release600.html
+sha1sums=('b042d2f0c93410abdec7c12bcd92787d019f8da1'
+  'SKIP'
+  'ef530175d27101dcb23a3f92d3c80a529f1d7b02'
+  '4788135c92536cac42a98e59d219a9e859b759e3')
+sha256sums=('03f0e2242e11b9d19b28d0ec5a3fa8ed5cc7b27640e6bed365744f593e858058'
+'SKIP'
+'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6'
+'d9cabc1eab0dfbab1d4bfff75fa99766995089e52b83a175918e738516efbb41')
+sha512sums=('753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5'
+'SKIP'
+
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276'
+

[arch-commits] Commit in crypto++/trunk (PKGBUILD cve-2019-14318.patch)

2019-12-05 Thread Baptiste Jonglez via arch-commits
Date: Thursday, December 5, 2019 @ 22:31:19
  Author: zorun
Revision: 535756

upgpkg: crypto++ 8.2.0-2

Patch for CVE-2019-14318

Added:
  crypto++/trunk/cve-2019-14318.patch
Modified:
  crypto++/trunk/PKGBUILD

--+
 PKGBUILD |   18 -
 cve-2019-14318.patch |  640 +
 2 files changed, 653 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-05 20:55:37 UTC (rev 535755)
+++ PKGBUILD2019-12-05 22:31:19 UTC (rev 535756)
@@ -8,7 +8,7 @@
 pkgname=crypto++
 pkgver=8.2.0
 _srcver=${pkgver//./}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free C++ class library of cryptographic schemes"
 arch=('x86_64')
 url="https://www.cryptopp.com/;
@@ -18,19 +18,27 @@
 # Fix https://bugs.archlinux.org/task/56689
 install="crypto++.install"
 source=("https://www.cryptopp.com/cryptopp${_srcver}.zip"{,.sig}
-'libcrypto++.pc')
+'libcrypto++.pc'
+'cve-2019-14318.patch')
 # Checksums from https://www.cryptopp.com/release600.html
 sha1sums=('b042d2f0c93410abdec7c12bcd92787d019f8da1'
   'SKIP'
-  'ef530175d27101dcb23a3f92d3c80a529f1d7b02')
+  'ef530175d27101dcb23a3f92d3c80a529f1d7b02'
+  '4788135c92536cac42a98e59d219a9e859b759e3')
 sha256sums=('03f0e2242e11b9d19b28d0ec5a3fa8ed5cc7b27640e6bed365744f593e858058'
 'SKIP'
-'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6')
+'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6'
+'d9cabc1eab0dfbab1d4bfff75fa99766995089e52b83a175918e738516efbb41')
 
sha512sums=('753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5'
 'SKIP'
-
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276')
+
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276'
+
'c5075963acc0f8f5bac38306bac324e0ca5aa74abed417cf5f626267c4c409f84c31a89e351b07a1880cfd30c1451e0f1e3dd8721050df74c1d3d080097a84d9')
 validpgpkeys=('B8CC19802062211A508B2F5CCE0586AF1F8E37BD') # Jeffrey Walton 
(Crypto++ Release) 
 
+prepare() {
+  patch -p0 < "$srcdir"/cve-2019-14318.patch
+}
+
 build() {
   CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe
 }

Added: cve-2019-14318.patch
===
--- cve-2019-14318.patch(rev 0)
+++ cve-2019-14318.patch2019-12-05 22:31:19 UTC (rev 535756)
@@ -0,0 +1,640 @@
+# Patch for Crypto++ timing leaks in EC gear (GH #869)
+# diff of Crypto++ 8.2 and Master 04b2a20c5da5
+--- pubkey.h
 pubkey.h
+@@ -886,7 +886,7 @@
+   /// \brief Retrieves the encoded element's size
+   /// \param reversible flag indicating the encoding format
+   /// \return encoded element's size, in bytes
+-  /// \details The format of the encoded element varies by the 
underlyinhg type of the element and the
++  /// \details The format of the encoded element varies by the underlying 
type of the element and the
+   ///   reversible flag. GetEncodedElementSize() must be implemented in a 
derived class.
+   /// \sa GetEncodedElementSize(), EncodeElement(), DecodeElement()
+   virtual unsigned int GetEncodedElementSize(bool reversible) const =0;
+@@ -1604,10 +1604,10 @@
+   if (rng.CanIncorporateEntropy())
+   rng.IncorporateEntropy(representative, 
representative.size());
+ 
+-  Integer k;
++  Integer k, ks;
++  const Integer& q = params.GetSubgroupOrder();
+   if (alg.IsDeterministic())
+   {
+-  const Integer& q = params.GetSubgroupOrder();
+   const Integer& x = key.GetPrivateExponent();
+   const DeterministicSignatureAlgorithm& det = 
dynamic_cast(alg);
+   k = det.GenerateRandom(x, q, e);
+@@ -1617,8 +1617,15 @@
+   k.Randomize(rng, 1, params.GetSubgroupOrder()-1);
+   }
+ 
++  // Due to timing attack on nonce length by Jancar
++  // https://github.com/weidai11/cryptopp/issues/869
++  ks = k + q;
++  if (ks.BitCount() == q.BitCount()) {
++  ks += q;
++  }
++
+   Integer r, s;
+-  r = params.ConvertElementToInteger(params.ExponentiateBase(k));
++  r = params.ConvertElementToInteger(params.ExponentiateBase(ks));
+   alg.Sign(params, key.GetPrivateExponent(), k, e, r, s);
+ 
+   /*
+@@ -1630,7 +1637,7 @@
+   alg.Sign(params, key.GetPrivateExponent(), ma.m_k, e, r, s);
+   */
+ 
+- 

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

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:40:25
  Author: zorun
Revision: 522066

archrelease: copy trunk to community-testing-x86_64

Added:
  coq/repos/community-testing-x86_64/
  coq/repos/community-testing-x86_64/PKGBUILD
(from rev 522065, coq/trunk/PKGBUILD)

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

Copied: coq/repos/community-testing-x86_64/PKGBUILD (from rev 522065, 
coq/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-01 17:40:25 UTC (rev 522066)
@@ -0,0 +1,97 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: acieroid
+# Contributor: spider-mario 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: George Giorgidze 
+# Contributor: William J. Bowman 
+
+pkgname=('coq' 'coqide' 'coq-doc')
+pkgver=8.10.1
+pkgrel=1
+pkgdesc='Formal proof management system'
+arch=('x86_64')
+url='https://coq.inria.fr/'
+license=('GPL')
+groups=('coq')
+options=('!emptydirs')
+depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3')
+makedepends=('ocaml-findlib'
+ 'lablgtk3' 'gendesk' # coqide
+ 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
+ 'texlive-fontsextra' 'texlive-science'
+ 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
+ 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
+ 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
+source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
+sha512sums=('5c6a20e283c351a4b0ecdb393fb77cfc9b72b474453c99c95f52a70da47dd72fff7229c2ef92d61aadade8f2ed6e03c1a7740d0fa2fcc87ea72659f95eceb2dc')
+
+prepare() {
+  gendesk -f -n --pkgname "coqide" \
+--name "CoqIDE Proof Assistant" \
+--pkgdesc "Graphical interface for the Coq proof assistant" \
+--categories "Development;Science;Math;IDE;GTK"
+  cd "$srcdir/coq-$pkgver"
+}
+
+build() {
+  cd "$srcdir/coq-$pkgver"
+
+  ./configure \
+-prefix '/usr' \
+-mandir '/usr/share/man' \
+-configdir '/etc/xdg/coq/' \
+-coqide opt \
+-with-doc yes
+
+  make world
+}
+
+package_coq() {
+  depends=('ocaml')
+  optdepends=('coqide: graphical Coq IDE'
+  'coq-doc: offline documentation'
+  'coin-or-csdp: for psatz plugin')
+  # coq-nox was the old name for coq without coqide
+  replaces=('coq-nox')
+  conflicts=('coq-nox')
+
+  cd "$srcdir/coq-$pkgver"
+
+  # The second target is needed to install coqidetop.cmxs (needed for some
+  # frontend other than coqide, for instance coquille)
+  make COQINSTALLPREFIX="$pkgdir" install-coq install-ide-toploop install-meta
+  rm -f "${pkgdir}/usr/share/man/man1/coqide.1"
+  # Workaround for FS#58203
+  mkdir -p "$pkgdir/usr/lib/ocaml/"
+  ln -s /usr/lib/coq "$pkgdir/usr/lib/ocaml/coq"
+}
+
+package_coqide() {
+  pkgdesc="GTK-based graphical interface for the Coq proof assistant"
+  depends=('coq' 'ocaml' 'gtk3' 'gtksourceview3')
+
+  cd "$srcdir/coq-$pkgver"
+
+  mkdir -p "${pkgdir}/usr/bin"
+  make COQINSTALLPREFIX="$pkgdir" install-coqide
+  install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
+
+  # Remove toploop files installed by "install-ide-toploop" in the main package
+  rm -f "${pkgdir}/usr/lib/coq/toploop"/coqidetop.{cma,cmxs}
+  rm -f "${pkgdir}/usr/bin"/coqidetop{,.opt}
+  # In coq 8.7 this file is installed both by install-coq and install-coqide, 
remove the duplicate.
+  rm -f "${pkgdir}/usr/lib/coq/vernac/topfmt.cmi"
+
+  # Desktop file generated by gendesk
+  install -D -m 644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m 644 ide/coq.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+package_coq-doc() {
+  pkgdesc="HTML and PDF documentation for the Coq proof assistant"
+  depends=()
+
+  cd "$srcdir/coq-$pkgver"
+
+  make COQINSTALLPREFIX="$pkgdir" install-doc
+}


[arch-commits] Commit in coq/trunk (PKGBUILD ocaml408_compat.patch)

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:40:15
  Author: zorun
Revision: 522065

upgpkg: coq 8.10.1-1

Modified:
  coq/trunk/PKGBUILD
Deleted:
  coq/trunk/ocaml408_compat.patch

---+
 PKGBUILD  |   19 ---
 ocaml408_compat.patch |   13 -
 2 files changed, 8 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 17:37:52 UTC (rev 522064)
+++ PKGBUILD2019-11-01 17:40:15 UTC (rev 522065)
@@ -6,8 +6,8 @@
 # Contributor: William J. Bowman 
 
 pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.9.1
-pkgrel=4
+pkgver=8.10.1
+pkgrel=1
 pkgdesc='Formal proof management system'
 arch=('x86_64')
 url='https://coq.inria.fr/'
@@ -14,18 +14,16 @@
 license=('GPL')
 groups=('coq')
 options=('!emptydirs')
-depends=('ocaml' 'camlp5' 'ocaml-num' 'gtk2' 'gtksourceview2')
+depends=('ocaml' 'ocaml-num' 'gtk3' 'gtksourceview3')
 makedepends=('ocaml-findlib'
- 'lablgtk2' 'gendesk' # coqide
+ 'lablgtk3' 'gendesk' # coqide
  'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
  'texlive-fontsextra' 'texlive-science'
  'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
  'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
  'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;
-"ocaml408_compat.patch")
-sha512sums=('66344f801b955d1b6daf3ab1d704551070c95cf9032ae74f15fb33f7ec313812b3e05c0ec277a2eb448e3fdfd9721df06d36612e2fb4928b6530d70147f1d983'
-'df50beaf50e8ed6c208682327634ba0c656d041598d9a81d762ba07bba01336b769defc9deabe0e37c66deca3bce8c418c16da26c084564c2147e55b646508f5')
+source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
+sha512sums=('5c6a20e283c351a4b0ecdb393fb77cfc9b72b474453c99c95f52a70da47dd72fff7229c2ef92d61aadade8f2ed6e03c1a7740d0fa2fcc87ea72659f95eceb2dc')
 
 prepare() {
   gendesk -f -n --pkgname "coqide" \
@@ -33,7 +31,6 @@
 --pkgdesc "Graphical interface for the Coq proof assistant" \
 --categories "Development;Science;Math;IDE;GTK"
   cd "$srcdir/coq-$pkgver"
-  patch -p1 -i "${srcdir}/ocaml408_compat.patch"
 }
 
 build() {
@@ -50,7 +47,7 @@
 }
 
 package_coq() {
-  depends=('ocaml' 'camlp5')
+  depends=('ocaml')
   optdepends=('coqide: graphical Coq IDE'
   'coq-doc: offline documentation'
   'coin-or-csdp: for psatz plugin')
@@ -71,7 +68,7 @@
 
 package_coqide() {
   pkgdesc="GTK-based graphical interface for the Coq proof assistant"
-  depends=('coq' 'ocaml' 'camlp5' 'gtk2' 'gtksourceview2')
+  depends=('coq' 'ocaml' 'gtk3' 'gtksourceview3')
 
   cd "$srcdir/coq-$pkgver"
 

Deleted: ocaml408_compat.patch
===
--- ocaml408_compat.patch   2019-11-01 17:37:52 UTC (rev 522064)
+++ ocaml408_compat.patch   2019-11-01 17:40:15 UTC (rev 522065)
@@ -1,13 +0,0 @@
-diff --git a/Makefile.build b/Makefile.build
-index ed29e21c82..02a92cd404 100644
 a/Makefile.build
-+++ b/Makefile.build
-@@ -262,7 +262,7 @@ endef
- CAMLP5DEPS:=grammar/grammar.cma
- CAMLP5USE=pa_extend.cmo q_MLast.cmo pa_macro.cmo -D$(CAMLVERSION)
- 
--PR_O := $(if $(READABLE_ML4),pr_o.cmo,pr_dump.cmo)
-+PR_O := $(if $(READABLE_ML4),pr_o.cmo,)
- 
- # Main packages linked by Coq.
- SYSMOD:=-package num,str,unix,dynlink,threads


[arch-commits] Commit in lablgtk3 (4 files)

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:37:52
  Author: zorun
Revision: 522064

archrelease: copy trunk to community-testing-x86_64

Added:
  lablgtk3/repos/
  lablgtk3/repos/community-testing-x86_64/
  
lablgtk3/repos/community-testing-x86_64/0001-disable-warn-error-on-Obj.truncate.patch
(from rev 522063, 
lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch)
  lablgtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 522063, lablgtk3/trunk/PKGBUILD)

---+
 0001-disable-warn-error-on-Obj.truncate.patch |   26 ++
 PKGBUILD  |   34 
 2 files changed, 60 insertions(+)

Copied: 
lablgtk3/repos/community-testing-x86_64/0001-disable-warn-error-on-Obj.truncate.patch
 (from rev 522063, lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch)
===
--- 
repos/community-testing-x86_64/0001-disable-warn-error-on-Obj.truncate.patch
(rev 0)
+++ 
repos/community-testing-x86_64/0001-disable-warn-error-on-Obj.truncate.patch
2019-11-01 17:37:52 UTC (rev 522064)
@@ -0,0 +1,26 @@
+From 1418b24bf99b10a3bd45258ed30613a8de4b8955 Mon Sep 17 00:00:00 2001
+From: Jacques Garrigue 
+Date: Wed, 25 Sep 2019 16:41:02 +0200
+Subject: [PATCH] disable -warn-error on Obj.truncate
+
+---
+ src/dune | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/dune b/src/dune
+index ed283fd4..def43f7a 100644
+--- a/src/dune
 b/src/dune
+@@ -68,7 +68,8 @@
+ (library
+  (name lablgtk3)
+  (public_name lablgtk3)
+- (flags :standard -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence)
++ (flags :standard -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence
++-warn-error A-3) ; needed for Obj.truncate
+  (wrapped false)
+  (modules
+; gtkBrokenProps ogtkBrokenProps gtkBroken gBroken
+-- 
+2.23.0
+

Copied: lablgtk3/repos/community-testing-x86_64/PKGBUILD (from rev 522063, 
lablgtk3/trunk/PKGBUILD)
===
--- repos/community-testing-x86_64/PKGBUILD (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD 2019-11-01 17:37:52 UTC (rev 
522064)
@@ -0,0 +1,34 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=lablgtk3
+pkgver=3.0.beta6
+pkgrel=2
+pkgdesc="An Objective Caml interface to gtk3"
+arch=('x86_64')
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk3' 'gtksourceview3' 'gtkspell3' 'ocaml-cairo')
+makedepends=('ocaml-compiler-libs>=4.0.9' 'ocaml-findlib' 'dune')
+optdepends=('ocaml: for using the tools')
+source=("https://github.com/garrigue/lablgtk/releases/download/${pkgver}/${pkgname}-${pkgver}.tbz;
+"0001-disable-warn-error-on-Obj.truncate.patch")
+sha256sums=('4014ac73afd502cfce862fc65a3c77372fb191a8f317d6803f1a9372172bd1ca'
+'22713c672519f7cdb67ba61e2b975504c8b740ca9e6728e52389978dd672270b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 < "${srcdir}"/0001-disable-warn-error-on-Obj.truncate.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  dune build -p lablgtk3,lablgtk3-gtkspell3,lablgtk3-sourceview3
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
+
+  install -dm755 "${pkgdir}/usr/share/"
+  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+}


[arch-commits] Commit in (4 files)

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:37:30
  Author: zorun
Revision: 522063

lablgtk3: initial upload

Added:
  lablgtk3/
  lablgtk3/trunk/
  lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch
  lablgtk3/trunk/PKGBUILD

---+
 0001-disable-warn-error-on-Obj.truncate.patch |   26 ++
 PKGBUILD  |   34 
 2 files changed, 60 insertions(+)

Added: lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch
===
--- lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch
(rev 0)
+++ lablgtk3/trunk/0001-disable-warn-error-on-Obj.truncate.patch
2019-11-01 17:37:30 UTC (rev 522063)
@@ -0,0 +1,26 @@
+From 1418b24bf99b10a3bd45258ed30613a8de4b8955 Mon Sep 17 00:00:00 2001
+From: Jacques Garrigue 
+Date: Wed, 25 Sep 2019 16:41:02 +0200
+Subject: [PATCH] disable -warn-error on Obj.truncate
+
+---
+ src/dune | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/dune b/src/dune
+index ed283fd4..def43f7a 100644
+--- a/src/dune
 b/src/dune
+@@ -68,7 +68,8 @@
+ (library
+  (name lablgtk3)
+  (public_name lablgtk3)
+- (flags :standard -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence)
++ (flags :standard -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence
++-warn-error A-3) ; needed for Obj.truncate
+  (wrapped false)
+  (modules
+; gtkBrokenProps ogtkBrokenProps gtkBroken gBroken
+-- 
+2.23.0
+

Added: lablgtk3/trunk/PKGBUILD
===
--- lablgtk3/trunk/PKGBUILD (rev 0)
+++ lablgtk3/trunk/PKGBUILD 2019-11-01 17:37:30 UTC (rev 522063)
@@ -0,0 +1,34 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=lablgtk3
+pkgver=3.0.beta6
+pkgrel=2
+pkgdesc="An Objective Caml interface to gtk3"
+arch=('x86_64')
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk3' 'gtksourceview3' 'gtkspell3' 'ocaml-cairo')
+makedepends=('ocaml-compiler-libs>=4.0.9' 'ocaml-findlib' 'dune')
+optdepends=('ocaml: for using the tools')
+source=("https://github.com/garrigue/lablgtk/releases/download/${pkgver}/${pkgname}-${pkgver}.tbz;
+"0001-disable-warn-error-on-Obj.truncate.patch")
+sha256sums=('4014ac73afd502cfce862fc65a3c77372fb191a8f317d6803f1a9372172bd1ca'
+'22713c672519f7cdb67ba61e2b975504c8b740ca9e6728e52389978dd672270b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 < "${srcdir}"/0001-disable-warn-error-on-Obj.truncate.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  dune build -p lablgtk3,lablgtk3-gtkspell3,lablgtk3-sourceview3
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
+
+  install -dm755 "${pkgdir}/usr/share/"
+  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+}


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

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:30:58
  Author: zorun
Revision: 522061

upgpkg: ocaml-cairo 0.6.1-2

Modified:
  ocaml-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 17:27:01 UTC (rev 522060)
+++ PKGBUILD2019-11-01 17:30:58 UTC (rev 522061)
@@ -4,7 +4,7 @@
 pkgver=0.6.1
 pkgrel=2
 pkgdesc="OCaml binding to Cairo, a 2D Vector Graphics Library"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/Chris00/ocaml-cairo;
 license=('LGPL3')
 depends=('ocaml' 'cairo' 'lablgtk2')


[arch-commits] Commit in ocaml-cairo (3 files)

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:31:09
  Author: zorun
Revision: 522062

archrelease: copy trunk to community-testing-x86_64

Added:
  ocaml-cairo/repos/
  ocaml-cairo/repos/community-testing-x86_64/
  ocaml-cairo/repos/community-testing-x86_64/PKGBUILD
(from rev 522061, ocaml-cairo/trunk/PKGBUILD)

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

Copied: ocaml-cairo/repos/community-testing-x86_64/PKGBUILD (from rev 522061, 
ocaml-cairo/trunk/PKGBUILD)
===
--- repos/community-testing-x86_64/PKGBUILD (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD 2019-11-01 17:31:09 UTC (rev 
522062)
@@ -0,0 +1,27 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-cairo
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="OCaml binding to Cairo, a 2D Vector Graphics Library"
+arch=('x86_64')
+url="https://github.com/Chris00/ocaml-cairo;
+license=('LGPL3')
+depends=('ocaml' 'cairo' 'lablgtk2')
+makedepends=('ocaml-findlib' 'dune')
+source=("https://github.com/Chris00/ocaml-cairo/releases/download/${pkgver}/cairo2-${pkgver}.tbz;)
+sha256sums=('312982d6ea74cacd51826b40f9fdfe3503d2984afd7c8123d58390b488c364c6')
+
+build() {
+  cd "${srcdir}/cairo2-${pkgver}"
+  dune build -p cairo2,cairo2-gtk,cairo2-pango
+}
+
+
+package() {
+  cd "${srcdir}/cairo2-${pkgver}"
+  DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
+
+  install -dm755 "${pkgdir}/usr/share/"
+  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+}


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

2019-11-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 1, 2019 @ 17:27:01
  Author: zorun
Revision: 522060

ocaml-cairo: initial upload

Added:
  ocaml-cairo/
  ocaml-cairo/trunk/
  ocaml-cairo/trunk/PKGBUILD

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

Added: ocaml-cairo/trunk/PKGBUILD
===
--- ocaml-cairo/trunk/PKGBUILD  (rev 0)
+++ ocaml-cairo/trunk/PKGBUILD  2019-11-01 17:27:01 UTC (rev 522060)
@@ -0,0 +1,27 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-cairo
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="OCaml binding to Cairo, a 2D Vector Graphics Library"
+arch=('i686' 'x86_64')
+url="https://github.com/Chris00/ocaml-cairo;
+license=('LGPL3')
+depends=('ocaml' 'cairo' 'lablgtk2')
+makedepends=('ocaml-findlib' 'dune')
+source=("https://github.com/Chris00/ocaml-cairo/releases/download/${pkgver}/cairo2-${pkgver}.tbz;)
+sha256sums=('312982d6ea74cacd51826b40f9fdfe3503d2984afd7c8123d58390b488c364c6')
+
+build() {
+  cd "${srcdir}/cairo2-${pkgver}"
+  dune build -p cairo2,cairo2-gtk,cairo2-pango
+}
+
+
+package() {
+  cd "${srcdir}/cairo2-${pkgver}"
+  DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
+
+  install -dm755 "${pkgdir}/usr/share/"
+  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+}


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

2019-09-14 Thread Baptiste Jonglez via arch-commits
Date: Saturday, September 14, 2019 @ 08:24:55
  Author: zorun
Revision: 510475

archrelease: copy trunk to community-staging-x86_64

Added:
  opendht/repos/community-staging-x86_64/
  opendht/repos/community-staging-x86_64/PKGBUILD
(from rev 510474, opendht/trunk/PKGBUILD)

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

Copied: opendht/repos/community-staging-x86_64/PKGBUILD (from rev 510474, 
opendht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 08:24:55 UTC (rev 510475)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=opendht
+epoch=1
+pkgver=1.10.1
+pkgrel=2
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht;
+license=(GPL3)
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 
'libjsoncpp.so')
+makedepends=(msgpack-c cmake cython systemd cppunit)
+optdepends=('python: to use the Python bindings')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_INDEX=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2019-09-14 Thread Baptiste Jonglez via arch-commits
Date: Saturday, September 14, 2019 @ 08:24:44
  Author: zorun
Revision: 510474

upgpkg: opendht 1:1.10.1-2

jsoncpp rebuild 
https://www.archlinux.org/todo/jsoncpp-191-soname-bump-plus-add-soname-depends-on-libjsoncppso/

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:10:37 UTC (rev 510473)
+++ PKGBUILD2019-09-14 08:24:44 UTC (rev 510474)
@@ -4,12 +4,12 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht;
 license=(GPL3)
-depends=(gnutls nettle readline argon2 jsoncpp restbed)
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 
'libjsoncpp.so')
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")


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

2019-08-29 Thread Baptiste Jonglez via arch-commits
Date: Thursday, August 29, 2019 @ 22:10:24
  Author: zorun
Revision: 505057

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 22:10:16 UTC (rev 505056)
+++ PKGBUILD2019-08-29 22:10:24 UTC (rev 505057)
@@ -1,56 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Immae
-
-pkgbase=python-pybtex
-pkgname=(python-pybtex python2-pybtex)
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="A BibTeX-compatible bibliography processor written in Python"
-arch=("any")
-url="https://pybtex.org;
-license=("GPL")
-# Overridden in package_* functions
-depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 
'python-latexcodec'
- 'python2' 'python2-setuptools' 'python2-six' 'python2-yaml' 
'python2-latexcodec')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz;)
-sha256sums=('26b70ec9f941db330c198fe1f2743182e9d8c2afa0a4b8ccca695f11e079f966')
-
-prepare() {
-  cp -a pybtex-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/pybtex-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pybtex-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pybtex-$pkgver"
-  python setup.py nosetests
-
-  cd "$srcdir/pybtex-$pkgver-py2"
-  python2 setup.py nosetests
-}
-
-package_python-pybtex() {
-  depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 
'python-latexcodec')
-
-  cd "$srcdir/pybtex-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pybtex() {
-  depends=('python2' 'python2-setuptools' 'python2-six' 'python2-yaml' 
'python2-latexcodec')
-
-  cd "$srcdir/pybtex-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  # Rename executables to avoid file conflict with python-pybtex
-  mv "$pkgdir"/usr/bin/pybtex{,2}
-  mv "$pkgdir"/usr/bin/pybtex-format{,2}
-  mv "$pkgdir"/usr/bin/pybtex-convert{,2}
-}

Copied: python-pybtex/repos/community-any/PKGBUILD (from rev 505056, 
python-pybtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 22:10:24 UTC (rev 505057)
@@ -0,0 +1,62 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Immae
+
+pkgbase=python-pybtex
+pkgname=(python-pybtex python2-pybtex)
+pkgver=0.22.2
+pkgrel=1
+pkgdesc="A BibTeX-compatible bibliography processor written in Python"
+arch=("any")
+url="https://pybtex.org;
+license=("GPL")
+# Overridden in package_* functions
+depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 
'python-latexcodec'
+ 'python2' 'python2-setuptools' 'python2-six' 'python2-yaml' 
'python2-latexcodec')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz;)
+sha256sums=('00816e5f8570609d8ce3360cd23916bd3e50428a3508127578fdb4dc2b731c1c')
+
+prepare() {
+  cp -a pybtex-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/pybtex-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pybtex-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pybtex-$pkgver"
+  python setup.py nosetests
+
+  cd "$srcdir/pybtex-$pkgver-py2"
+  python2 setup.py nosetests
+}
+
+package_python-pybtex() {
+  depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 
'python-latexcodec')
+
+  cd "$srcdir/pybtex-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # Files under site-packages/tests/ conflict with other python packages.
+  rm -rf "$pkgdir"/usr/lib/python3.?/site-packages/tests/
+}
+
+package_python2-pybtex() {
+  depends=('python2' 'python2-setuptools' 'python2-six' 'python2-yaml' 
'python2-latexcodec')
+
+  cd "$srcdir/pybtex-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # Files under site-packages/tests/ conflict with other python packages.
+  rm -rf "$pkgdir"/usr/lib/python2.?/site-packages/tests/
+
+  # Rename executables to avoid file conflict with python-pybtex
+  mv "$pkgdir"/usr/bin/pybtex{,2}
+  mv "$pkgdir"/usr/bin/pybtex-format{,2}
+  mv "$pkgdir"/usr/bin/pybtex-convert{,2}
+}


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

2019-08-29 Thread Baptiste Jonglez via arch-commits
Date: Thursday, August 29, 2019 @ 22:10:16
  Author: zorun
Revision: 505056

upgpkg: python-pybtex 0.22.2-1

Also fix FS#63600

Modified:
  python-pybtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-29 21:05:20 UTC (rev 505055)
+++ PKGBUILD2019-08-29 22:10:16 UTC (rev 505056)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pybtex
 pkgname=(python-pybtex python2-pybtex)
-pkgver=0.22.0
+pkgver=0.22.2
 pkgrel=1
 pkgdesc="A BibTeX-compatible bibliography processor written in Python"
 arch=("any")
@@ -14,7 +14,7 @@
  'python2' 'python2-setuptools' 'python2-six' 'python2-yaml' 
'python2-latexcodec')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz;)
-sha256sums=('26b70ec9f941db330c198fe1f2743182e9d8c2afa0a4b8ccca695f11e079f966')
+sha256sums=('00816e5f8570609d8ce3360cd23916bd3e50428a3508127578fdb4dc2b731c1c')
 
 prepare() {
   cp -a pybtex-$pkgver{,-py2}
@@ -41,6 +41,9 @@
 
   cd "$srcdir/pybtex-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # Files under site-packages/tests/ conflict with other python packages.
+  rm -rf "$pkgdir"/usr/lib/python3.?/site-packages/tests/
 }
 
 package_python2-pybtex() {
@@ -49,6 +52,9 @@
   cd "$srcdir/pybtex-$pkgver-py2"
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 
+  # Files under site-packages/tests/ conflict with other python packages.
+  rm -rf "$pkgdir"/usr/lib/python2.?/site-packages/tests/
+
   # Rename executables to avoid file conflict with python-pybtex
   mv "$pkgdir"/usr/bin/pybtex{,2}
   mv "$pkgdir"/usr/bin/pybtex-format{,2}


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

2019-08-24 Thread Baptiste Jonglez via arch-commits
Date: Saturday, August 24, 2019 @ 12:17:43
  Author: zorun
Revision: 501470

archrelease: copy trunk to community-x86_64

Added:
  babeld/repos/community-x86_64/PKGBUILD
(from rev 501469, babeld/trunk/PKGBUILD)
  babeld/repos/community-x86_64/babeld.conf
(from rev 501469, babeld/trunk/babeld.conf)
  babeld/repos/community-x86_64/babeld.service
(from rev 501469, babeld/trunk/babeld.service)
Deleted:
  babeld/repos/community-x86_64/PKGBUILD
  babeld/repos/community-x86_64/babeld.conf
  babeld/repos/community-x86_64/babeld.service

+
 PKGBUILD   |   68 +--
 babeld.conf|  104 +++
 babeld.service |   28 +++---
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 12:17:25 UTC (rev 501469)
+++ PKGBUILD2019-08-24 12:17:43 UTC (rev 501470)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Baptiste Jonglez 
-# Contributor: Yann Lopez 
-
-pkgname=babeld
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="A loop-avoiding distance-vector routing protocol"
-arch=('x86_64')
-url="https://www.irif.fr/~jch/software/babel/;
-license=('MIT')
-depends=('glibc')
-backup=('etc/babeld.conf')
-source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
-'babeld.conf' 'babeld.service')
-validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('9043f0a42d18578f31019e50576d125a5bee4f0aa53480c8618b58d3d64e0a3ec36daa526b347f1a5592b23d4a580841f979a9746bd5fc52e01d34f40534'
-'SKIP'
-
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
-
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" TARGET="$pkgdir" install
-
-  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
-  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: babeld/repos/community-x86_64/PKGBUILD (from rev 501469, 
babeld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 12:17:43 UTC (rev 501470)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Yann Lopez 
+
+pkgname=babeld
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A loop-avoiding distance-vector routing protocol"
+arch=('x86_64')
+url="https://www.irif.fr/~jch/software/babel/;
+license=('MIT')
+depends=('glibc')
+backup=('etc/babeld.conf')
+source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
+'babeld.conf' 'babeld.service')
+validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
+sha512sums=('433a9a2da02c56e93f5fc5f9399320f7f4dbac8d87eff9a539300d5740269eeda6be1302a2cf4a4b9c524780b286d9eb7898585fc530129a1f84341faf1e6fd0'
+'SKIP'
+
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
+
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" TARGET="$pkgdir" install
+
+  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
+  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: babeld.conf
===
--- babeld.conf 2019-08-24 12:17:25 UTC (rev 501469)
+++ babeld.conf 2019-08-24 12:17:43 UTC (rev 501470)
@@ -1,52 +0,0 @@
-# Configuration for babeld. See the man page babeld(8) for
-# details on the configuration format.
-
-# Works on Linux > 3.11
-ipv6-subtrees true
-
-# You must provide at least one interface for babeld to operate on.
-#interface eth0
-#interface wlan0
-
-# Global options you might want to set. There are many more, see the man page.
-#debug 1
-#local-port 33123
-#diversity true
-#random-id true
-
-# Per-interface configuration. Note that each interface referenced here
-# will be used by babeld.
-#interface eth1 rxcost 10
-#interface tun0 faraway true
-#interface wlan0 hello-interval 1
-
-# Since 1.4.2, you can also specify defaults for interface parameters, which
-# will be used for all interfaces except specified otherwise (see above).
-#default 

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

2019-08-24 Thread Baptiste Jonglez via arch-commits
Date: Saturday, August 24, 2019 @ 12:17:25
  Author: zorun
Revision: 501469

upgpkg: babeld 1.9.1-1

Modified:
  babeld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 12:12:11 UTC (rev 501468)
+++ PKGBUILD2019-08-24 12:17:25 UTC (rev 501469)
@@ -3,7 +3,7 @@
 # Contributor: Yann Lopez 
 
 pkgname=babeld
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A loop-avoiding distance-vector routing protocol"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
 'babeld.conf' 'babeld.service')
 validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('9043f0a42d18578f31019e50576d125a5bee4f0aa53480c8618b58d3d64e0a3ec36daa526b347f1a5592b23d4a580841f979a9746bd5fc52e01d34f40534'
+sha512sums=('433a9a2da02c56e93f5fc5f9399320f7f4dbac8d87eff9a539300d5740269eeda6be1302a2cf4a4b9c524780b286d9eb7898585fc530129a1f84341faf1e6fd0'
 'SKIP'
 
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
 
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')


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

2019-08-05 Thread Baptiste Jonglez via arch-commits
Date: Monday, August 5, 2019 @ 08:05:58
  Author: zorun
Revision: 497446

archrelease: copy trunk to community-x86_64

Added:
  babeld/repos/community-x86_64/PKGBUILD
(from rev 497445, babeld/trunk/PKGBUILD)
  babeld/repos/community-x86_64/babeld.conf
(from rev 497445, babeld/trunk/babeld.conf)
  babeld/repos/community-x86_64/babeld.service
(from rev 497445, babeld/trunk/babeld.service)
Deleted:
  babeld/repos/community-x86_64/PKGBUILD
  babeld/repos/community-x86_64/babeld.conf
  babeld/repos/community-x86_64/babeld.service

+
 PKGBUILD   |   68 +--
 babeld.conf|  104 +++
 babeld.service |   28 +++---
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-05 08:05:42 UTC (rev 497445)
+++ PKGBUILD2019-08-05 08:05:58 UTC (rev 497446)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Baptiste Jonglez 
-# Contributor: Yann Lopez 
-
-pkgname=babeld
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="A loop-avoiding distance-vector routing protocol"
-arch=('x86_64')
-url="https://www.irif.fr/~jch/software/babel/;
-license=('MIT')
-depends=('glibc')
-backup=('etc/babeld.conf')
-source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
-'babeld.conf' 'babeld.service')
-validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('6a00d29c5bacc8bfb62d0ceef614921033e9975008b370742fc5295d5f8d8084826f18cdbb7ed7db80ea08f3e375197c47327504d03753d584c6a70cabcdb197'
-'SKIP'
-
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
-
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" TARGET="$pkgdir" install
-
-  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
-  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: babeld/repos/community-x86_64/PKGBUILD (from rev 497445, 
babeld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-05 08:05:58 UTC (rev 497446)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Yann Lopez 
+
+pkgname=babeld
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A loop-avoiding distance-vector routing protocol"
+arch=('x86_64')
+url="https://www.irif.fr/~jch/software/babel/;
+license=('MIT')
+depends=('glibc')
+backup=('etc/babeld.conf')
+source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
+'babeld.conf' 'babeld.service')
+validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
+sha512sums=('9043f0a42d18578f31019e50576d125a5bee4f0aa53480c8618b58d3d64e0a3ec36daa526b347f1a5592b23d4a580841f979a9746bd5fc52e01d34f40534'
+'SKIP'
+
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
+
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" TARGET="$pkgdir" install
+
+  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
+  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: babeld.conf
===
--- babeld.conf 2019-08-05 08:05:42 UTC (rev 497445)
+++ babeld.conf 2019-08-05 08:05:58 UTC (rev 497446)
@@ -1,52 +0,0 @@
-# Configuration for babeld. See the man page babeld(8) for
-# details on the configuration format.
-
-# Works on Linux > 3.11
-ipv6-subtrees true
-
-# You must provide at least one interface for babeld to operate on.
-#interface eth0
-#interface wlan0
-
-# Global options you might want to set. There are many more, see the man page.
-#debug 1
-#local-port 33123
-#diversity true
-#random-id true
-
-# Per-interface configuration. Note that each interface referenced here
-# will be used by babeld.
-#interface eth1 rxcost 10
-#interface tun0 faraway true
-#interface wlan0 hello-interval 1
-
-# Since 1.4.2, you can also specify defaults for interface parameters, which
-# will be used for all interfaces except specified otherwise (see above).
-#default 

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

2019-08-05 Thread Baptiste Jonglez via arch-commits
Date: Monday, August 5, 2019 @ 08:05:42
  Author: zorun
Revision: 497445

upgpkg: babeld 1.9.0-1

Modified:
  babeld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-05 07:32:35 UTC (rev 497444)
+++ PKGBUILD2019-08-05 08:05:42 UTC (rev 497445)
@@ -3,7 +3,7 @@
 # Contributor: Yann Lopez 
 
 pkgname=babeld
-pkgver=1.8.5
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A loop-avoiding distance-vector routing protocol"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
 'babeld.conf' 'babeld.service')
 validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('6a00d29c5bacc8bfb62d0ceef614921033e9975008b370742fc5295d5f8d8084826f18cdbb7ed7db80ea08f3e375197c47327504d03753d584c6a70cabcdb197'
+sha512sums=('9043f0a42d18578f31019e50576d125a5bee4f0aa53480c8618b58d3d64e0a3ec36daa526b347f1a5592b23d4a580841f979a9746bd5fc52e01d34f40534'
 'SKIP'
 
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
 
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')


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

2019-08-02 Thread Baptiste Jonglez via arch-commits
Date: Friday, August 2, 2019 @ 20:55:41
  Author: zorun
Revision: 497096

archrelease: copy trunk to community-x86_64

Added:
  camlp5/repos/community-x86_64/PKGBUILD
(from rev 497095, camlp5/trunk/PKGBUILD)
Deleted:
  camlp5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 20:55:26 UTC (rev 497095)
+++ PKGBUILD2019-08-02 20:55:41 UTC (rev 497096)
@@ -1,43 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Matej Grabovsky 
-# Contributor: Kohei Suzuki 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Nathan Owe 
-# Contributor: George Giorgidze 
-# Contributor: Massimiliano Brocchini 
-# Contributor: Tej Chajed 
-
-pkgname=camlp5
-pkgver=7.07
-_relname=rel707
-pkgrel=2
-arch=('x86_64')
-pkgdesc='A preprocessor-pretty-printer of OCaml.'
-url='https://camlp5.github.io/'
-license=('BSD')
-depends=('ocaml')
-makedepends=('ocaml-compiler-libs')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
-options=('staticlibs')
-sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
-
-build() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--strict
-
-  make world.opt
-}
-
-package() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
-}
-

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 497095, 
camlp5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 20:55:41 UTC (rev 497096)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Matej Grabovsky 
+# Contributor: Kohei Suzuki 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Nathan Owe 
+# Contributor: George Giorgidze 
+# Contributor: Massimiliano Brocchini 
+# Contributor: Tej Chajed 
+
+pkgname=camlp5
+pkgver=7.08
+_relname=rel708
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+makedepends=('ocaml-compiler-libs')
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+options=('staticlibs')
+sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
+
+build() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  ./configure \
+-prefix '/usr' \
+-mandir '/usr/share/man' \
+-strict
+
+  make world.opt
+}
+
+package() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+


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

2019-08-02 Thread Baptiste Jonglez via arch-commits
Date: Friday, August 2, 2019 @ 20:55:26
  Author: zorun
Revision: 497095

upgpkg: camlp5 7.08-1

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 19:26:43 UTC (rev 497094)
+++ PKGBUILD2019-08-02 20:55:26 UTC (rev 497095)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed 
 
 pkgname=camlp5
-pkgver=7.07
-_relname=rel707
-pkgrel=2
+pkgver=7.08
+_relname=rel708
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -17,9 +17,9 @@
 license=('BSD')
 depends=('ocaml')
 makedepends=('ocaml-compiler-libs')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
 options=('staticlibs')
-sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
+sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"


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

2019-07-22 Thread Baptiste Jonglez via arch-commits
Date: Monday, July 22, 2019 @ 18:05:32
  Author: zorun
Revision: 492593

archrelease: copy trunk to community-x86_64

Added:
  babeld/repos/community-x86_64/PKGBUILD
(from rev 492592, babeld/trunk/PKGBUILD)
  babeld/repos/community-x86_64/babeld.conf
(from rev 492592, babeld/trunk/babeld.conf)
  babeld/repos/community-x86_64/babeld.service
(from rev 492592, babeld/trunk/babeld.service)
Deleted:
  babeld/repos/community-x86_64/PKGBUILD
  babeld/repos/community-x86_64/babeld.conf
  babeld/repos/community-x86_64/babeld.service

+
 PKGBUILD   |   68 +--
 babeld.conf|  104 +++
 babeld.service |   28 +++---
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 18:05:13 UTC (rev 492592)
+++ PKGBUILD2019-07-22 18:05:32 UTC (rev 492593)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Baptiste Jonglez 
-# Contributor: Yann Lopez 
-
-pkgname=babeld
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="A loop-avoiding distance-vector routing protocol"
-arch=('x86_64')
-url="https://www.irif.fr/~jch/software/babel/;
-license=('MIT')
-depends=('glibc')
-backup=('etc/babeld.conf')
-source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
-'babeld.conf' 'babeld.service')
-validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('f09e7503f9f411227b76a9540a9a04e32e48271c475a4498848039bfbf81c24f9e89ca309c650a89d4bb6ac2b53f3fbb113c0a13d51cb7d58e1a5be9e886574a'
-'SKIP'
-
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
-
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="/usr" TARGET="$pkgdir" install
-
-  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
-  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: babeld/repos/community-x86_64/PKGBUILD (from rev 492592, 
babeld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 18:05:32 UTC (rev 492593)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Baptiste Jonglez 
+# Contributor: Yann Lopez 
+
+pkgname=babeld
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="A loop-avoiding distance-vector routing protocol"
+arch=('x86_64')
+url="https://www.irif.fr/~jch/software/babel/;
+license=('MIT')
+depends=('glibc')
+backup=('etc/babeld.conf')
+source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
+'babeld.conf' 'babeld.service')
+validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
+sha512sums=('6a00d29c5bacc8bfb62d0ceef614921033e9975008b370742fc5295d5f8d8084826f18cdbb7ed7db80ea08f3e375197c47327504d03753d584c6a70cabcdb197'
+'SKIP'
+
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
+
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" PLATFORM_DEFINES="${CFLAGS}" CDEBUGFLAGS=""
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="/usr" TARGET="$pkgdir" install
+
+  install -Dm644 ../babeld.conf "$pkgdir"/etc/babeld.conf
+  install -Dm644 ../babeld.service 
"$pkgdir"/usr/lib/systemd/system/babeld.service
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: babeld.conf
===
--- babeld.conf 2019-07-22 18:05:13 UTC (rev 492592)
+++ babeld.conf 2019-07-22 18:05:32 UTC (rev 492593)
@@ -1,52 +0,0 @@
-# Configuration for babeld. See the man page babeld(8) for
-# details on the configuration format.
-
-# Works on Linux > 3.11
-ipv6-subtrees true
-
-# You must provide at least one interface for babeld to operate on.
-#interface eth0
-#interface wlan0
-
-# Global options you might want to set. There are many more, see the man page.
-#debug 1
-#local-port 33123
-#diversity true
-#random-id true
-
-# Per-interface configuration. Note that each interface referenced here
-# will be used by babeld.
-#interface eth1 rxcost 10
-#interface tun0 faraway true
-#interface wlan0 hello-interval 1
-
-# Since 1.4.2, you can also specify defaults for interface parameters, which
-# will be used for all interfaces except specified otherwise (see above).
-#default 

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

2019-07-22 Thread Baptiste Jonglez via arch-commits
Date: Monday, July 22, 2019 @ 18:05:13
  Author: zorun
Revision: 492592

upgpkg: babeld 1.8.5-1

Modified:
  babeld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 17:14:32 UTC (rev 492591)
+++ PKGBUILD2019-07-22 18:05:13 UTC (rev 492592)
@@ -3,7 +3,7 @@
 # Contributor: Yann Lopez 
 
 pkgname=babeld
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc="A loop-avoiding distance-vector routing protocol"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://www.irif.fr/~jch/software/files/$pkgname-$pkgver.tar.gz"{,.asc}
 'babeld.conf' 'babeld.service')
 validpgpkeys=('F8E70AAD74D32CAC27B9AFD62652C881EADB5526')
-sha512sums=('f09e7503f9f411227b76a9540a9a04e32e48271c475a4498848039bfbf81c24f9e89ca309c650a89d4bb6ac2b53f3fbb113c0a13d51cb7d58e1a5be9e886574a'
+sha512sums=('6a00d29c5bacc8bfb62d0ceef614921033e9975008b370742fc5295d5f8d8084826f18cdbb7ed7db80ea08f3e375197c47327504d03753d584c6a70cabcdb197'
 'SKIP'
 
'1232684447b4409d6e3813041f4ab1158faa844b5ac65441b5f299f1e353f48679aacbce9cc79e6714e9a3e1b17d2cfa4963c1388dba225ee342ea3cdb7f1194'
 
'01e69d19a6176a6bf26ee703939c5bdea3f1245464ed5d3863dc5867a76b8b6a6fc7324912aee17458a0c6275ccdfa5abe63b88f7503c8d4dfd37d3f15f42700')


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

2019-07-07 Thread Baptiste Jonglez via arch-commits
Date: Sunday, July 7, 2019 @ 10:02:05
  Author: zorun
Revision: 487598

upgpkg: ocaml-num 1.2-1

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-07 09:27:20 UTC (rev 487597)
+++ PKGBUILD2019-07-07 10:02:05 UTC (rev 487598)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ocaml-num
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num;
@@ -10,16 +10,9 @@
 depends=('ocaml')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
 
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
 build() {
   cd "$srcdir/num-$pkgver"
   make


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

2019-07-07 Thread Baptiste Jonglez via arch-commits
Date: Sunday, July 7, 2019 @ 10:02:12
  Author: zorun
Revision: 487599

archrelease: copy trunk to community-x86_64

Added:
  ocaml-num/repos/community-x86_64/PKGBUILD
(from rev 487598, ocaml-num/trunk/PKGBUILD)
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch
(from rev 487598, ocaml-num/trunk/provide-findlib-install-target.patch)
Deleted:
  ocaml-num/repos/community-x86_64/PKGBUILD
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch

--+
 PKGBUILD |   67 --
 provide-findlib-install-target.patch |  214 -
 2 files changed, 137 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 10:02:05 UTC (rev 487598)
+++ PKGBUILD2019-07-07 10:02:12 UTC (rev 487599)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ocaml-num
-pkgver=1.1
-pkgrel=3
-pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
-arch=('x86_64')
-url="https://github.com/ocaml/num;
-license=('LGPL2.1')
-depends=('ocaml')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
-
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
-build() {
-  cd "$srcdir/num-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/num-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-num/repos/community-x86_64/PKGBUILD (from rev 487598, 
ocaml-num/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 10:02:12 UTC (rev 487599)
@@ -0,0 +1,30 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-num
+pkgver=1.2
+pkgrel=1
+pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
+arch=('x86_64')
+url="https://github.com/ocaml/num;
+license=('LGPL2.1')
+depends=('ocaml')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
+
+build() {
+  cd "$srcdir/num-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/num-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: provide-findlib-install-target.patch
===
--- provide-findlib-install-target.patch2019-07-07 10:02:05 UTC (rev 
487598)
+++ provide-findlib-install-target.patch2019-07-07 10:02:12 UTC (rev 
487599)
@@ -1,107 +0,0 @@
-From 12dff1ac0a8cacbda2969b560f021ebb73b16887 Mon Sep 17 00:00:00 2001
-From: David Allsopp 
-Date: Thu, 11 Jan 2018 08:10:10 +
-Subject: [PATCH] Provide findlib-install target (#6)
-
-Allows installing the entire library using ocamlfind, in an ocamlfind-managed 
directory.
-This differs from the `install` target which performs the old-style 
installation in the OCaml stdlib directory.

- .gitignore|  1 +
- Makefile  | 10 +-
- src/{META => META.in} |  4 +++-
- src/Makefile  | 17 +++--
- 4 files changed, 28 insertions(+), 4 deletions(-)
- rename src/{META => META.in} (72%)
-
-diff --git a/.gitignore b/.gitignore
-index 6acd3bc..172bf23 100644
 a/.gitignore
-+++ b/.gitignore
-@@ -8,3 +8,4 @@
- *.cmx[as]
- *.cmti
- *.annot
-+src/META
-diff --git a/Makefile b/Makefile
-index 6a5d08f..b40e588 100644
 a/Makefile
-+++ b/Makefile
-@@ -14,8 +14,16 @@ install:
-   $(MAKE) -C src install
-   $(MAKE) -C toplevel install
- 
-+findlib-install:
-+  $(MAKE) -C src findlib-install
-+  $(MAKE) -C toplevel install
-+
- uninstall:
-   $(MAKE) -C src uninstall
-   $(MAKE) -C toplevel uninstall
- 
--.PHONY: all test clean install uninstall
-+findlib-uninstall:
-+  $(MAKE) -C src findlib-uninstall
-+  $(MAKE) -C toplevel uninstall
-+
-+.PHONY: all test clean install uninstall findlib-install findlib-uninstall
-diff --git a/src/META b/src/META.in
-similarity index 72%
-rename from src/META
-rename to src/META.in
-index 66ac170..b5678b7 100644
 a/src/META
-+++ b/src/META.in
-@@ -1,6 +1,8 @@
- # This META is the one provided by 

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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 21:39:38
  Author: zorun
Revision: 476125

upgpkg: catch2 2.8.0-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 21:38:48 UTC (rev 476124)
+++ PKGBUILD2019-05-31 21:39:38 UTC (rev 476125)
@@ -3,7 +3,7 @@
 # Contributor: Bart Verhagen 
 
 pkgname=catch2
-pkgver=2.7.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Boost')
 makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
 
source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9f4116da13d8402b5145f95ab91ae0173cd27b804152d3bb2d4f9b6e64852af7')
+sha256sums=('b567c37446cd22c8550bfeb7e2fe3f981b8f3ab8b2148499a522e7f61b8a481d')
 
 build() {
   cd Catch2-$pkgver


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 21:39:46
  Author: zorun
Revision: 476126

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 21:39:38 UTC (rev 476125)
+++ PKGBUILD2019-05-31 21:39:46 UTC (rev 476126)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Levente Polyak 
-# Contributor: Bart Verhagen 
-
-pkgname=catch2
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9f4116da13d8402b5145f95ab91ae0173cd27b804152d3bb2d4f9b6e64852af7')
-
-build() {
-  cd Catch2-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd Catch2-$pkgver/build
-  make test
-}
-
-package() {
-  cd Catch2-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: catch2/repos/community-any/PKGBUILD (from rev 476125, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 21:39:46 UTC (rev 476126)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Levente Polyak 
+# Contributor: Bart Verhagen 
+
+pkgname=catch2
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b567c37446cd22c8550bfeb7e2fe3f981b8f3ab8b2148499a522e7f61b8a481d')
+
+build() {
+  cd Catch2-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd Catch2-$pkgver/build
+  make test
+}
+
+package() {
+  cd Catch2-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 16:26:22
  Author: zorun
Revision: 475993

upgpkg: coq 8.9.1-1

Modified:
  coq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 16:25:47 UTC (rev 475992)
+++ PKGBUILD2019-05-31 16:26:22 UTC (rev 475993)
@@ -6,7 +6,7 @@
 # Contributor: William J. Bowman 
 
 pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.9.0
+pkgver=8.9.1
 pkgrel=1
 pkgdesc='Formal proof management system'
 arch=('x86_64')
@@ -23,7 +23,7 @@
  'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
  'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
 
source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('42b2e0ae669c06803b6b527a194d78675de18869f6342fc8afc49cfc94f3e98ca0c3b4fd52d3af8c5ce66c6efb1c665ac0d65e992ad29c3f432e244f98ec2ca1')
+sha512sums=('66344f801b955d1b6daf3ab1d704551070c95cf9032ae74f15fb33f7ec313812b3e05c0ec277a2eb448e3fdfd9721df06d36612e2fb4928b6530d70147f1d983')
 
 prepare() {
   gendesk -f -n --pkgname "coqide" \
@@ -72,6 +72,7 @@
 
   cd "$srcdir/coq-$pkgver"
 
+  mkdir -p "${pkgdir}/usr/bin"
   make COQINSTALLPREFIX="$pkgdir" install-coqide
   install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
 


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 16:26:31
  Author: zorun
Revision: 475994

archrelease: copy trunk to community-x86_64

Added:
  coq/repos/community-x86_64/PKGBUILD
(from rev 475993, coq/trunk/PKGBUILD)
Deleted:
  coq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 16:26:22 UTC (rev 475993)
+++ PKGBUILD2019-05-31 16:26:31 UTC (rev 475994)
@@ -1,96 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: acieroid
-# Contributor: spider-mario 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: George Giorgidze 
-# Contributor: William J. Bowman 
-
-pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.9.0
-pkgrel=1
-pkgdesc='Formal proof management system'
-arch=('x86_64')
-url='https://coq.inria.fr/'
-license=('GPL')
-groups=('coq')
-options=('!emptydirs')
-depends=('ocaml' 'camlp5' 'ocaml-num' 'gtk2' 'gtksourceview2')
-makedepends=('ocaml-findlib'
- 'lablgtk2' 'gendesk' # coqide
- 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
- 'texlive-fontsextra' 'texlive-science'
- 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
- 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
- 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('42b2e0ae669c06803b6b527a194d78675de18869f6342fc8afc49cfc94f3e98ca0c3b4fd52d3af8c5ce66c6efb1c665ac0d65e992ad29c3f432e244f98ec2ca1')
-
-prepare() {
-  gendesk -f -n --pkgname "coqide" \
---name "CoqIDE Proof Assistant" \
---pkgdesc "Graphical interface for the Coq proof assistant" \
---categories "Development;Science;Math;IDE;GTK"
-  cd "$srcdir/coq-$pkgver"
-}
-
-build() {
-  cd "$srcdir/coq-$pkgver"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--configdir '/etc/xdg/coq/' \
--coqide opt \
--with-doc yes
-
-  make world
-}
-
-package_coq() {
-  depends=('ocaml' 'camlp5')
-  optdepends=('coqide: graphical Coq IDE'
-  'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin')
-  # coq-nox was the old name for coq without coqide
-  replaces=('coq-nox')
-  conflicts=('coq-nox')
-
-  cd "$srcdir/coq-$pkgver"
-
-  # The second target is needed to install coqidetop.cmxs (needed for some
-  # frontend other than coqide, for instance coquille)
-  make COQINSTALLPREFIX="$pkgdir" install-coq install-ide-toploop install-meta
-  rm -f "${pkgdir}/usr/share/man/man1/coqide.1"
-  # Workaround for FS#58203
-  mkdir -p "$pkgdir/usr/lib/ocaml/"
-  ln -s /usr/lib/coq "$pkgdir/usr/lib/ocaml/coq"
-}
-
-package_coqide() {
-  pkgdesc="GTK-based graphical interface for the Coq proof assistant"
-  depends=('coq' 'ocaml' 'camlp5' 'gtk2' 'gtksourceview2')
-
-  cd "$srcdir/coq-$pkgver"
-
-  make COQINSTALLPREFIX="$pkgdir" install-coqide
-  install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
-
-  # Remove toploop files installed by "install-ide-toploop" in the main package
-  rm -f "${pkgdir}/usr/lib/coq/toploop"/coqidetop.{cma,cmxs}
-  rm -f "${pkgdir}/usr/bin"/coqidetop{,.opt}
-  # In coq 8.7 this file is installed both by install-coq and install-coqide, 
remove the duplicate.
-  rm -f "${pkgdir}/usr/lib/coq/vernac/topfmt.cmi"
-
-  # Desktop file generated by gendesk
-  install -D -m 644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m 644 ide/coq.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-package_coq-doc() {
-  pkgdesc="HTML and PDF documentation for the Coq proof assistant"
-  depends=()
-
-  cd "$srcdir/coq-$pkgver"
-
-  make COQINSTALLPREFIX="$pkgdir" install-doc
-}

Copied: coq/repos/community-x86_64/PKGBUILD (from rev 475993, 
coq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 16:26:31 UTC (rev 475994)
@@ -0,0 +1,97 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: acieroid
+# Contributor: spider-mario 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: George Giorgidze 
+# Contributor: William J. Bowman 
+
+pkgname=('coq' 'coqide' 'coq-doc')
+pkgver=8.9.1
+pkgrel=1
+pkgdesc='Formal proof management system'
+arch=('x86_64')
+url='https://coq.inria.fr/'
+license=('GPL')
+groups=('coq')
+options=('!emptydirs')
+depends=('ocaml' 'camlp5' 'ocaml-num' 'gtk2' 'gtksourceview2')
+makedepends=('ocaml-findlib'
+ 'lablgtk2' 'gendesk' # coqide
+ 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
+ 'texlive-fontsextra' 'texlive-science'
+ 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
+ 

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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 15:42:28
  Author: zorun
Revision: 475944

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/PKGBUILD
(from rev 475943, neovim/trunk/PKGBUILD)
Deleted:
  neovim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 15:42:20 UTC (rev 475943)
+++ PKGBUILD2019-05-31 15:42:28 UTC (rev 475944)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
-makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
-'xclip: for clipboard support (or xsel) (see :help clipboard)'
-'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
-sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
-
-build() {
-  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  cmake --build build
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  DESTDIR="${pkgdir}" cmake --build . --target install
-
-  cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
-  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
-
-  # Make Arch vim packages work
-  mkdir -p "${pkgdir}"/usr/share/vim
-  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 475943, 
neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 15:42:28 UTC (rev 475944)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 
'luajit')
+makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
+optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
+'xclip: for clipboard support (or xsel) (see :help clipboard)'
+'xsel: for clipboard support (or xclip) (see :help clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
+
+build() {
+  cmake -Hneovim-${pkgver} -Bbuild -GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  cmake --build build
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  DESTDIR="${pkgdir}" cmake --build . --target install
+
+  cd "${srcdir}/neovim-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
+  install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+
+  # Make Arch vim packages work
+  mkdir -p "${pkgdir}"/usr/share/vim
+  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
+}
+
+# vim:set sw=2 sts=2 et:


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 15:42:20
  Author: zorun
Revision: 475943

upgpkg: neovim 0.3.7-2

msgpack-c 3.2.0 rebuild

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 15:42:04 UTC (rev 475942)
+++ PKGBUILD2019-05-31 15:42:20 UTC (rev 475943)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -14,7 +14,7 @@
 optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
 'xclip: for clipboard support (or xsel) (see :help clipboard)'
 'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
+source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('1d770a4643a44da65f0a03c90e18e89f337b16ec3eca20dbffa21bcab10c836062ef82974437b64bd766f7b07317cd3dc8e3e72b9d5d0911b1d4f2c528cd20c2')
 
 build() {


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 15:42:04
  Author: zorun
Revision: 475942

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 475941, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 15:41:47 UTC (rev 475941)
+++ PKGBUILD2019-05-31 15:42:04 UTC (rev 475942)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('8592d12e19ac3796889b8358bc8f78df9272e6aa7a9ea1834bafd68e4073549a')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 475941, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 15:42:04 UTC (rev 475942)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 15:41:47
  Author: zorun
Revision: 475941

upgpkg: msgpack-c 3.2.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 14:39:53 UTC (rev 475940)
+++ PKGBUILD2019-05-31 15:41:47 UTC (rev 475941)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='An efficient object serialization library'
 arch=("x86_64")
@@ -13,7 +13,7 @@
 checkdepends=("gtest")
 makedepends=("cmake")
 
source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('8592d12e19ac3796889b8358bc8f78df9272e6aa7a9ea1834bafd68e4073549a')
+sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
 
 build() {
   cd "msgpack-${pkgver}"


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

2019-04-16 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 16, 2019 @ 11:55:30
  Author: zorun
Revision: 451766

archrelease: copy trunk to community-any

Added:
  python-sphinx-testing/repos/community-any/PKGBUILD
(from rev 451765, python-sphinx-testing/trunk/PKGBUILD)
Deleted:
  python-sphinx-testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 11:54:57 UTC (rev 451765)
+++ PKGBUILD2019-04-16 11:55:30 UTC (rev 451766)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=python-sphinx-testing
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Testing utility classes and functions for Sphinx extensions"
-arch=('any')
-url="https://github.com/sphinx-doc/sphinx-testing;
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-six' 'python-sphinx')
-checkdepends=('python-mock' 'python-sphinx')
-source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
-
-build() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py build
-}
-
-check() {
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
-  cd "$srcdir/sphinx-testing-$pkgver/tests"
-  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
-  # It does not look like a major issue though.
-  python -m unittest discover
-}
-
-package() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinx-testing/repos/community-any/PKGBUILD (from rev 451765, 
python-sphinx-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 11:55:30 UTC (rev 451766)
@@ -0,0 +1,31 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=python-sphinx-testing
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Testing utility classes and functions for Sphinx extensions"
+arch=('any')
+url="https://github.com/sphinx-doc/sphinx-testing;
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-sphinx')
+checkdepends=('python-mock' 'python-sphinx')
+source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
+sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
+
+build() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py build
+}
+
+check() {
+  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
+  cd "$srcdir/sphinx-testing-$pkgver/tests"
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-16 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 16, 2019 @ 11:54:57
  Author: zorun
Revision: 451765

upgpkg: python-sphinx-testing 1.0.1-1

Fix tests

Modified:
  python-sphinx-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 11:53:08 UTC (rev 451764)
+++ PKGBUILD2019-04-16 11:54:57 UTC (rev 451765)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=python-sphinx-testing
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Testing utility classes and functions for Sphinx extensions"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-six' 'python-sphinx')
 checkdepends=('python-mock' 'python-sphinx')
 
source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
+sha256sums=('ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09')
 
 build() {
   cd "$srcdir/sphinx-testing-$pkgver"
@@ -21,8 +21,6 @@
 check() {
   export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
   cd "$srcdir/sphinx-testing-$pkgver/tests"
-  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
-  # It does not look like a major issue though.
   python -m unittest discover
 }
 


[arch-commits] Commit in kea/repos (8 files)

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 22:10:47
  Author: zorun
Revision: 451662

archrelease: copy trunk to community-staging-x86_64

Added:
  kea/repos/community-staging-x86_64/
  kea/repos/community-staging-x86_64/PKGBUILD
(from rev 451661, kea/trunk/PKGBUILD)
  kea/repos/community-staging-x86_64/fix-scripts-include-path.patch
(from rev 451661, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-staging-x86_64/kea-ctrl-agent.service
(from rev 451661, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-staging-x86_64/kea-dhcp-ddns.service
(from rev 451661, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-staging-x86_64/kea-dhcp4.service
(from rev 451661, kea/trunk/kea-dhcp4.service)
  kea/repos/community-staging-x86_64/kea-dhcp6.service
(from rev 451661, kea/trunk/kea-dhcp6.service)
  kea/repos/community-staging-x86_64/tmpfiles-kea.conf
(from rev 451661, kea/trunk/tmpfiles-kea.conf)

+
 PKGBUILD   |   79 +++
 fix-scripts-include-path.patch |  266 +++
 kea-ctrl-agent.service |   14 ++
 kea-dhcp-ddns.service  |   13 +
 kea-dhcp4.service  |   14 ++
 kea-dhcp6.service  |   14 ++
 tmpfiles-kea.conf  |1 
 7 files changed, 401 insertions(+)

Copied: kea/repos/community-staging-x86_64/PKGBUILD (from rev 451661, 
kea/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-14 22:10:47 UTC (rev 451662)
@@ -0,0 +1,79 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: nfnty
+pkgname='kea'
+pkgver=1.5.0
+_upstreamver=1.5.0
+pkgrel=3
+pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
+arch=('x86_64')
+url='https://kea.isc.org'
+license=('MPL2')
+depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 
'postgresql-libs')
+makedepends=('boost'
+ 'postgresql' # Needed for some headers
+ 'python') # kea-shell
+optdepends=('mariadb: lease information database'
+'postgresql: lease information database'
+'python: to use kea-shell'
+'kea-devel-docs: developer documentation')
+# Checks are disabled for now
+#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
+backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
+
+source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
+fix-scripts-include-path.patch
+tmpfiles-kea.conf
+kea-dhcp4.service
+kea-dhcp6.service
+kea-dhcp-ddns.service
+kea-ctrl-agent.service)
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+'SKIP'
+
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
+
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
+
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
+
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
+
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
+
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
+  # Also, it fallbacks to the absolute path inside the chrooted build dir,
+  # which will certainly not exist on the target system...
+  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  autoreconf --install
+  ./configure \
+  --prefix='/usr' \
+  --sbindir='/usr/bin' \
+  --libexecdir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --localstatedir='/var' \
+  --with-dhcp-mysql \
+  --with-dhcp-pgsql \
+  --enable-shell
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # Disable for now, some tests fail (for instance dhcp-ddns.sigterm_test)
+  #make check
+}
+
+package() {
+  cd "${srcdir}/kea-${_upstreamver}"
+  make 

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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 22:10:14
  Author: zorun
Revision: 451661

upgpkg: kea 1.5.0-3

Botan 2.10 rebuild

Also fix FS#61755 and FS#61564

Added:
  kea/trunk/kea-ctrl-agent.service
  kea/trunk/kea-dhcp-ddns.service
Modified:
  kea/trunk/PKGBUILD
  kea/trunk/kea-dhcp4.service
  kea/trunk/kea-dhcp6.service
  kea/trunk/tmpfiles-kea.conf

+
 PKGBUILD   |   14 +-
 kea-ctrl-agent.service |   14 ++
 kea-dhcp-ddns.service  |   13 +
 kea-dhcp4.service  |2 ++
 kea-dhcp6.service  |2 ++
 tmpfiles-kea.conf  |2 +-
 6 files changed, 41 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 21:57:09 UTC (rev 451660)
+++ PKGBUILD2019-04-14 22:10:14 UTC (rev 451661)
@@ -3,7 +3,7 @@
 pkgname='kea'
 pkgver=1.5.0
 _upstreamver=1.5.0
-pkgrel=1
+pkgrel=3
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('x86_64')
 url='https://kea.isc.org'
@@ -24,13 +24,17 @@
 fix-scripts-include-path.patch
 tmpfiles-kea.conf
 kea-dhcp4.service
-kea-dhcp6.service)
+kea-dhcp6.service
+kea-dhcp-ddns.service
+kea-ctrl-agent.service)
 
sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
 'SKIP'
 
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
-
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
-
'873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
-
'48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
+
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
+
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
+
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
+
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
+
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 
 prepare() {

Added: kea-ctrl-agent.service
===
--- kea-ctrl-agent.service  (rev 0)
+++ kea-ctrl-agent.service  2019-04-14 22:10:14 UTC (rev 451661)
@@ -0,0 +1,14 @@
+[Unit]
+Description=ISC Kea control agent daemon
+Documentation=man:kea-ctrl-agent(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
+ExecStart=/usr/bin/kea-ctrl-agent -c /etc/kea/kea-ctrl-agent.conf
+
+[Install]
+WantedBy=multi-user.target

Added: kea-dhcp-ddns.service
===
--- kea-dhcp-ddns.service   (rev 0)
+++ kea-dhcp-ddns.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -0,0 +1,13 @@
+[Unit]
+Description=ISC Kea dynamic DNS daemon
+Documentation=man:kea-dhcp-ddns(8)
+Wants=network-online.target
+After=network-online.target
+After=time-sync.target
+
+[Service]
+Environment="KEA_PIDFILE_DIR=/run"
+ExecStart=/usr/bin/kea-dhcp-ddns -c /etc/kea/kea-dhcp-ddns.conf
+
+[Install]
+WantedBy=multi-user.target

Modified: kea-dhcp4.service
===
--- kea-dhcp4.service   2019-04-14 21:57:09 UTC (rev 451660)
+++ kea-dhcp4.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -6,6 +6,8 @@
 After=time-sync.target
 
 [Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
 ExecStart=/usr/bin/kea-dhcp4 -c /etc/kea/kea-dhcp4.conf
 
 [Install]

Modified: kea-dhcp6.service
===
--- kea-dhcp6.service   2019-04-14 21:57:09 UTC (rev 451660)
+++ kea-dhcp6.service   2019-04-14 22:10:14 UTC (rev 451661)
@@ -6,6 +6,8 @@
 After=time-sync.target
 
 [Service]
+Environment="KEA_PIDFILE_DIR=/run"
+Environment="KEA_LOCKFILE_DIR=/run/lock/kea"
 ExecStart=/usr/bin/kea-dhcp6 -c /etc/kea/kea-dhcp6.conf
 
 [Install]

Modified: 

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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 10:36:45
  Author: zorun
Revision: 451571

upgpkg: python-sphinxcontrib-bibtex 0.4.2-2

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 10:35:53 UTC (rev 451570)
+++ PKGBUILD2019-04-14 10:36:45 UTC (rev 451571)
@@ -1,56 +1,32 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: Patrice Peterson 
 
-pkgbase=python-sphinxcontrib-bibtex
-pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
+pkgname=python-sphinxcontrib-bibtex
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org;
 license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset'
- 'python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python-sphinx-testing'
-  'python2-nose' 'python2-sphinx-testing')
+depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
 sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
 
-prepare() {
-  cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
   python setup.py build
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  # Some tests fail because of a warning
+  # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
   python setup.py nosetests || warning "Some python3 tests failed"
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  # Some tests fail because of a warning
-  python2 setup.py nosetests || warning "Some python2 tests failed"
 }
 
-package_python-sphinxcontrib-bibtex() {
-  depends=('python-six' 'python-sphinx' 'python-pybtex' 
'python-pybtex-docutils' 'python-oset')
-
+package() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-sphinxcontrib-bibtex() {
-  depends=('python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


[arch-commits] Commit in python-sphinxcontrib-bibtex/repos/community-any (2 files)

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 10:36:55
  Author: zorun
Revision: 451572

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD
(from rev 451571, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 10:36:45 UTC (rev 451571)
+++ PKGBUILD2019-04-14 10:36:55 UTC (rev 451572)
@@ -1,56 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Patrice Peterson 
-
-pkgbase=python-sphinxcontrib-bibtex
-pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A Sphinx extension for BibTeX style citations"
-arch=('any')
-url="http://sphinxcontrib-bibtex.readthedocs.org;
-license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset'
- 'python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python-sphinx-testing'
-  'python2-nose' 'python2-sphinx-testing')
-source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
-
-prepare() {
-  cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  # Some tests fail because of a warning
-  python setup.py nosetests || warning "Some python3 tests failed"
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  # Some tests fail because of a warning
-  python2 setup.py nosetests || warning "Some python2 tests failed"
-}
-
-package_python-sphinxcontrib-bibtex() {
-  depends=('python-six' 'python-sphinx' 'python-pybtex' 
'python-pybtex-docutils' 'python-oset')
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sphinxcontrib-bibtex() {
-  depends=('python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD (from rev 
451571, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 10:36:55 UTC (rev 451572)
@@ -0,0 +1,32 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Patrice Peterson 
+
+pkgname=python-sphinxcontrib-bibtex
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A Sphinx extension for BibTeX style citations"
+arch=('any')
+url="http://sphinxcontrib-bibtex.readthedocs.org;
+license=('BSD')
+depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-sphinx-testing')
+source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
+sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
+
+build() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
+  python setup.py nosetests || warning "Some python3 tests failed"
+}
+
+package() {
+  cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 10:35:53
  Author: zorun
Revision: 451570

archrelease: copy trunk to community-any

Added:
  python-sphinx-testing/repos/community-any/PKGBUILD
(from rev 451569, python-sphinx-testing/trunk/PKGBUILD)
Deleted:
  python-sphinx-testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 10:35:37 UTC (rev 451569)
+++ PKGBUILD2019-04-14 10:35:53 UTC (rev 451570)
@@ -1,53 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgbase=python-sphinx-testing
-pkgname=(python-sphinx-testing python2-sphinx-testing)
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Testing utility classes and functions for Sphinx extensions"
-arch=('any')
-url="https://github.com/sphinx-doc/sphinx-testing;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python-sphinx' 'python2-mock' 'python2-sphinx')
-source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2e0b0f03dbc71a044ef862e9c371655cf6042607e54f5c6d41f33470ce9d6fb1')
-
-prepare() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  cp -a "$srcdir"/sphinx-testing-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/sphinx-testing-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
-  cd "$srcdir/sphinx-testing-$pkgver/tests"
-  python -m unittest discover
-
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver-py2/src"
-  cd "$srcdir/sphinx-testing-$pkgver-py2/tests"
-  python2 -m unittest discover
-}
-
-package_python-sphinx-testing() {
-  depends=('python-six' 'python-sphinx')
-
-  cd "$srcdir/sphinx-testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sphinx-testing() {
-  depends=('python2-six' 'python2-sphinx')
-
-  cd "$srcdir/sphinx-testing-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-sphinx-testing/repos/community-any/PKGBUILD (from rev 451569, 
python-sphinx-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 10:35:53 UTC (rev 451570)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=python-sphinx-testing
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Testing utility classes and functions for Sphinx extensions"
+arch=('any')
+url="https://github.com/sphinx-doc/sphinx-testing;
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-sphinx')
+checkdepends=('python-mock' 'python-sphinx')
+source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
+sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
+
+build() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py build
+}
+
+check() {
+  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
+  cd "$srcdir/sphinx-testing-$pkgver/tests"
+  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
+  # It does not look like a major issue though.
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir/sphinx-testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 10:35:37
  Author: zorun
Revision: 451569

upgpkg: python-sphinx-testing 1.0.0-1

Modified:
  python-sphinx-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 07:19:24 UTC (rev 451568)
+++ PKGBUILD2019-04-14 10:35:37 UTC (rev 451569)
@@ -1,53 +1,33 @@
 # Maintainer: Baptiste Jonglez 
 
-pkgbase=python-sphinx-testing
-pkgname=(python-sphinx-testing python2-sphinx-testing)
-pkgver=0.8.1
+pkgname=python-sphinx-testing
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Testing utility classes and functions for Sphinx extensions"
 arch=('any')
 url="https://github.com/sphinx-doc/sphinx-testing;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mock' 'python-sphinx' 'python2-mock' 'python2-sphinx')
+makedepends=('python-setuptools')
+depends=('python-six' 'python-sphinx')
+checkdepends=('python-mock' 'python-sphinx')
 
source=("https://pypi.io/packages/source/s/sphinx-testing/sphinx-testing-$pkgver.tar.gz;)
-sha256sums=('2e0b0f03dbc71a044ef862e9c371655cf6042607e54f5c6d41f33470ce9d6fb1')
+sha256sums=('2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c')
 
-prepare() {
-  cd "$srcdir/sphinx-testing-$pkgver"
-  cp -a "$srcdir"/sphinx-testing-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir/sphinx-testing-$pkgver"
   python setup.py build
-
-  cd "$srcdir/sphinx-testing-$pkgver-py2"
-  python2 setup.py build
 }
 
 check() {
   export PYTHONPATH="$srcdir/sphinx-testing-$pkgver/src"
   cd "$srcdir/sphinx-testing-$pkgver/tests"
+  # Tests fail with sphinx 2.0, see 
https://github.com/sphinx-doc/sphinx-testing/issues/8
+  # It does not look like a major issue though.
   python -m unittest discover
-
-  export PYTHONPATH="$srcdir/sphinx-testing-$pkgver-py2/src"
-  cd "$srcdir/sphinx-testing-$pkgver-py2/tests"
-  python2 -m unittest discover
 }
 
-package_python-sphinx-testing() {
-  depends=('python-six' 'python-sphinx')
-
+package() {
   cd "$srcdir/sphinx-testing-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-sphinx-testing() {
-  depends=('python2-six' 'python2-sphinx')
-
-  cd "$srcdir/sphinx-testing-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2019-04-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, April 8, 2019 @ 20:55:43
  Author: zorun
Revision: 450457

archrelease: copy trunk to community-any

Added:
  quilt/repos/community-any/PKGBUILD
(from rev 450456, quilt/trunk/PKGBUILD)
Deleted:
  quilt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 20:55:29 UTC (rev 450456)
+++ PKGBUILD2019-04-08 20:55:43 UTC (rev 450457)
@@ -1,44 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Peter Richard Lewis 
-# Contributor: Jan de Groot 
-# Contributor: dibblethewrecker 
-
-pkgname=quilt
-pkgver=0.65
-pkgrel=2
-pkgdesc='Manage a series of patches by keeping track of the changes each patch 
makes'
-arch=('any')
-url='https://savannah.nongnu.org/projects/quilt/'
-license=('GPL2')
-depends=(
-  'bash'
-  'bzip2'
-  'diffstat'
-  'diffutils'
-  'findutils'
-  'gawk'
-  'gettext'
-  'gzip'
-  'patch'
-  'perl'
-)
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
-source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('c67ba0228f5b7b8bbe469474661f92d6'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make BUILD_ROOT="$pkgdir" install
-  # move bash completion in right place
-  install -d -m 755 "$pkgdir/usr/share/bash-completion"
-  mv "$pkgdir/etc/bash_completion.d" 
"$pkgdir/usr/share/bash-completion/completions"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: quilt/repos/community-any/PKGBUILD (from rev 450456, 
quilt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 20:55:43 UTC (rev 450457)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Peter Richard Lewis 
+# Contributor: Jan de Groot 
+# Contributor: dibblethewrecker 
+
+pkgname=quilt
+pkgver=0.66
+pkgrel=1
+pkgdesc='Manage a series of patches by keeping track of the changes each patch 
makes'
+arch=('any')
+url='https://savannah.nongnu.org/projects/quilt/'
+license=('GPL2')
+depends=(
+  'bash'
+  'bzip2'
+  'diffstat'
+  'diffutils'
+  'findutils'
+  'gawk'
+  'gettext'
+  'gzip'
+  'patch'
+  'perl'
+)
+checkdepends=('ed')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
+source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('6800c2404a2c0598ab2eff92a636ba70'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make BUILD_ROOT="$pkgdir" install
+  # move bash completion in right place
+  install -d -m 755 "$pkgdir/usr/share/bash-completion"
+  mv "$pkgdir/etc/bash_completion.d" 
"$pkgdir/usr/share/bash-completion/completions"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, April 8, 2019 @ 20:55:29
  Author: zorun
Revision: 450456

upgpkg: quilt 0.66-1

Also enable tests

Modified:
  quilt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 20:44:14 UTC (rev 450455)
+++ PKGBUILD2019-04-08 20:55:29 UTC (rev 450456)
@@ -4,8 +4,8 @@
 # Contributor: dibblethewrecker 
 
 pkgname=quilt
-pkgver=0.65
-pkgrel=2
+pkgver=0.66
+pkgrel=1
 pkgdesc='Manage a series of patches by keeping track of the changes each patch 
makes'
 arch=('any')
 url='https://savannah.nongnu.org/projects/quilt/'
@@ -22,19 +22,25 @@
   'patch'
   'perl'
 )
+checkdepends=('ed')
 validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
 
source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('c67ba0228f5b7b8bbe469474661f92d6'
+md5sums=('6800c2404a2c0598ab2eff92a636ba70'
  'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make BUILD_ROOT="$pkgdir" install
   # move bash completion in right place
   install -d -m 755 "$pkgdir/usr/share/bash-completion"


[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)

2019-04-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, April 8, 2019 @ 20:43:49
  Author: zorun
Revision: 450454

upgpkg: auto-multiple-choice 1.4.0-4

opencv 4.1 rebuild

Modified:
  auto-multiple-choice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 19:40:00 UTC (rev 450453)
+++ PKGBUILD2019-04-08 20:43:49 UTC (rev 450454)
@@ -6,7 +6,7 @@
 
 pkgname=auto-multiple-choice
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
 arch=('x86_64')
 url='https://www.auto-multiple-choice.net/'


[arch-commits] Commit in auto-multiple-choice/repos (2 files)

2019-04-08 Thread Baptiste Jonglez via arch-commits
Date: Monday, April 8, 2019 @ 20:44:14
  Author: zorun
Revision: 450455

archrelease: copy trunk to community-staging-x86_64

Added:
  auto-multiple-choice/repos/community-staging-x86_64/
  auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD
(from rev 450454, auto-multiple-choice/trunk/PKGBUILD)

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

Copied: auto-multiple-choice/repos/community-staging-x86_64/PKGBUILD (from rev 
450454, auto-multiple-choice/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-08 20:44:14 UTC (rev 450455)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.4.0
+pkgrel=4
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+makedepends=('netpbm')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('d4b4f9ec44206e421c97fe4f160df04d83230e6afdaa5cb1f1a08a1ddb337c22'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config --cflags opencv4)" \
+GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
+}
+
+package() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2019-03-23 Thread Baptiste Jonglez via arch-commits
Date: Sunday, March 24, 2019 @ 00:04:57
  Author: zorun
Revision: 443288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 00:04:42 UTC (rev 443287)
+++ PKGBUILD2019-03-24 00:04:57 UTC (rev 443288)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Levente Polyak 
-# Contributor: Bart Verhagen 
-
-pkgname=catch2
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577')
-
-build() {
-  cd Catch2-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd Catch2-$pkgver/build
-  make test
-}
-
-package() {
-  cd Catch2-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: catch2/repos/community-any/PKGBUILD (from rev 443287, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 00:04:57 UTC (rev 443288)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Levente Polyak 
+# Contributor: Bart Verhagen 
+
+pkgname=catch2
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4655e87c0ccda5a2e78bf4256fce8036feb969399503dcc8272f4c90347d9c0')
+
+build() {
+  cd Catch2-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd Catch2-$pkgver/build
+  make test
+}
+
+package() {
+  cd Catch2-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-23 Thread Baptiste Jonglez via arch-commits
Date: Sunday, March 24, 2019 @ 00:04:42
  Author: zorun
Revision: 443287

upgpkg: catch2 2.7.0-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:46:31 UTC (rev 443286)
+++ PKGBUILD2019-03-24 00:04:42 UTC (rev 443287)
@@ -3,7 +3,7 @@
 # Contributor: Bart Verhagen 
 
 pkgname=catch2
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Boost')
 makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
 
source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577')
+sha256sums=('d4655e87c0ccda5a2e78bf4256fce8036feb969399503dcc8272f4c90347d9c0')
 
 build() {
   cd Catch2-$pkgver


[arch-commits] Commit in restbed/trunk (5 files)

2019-02-02 Thread Baptiste Jonglez via arch-commits
Date: Saturday, February 2, 2019 @ 15:35:31
  Author: zorun
Revision: 429177

restbed: update to 4.6+89+ga1e9c97

This update drops the dependency on kashmir, and requires some CMake hacks
to build the tests.

A single test is failing (out of 113 tests), fixing this is future work.

Added:
  restbed/trunk/0001-build-Only-run-tests-if-catch2-is-installed.patch
  restbed/trunk/0002-build-make-static-shared-builds-optional.patch
  restbed/trunk/0003-build-allow-only-static-or-shared-crypto-lib.patch
Modified:
  restbed/trunk/PKGBUILD
Deleted:
  restbed/trunk/0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch

-+
 0001-build-Only-run-tests-if-catch2-is-installed.patch  |   62 +++
 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch |   64 ---
 0002-build-make-static-shared-builds-optional.patch |   88 
++
 0003-build-allow-only-static-or-shared-crypto-lib.patch |   25 ++
 PKGBUILD|   28 ++-
 5 files changed, 195 insertions(+), 72 deletions(-)

Added: 0001-build-Only-run-tests-if-catch2-is-installed.patch
===
--- 0001-build-Only-run-tests-if-catch2-is-installed.patch  
(rev 0)
+++ 0001-build-Only-run-tests-if-catch2-is-installed.patch  2019-02-02 
15:35:31 UTC (rev 429177)
@@ -0,0 +1,62 @@
+From 5c8fc4e9a6afe0e0b5bcfa4f3e7dbb4bfe167ba1 Mon Sep 17 00:00:00 2001
+From: Baptiste Jonglez 
+Date: Thu, 3 Jan 2019 00:47:39 +0100
+Subject: [PATCH] build: Only run tests if catch2 is installed
+
+---
+ CMakeLists.txt| 14 --
+ cmake/Findcatch.cmake | 11 +++
+ 2 files changed, 11 insertions(+), 14 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c618244..95889e1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -42,7 +42,14 @@ endif ( )
+ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake" )
+ 
+ find_package( asio REQUIRED )
+-find_package( catch REQUIRED )
++find_package( catch )
++if ( CATCH_FOUND )
++enable_testing( )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/unit" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/feature" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/regression" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/integration" )
++endif ( )
+ if ( BUILD_SSL )
+ find_package( openssl REQUIRED )
+ endif ( )
+@@ -77,11 +84,6 @@ else ( )
+ target_link_libraries( ${SHARED_LIBRARY_NAME} )
+ endif ( )
+ 
+-enable_testing( )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/unit" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/feature" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/regression" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/integration" )
+ 
+ #
+ # Install
+diff --git a/cmake/Findcatch.cmake b/cmake/Findcatch.cmake
+index d070243..6c5be19 100644
+--- a/cmake/Findcatch.cmake
 b/cmake/Findcatch.cmake
+@@ -1,9 +1,4 @@
+-find_path( catch_INCLUDE catch.hpp HINTS 
"${PROJECT_SOURCE_DIR}/dependency/catch/single_include" 
"/usr/include/catch2/single_include" "/usr/local/include/catch2/single_include" 
"/opt/local/include/catch2/single_include" )
++find_path( catch_INCLUDE catch.hpp HINTS 
"${PROJECT_SOURCE_DIR}/dependency/catch/single_include" "/usr/include/catch2" 
"/usr/local/include/catch2/single_include" 
"/opt/local/include/catch2/single_include" )
+ 
+-if ( catch_INCLUDE )
+-set( CATCH_FOUND TRUE )
+-
+-message( STATUS "Found Catch include at: ${catch_INCLUDE}" )
+-else ( )
+-message( FATAL_ERROR "Failed to locate Catch dependency." )
+-endif ( )
++include(FindPackageHandleStandardArgs)
++FIND_PACKAGE_HANDLE_STANDARD_ARGS(catch DEFAULT_MSG catch_INCLUDE)
+-- 
+2.20.0
+

Deleted: 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch
===
--- 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch 
2019-02-02 14:56:12 UTC (rev 429176)
+++ 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch 
2019-02-02 15:35:31 UTC (rev 429177)
@@ -1,64 +0,0 @@
-From 78a25164be8a15bf3d677ac0f1de402e1377 Mon Sep 17 00:00:00 2001
-From: Baptiste Jonglez 
-Date: Mon, 2 Apr 2018 12:40:34 +0200
-Subject: [PATCH] cmake: Auto-detect Catch dependency to decide whether to
- enable tests
-
-This automatically enables or disables tests, depending on whether Catch
-is found on the system.
-
-Of course, it is still possible to force building tests:
-
-* `-DBUILD_TESTS=OFF` will disable tests even if Catch is found
-* `-DBUILD_TESTS=ON` will enable tests even if Catch is not found (mostly 
useful because it causes cmake to fail early)

- CMakeLists.txt| 8 +++-
- cmake/modules/Findcatch.cmake | 9 ++---
- 2 files changed, 9 insertions(+), 8 deletions(-)
-
-diff --git a/CMakeLists.txt 

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

2019-01-23 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 23, 2019 @ 23:28:43
  Author: zorun
Revision: 427419

archrelease: copy trunk to community-any

Added:
  kea-devel-docs/repos/community-any/PKGBUILD
(from rev 427418, kea-devel-docs/trunk/PKGBUILD)
Deleted:
  kea-devel-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-23 22:24:23 UTC (rev 427418)
+++ PKGBUILD2019-01-23 23:28:43 UTC (rev 427419)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname='kea-devel-docs'
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
-arch=('any')
-url='http://kea.isc.org'
-license=('MPL2')
-depends=()
-makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.
- 'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
-source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
-sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
-'SKIP')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-build() {
-  cd "${srcdir}/kea-${pkgver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var'
-  make -C doc devel
-}
-
-package() {
-  cd "${srcdir}/kea-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/kea/"
-  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
-}

Copied: kea-devel-docs/repos/community-any/PKGBUILD (from rev 427418, 
kea-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-23 23:28:43 UTC (rev 427419)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez 
+pkgname='kea-devel-docs'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
+arch=('any')
+url='http://kea.isc.org'
+license=('MPL2')
+depends=()
+makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.
+ 'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
+source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+'SKIP')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+
+build() {
+  cd "${srcdir}/kea-${pkgver}"
+  autoreconf --install
+  ./configure \
+  --prefix='/usr' \
+  --sbindir='/usr/bin' \
+  --libexecdir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --localstatedir='/var'
+  make -C doc devel
+}
+
+package() {
+  cd "${srcdir}/kea-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/kea/"
+  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
+}


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

2019-01-23 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 23, 2019 @ 22:24:23
  Author: zorun
Revision: 427418

archrelease: copy trunk to community-any

Added:
  kea-devel-docs/repos/community-any/PKGBUILD
(from rev 427417, kea-devel-docs/trunk/PKGBUILD)
Deleted:
  kea-devel-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-23 22:23:48 UTC (rev 427417)
+++ PKGBUILD2019-01-23 22:24:23 UTC (rev 427418)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname='kea-devel-docs'
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
-arch=('any')
-url='http://kea.isc.org'
-license=('MPL2')
-depends=()
-makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.
- 'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
-source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
-sha512sums=('ce4e2bcdc6f06472c4dccfc9cc26b06ff10ce1ce947b2bdc8753bbb15ff77831f7317625bdd81d24c945cf0d4c33cf9eef0ae0be21149532b0b9b9bc8892dd14'
-'SKIP')
-validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
-
-build() {
-  cd "${srcdir}/kea-${pkgver}"
-  autoreconf --install
-  ./configure \
-  --prefix='/usr' \
-  --sbindir='/usr/bin' \
-  --libexecdir='/usr/bin' \
-  --sysconfdir='/etc' \
-  --localstatedir='/var'
-  make -C doc devel
-}
-
-package() {
-  cd "${srcdir}/kea-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/kea/"
-  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
-}

Copied: kea-devel-docs/repos/community-any/PKGBUILD (from rev 427417, 
kea-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-23 22:24:23 UTC (rev 427418)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez 
+pkgname='kea-devel-docs'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
+arch=('any')
+url='http://kea.isc.org'
+license=('MPL2')
+depends=()
+makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.
+ 'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
+source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+'SKIP')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+
+build() {
+  cd "${srcdir}/kea-${pkgver}"
+  autoreconf --install
+  ./configure \
+  --prefix='/usr' \
+  --sbindir='/usr/bin' \
+  --libexecdir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --localstatedir='/var'
+  make -C doc devel
+}
+
+package() {
+  cd "${srcdir}/kea-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/kea/"
+  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
+}


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

2019-01-23 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 23, 2019 @ 22:23:48
  Author: zorun
Revision: 427417

upgpkg: kea-devel-docs 1.5.0-1

Modified:
  kea-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 22:09:18 UTC (rev 427416)
+++ PKGBUILD2019-01-23 22:23:48 UTC (rev 427417)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname='kea-devel-docs'
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.
  'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
 source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
-sha512sums=('ce4e2bcdc6f06472c4dccfc9cc26b06ff10ce1ce947b2bdc8753bbb15ff77831f7317625bdd81d24c945cf0d4c33cf9eef0ae0be21149532b0b9b9bc8892dd14'
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
 'SKIP')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 


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

2019-01-23 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, January 23, 2019 @ 21:56:00
  Author: zorun
Revision: 427414

upgpkg: kea 1.5.0-1

Modified:
  kea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 21:30:46 UTC (rev 427413)
+++ PKGBUILD2019-01-23 21:56:00 UTC (rev 427414)
@@ -1,12 +1,12 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: nfnty
 pkgname='kea'
-pkgver=1.4.0.P1
-_upstreamver=1.4.0-P1
-pkgrel=7
+pkgver=1.5.0
+_upstreamver=1.5.0
+pkgrel=1
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('x86_64')
-url='http://kea.isc.org'
+url='https://kea.isc.org'
 license=('MPL2')
 depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 
'postgresql-libs')
 makedepends=('boost'
@@ -24,15 +24,13 @@
 fix-scripts-include-path.patch
 tmpfiles-kea.conf
 kea-dhcp4.service
-kea-dhcp6.service
-
kea-boost-1.68.patch::"https://github.com/isc-projects/kea/commit/4a88f764.patch;)
-sha512sums=('beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634'
+kea-dhcp6.service)
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
 'SKIP'
 
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
 
'13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
 
'873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
-
'48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c'
-
'c1d2d2c4ee980d0485d50c285a441e343e2bf64278aaa98de72b20e45fd956b4fb8fb01a7ad35a5d255ac9a942cb4aafbaac753afd452fd0ed646f681250fbf6')
+
'48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 
 prepare() {
@@ -41,8 +39,6 @@
   # Also, it fallbacks to the absolute path inside the chrooted build dir,
   # which will certainly not exist on the target system...
   patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-
-  patch -p1 -i ../kea-boost-1.68.patch # Fix build with boost 1.68
 }
 
 build() {


  1   2   3   4   5   >