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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:58:50
  Author: felixonmars
Revision: 625287

upgpkg: pandoc 2.9.2.1-30: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:32:04 UTC (rev 625286)
+++ PKGBUILD2020-05-07 06:58:50 UTC (rev 625287)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=29
+pkgrel=30
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:57:11
  Author: eworm
Revision: 382631

upgpkg: e2fsprogs 1.45.6-2

rebuild with soname provides

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:56:07 UTC (rev 382630)
+++ PKGBUILD2020-05-07 06:57:11 UTC (rev 382631)
@@ -3,7 +3,7 @@
 
 pkgname=e2fsprogs
 pkgver=1.45.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -10,6 +10,10 @@
 url="http://e2fsprogs.sourceforge.net";
 depends=('sh' 'libutil-linux')
 makedepends=('util-linux')
+provides=('libcom_err.so'
+  'libe2p.so'
+  'libext2fs.so'
+  'libss.so')
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 



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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:57:14
  Author: eworm
Revision: 382632

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 382631, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 382631, e2fsprogs/trunk/PKGBUILD)

-+
 MIT-LICENSE |   25 +
 PKGBUILD|   69 ++
 2 files changed, 94 insertions(+)

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 382631, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2020-05-07 06:57:14 UTC (rev 382632)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-x86_64/PKGBUILD (from rev 382631, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:57:14 UTC (rev 382632)
@@ -0,0 +1,69 @@
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.45.6
+pkgrel=2
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net";
+depends=('sh' 'libutil-linux')
+makedepends=('util-linux')
+provides=('libcom_err.so'
+  'libe2p.so'
+  'libext2fs.so'
+  'libss.so')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:56:07
  Author: allan
Revision: 382630

archrelease: copy trunk to extra-x86_64

Added:
  libsoxr/repos/extra-x86_64/PKGBUILD
(from rev 382629, libsoxr/trunk/PKGBUILD)
Deleted:
  libsoxr/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:55:51 UTC (rev 382629)
+++ PKGBUILD2020-05-07 06:56:07 UTC (rev 382630)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Anatol Pomozov
-# Contributor: JSpaces 
-# Contributor: Triode 
-
-pkgname=libsoxr
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
-arch=('x86_64')
-url='http://sourceforge.net/p/soxr/wiki/Home/'
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("http://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz";)
-sha1sums=('32ea46b1a8c0c15f835422892d02fce8286aec3c')
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../soxr-${pkgver}-Source \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DBUILD_EXAMPLES='OFF' \
--DBUILD_SHARED_LIBS='ON' \
--DWITH_AVFFT='ON' \
--DWITH_LSR_BINDINGS='ON' \
--DWITH_OPENMP='ON' \
--DWITH_PFFFT='ON'
-  make
-}
-
-check() {
-  cd build
-
-  make test
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/doc
-  install -Dm644 ../soxr-${pkgver}-Source/LICENCE -t 
"${pkgdir}"/usr/share/licenses/libsoxr/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libsoxr/repos/extra-x86_64/PKGBUILD (from rev 382629, 
libsoxr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:56:07 UTC (rev 382630)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Anatol Pomozov
+# Contributor: JSpaces 
+# Contributor: Triode 
+
+pkgname=libsoxr
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
+arch=('x86_64')
+url='https://sourceforge.net/p/soxr/wiki/Home/'
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("https://downloads.sourceforge.net/project/soxr/soxr-$pkgver-Source.tar.xz";)
+sha1sums=('32ea46b1a8c0c15f835422892d02fce8286aec3c')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../soxr-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DBUILD_EXAMPLES='OFF' \
+-DBUILD_SHARED_LIBS='ON' \
+-DWITH_AVFFT='ON' \
+-DWITH_LSR_BINDINGS='ON' \
+-DWITH_OPENMP='ON' \
+-DWITH_PFFFT='ON'
+  make
+}
+
+check() {
+  cd build
+
+  make test
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/doc
+  install -Dm644 ../soxr-${pkgver}-Source/LICENCE -t 
"${pkgdir}"/usr/share/licenses/libsoxr/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:55:51
  Author: allan
Revision: 382629

upgpkg: libsoxr 0.1.3-2: .BUILDINFO rebuild

Modified:
  libsoxr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:51:44 UTC (rev 382628)
+++ PKGBUILD2020-05-07 06:55:51 UTC (rev 382629)
@@ -5,7 +5,7 @@
 
 pkgname=libsoxr
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The SoX Resampler library that aims to give fast and high quality 
results for any constant resampling ratio'
 arch=('x86_64')
 url='https://sourceforge.net/p/soxr/wiki/Home/'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:51:44
  Author: eworm
Revision: 382628

archrelease: copy trunk to testing-x86_64

Added:
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 382627, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/reproducible.patch
(from rev 382627, keyutils/trunk/reproducible.patch)
  keyutils/repos/testing-x86_64/request-key.conf.patch
(from rev 382627, keyutils/trunk/request-key.conf.patch)

+
 PKGBUILD   |   39 +++
 reproducible.patch |   24 
 request-key.conf.patch |   21 +
 3 files changed, 84 insertions(+)

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 382627, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:51:44 UTC (rev 382628)
@@ -0,0 +1,39 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Tobias Powalowski 
+
+pkgname=keyutils
+pkgver=1.6.1
+pkgrel=4
+pkgdesc='Linux Key Management Utilities'
+arch=('x86_64')
+url='https://www.kernel.org/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+makedepends=('git')
+provides=('libkeyutils.so')
+backup=('etc/request-key.conf')
+validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed";
+'request-key.conf.patch' 'reproducible.patch')
+sha256sums=('SKIP'
+'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6'
+'7bb7400b2b8c8f0288c86ec9191f8964a1e682745a204013d5fc7c2e1a253d8e')
+
+prepare() {
+  cd ${pkgname}
+  # fix paths of binaries in /etc/request-key.conf
+  patch -Np0 -i ../request-key.conf.patch
+
+  # make keyutils reproducible
+  patch -Np1 -i ../reproducible.patch
+}
+
+build() {
+  cd ${pkgname}
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SBINDIR='/usr/bin' 
BINDIR='/usr/bin'
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
+}

Copied: keyutils/repos/testing-x86_64/reproducible.patch (from rev 382627, 
keyutils/trunk/reproducible.patch)
===
--- testing-x86_64/reproducible.patch   (rev 0)
+++ testing-x86_64/reproducible.patch   2020-05-07 06:51:44 UTC (rev 382628)
@@ -0,0 +1,24 @@
+Adhere to the SOURCE_DATE_EPOCH standard and use it's date when set
+otherwise fall back to the default behaviour.
+
+Signed-off-by: Jelle van der Waa 
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 33a451e..9066d5d 100644
+--- a/Makefile
 b/Makefile
+@@ -108,7 +108,7 @@ all: keyctl request-key key.dns_resolver
+ 
###
+ #RPATH = -Wl,-rpath,$(LIBDIR)
+ 
+-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
++VCPPFLAGS := -DPKGBUILD="\"$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%F)\""
+ VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
+ VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
+ 
+-- 
+2.21.0
+

Copied: keyutils/repos/testing-x86_64/request-key.conf.patch (from rev 382627, 
keyutils/trunk/request-key.conf.patch)
===
--- testing-x86_64/request-key.conf.patch   (rev 0)
+++ testing-x86_64/request-key.conf.patch   2020-05-07 06:51:44 UTC (rev 
382628)
@@ -0,0 +1,21 @@
+--- request-key.conf.old   2013-05-28 15:34:10.966001242 +0200
 request-key.conf   2013-05-28 15:35:34.857969598 +0200
+@@ -31,11 +31,11 @@
+ 
+ #OP   TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
+ #==   === === === 
===
+-create  dns_resolver **   /sbin/key.dns_resolver 
%k
+-createuserdebug:* negate  /bin/keyctl negate %k 
30 %S
+-create  userdebug:* rejected/bin/keyctl reject %k 30 %c %S
+-create  userdebug:* expired /bin/keyctl reject %k 30 %c %S
+-create  userdebug:* revoked /bin/keyctl reject %k 30 %c %S
+-createuserdebug:loop:**   |/bin/cat
++create  dns_resolver **   
/usr/bin/key.dns_resolver %k
++createuserdebug:* negate  /usr/bin/keyctl negate 
%k 30 %S
++create  userdebug:* rejected/usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* expired /usr/bin/keyctl reject %k 30 
%c %S
++create  userdebug:* revoked /usr/bin/keyctl reject %k 30 
%c %S
+

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:51:01
  Author: allan
Revision: 382626

archrelease: copy trunk to extra-x86_64

Added:
  libsigsegv/repos/extra-x86_64/PKGBUILD
(from rev 382625, libsigsegv/trunk/PKGBUILD)
Deleted:
  libsigsegv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:50:45 UTC (rev 382625)
+++ PKGBUILD2020-05-07 06:51:01 UTC (rev 382626)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Johannes Weiner 
-
-pkgname=libsigsegv
-pkgver=2.12
-pkgrel=1
-arch=('x86_64')
-pkgdesc="Page fault detection library"
-url="http://www.gnu.org/software/libsigsegv/";
-license=('GPL2')
-depends=('glibc')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('df167811328b050d2b746bec3d88423edc5a8cbf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsigsegv/repos/extra-x86_64/PKGBUILD (from rev 382625, 
libsigsegv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:51:01 UTC (rev 382626)
@@ -0,0 +1,26 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Johannes Weiner 
+
+pkgname=libsigsegv
+pkgver=2.12
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Page fault detection library"
+url="https://www.gnu.org/software/libsigsegv/";
+license=('GPL2')
+depends=('glibc')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha1sums=('df167811328b050d2b746bec3d88423edc5a8cbf'
+  'SKIP')
+validpgpkeys=('68D94D8AAEEAD48AE7DC5B904F494A942E4616C2') # Bruno Haible (Open 
Source Development) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:51:40
  Author: eworm
Revision: 382627

upgpkg: keyutils 1.6.1-4

rebuild with soname provides

Modified:
  keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:51:01 UTC (rev 382626)
+++ PKGBUILD2020-05-07 06:51:40 UTC (rev 382627)
@@ -3,7 +3,7 @@
 
 pkgname=keyutils
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Linux Key Management Utilities'
 arch=('x86_64')
 url='https://www.kernel.org/'
@@ -10,6 +10,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('glibc' 'sh')
 makedepends=('git')
+provides=('libkeyutils.so')
 backup=('etc/request-key.conf')
 validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells 

 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git#tag=v${pkgver}?signed";


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:50:45
  Author: allan
Revision: 382625

upgpkg: libsigsegv 2.12-2: .BUILDINFO rebuild

Modified:
  libsigsegv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:46:38 UTC (rev 382624)
+++ PKGBUILD2020-05-07 06:50:45 UTC (rev 382625)
@@ -3,7 +3,7 @@
 
 pkgname=libsigsegv
 pkgver=2.12
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="Page fault detection library"
 url="https://www.gnu.org/software/libsigsegv/";


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:46:38
  Author: eworm
Revision: 382624

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 382623, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 382623, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 382623, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 382623, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 382623, lvm2/trunk/sd-lvm2_install)

---+
 11-dm-initramfs.rules |3 
 PKGBUILD  |  145 
 lvm2_hook |   25 
 lvm2_install  |   43 ++
 sd-lvm2_install   |   46 +++
 5 files changed, 262 insertions(+)

Copied: lvm2/repos/testing-x86_64/11-dm-initramfs.rules (from rev 382623, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-x86_64/11-dm-initramfs.rules(rev 0)
+++ testing-x86_64/11-dm-initramfs.rules2020-05-07 06:46:38 UTC (rev 
382624)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-x86_64/PKGBUILD (from rev 382623, 
lvm2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:46:38 UTC (rev 382624)
@@ -0,0 +1,145 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.187
+pkgrel=2
+arch=('x86_64')
+url='https://sourceware.org/lvm2/'
+license=('GPL2' 'LGPL2.1')
+makedepends=('git' 'systemd' 'thin-provisioning-tools')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 

+  'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 

+source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_}?signed";
+'lvm2_install'
+'lvm2_hook'
+'sd-lvm2_install'
+'11-dm-initramfs.rules')
+sha256sums=('SKIP'
+'cc51940a8437f3c8339bb9cec7e929b2cc0852ffc8a0b2463e6f67ca2b9950f6'
+'97d7c92e4954bc0108e7cd183b2eb5fe7ecc97e6f56369669e6537cb6ed45d80'
+'b749c2da0e9307b0c2c3858d024a19c268e01e393e876a284fe1a302427f72f1'
+'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
+
+_backports=(
+  # udev: remove unsupported OPTIONS+="event_timeout" rule
+  '125f27ac37bc9b93cc96f64052b9681b3d479ee1'
+)
+
+prepare() {
+  cd lvm2/
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git log --oneline -1 "${_c}"
+git show "${_c}" -- ':(exclude)WHATS_NEW' | git apply
+  done
+
+  # remove install section from systemd units that are enabled by default
+  sed -i -e '/^\[Install\]$/,$d' \
+scripts/dm_event_systemd_red_hat.socket.in \
+scripts/lvm2_lvmetad_systemd_red_hat.socket.in \
+scripts/lvm2_lvmpolld_systemd_red_hat.socket.in \
+scripts/lvm2_monitoring_systemd_red_hat.service.in
+}
+
+build() {
+  local _CONFIGUREOPTS=(
+CONFIG_SHELL=/bin/bash
+--prefix=/usr
+--sbindir=/usr/bin
+--sysconfdir=/etc
+--localstatedir=/var
+--enable-applib
+--enable-cmdlib
+--enable-dmeventd
+--enable-lvmetad
+--enable-lvmpolld
+--enable-pkgconfig
+--enable-readline
+--enable-udev_rules
+--enable-udev_sync
+--enable-use-lvmetad
+--with-cache=internal
+--with-default-dm-run-dir=/run
+--with-default-locking-dir=/run/lock/lvm
+--with-default-pid-dir=/run
+--with-default-run-dir=/run/lvm
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+--with-thin=internal
+--with-udev-prefix=/usr
+  )
+
+  # build system requires bash:
+  # https://www.redhat.com/archives/linux-lvm/2020-January/msg4.html
+  # 
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Defining-Variables.html
+  export CONFIG_SHELL=/bin/bash
+
+  cp -a lvm2/ lvm2-initramfs/
+
+  cd lvm2/
+
+  ./configure \
+"${_CONFIGUREOPTS[@]}" \
+--enable-udev-systemd-background-jobs
+  make
+
+  # Build legacy udev rule for initramfs
+  cd ../lvm2-initramfs
+  ./configure \
+"${_CONFIGUREOPTS[@]}" \
+--enable-udev-systemd-background-jobs=no
+  cd udev
+  make 69-dm-lvm-metad.rules
+}
+
+package_device-mapper() {
+  pkgdesc="Device mapper userspace library and tools"
+  url="http://sourceware.org/dm/";
+  depends=('glibc' 'systemd-libs')
+  provides=('libdevmapper.so'
+'libdevmapper-event.so')
+
+  cd lvm2/
+
+  make DESTDIR="${pkgdir}" install_device-mapper
+  # extr

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:46:07
  Author: allan
Revision: 382622

archrelease: copy trunk to extra-x86_64

Added:
  libspnav/repos/extra-x86_64/Makefile.patch
(from rev 382621, libspnav/trunk/Makefile.patch)
  libspnav/repos/extra-x86_64/PKGBUILD
(from rev 382621, libspnav/trunk/PKGBUILD)
Deleted:
  libspnav/repos/extra-x86_64/Makefile.patch
  libspnav/repos/extra-x86_64/PKGBUILD

+
 Makefile.patch |   26 ++---
 PKGBUILD   |   67 +++
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2020-05-07 06:45:48 UTC (rev 382621)
+++ Makefile.patch  2020-05-07 06:46:07 UTC (rev 382622)
@@ -1,13 +0,0 @@
 libspnav-0.2.3/Makefile.in~2015-01-10 09:08:35.043417955 +
-+++ libspnav-0.2.3/Makefile.in 2015-01-10 09:09:00.833315269 +
-@@ -54,8 +54,8 @@
-   cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
-   [ -n "$(soname)" ] && \
-   rm -f $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) && \
--  ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
--  ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
-+  ln -s $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
-+  ln -s $(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
-   true
-   for h in $(hdr); do cp -p $(srcdir)/$$h $(DESTDIR)$(PREFIX)/include/; 
done
- 

Copied: libspnav/repos/extra-x86_64/Makefile.patch (from rev 382621, 
libspnav/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2020-05-07 06:46:07 UTC (rev 382622)
@@ -0,0 +1,13 @@
+--- libspnav-0.2.3/Makefile.in~2015-01-10 09:08:35.043417955 +
 libspnav-0.2.3/Makefile.in 2015-01-10 09:09:00.833315269 +
+@@ -54,8 +54,8 @@
+   cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
+   [ -n "$(soname)" ] && \
+   rm -f $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) && \
+-  ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
+-  ln -s $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) 
$(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
++  ln -s $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) && \
++  ln -s $(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) || \
+   true
+   for h in $(hdr); do cp -p $(srcdir)/$$h $(DESTDIR)$(PREFIX)/include/; 
done
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:45:48 UTC (rev 382621)
+++ PKGBUILD2020-05-07 06:46:07 UTC (rev 382622)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jan Hambrecht 
-
-pkgname=libspnav
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Alternative to the proprietary 3Dconnexion device driver and SDK for 
their 3D input devices"
-arch=(i686 x86_64)
-url='http://spacenav.sourceforge.net/'
-license=(GPL)
-depends=(libx11)
-source=("http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz";
-Makefile.patch)
-sha256sums=('7ae4d7bb7f6a5dda28b487891e01accc856311440f582299760dace6ee5f1f93'
-'a49a9ac824ad41c043018094dd118ba92dd29f96fee92e70b640e47f643dde44')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../Makefile.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libspnav/repos/extra-x86_64/PKGBUILD (from rev 382621, 
libspnav/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:46:07 UTC (rev 382622)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jan Hambrecht 
+
+pkgname=libspnav
+pkgver=0.2.3
+pkgrel=3
+pkgdesc="Alternative to the proprietary 3Dconnexion device driver and SDK for 
their 3D input devices"
+arch=(x86_64)
+url='https://spacenav.sourceforge.net/'
+license=(GPL)
+depends=(libx11)
+source=("https://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz";
+Makefile.patch)
+sha256sums=('7ae4d7bb7f6a5dda28b487891e01accc856311440f582299760dace6ee5f1f93'
+'a49a9ac824ad41c043018094dd118ba92dd29f96fee92e70b640e47f643dde44')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../Makefile.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" 

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:46:33
  Author: eworm
Revision: 382623

upgpkg: lvm2 2.02.187-2

rebuild with soname provides

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:46:07 UTC (rev 382622)
+++ PKGBUILD2020-05-07 06:46:33 UTC (rev 382623)
@@ -4,7 +4,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.187
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:45:48
  Author: allan
Revision: 382621

upgpkg: libspnav 0.2.3-3: .BUILDINFO rebuild

Modified:
  libspnav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:44:38 UTC (rev 382620)
+++ PKGBUILD2020-05-07 06:45:48 UTC (rev 382621)
@@ -4,7 +4,7 @@
 
 pkgname=libspnav
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Alternative to the proprietary 3Dconnexion device driver and SDK for 
their 3D input devices"
 arch=(x86_64)
 url='https://spacenav.sourceforge.net/'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:44:33
  Author: eworm
Revision: 382619

upgpkg: cryptsetup 2.3.2-2

rebuild with soname provides

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:39:10 UTC (rev 382618)
+++ PKGBUILD2020-05-07 06:44:33 UTC (rev 382619)
@@ -3,7 +3,7 @@
 
 pkgname=cryptsetup
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
 license=('GPL')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:44:38
  Author: eworm
Revision: 382620

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 382619, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 382619, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 382619, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 382619, cryptsetup/trunk/install-sd-encrypt)

+
 PKGBUILD   |   46 
 hooks-encrypt  |  144 +++
 install-encrypt|   48 +
 install-sd-encrypt |   49 +
 4 files changed, 287 insertions(+)

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 382619, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:44:38 UTC (rev 382620)
@@ -0,0 +1,46 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.3.2
+pkgrel=2
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+depends=('device-mapper' 'openssl' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+provides=('libcryptsetup.so')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'d325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
+'31d816b3650a57512a5f9b52c1995fa65a161faa8b37975d07c9a1b8e1a119db')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-x86_64/hooks-encrypt (from rev 382619, 
cryptsetup/trunk/hooks-encrypt)
===
--- testing-x86_64/hooks-encrypt(rev 0)
+++ testing-x86_64/hooks-encrypt2020-05-07 06:44:38 UTC (rev 382620)
@@ -0,0 +1,144 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! eval cryptsetup open --type luks ${resolved} 
${cryptnam

[arch-commits] Commit in libvisual-plugins/repos/extra-x86_64 (14 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:39:10
  Author: allan
Revision: 382618

archrelease: copy trunk to extra-x86_64

Added:
  libvisual-plugins/repos/extra-x86_64/02_64-bit_JESS_fix.patch
(from rev 382617, libvisual-plugins/trunk/02_64-bit_JESS_fix.patch)
  libvisual-plugins/repos/extra-x86_64/03_build_against_gl_fixes.patch
(from rev 382617, libvisual-plugins/trunk/03_build_against_gl_fixes.patch)
  libvisual-plugins/repos/extra-x86_64/04_lv_analyzer_build_fix.patch
(from rev 382617, libvisual-plugins/trunk/04_lv_analyzer_build_fix.patch)
  libvisual-plugins/repos/extra-x86_64/050_all_automagic.patch
(from rev 382617, libvisual-plugins/trunk/050_all_automagic.patch)
  libvisual-plugins/repos/extra-x86_64/05_fix_po.patch
(from rev 382617, libvisual-plugins/trunk/05_fix_po.patch)
  libvisual-plugins/repos/extra-x86_64/60_no-const-vispluginfo-in-nastyfft.patch
(from rev 382617, 
libvisual-plugins/trunk/60_no-const-vispluginfo-in-nastyfft.patch)
  libvisual-plugins/repos/extra-x86_64/PKGBUILD
(from rev 382617, libvisual-plugins/trunk/PKGBUILD)
Deleted:
  libvisual-plugins/repos/extra-x86_64/02_64-bit_JESS_fix.patch
  libvisual-plugins/repos/extra-x86_64/03_build_against_gl_fixes.patch
  libvisual-plugins/repos/extra-x86_64/04_lv_analyzer_build_fix.patch
  libvisual-plugins/repos/extra-x86_64/050_all_automagic.patch
  libvisual-plugins/repos/extra-x86_64/05_fix_po.patch
  libvisual-plugins/repos/extra-x86_64/60_no-const-vispluginfo-in-nastyfft.patch
  libvisual-plugins/repos/extra-x86_64/PKGBUILD

---+
 02_64-bit_JESS_fix.patch  |  116 ++--
 03_build_against_gl_fixes.patch   |  744 ++--
 04_lv_analyzer_build_fix.patch|   24 
 050_all_automagic.patch   |  100 +--
 05_fix_po.patch   |  254 -
 60_no-const-vispluginfo-in-nastyfft.patch |   36 -
 PKGBUILD  |  103 +--
 7 files changed, 688 insertions(+), 689 deletions(-)

Deleted: 02_64-bit_JESS_fix.patch
===
--- 02_64-bit_JESS_fix.patch2020-05-07 06:38:33 UTC (rev 382617)
+++ 02_64-bit_JESS_fix.patch2020-05-07 06:39:10 UTC (rev 382618)
@@ -1,58 +0,0 @@
-diff -Nur libvisual-plugins-0.4.0/plugins/actor/JESS/renderer.c 
libvisual-plugins-0.4.0.new/plugins/actor/JESS/renderer.c
 libvisual-plugins-0.4.0/plugins/actor/JESS/renderer.c  2006-02-06 
05:47:26.0 +1100
-+++ libvisual-plugins-0.4.0.new/plugins/actor/JESS/renderer.c  2007-07-04 
18:12:58.0 +1000
-@@ -282,7 +282,7 @@
- 
- void render_deformation(JessPrivate *priv, int defmode)
- {
--  uint32_t bmax;
-+  intptr_t bmax;
-   uint32_t *tab1 = NULL, *tab2, *tab3, *tab4, i;
-   uint8_t *pix = priv->pixel, *buf = priv->buffer, *aux;
- 
-@@ -294,7 +294,7 @@
-   tab2 = priv->table2;
-   tab3 = priv->table3;
-   tab4 = priv->table4;
--  bmax = priv->resx * priv->resy + (uint32_t) priv->pixel;
-+  bmax = priv->resx * priv->resy + (intptr_t) priv->pixel;
- 
-   switch(defmode)
-   {
-@@ -352,7 +352,7 @@
-   }
-   for (i = 0; i < priv->resy * priv->resx; i++)
-   {
--  aux  =  (uint8_t *) ((*(tab1) << 2 ) + (uint32_t) 
priv->buffer);
-+  aux  =  (uint8_t *) ((*(tab1) << 2 ) + (intptr_t) 
priv->buffer);
-   *(pix++) = *(aux++) ;
-   *(pix++) = *(aux++);  
-   *(pix++) = *(aux);  
-@@ -373,7 +373,8 @@
-   /* j'ai mis pixel par defaut... */
- 
-   uint8_t *pix = priv->pixel;
--  uint32_t bmax,pitch_4;
-+  intptr_t bmax;
-+  uint32_t pitch_4;
-   
-   pix = priv->pixel;
-   if (priv->pixel == NULL)
-@@ -387,7 +388,7 @@
-   if (priv->video == 8)
-   {
-   if (visual_cpu_get_mmx ()) {
--  bmax = priv->resx * (priv->resy-1) + (uint32_t) 
priv->pixel;
-+  bmax = priv->resx * (priv->resy-1) + (intptr_t) 
priv->pixel;
- #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64)
-   __asm __volatile
-   ("\n\t pxor %%mm6, %%mm6"
-@@ -423,7 +424,7 @@
-   else
-   {
-   pitch_4 = priv->pitch+4;
--  bmax = priv->pitch*(priv->resy-1) + (uint32_t) priv->pixel;
-+  bmax = priv->pitch*(priv->resy-1) + (intptr_t) priv->pixel;
- 
-   if (visual_cpu_get_mmx ()) {
- #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64)

Copied: libvisual-plugins/repos/extra-x86_64/02_64-bit_JESS_fix.patch (from rev 
382617, libvisual-plugins/trunk/02_64-bit_JESS_fix.patch)
===
--- 02_64-bit_JESS_fix.patch(rev 0)
+++ 02_64-bit_JESS_fix.patch

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:29
  Author: eworm
Revision: 382615

upgpkg: attr 2.4.48-3

rebuild with soname provides

Modified:
  attr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:38:17 UTC (rev 382614)
+++ PKGBUILD2020-05-07 06:38:29 UTC (rev 382615)
@@ -2,7 +2,7 @@
 
 pkgname=attr
 pkgver=2.4.48
-pkgrel=2
+pkgrel=3
 pkgdesc='Extended attribute support library for ACL support'
 arch=('x86_64')
 url='https://savannah.nongnu.org/projects/attr'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:17
  Author: eworm
Revision: 382614

archrelease: copy trunk to testing-x86_64

Added:
  acl/repos/testing-x86_64/
  acl/repos/testing-x86_64/PKGBUILD
(from rev 382613, acl/trunk/PKGBUILD)

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

Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 382613, acl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:38:17 UTC (rev 382614)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=acl
+pkgver=2.2.53
+pkgrel=3
+pkgdesc='Access control list utilities, libraries and headers'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/acl'
+license=('LGPL')
+depends=('attr')
+replaces=('xfsacl')
+provides=('xfsacl' 'libacl.so')
+conflicts=('xfsacl')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34'  # Brandon Philips 

+  'B902B5271325F892AC251AD441633B9FE837F581') # Frysinger 

+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:37:53
  Author: eworm
Revision: 382611

upgpkg: argon2 20190702-3

rebuild with soname provides

Modified:
  argon2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:29:12 UTC (rev 382610)
+++ PKGBUILD2020-05-07 06:37:53 UTC (rev 382611)
@@ -2,7 +2,7 @@
 
 pkgname=argon2
 pkgver=20190702
-pkgrel=2
+pkgrel=3
 pkgdesc='A password-hashing function (reference C implementation)'
 arch=('x86_64')
 url='https://github.com/P-H-C/phc-winner-argon2'


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:33
  Author: allan
Revision: 382617

upgpkg: libvisual-plugins 0.4.0-11: .BUILDINFO rebuild

Modified:
  libvisual-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:38:33 UTC (rev 382616)
+++ PKGBUILD2020-05-07 06:38:33 UTC (rev 382617)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=10
+pkgrel=11
 pkgdesc="plugins for libvisual"
 arch=("x86_64")
 license=('GPL')
@@ -10,7 +10,7 @@
 url="https://sourceforge.net/projects/libvisual/";
 depends=('libvisual' 'glu' 'alsa-lib' 'jack' 'gdk-pixbuf2')
 makedepends=('mesa' 'gtk2')
-source=(https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.bz2
 02_64-bit_JESS_fix.patch
 03_build_against_gl_fixes.patch
 04_lv_analyzer_build_fix.patch
@@ -17,7 +17,7 @@
 05_fix_po.patch
 050_all_automagic.patch
 60_no-const-vispluginfo-in-nastyfft.patch)
-sha256sums=('8b783a111d54b92502085199c351979d0452b950fcd1eae28a16d8508e9b'
+sha256sums=('518eef40a8a41946a0c2c0d59ede40d53ba7c142873af71aa4d2d8f297396601'
 '49efe3991dd90c712916af06e4c1104bfc016f3004f77daaaba2be4a92eee251'
 'c9e673b36c125fda5015fcb6462a69e5ab3ff55828342c8b8483e76f84853ef8'
 '083d3e16aacaf7853de713d604a1b2a06bc5f739d9c94a7bfe5099bf27da8670'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:33
  Author: eworm
Revision: 382616

archrelease: copy trunk to testing-x86_64

Added:
  attr/repos/testing-x86_64/
  attr/repos/testing-x86_64/PKGBUILD
(from rev 382615, attr/trunk/PKGBUILD)

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

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 382615, 
attr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:38:33 UTC (rev 382616)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=attr
+pkgver=2.4.48
+pkgrel=3
+pkgdesc='Extended attribute support library for ACL support'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/attr'
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr' 'libattr.so')
+conflicts=('xfsattr')
+backup=('etc/xattr.conf')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34'  # Brandon Philips 

+  'B902B5271325F892AC251AD441633B9FE837F581') # Frysinger 

+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:14
  Author: eworm
Revision: 382613

upgpkg: acl 2.2.53-3

rebuild with soname provides

Modified:
  acl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:37:55 UTC (rev 382612)
+++ PKGBUILD2020-05-07 06:38:14 UTC (rev 382613)
@@ -2,7 +2,7 @@
 
 pkgname=acl
 pkgver=2.2.53
-pkgrel=2
+pkgrel=3
 pkgdesc='Access control list utilities, libraries and headers'
 arch=('x86_64')
 url='https://savannah.nongnu.org/projects/acl'


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 06:37:55
  Author: eworm
Revision: 382612

archrelease: copy trunk to testing-x86_64

Added:
  argon2/repos/testing-x86_64/
  argon2/repos/testing-x86_64/PKGBUILD
(from rev 382611, argon2/trunk/PKGBUILD)

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

Copied: argon2/repos/testing-x86_64/PKGBUILD (from rev 382611, 
argon2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-07 06:37:55 UTC (rev 382612)
@@ -0,0 +1,35 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=argon2
+pkgver=20190702
+pkgrel=3
+pkgdesc='A password-hashing function (reference C implementation)'
+arch=('x86_64')
+url='https://github.com/P-H-C/phc-winner-argon2'
+license=('Apache' 'custom:CC0')
+depends=('glibc')
+provides=('libargon2.so')
+source=("https://github.com/P-H-C/phc-winner-argon2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c')
+
+build() {
+  cd "$srcdir/phc-winner-$pkgname-$pkgver"
+
+  make OPTTARGET='none' LIBRARY_REL='lib'
+}
+
+check() {
+  cd "$srcdir/phc-winner-$pkgname-$pkgver"
+
+  make OPTTARGET='none' LIBRARY_REL='lib' test
+}
+
+package() {
+  cd "$srcdir/phc-winner-$pkgname-$pkgver"
+
+  make OPTTARGET='none' LIBRARY_REL='lib' DESTDIR="$pkgdir" install
+
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/argon2/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:32:04
  Author: felixonmars
Revision: 625286

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 625285, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/octave-sundials4.patch
(from rev 625285, octave/trunk/octave-sundials4.patch)

+
 PKGBUILD   |   52 
 octave-sundials4.patch |  599 +++
 2 files changed, 651 insertions(+)

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 625285, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 06:32:04 UTC (rev 625286)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=5.2.0
+pkgrel=4
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="https://www.gnu.org/software/octave/";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI')
+source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
+octave-sundials4.patch)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('fa2076fb22415e0797964c66cfb8d24643f178f45eb9c14ebb4c082767e0a53509fde550f579fa4a816348bd0f7cbc74f24144f9a30a5b9c09ebe1b3949db498'
+'SKIP'
+
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../octave-sundials4.patch # Fix sundials support 
https://savannah.gnu.org/bugs/?52475
+  autoreconf -vif
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--enable-shared --disable-static \
+--with-quantum-depth=16 \
+--with-sundials_ida="-lsundials_ida -lsundials_sunlinsolklu"
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/community-staging-x86_64/octave-sundials4.patch (from rev 
625285, octave/trunk/octave-sundials4.patch)
===
--- community-staging-x86_64/octave-sundials4.patch 
(rev 0)
+++ community-staging-x86_64/octave-sundials4.patch 2020-05-07 06:32:04 UTC 
(rev 625286)
@@ -0,0 +1,599 @@
+# HG changeset patch
+# User Bill Greene 
+# Date 1550229868 -3600
+#  Fri Feb 15 12:24:28 2019 +0100
+# Node ID 4bf27c090f5695bcf545fc4af15e2a61a3941d46
+# Parent  f034b29320ad5034ad5c66480f64411e9d773440
+Update DAE/IDE solvers to work with SUNDIALS 3 (bug #52475).
+
+* libinterp/dldfcn/__ode15__.cc : use SUNDIALS API version 3.x
+
+diff --git a/libinterp/dldfcn/__ode15__.cc b/libinterp/dldfcn/__ode15__.cc
+--- a/libinterp/dldfcn/__ode15__.cc
 b/libinterp/dldfcn/__ode15__.cc
+@@ -1,6 +1,7 @@
+ /*
+ 
+ Copyright (C) 2016-2019 Francesco Faccio 
++Copyright (C) 2019 William Greene 
+ 
+ This file is part of Octave.
+ 
+@@ -112,7 +113,8 @@
+ havejacsparse (false), mem (nullptr), num (), ida_fun (nullptr),
+ ida_jac (nullptr), dfdy (nullptr), dfdyp (nullptr), spdfdy (nullptr),
+ spdfdyp (nullptr), fun (nullptr), jacfun (nullptr), jacspfun 
(nullptr),
+-jacdcell (nullptr), jacspcell (nullptr)
++jacdcell (nullptr), jacspcell (nullptr),
++sunJacMatrix (nullptr), sunLinearSolver (nullptr)
+ { }
+ 
+ 
+@@ -122,11 +124,17 @@
+ havejacsparse (false), mem (nullptr), num (), ida_fun (ida_fcn),
+ ida_jac (nullptr), dfdy (nullptr), dfdyp (nullptr), spdfdy (nullptr),
+ spdfdyp (nullptr), fun (daefun), jacfun (nullptr), jacspfun (nullptr),
+-jacdcell (nullptr), jacspcell (nullptr)
++jacdcell (nullptr), jacspcell (nullptr),
++sunJacMatrix (nullptr), sunLinearSolver (nullptr)
+ { }
+ 
+ 
+-~IDA (void) { IDAFree (&mem); }
++~IDA (void)
++{
++  IDAFree (&mem);
++  SUNLinSolFree(sunLinearSolver);
++  SUNMatDestroy(sunJacMatrix);
++}
+ 
+ IDA&
+ set_jacobian (oc

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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:31:47
  Author: felixonmars
Revision: 625285

upgpkg: octave 5.2.0-4: rebuild with gl2ps 1.4.2

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:35 UTC (rev 625284)
+++ PKGBUILD2020-05-07 06:31:47 UTC (rev 625285)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=5.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="https://www.gnu.org/software/octave/";


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:28:47
  Author: allan
Revision: 382609

upgpkg: libvisual 0.4.0-8: .BUILDINFO rebuild

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:59 UTC (rev 382608)
+++ PKGBUILD2020-05-07 06:28:47 UTC (rev 382609)
@@ -2,7 +2,7 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=('x86_64')
 url="https://sourceforge.net/projects/libvisual/";


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:29:12
  Author: allan
Revision: 382610

archrelease: copy trunk to extra-x86_64

Added:
  libvisual/repos/extra-x86_64/PKGBUILD
(from rev 382609, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch
(from rev 382609, 
libvisual/trunk/libvisual-0.4.0-inlinedefineconflict.patch)
Deleted:
  libvisual/repos/extra-x86_64/PKGBUILD
  libvisual/repos/extra-x86_64/libvisual-0.4.0-inlinedefineconflict.patch

+
 PKGBUILD   |   67 +++---
 libvisual-0.4.0-inlinedefineconflict.patch |  122 +--
 2 files changed, 94 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:28:47 UTC (rev 382609)
+++ PKGBUILD2020-05-07 06:29:12 UTC (rev 382610)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=7
-pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
-arch=('x86_64')
-url="https://sourceforge.net/projects/libvisual/";
-license=('LGPL')
-depends=('glibc')
-source=("https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";
-"libvisual-0.4.0-inlinedefineconflict.patch")
-sha256sums=('0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7'
-'5221aadfdd6ba752e9bf45d6f2b0133357f7e3e7cf286c1b36807cc2e0df5a0a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # libvisual's definition of "inline" causes issues when compiling with the
-  # new C++11 ABI (patch from Fedora)
-  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libvisual/repos/extra-x86_64/PKGBUILD (from rev 382609, 
libvisual/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:29:12 UTC (rev 382610)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libvisual
+pkgver=0.4.0
+pkgrel=8
+pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libvisual/";
+license=('LGPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";
+"libvisual-0.4.0-inlinedefineconflict.patch")
+sha256sums=('0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7'
+'5221aadfdd6ba752e9bf45d6f2b0133357f7e3e7cf286c1b36807cc2e0df5a0a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # libvisual's definition of "inline" causes issues when compiling with the
+  # new C++11 ABI (patch from Fedora)
+  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libvisual-0.4.0-inlinedefineconflict.patch
===
--- libvisual-0.4.0-inlinedefineconflict.patch  2020-05-07 06:28:47 UTC (rev 
382609)
+++ libvisual-0.4.0-inlinedefineconflict.patch  2020-05-07 06:29:12 UTC (rev 
382610)
@@ -1,61 +0,0 @@
-diff -ru libvisual-0.4.0.orig/libvisual/lv_cache.c 
libvisual-0.4.0/libvisual/lv_cache.c
 libvisual-0.4.0.orig/libvisual/lv_cache.c  2009-03-07 17:17:38.0 
+
-+++ libvisual-0.4.0/libvisual/lv_cache.c   2009-03-07 17:25:26.0 
+
-@@ -32,7 +32,7 @@
- static int cache_dtor (VisObject *object);
- static int cache_remove_list_entry (VisCache *cache, VisListEntry **le);
- 
--static inline void handle_request_reset (VisCache *cache, VisListEntry *le);
-+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry 
*le);
- 
- static int cache_dtor (VisObject *object)
- {
-@@ -74,7 +74,7 @@
- }
- 
- 
--static inline void handle_request_reset (VisCache *cache, VisListEntry *le)
-+static lv_inline void handle_request_reset (VisCache *cache, VisListEntry *le)
- {
-   VisCacheEntry *centry;
- 
-diff -ru libvisual-0.4.0.orig/libvisual/lv_defines.h 
libvisual-0.4.0/libvisual/lv_defines.h
 libvisual-0.4.0.orig/libvisual/lv_defines.h2009-03-07 
17:17:38.0 +
-+++ libvisual-0.4.0/libvisual/lv_defines.h 2009-03-07 17:24:17.0 
+
-@@ -63,13 +63,13 @@
- 
- /* Compiler specific optimalization macros */
- #if __GNUC__ >= 3
--# define inline   inline __attribute__ ((always_inline))
-+# define lv_inlineinline __attribute__ ((always_inline))
- # define __malloc __attribute__ ((malloc))
- # define __packed __attribute__ ((packed))
- # define VIS_LIKELY(x) 

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:59
  Author: allan
Revision: 382608

archrelease: copy trunk to extra-x86_64

Added:
  libxklavier/repos/extra-x86_64/PKGBUILD
(from rev 382607, libxklavier/trunk/PKGBUILD)
Deleted:
  libxklavier/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:43 UTC (rev 382607)
+++ PKGBUILD2020-05-07 06:21:59 UTC (rev 382608)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-
-pkgname=libxklavier
-pkgver=5.4
-pkgrel=2
-pkgdesc="High-level API for X Keyboard Extension"
-arch=(x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes' git)
-options=('!emptydirs')
-url="https://www.freedesktop.org/wiki/Software/LibXklavier/";
-_commit=396955bd2ba2db34a42b3807b03155fcc11dfe50  # tags/libxklavier-5.4^0
-source=("git+https://anongit.freedesktop.org/git/libxklavier#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libxklavier-//;s/-/+/g'
-}
-
-build() {
-  cd "$pkgname"
-  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libxklavier/repos/extra-x86_64/PKGBUILD (from rev 382607, 
libxklavier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:21:59 UTC (rev 382608)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+
+pkgname=libxklavier
+pkgver=5.4
+pkgrel=3
+pkgdesc="High-level API for X Keyboard Extension"
+arch=(x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes' git)
+options=('!emptydirs')
+url="https://www.freedesktop.org/wiki/Software/LibXklavier/";
+_commit=396955bd2ba2db34a42b3807b03155fcc11dfe50  # tags/libxklavier-5.4^0
+source=("git+https://anongit.freedesktop.org/git/libxklavier#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libxklavier-//;s/-/+/g'
+}
+
+build() {
+  cd "$pkgname"
+  ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:43
  Author: allan
Revision: 382607

upgpkg: libxklavier 5.4-3: .BUILDINFO rebuild

Modified:
  libxklavier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:16:49 UTC (rev 382606)
+++ PKGBUILD2020-05-07 06:21:43 UTC (rev 382607)
@@ -3,7 +3,7 @@
 
 pkgname=libxklavier
 pkgver=5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="High-level API for X Keyboard Extension"
 arch=(x86_64)
 license=('LGPL')


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:19
  Author: felixonmars
Revision: 625283

upgpkg: shfmt 3.1.1-1

Modified:
  shfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:20:52 UTC (rev 625282)
+++ PKGBUILD2020-05-07 06:21:19 UTC (rev 625283)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Martí 
 
 pkgname=shfmt
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/sh";
@@ -10,7 +10,7 @@
 arch=('x86_64')
 makedepends=('git' 'go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz";)
-sha512sums=('ff6aed85f8b6959ea34a5029a584f5f1083ca9e09eca4c571a10dda05a65109a2307fd80564a1ddf28fee4668986c407dfbed4fa361f8325399c2a3ae917')
+sha512sums=('3cfca494b1c3d87b7b5cf6435909637ee6e15147fe35a1f628a1c9f127c884efa4aae9e2e1dec989ff6a32cbad08cea925c6c427f9fe7ebe4126d1ea747c')
 
 build() {
   cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:20:52
  Author: felixonmars
Revision: 625282

archrelease: copy trunk to community-x86_64

Added:
  go-bindata/repos/community-x86_64/PKGBUILD
(from rev 625281, go-bindata/trunk/PKGBUILD)
Deleted:
  go-bindata/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:20:37 UTC (rev 625281)
+++ PKGBUILD2020-05-07 06:20:52 UTC (rev 625282)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=go-bindata
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="A small utility which generates Go code from any file"
-arch=('x86_64')
-url='https://github.com/shuLhan/go-bindata'
-license=('CC0 1.0')
-depends=('glibc')
-makedepends=('go-pie')
-source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
-sha512sums=('4f7f35a12ed98ede5e7967db0584b42aa3f7c9ce59459e710023827bd7cfea1be34b617606789b23c2fa87e88628bc4f2545d288944c313475ee7e08016702c7')
-
-prepare() {
-mkdir -p "${srcdir}/src/github.com/shuLhan/"
-mv "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/src/github.com/shuLhan/go-bindata"
-}
-
-build() {
-cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
-GOPATH="${srcdir}" go build
-}
-
-package() {
-cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
-install -Dm755 "go-bindata" "${pkgdir}/usr/bin/go-bindata"
-install -Dm644 ../../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: go-bindata/repos/community-x86_64/PKGBUILD (from rev 625281, 
go-bindata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:20:52 UTC (rev 625282)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=go-bindata
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="A small utility which generates Go code from any file"
+arch=('x86_64')
+url='https://github.com/shuLhan/go-bindata'
+license=('CC0 1.0')
+depends=('glibc')
+makedepends=('go-pie')
+source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
+sha512sums=('19cf44d8e7d67dcc2ed470e39cb1464351f91927133500604166e0b0981799f7cc5ba10c122761174ae101901a729a5d56bd0ae4d678eb846550a61624c502d4')
+
+prepare() {
+mkdir -p "${srcdir}/src/github.com/shuLhan/"
+mv "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/src/github.com/shuLhan/go-bindata"
+}
+
+build() {
+cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
+GOPATH="${srcdir}" go build
+}
+
+package() {
+cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
+install -Dm755 "go-bindata" "${pkgdir}/usr/bin/go-bindata"
+install -Dm644 ../../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:21:35
  Author: felixonmars
Revision: 625284

archrelease: copy trunk to community-x86_64

Added:
  shfmt/repos/community-x86_64/PKGBUILD
(from rev 625283, shfmt/trunk/PKGBUILD)
Deleted:
  shfmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:19 UTC (rev 625283)
+++ PKGBUILD2020-05-07 06:21:35 UTC (rev 625284)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Daniel Martí 
-
-pkgname=shfmt
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Format shell programs"
-url="https://github.com/mvdan/sh";
-license=('BSD')
-arch=('x86_64')
-makedepends=('git' 'go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz";)
-sha512sums=('ff6aed85f8b6959ea34a5029a584f5f1083ca9e09eca4c571a10dda05a65109a2307fd80564a1ddf28fee4668986c407dfbed4fa361f8325399c2a3ae917')
-
-build() {
-  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-check() {
-  cd "${srcdir}/sh-${pkgver}/"
-  go test ./...
-
-}
-
-package() {
-  cd "${srcdir}/sh-${pkgver}/"
-  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: shfmt/repos/community-x86_64/PKGBUILD (from rev 625283, 
shfmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:21:35 UTC (rev 625284)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Daniel Martí 
+
+pkgname=shfmt
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Format shell programs"
+url="https://github.com/mvdan/sh";
+license=('BSD')
+arch=('x86_64')
+makedepends=('git' 'go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/sh/archive/v${pkgver}.tar.gz";)
+sha512sums=('3cfca494b1c3d87b7b5cf6435909637ee6e15147fe35a1f628a1c9f127c884efa4aae9e2e1dec989ff6a32cbad08cea925c6c427f9fe7ebe4126d1ea747c')
+
+build() {
+  cd "${srcdir}/sh-${pkgver}/cmd/shfmt/"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+check() {
+  cd "${srcdir}/sh-${pkgver}/"
+  go test ./...
+
+}
+
+package() {
+  cd "${srcdir}/sh-${pkgver}/"
+  install -Dm755 "cmd/shfmt/shfmt" "${pkgdir}/usr/bin/shfmt"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:20:37
  Author: felixonmars
Revision: 625281

upgpkg: go-bindata 3.5.1-1

Modified:
  go-bindata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:19:23 UTC (rev 625280)
+++ PKGBUILD2020-05-07 06:20:37 UTC (rev 625281)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=go-bindata
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="A small utility which generates Go code from any file"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go-pie')
 source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
-sha512sums=('4f7f35a12ed98ede5e7967db0584b42aa3f7c9ce59459e710023827bd7cfea1be34b617606789b23c2fa87e88628bc4f2545d288944c313475ee7e08016702c7')
+sha512sums=('19cf44d8e7d67dcc2ed470e39cb1464351f91927133500604166e0b0981799f7cc5ba10c122761174ae101901a729a5d56bd0ae4d678eb846550a61624c502d4')
 
 prepare() {
 mkdir -p "${srcdir}/src/github.com/shuLhan/"


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:19:05
  Author: felixonmars
Revision: 625278

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 625277, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 06:19:05 UTC (rev 625278)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=107
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-haskeline0.7' 'haskell-heredoc' 
'haskell-monad-control' 'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz";
+ghc-8.8.patch::https://github.com/GaloisInc/cryptol/pull/655.patch)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0'
+
'f5399cfde04c2645e0bc80d80a39ac570c9649961e22bf9808bb55ba8457f9a124469d699de73624b2debabe8d672879bd0b2279b60dfcb08d328de67ca78e84')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.8.patch
+sed -i 's/< *0.11/<1/;s/haskeline$/haskeline < 0.8/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:18:58
  Author: felixonmars
Revision: 625277

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:18:51 UTC (rev 625276)
+++ PKGBUILD2020-05-07 06:18:58 UTC (rev 625277)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kwpolska 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdtree
-pkgver=6.5.0
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9503d8e78b89d90396aad0cfb6ae7a337e3a5a6a6a61f9d74f903218f13d7e796c4f6691c81ebf602bd3dede1db7d9d46a43cd13c9380de347b4230157ec70a3')
-
-prepare() {
-  cd nerdtree-${pkgver}
-  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
-}
-
-package() {
-  cd nerdtree-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
-  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 625276, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:18:58 UTC (rev 625277)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kwpolska 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdtree
+pkgver=6.6.0
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c9000db22d97257185f1b3d725794cde6d29026f6ae5c6fa77f3ae3f378f58821802801337fcd7c0a62471ac90d30c24795aeddb411242f56b99c77c9350fe8b')
+
+prepare() {
+  cd nerdtree-${pkgver}
+  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
+}
+
+package() {
+  cd nerdtree-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:19:08
  Author: felixonmars
Revision: 625279

upgpkg: deepin-session-ui 5.1.0099.3-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:19:05 UTC (rev 625278)
+++ PKGBUILD2020-05-07 06:19:08 UTC (rev 625279)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=5.1.0099.2
-pkgrel=2
+pkgver=5.1.0099.3
+pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-session-ui";
@@ -17,7 +17,7 @@
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('32e9318cd07aa5583cf9c612f594b51631de9f48394d0ac882c812fcbe45ad84eb9fc36a4e6de6eeeababc3f7cd7821c80c6d06b452f1ce0dcab2cb98f89f2e8')
+sha512sums=('e2193b7133db272689325e7bb4f6767da5b683c37fa27892221508234dd88eb11aaea3c2910aa39bd7c492cbf9cee0e4c265554270e8fe49bf3e3ab1b6e16d36')
 
 prepare() {
   cd dde-session-ui-$pkgver


[arch-commits] Commit in deepin-session-ui/repos/community-testing-x86_64 (2 files)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:19:23
  Author: felixonmars
Revision: 625280

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-session-ui/repos/community-testing-x86_64/PKGBUILD
(from rev 625279, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:19:08 UTC (rev 625279)
+++ PKGBUILD2020-05-07 06:19:23 UTC (rev 625280)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=5.1.0099.2
-pkgrel=2
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-provides=('deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('32e9318cd07aa5583cf9c612f594b51631de9f48394d0ac882c812fcbe45ad84eb9fc36a4e6de6eeeababc3f7cd7821c80c6d06b452f1ce0dcab2cb98f89f2e8')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-testing-x86_64/PKGBUILD (from rev 
625279, deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:19:23 UTC (rev 625280)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=5.1.0099.3
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+provides=('deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
+sha512sums=('e2193b7133db272689325e7bb4f6767da5b683c37fa27892221508234dd88eb11aaea3c2910aa39bd7c492cbf9cee0e4c265554270e8fe49bf3e3ab1b6e16d36')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:18:51
  Author: felixonmars
Revision: 625276

upgpkg: cryptol 2.8.0-107: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:18:42 UTC (rev 625275)
+++ PKGBUILD2020-05-07 06:18:51 UTC (rev 625276)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=106
+pkgrel=107
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net";
 license=("BSD")


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:18:42
  Author: felixonmars
Revision: 625275

upgpkg: vim-nerdtree 6.6.0-1

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:17:22 UTC (rev 625274)
+++ PKGBUILD2020-05-07 06:18:42 UTC (rev 625275)
@@ -6,7 +6,7 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdtree
-pkgver=6.5.0
+pkgver=6.6.0
 pkgrel=1
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 url='https://github.com/scrooloose/nerdtree'
@@ -15,7 +15,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9503d8e78b89d90396aad0cfb6ae7a337e3a5a6a6a61f9d74f903218f13d7e796c4f6691c81ebf602bd3dede1db7d9d46a43cd13c9380de347b4230157ec70a3')
+sha512sums=('c9000db22d97257185f1b3d725794cde6d29026f6ae5c6fa77f3ae3f378f58821802801337fcd7c0a62471ac90d30c24795aeddb411242f56b99c77c9350fe8b')
 
 prepare() {
   cd nerdtree-${pkgver}


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:16:49
  Author: allan
Revision: 382606

archrelease: copy trunk to extra-x86_64

Added:
  libxres/repos/extra-x86_64/PKGBUILD
(from rev 382605, libxres/trunk/PKGBUILD)
Deleted:
  libxres/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:16:33 UTC (rev 382605)
+++ PKGBUILD2020-05-07 06:16:49 UTC (rev 382606)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=libxres
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="X11 Resource extension library"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org";
-license=('custom')
-depends=('libxext')
-makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
-source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
-sha256sums=('ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4')
-
-build() {
-  cd "${srcdir}/libXres-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libXres-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxres/repos/extra-x86_64/PKGBUILD (from rev 382605, 
libxres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:16:49 UTC (rev 382606)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=libxres
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="X11 Resource extension library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org";
+license=('custom')
+depends=('libxext')
+makedepends=('xorgproto' 'xorg-util-macros')
+source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
+sha256sums=('ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4')
+
+build() {
+  cd "${srcdir}/libXres-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libXres-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:17:06
  Author: felixonmars
Revision: 625273

upgpkg: libime 0.0.0.20200507-1

Modified:
  libime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:13:17 UTC (rev 625272)
+++ PKGBUILD2020-05-07 06:17:06 UTC (rev 625273)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=libime
-pkgver=0.0.0.20200425
-_commit=a326430875ed77e36ee03d03b060734984648bbd
+pkgver=0.0.0.20200507
+_commit=143e663c25451c238614bc762f518339c26ad14e
 _kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
 _lm_sc_ver=20140820
 _dict_ver=20200310
@@ -22,7 +22,7 @@
 noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
dict.utf8-$_dict_ver.tar.xz
table.tar.gz)
-sha512sums=('ddca7cf0f5d1ad87f37886baa84af8d4753345823a7ea6cc23848a7798311f6296673c8c8d1005f6452358745beb525baec7c0481336f019b5bcdb48d8133621'
+sha512sums=('d83b4cc566ef76acb149c93204c4c482505cab9709d42bd06d378b57782b5d358c7de6046639c7cb0c7856c1c2bd67c12b3f042fd4611f543d418c0a36b881cb'
 
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
 
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
 
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:17:22
  Author: felixonmars
Revision: 625274

archrelease: copy trunk to community-x86_64

Added:
  libime/repos/community-x86_64/PKGBUILD
(from rev 625273, libime/trunk/PKGBUILD)
Deleted:
  libime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:17:06 UTC (rev 625273)
+++ PKGBUILD2020-05-07 06:17:22 UTC (rev 625274)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=libime
-pkgver=0.0.0.20200425
-_commit=a326430875ed77e36ee03d03b060734984648bbd
-_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
-_lm_sc_ver=20140820
-_dict_ver=20200310
-pkgrel=1
-pkgdesc="A library to support generic input method implementation"
-arch=('x86_64')
-url="https://github.com/fcitx/libime";
-license=('GPL')
-depends=('boost-libs' 'fcitx5')
-makedepends=('boost' 'extra-cmake-modules' 'python')
-source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
-
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
-https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
-https://download.fcitx-im.org/data/table.tar.gz)
-noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-   dict.utf8-$_dict_ver.tar.xz
-   table.tar.gz)
-sha512sums=('ddca7cf0f5d1ad87f37886baa84af8d4753345823a7ea6cc23848a7798311f6296673c8c8d1005f6452358745beb525baec7c0481336f019b5bcdb48d8133621'
-
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
-
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
-
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
-
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
-
-prepare() {
-  cd $pkgname-$_commit/src/libime/core
-  rmdir kenlm
-  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
-
-  cd "$srcdir"/$pkgname-$_commit/data
-  ln -s "$srcdir"/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-  ln -s "$srcdir"/dict.utf8-$_dict_ver.tar.xz
-  ln -s "$srcdir"/table.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: libime/repos/community-x86_64/PKGBUILD (from rev 625273, 
libime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:17:22 UTC (rev 625274)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=libime
+pkgver=0.0.0.20200507
+_commit=143e663c25451c238614bc762f518339c26ad14e
+_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
+_lm_sc_ver=20140820
+_dict_ver=20200310
+pkgrel=1
+pkgdesc="A library to support generic input method implementation"
+arch=('x86_64')
+url="https://github.com/fcitx/libime";
+license=('GPL')
+depends=('boost-libs' 'fcitx5')
+makedepends=('boost' 'extra-cmake-modules' 'python')
+source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
+
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
+https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
+https://download.fcitx-im.org/data/table.tar.gz)
+noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+   dict.utf8-$_dict_ver.tar.xz
+   table.tar.gz)
+sha512sums=('d83b4cc566ef76acb149c93204c4c482505cab9709d42bd06d378b57782b5d358c7de6046639c7cb0c7856c1c2bd67c12b3f042fd4611f543d418c0a36b881cb'
+
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
+
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
+
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
+
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
+
+prepare() {
+  cd $pkgname-$_commit/src/libime/core
+  rmdir kenlm
+  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
+
+  cd "$srcdir"/$pkgname-$_commit/data
+  ln -s "$srcdir"/lm_sc.3g

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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:16:33
  Author: allan
Revision: 382605

upgpkg: libxres 1.2.0-2: .BUILDINFO rebuild

Modified:
  libxres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:14:25 UTC (rev 382604)
+++ PKGBUILD2020-05-07 06:16:33 UTC (rev 382605)
@@ -3,7 +3,7 @@
 
 pkgname=libxres
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Resource extension library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org";


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:14:07
  Author: allan
Revision: 382603

upgpkg: libxshmfence 1.3-2: .BUILDINFO rebuild

Modified:
  libxshmfence/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:09:53 UTC (rev 382602)
+++ PKGBUILD2020-05-07 06:14:07 UTC (rev 382603)
@@ -2,7 +2,7 @@
 
 pkgname=libxshmfence
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a library that exposes a event API on top of Linux futexes"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/";
@@ -9,7 +9,7 @@
 license=('GPL')
 #groups=()
 depends=('glibc')
-makedepends=('xorg-util-macros' 'xproto')
+makedepends=('xorg-util-macros' 'xorgproto')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7'
 'SKIP')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:14:25
  Author: allan
Revision: 382604

archrelease: copy trunk to extra-x86_64

Added:
  libxshmfence/repos/extra-x86_64/PKGBUILD
(from rev 382603, libxshmfence/trunk/PKGBUILD)
Deleted:
  libxshmfence/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:14:07 UTC (rev 382603)
+++ PKGBUILD2020-05-07 06:14:25 UTC (rev 382604)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libxshmfence
-pkgver=1.3
-pkgrel=1
-pkgdesc="a library that exposes a event API on top of Linux futexes"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/";
-license=('GPL')
-#groups=()
-depends=('glibc')
-makedepends=('xorg-util-macros' 'xproto')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7'
-'SKIP')
-validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
-
-build() {
-   cd $pkgname-$pkgver
-   
-   # fix some libtools errors
-   #autoreconf -vfi
-   
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make -k check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir/" install
-   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxshmfence/repos/extra-x86_64/PKGBUILD (from rev 382603, 
libxshmfence/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:14:25 UTC (rev 382604)
@@ -0,0 +1,39 @@
+# Maintainer: AndyRTR 
+
+pkgname=libxshmfence
+pkgver=1.3
+pkgrel=2
+pkgdesc="a library that exposes a event API on top of Linux futexes"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('GPL')
+#groups=()
+depends=('glibc')
+makedepends=('xorg-util-macros' 'xorgproto')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7'
+'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+
+build() {
+   cd $pkgname-$pkgver
+   
+   # fix some libtools errors
+   #autoreconf -vfi
+   
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make -k check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir/" install
+   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:13:17
  Author: felixonmars
Revision: 625272

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:13:00 UTC (rev 625271)
+++ PKGBUILD2020-05-07 06:13:17 UTC (rev 625272)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=kcm-fcitx5
-pkgver=0.0.0.20200428
-_commit=1d34690889613eddbc55bf4cfb956cda2cb2
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/kcm-fcitx5";
-license=('GPL')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
-source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";)
-sha512sums=('694bad7390456a3756ac7fef4c57ba085e49620716c7f8af5cb2a6350a28a9fed08dc335a2b47ac2add76d6bc30c0d72d63c41c87e0d706b0165d425da816c3a')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 625271, 
kcm-fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:13:17 UTC (rev 625272)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=kcm-fcitx5
+pkgver=0.0.0.20200507
+_commit=8230ca71f65005736cfb0fa67f4028c1e04004ad
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5";
+license=('GPL')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";)
+sha512sums=('fd2cf465c4d9b3104129806d520984ff7c8f33f46dc9bd50fc06d33830f03bcff62d178c91ffcc74aebdd83e08acbfd1f19a6ed379f0a00be756547448740fa5')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:13:00
  Author: felixonmars
Revision: 625271

upgpkg: kcm-fcitx5 0.0.0.20200507-1

Modified:
  kcm-fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:11:46 UTC (rev 625270)
+++ PKGBUILD2020-05-07 06:13:00 UTC (rev 625271)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=kcm-fcitx5
-pkgver=0.0.0.20200428
-_commit=1d34690889613eddbc55bf4cfb956cda2cb2
+pkgver=0.0.0.20200507
+_commit=8230ca71f65005736cfb0fa67f4028c1e04004ad
 pkgrel=1
 pkgdesc="KDE Config Module for Fcitx5"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
 
source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz";)
-sha512sums=('694bad7390456a3756ac7fef4c57ba085e49620716c7f8af5cb2a6350a28a9fed08dc335a2b47ac2add76d6bc30c0d72d63c41c87e0d706b0165d425da816c3a')
+sha512sums=('fd2cf465c4d9b3104129806d520984ff7c8f33f46dc9bd50fc06d33830f03bcff62d178c91ffcc74aebdd83e08acbfd1f19a6ed379f0a00be756547448740fa5')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:11:31
  Author: felixonmars
Revision: 625269

upgpkg: deepin-draw 5.8.0.15-1

Modified:
  deepin-draw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:10:21 UTC (rev 625268)
+++ PKGBUILD2020-05-07 06:11:31 UTC (rev 625269)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-draw
-pkgver=5.8.0.14
+pkgver=5.8.0.15
 pkgrel=1
 pkgdesc="A lightweight drawing tool for Linux Deepin"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz";)
-sha512sums=('1a8f4d4d3571e250dbfddaf46f4b7bcd67f8973f5dab8b27304b4f277864a95f14b01718948e36f58c3e5c105a6534b1426cb8f6115c6dfeb8bd700eda9dd471')
+sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
 
 build() {
   cd deepin-draw-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:11:46
  Author: felixonmars
Revision: 625270

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-draw/repos/community-testing-x86_64/PKGBUILD
(from rev 625269, deepin-draw/trunk/PKGBUILD)
Deleted:
  deepin-draw/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:11:31 UTC (rev 625269)
+++ PKGBUILD2020-05-07 06:11:46 UTC (rev 625270)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-draw
-pkgver=5.8.0.14
-pkgrel=1
-pkgdesc="A lightweight drawing tool for Linux Deepin"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-draw";
-license=('GPL3')
-depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 
'libexif')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz";)
-sha512sums=('1a8f4d4d3571e250dbfddaf46f4b7bcd67f8973f5dab8b27304b4f277864a95f14b01718948e36f58c3e5c105a6534b1426cb8f6115c6dfeb8bd700eda9dd471')
-
-build() {
-  cd deepin-draw-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-draw-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-draw/repos/community-testing-x86_64/PKGBUILD (from rev 625269, 
deepin-draw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:11:46 UTC (rev 625270)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-draw
+pkgver=5.8.0.15
+pkgrel=1
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw";
+license=('GPL3')
+depends=('deepin-notifications' 'deepin-qt5integration' 'dtkwm' 'freeimage' 
'libexif')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz";)
+sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
+
+build() {
+  cd deepin-draw-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-draw-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:10:21
  Author: felixonmars
Revision: 625268

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:10:07
  Author: felixonmars
Revision: 625267

upgpkg: haskell-sbv 8.6-66: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:07:04 UTC (rev 625266)
+++ PKGBUILD2020-05-07 06:10:07 UTC (rev 625267)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.6
-pkgrel=65
+pkgrel=66
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv";
 license=("BSD")


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:09:53
  Author: felixonmars
Revision: 382602

archrelease: copy trunk to staging-x86_64

Added:
  gl2ps/repos/staging-x86_64/
  gl2ps/repos/staging-x86_64/PKGBUILD
(from rev 382601, gl2ps/trunk/PKGBUILD)

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

Copied: gl2ps/repos/staging-x86_64/PKGBUILD (from rev 382601, 
gl2ps/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-07 06:09:53 UTC (rev 382602)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: hauptmech, figo.zhang, chubtuff, lubosz
+#
+# Matlab bindings are not built by default to reduce dependencies.
+
+pkgname=gl2ps
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="an OpenGL to PostScript printing library"
+arch=('x86_64')
+url='https://geuz.org/gl2ps/'
+license=('LGPL')
+depends=('libpng' 'libgl')
+makedepends=('cmake' 'texlive-core')
+source=("https://geuz.org/gl2ps/src/gl2ps-${pkgver}.tgz";)
+sha512sums=('46652e1b3825ace61dbd77c4b0bf451e7671c248eb18bbd3369e2fac00056ea4cd5d2578561984313c239e3b02f78b9d9a76d963c935af65a13bc2abfc538620')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../gl2ps-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS=-lm
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}
+


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:09:31
  Author: felixonmars
Revision: 382600

archrelease: copy trunk to testing-any

Added:
  python-pylint/repos/testing-any/PKGBUILD
(from rev 382599, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:09:15 UTC (rev 382599)
+++ PKGBUILD2020-05-07 06:09:31 UTC (rev 382600)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="https://pylint.org";
-license=('GPL')
-depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark')
-checkdepends=('mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
-sha512sums=('71ea5b1b04c7fa72d1097743b8561548ccf4623112ad284e11dfcb83670041288e6b6dac186d4fbfd72697797dd695449c3f20d7a84da04648ca64f854f5db45')
-
-build() {
-  cd "$srcdir"/pylint-pylint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3198
-  python setup.py pytest --addopts="-k 'not test_by_module_statement_value'"
-}
-
-package() {
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/testing-any/PKGBUILD (from rev 382599, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:09:31 UTC (rev 382600)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="https://pylint.org";
+license=('GPL')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark')
+checkdepends=('mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
+sha512sums=('c8281b1f3c23f75e2129e9b44630a43cc5c36ff562dcd474eda9e9a5db9a56538d73e52b3002fa16def681dd4e0d81103266bc01b28f2ca731d7aae069687901')
+
+build() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/3198
+  python setup.py pytest --addopts="-k 'not test_by_module_statement_value'"
+}
+
+package() {
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:09:39
  Author: felixonmars
Revision: 382601

upgpkg: gl2ps 1.4.2-1

Modified:
  gl2ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:09:31 UTC (rev 382600)
+++ PKGBUILD2020-05-07 06:09:39 UTC (rev 382601)
@@ -4,7 +4,7 @@
 # Matlab bindings are not built by default to reduce dependencies.
 
 pkgname=gl2ps
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="an OpenGL to PostScript printing library"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('libpng' 'libgl')
 makedepends=('cmake' 'texlive-core')
 source=("https://geuz.org/gl2ps/src/gl2ps-${pkgver}.tgz";)
-sha512sums=('bd6786578d1c19e63b64d110c93f4473babc0f23392115a4a6537df563569a461e242c079a25a6bbb4a3a7713c10291d7cc7ed5672bc1d0ee596309dfbfb3f80')
+sha512sums=('46652e1b3825ace61dbd77c4b0bf451e7671c248eb18bbd3369e2fac00056ea4cd5d2578561984313c239e3b02f78b9d9a76d963c935af65a13bc2abfc538620')
 
 prepare() {
   mkdir build


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:09:15
  Author: felixonmars
Revision: 382599

upgpkg: python-pylint 2.5.2-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:04:50 UTC (rev 382598)
+++ PKGBUILD2020-05-07 06:09:15 UTC (rev 382599)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-pylint
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('tk: Pylint GUI'
 'graphviz: To have other output formats than dot or vcg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
-sha512sums=('71ea5b1b04c7fa72d1097743b8561548ccf4623112ad284e11dfcb83670041288e6b6dac186d4fbfd72697797dd695449c3f20d7a84da04648ca64f854f5db45')
+sha512sums=('c8281b1f3c23f75e2129e9b44630a43cc5c36ff562dcd474eda9e9a5db9a56538d73e52b3002fa16def681dd4e0d81103266bc01b28f2ca731d7aae069687901')
 
 build() {
   cd "$srcdir"/pylint-pylint-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:07:04
  Author: felixonmars
Revision: 625266

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 625265, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:06:48 UTC (rev 625265)
+++ PKGBUILD2020-05-07 06:07:04 UTC (rev 625266)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.69.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('3433bf4c5f0ee3e11ab1305ce76bac6f4982df12fe0d5e778c47d9ff0d98bc01efcac7a430d897e8fa7fd990604371c58f9b6e56cf105bf78232d04c7371737d')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 625265, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:07:04 UTC (rev 625266)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.70.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('9073d89032c43e0d27dd500fbceefd386e4e0c96b6d305e94f3eb88dc92f369ef63460fe4a66c16b027e9ef8805a4b8c3446533d3af272bd5d3ec20abce90a96')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:06:48
  Author: felixonmars
Revision: 625265

upgpkg: hugo 0.70.0-1

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:06:28 UTC (rev 625264)
+++ PKGBUILD2020-05-07 06:06:48 UTC (rev 625265)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.69.2
+pkgver=0.70.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('3433bf4c5f0ee3e11ab1305ce76bac6f4982df12fe0d5e778c47d9ff0d98bc01efcac7a430d897e8fa7fd990604371c58f9b6e56cf105bf78232d04c7371737d')
+sha512sums=('9073d89032c43e0d27dd500fbceefd386e4e0c96b6d305e94f3eb88dc92f369ef63460fe4a66c16b027e9ef8805a4b8c3446533d3af272bd5d3ec20abce90a96')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:06:13
  Author: felixonmars
Revision: 625263

upgpkg: dune 2.4.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:04:49 UTC (rev 625262)
+++ PKGBUILD2020-05-07 06:06:13 UTC (rev 625263)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bd06bf9d61e3a1ab730147efe4c674b9d2033899fb794255dfee5938ef94aa27e6db5e16fd2313b5d2b6e4142f9b2ff22f6c8d716bcd5383a8549fb204e34528')
+sha512sums=('4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:06:28
  Author: felixonmars
Revision: 625264

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:06:13 UTC (rev 625263)
+++ PKGBUILD2020-05-07 06:06:28 UTC (rev 625264)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune";
-license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bd06bf9d61e3a1ab730147efe4c674b9d2033899fb794255dfee5938ef94aa27e6db5e16fd2313b5d2b6e4142f9b2ff22f6c8d716bcd5383a8549fb204e34528')
-
-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 625263, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:06:28 UTC (rev 625264)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune";
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4e8ecc422cd00b63aca95b9ce2ab16bad6e9ab53a5be991377c932ccaf117c974012ebaaacc6138f3b5b3154d395099c6828fb87b2ba096393db2d82d3f47fee')
+
+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 fcitx5/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:04:49
  Author: felixonmars
Revision: 625262

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:04:34 UTC (rev 625261)
+++ PKGBUILD2020-05-07 06:04:49 UTC (rev 625262)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200507
-_commit=20c7101cfa5e45f7c6636b8b74963f5c35e796da
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5";
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('7deda63da9ed9dc306e63a9223b05ea17e0fdd1cc6c53fd1e2c22dfc916c7b79cc791a76a97dec0e8bdb23dad7ee1bef6e69091c74181fa59c6aafa5a186efd7'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 625261, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:04:49 UTC (rev 625262)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200507
+_commit=5eeaaf879a1c1bf711983456da310f2fda259c9f
+_endictver=20121020
+pkgrel=2
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5";
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('0daad4c3d3e148e7351ba2c4540832d8dc8f989262e40b1c3256b2e2df5f4669b816f88c9f6ad05fe401aeb902045fd9b9b9aa9806f98a6a82b0fa12c8429ea2'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:04:50
  Author: felixonmars
Revision: 382598

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 382597, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:04:35 UTC (rev 382597)
+++ PKGBUILD2020-05-07 06:04:50 UTC (rev 382598)
@@ -1,44 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/";
-checkdepends=('python-pytest' 'python-tblib')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
-optdepends=('python-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('0c251cb4a746399d4b88c8a2ae876bc4998d5cf7fb15a1f0cfb2ef2e1dd069148c9e9dd8a576aa419474d02a53508d7664111bbfb7d59bfefbb9c30cadd54c56')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 382597, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 06:04:50 UTC (rev 382598)
@@ -0,0 +1,44 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/";
+checkdepends=('python-pytest' 'python-tblib')
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
+optdepends=('python-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
+sha512sums=('4c92c51386919c389037d6c6d1de3cb6ec443bd1f216f20797fb20fb24ea8d021701a03805ba693deadfa82b1aee38ae0d7fc03cae94cd744b1d1fa47ddc46ad')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd "$srcdir/Django-$pkgver"
+  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:04:34
  Author: felixonmars
Revision: 625261

upgpkg: fcitx5 0.0.0.20200507-2

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:03:31 UTC (rev 625260)
+++ PKGBUILD2020-05-07 06:04:34 UTC (rev 625261)
@@ -4,9 +4,9 @@
 
 pkgname=fcitx5
 pkgver=0.0.0.20200507
-_commit=20c7101cfa5e45f7c6636b8b74963f5c35e796da
+_commit=5eeaaf879a1c1bf711983456da310f2fda259c9f
 _endictver=20121020
-pkgrel=1
+pkgrel=2
 pkgdesc="Next generation of fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5";
@@ -18,7 +18,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('7deda63da9ed9dc306e63a9223b05ea17e0fdd1cc6c53fd1e2c22dfc916c7b79cc791a76a97dec0e8bdb23dad7ee1bef6e69091c74181fa59c6aafa5a186efd7'
+sha512sums=('0daad4c3d3e148e7351ba2c4540832d8dc8f989262e40b1c3256b2e2df5f4669b816f88c9f6ad05fe401aeb902045fd9b9b9aa9806f98a6a82b0fa12c8429ea2'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:04:35
  Author: felixonmars
Revision: 382597

upgpkg: django 3.0.6-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:59:56 UTC (rev 382596)
+++ PKGBUILD2020-05-07 06:04:35 UTC (rev 382597)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
 optdepends=('python-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/";)
-sha512sums=('0c251cb4a746399d4b88c8a2ae876bc4998d5cf7fb15a1f0cfb2ef2e1dd069148c9e9dd8a576aa419474d02a53508d7664111bbfb7d59bfefbb9c30cadd54c56')
+sha512sums=('4c92c51386919c389037d6c6d1de3cb6ec443bd1f216f20797fb20fb24ea8d021701a03805ba693deadfa82b1aee38ae0d7fc03cae94cd744b1d1fa47ddc46ad')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:03:31
  Author: felixonmars
Revision: 625260

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 625259, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 625259, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 625259, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 625259, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 625259, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 625259, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 625259, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-07 06:02:56 UTC (rev 625259)
+++ LICENSE 2020-05-07 06:03:31 UTC (rev 625260)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 625259, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-07 06:03:31 UTC (rev 625260)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 06:02:56 UTC (rev 625259)
+++ PKGBUILD2020-05-07 06:03:31 UTC (rev 625260)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.234
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextr

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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:02:56
  Author: felixonmars
Revision: 625259

upgpkg: jenkins 2.235-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:01:01 UTC (rev 625258)
+++ PKGBUILD2020-05-07 06:02:56 UTC (rev 625259)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.234
+pkgver=2.235
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('a0585ad962b640ad3c528890df168374400226994b8caca4d1498859a5696fb5268541e423216c11f0e97126fb2d8522908f56d22045a797c756e371a2f6f43c'
+sha512sums=('fd6865a44c76bae17df797f16a7c22df895d1aca0dbf2f43368393abd13e93d88e2c1b003f276ea59a4be6fe93495a58f59b8a5d975ff22aee81d23af1d0187e'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:01:01
  Author: felixonmars
Revision: 625258

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 625257, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 06:01:01 UTC (rev 625258)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1.0.1
+pkgrel=2
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in python2-isort/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:53
  Author: felixonmars
Revision: 382595

archrelease: copy trunk to extra-any

Added:
  python2-isort/repos/extra-any/PKGBUILD
(from rev 382594, python2-isort/trunk/PKGBUILD)
Deleted:
  python2-isort/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:59:40 UTC (rev 382594)
+++ PKGBUILD2020-05-07 05:59:53 UTC (rev 382595)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python2-isort
-pkgver=4.3.8
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort";
-license=('MIT')
-depends=('python2-futures' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz";)
-sha512sums=('d6b7af5c4d4b5e16d64486e5403ae408346044dc5864b373a396c75362fad93a2381e9af75152b6342bcd256864ebb6168aada16b68f50a519ffec1edbc27d31')
-
-build() {
-  cd isort-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd isort-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/isort{,2}
-}

Copied: python2-isort/repos/extra-any/PKGBUILD (from rev 382594, 
python2-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:59:53 UTC (rev 382595)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python2-isort
+pkgver=4.3.9
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort";
+license=('MIT')
+depends=('python2-futures' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz";)
+sha512sums=('fa65c4d1d7d85f7bda4e90c07a6f71168c308af206773e6b3a5094ac6dc37e6e4a29026e39c319602505d6ab1ca1f45841de90c12125c266d864c007125855cb')
+
+build() {
+  cd isort-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd isort-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/isort{,2}
+}


[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:56
  Author: allan
Revision: 382596

archrelease: copy trunk to extra-any

Added:
  m17n-db/repos/extra-any/PKGBUILD
(from rev 382594, m17n-db/trunk/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:59:53 UTC (rev 382595)
+++ PKGBUILD2020-05-07 05:59:56 UTC (rev 382596)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-# Contributor: Camille Moncelier 
-
-pkgname=m17n-db
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='Multilingual text processing library (database)'
-url='http://www.nongnu.org/m17n/'
-arch=('any')
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
-source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('657f23835b6655e7a63a362bac66260454ee356da4855eadb9366911d33fdc6d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-# Drop script that makes UIM segfault
-  rm "$pkgdir"/usr/share/m17n/hu-rovas-post.mim
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 382594, 
m17n-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:59:56 UTC (rev 382596)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-db
+pkgver=1.8.0
+pkgrel=3
+pkgdesc='Multilingual text processing library (database)'
+url='https://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
+source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('657f23835b6655e7a63a362bac66260454ee356da4855eadb9366911d33fdc6d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+# Drop script that makes UIM segfault 
http://savannah.nongnu.org/bugs/index.php?53202
+  rm "$pkgdir"/usr/share/m17n/hu-rovas-post.mim
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 06:00:47
  Author: felixonmars
Revision: 625257

upgpkg: haskell-ipynb 0.1.0.1-2: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:59:17 UTC (rev 625256)
+++ PKGBUILD2020-05-07 06:00:47 UTC (rev 625257)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb";
 license=('BSD')


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:40
  Author: allan
Revision: 382594

upgpkg: m17n-db 1.8.0-3: .BUILDINFO rebuild

Modified:
  m17n-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:59:37 UTC (rev 382593)
+++ PKGBUILD2020-05-07 05:59:40 UTC (rev 382594)
@@ -4,7 +4,7 @@
 
 pkgname=m17n-db
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Multilingual text processing library (database)'
 url='https://www.nongnu.org/m17n/'
 arch=('any')


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:37
  Author: felixonmars
Revision: 382593

upgpkg: python2-isort 4.3.9-1

Modified:
  python2-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:58:17 UTC (rev 382592)
+++ PKGBUILD2020-05-07 05:59:37 UTC (rev 382593)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python2-isort
-pkgver=4.3.8
+pkgver=4.3.9
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python2-futures' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz";)
-sha512sums=('d6b7af5c4d4b5e16d64486e5403ae408346044dc5864b373a396c75362fad93a2381e9af75152b6342bcd256864ebb6168aada16b68f50a519ffec1edbc27d31')
+sha512sums=('fa65c4d1d7d85f7bda4e90c07a6f71168c308af206773e6b3a5094ac6dc37e6e4a29026e39c319602505d6ab1ca1f45841de90c12125c266d864c007125855cb')
 
 build() {
   cd isort-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:02
  Author: felixonmars
Revision: 625255

upgpkg: haskell-aeson-diff 1.1.0.8-96: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
+++ PKGBUILD2020-05-07 05:59:02 UTC (rev 625255)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=95
+pkgrel=96
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff";
 license=('BSD')


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:59:17
  Author: felixonmars
Revision: 625256

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-diff/repos/community-staging-x86_64/
  haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 625255, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
625255, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:59:17 UTC (rev 625256)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.8
+pkgrel=96
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:03
  Author: felixonmars
Revision: 625254

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:57:47 UTC (rev 625253)
+++ PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-httpretty
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="HTTP client mock for Python"
-arch=('any')
-url="https://github.com/gabrielfalcao/httpretty";
-license=('MIT')
-depends=('python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
-  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz";)
-sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
-
-check() {
-  cd HTTPretty-$pkgver
-  nosetests3 -s tests
-}
-
-package_python-httpretty() {
-  cd HTTPretty-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-httpretty/repos/community-testing-any/PKGBUILD (from rev 625253, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:58:03 UTC (rev 625254)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-httpretty
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty";
+license=('MIT')
+depends=('python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
+  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz";)
+sha512sums=('c66cbfdd6a80a9fed9cd39b92ce3cc51b671b413035c947aecf28be701541b4159f303d268d338c055e1b55904b381be7388ba804a8b76aa93e6381710aaeffe')
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests
+}
+
+package_python-httpretty() {
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:17
  Author: felixonmars
Revision: 382592

archrelease: copy trunk to extra-x86_64

Added:
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 382591, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:58:00 UTC (rev 382591)
+++ PKGBUILD2020-05-07 05:58:17 UTC (rev 382592)
@@ -1,38 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-# Maintainer: Maxime Gauduin 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=tomcat-native
-pkgver=1.2.23
-pkgrel=1
-pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
-arch=(x86_64)
-url=https://tomcat.apache.org/native-doc/
-license=(APACHE)
-depends=(apr)
-makedepends=(java-environment)
-options=(!emptydirs)
-source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
-validpgpkeys=(
-  A9C5DF4D22E8D9875A5110C01C5A2F6059E7
-  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
-)
-sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
-'SKIP')
-
-build() {
-  cd tomcat-native-${pkgver}-src/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=/usr/lib/jvm/default \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 382591, 
tomcat-native/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:58:17 UTC (rev 382592)
@@ -0,0 +1,38 @@
+# Maintainer: Guillaume ALAUX 
+# Maintainer: Maxime Gauduin 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=tomcat-native
+pkgver=1.2.24
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=(x86_64)
+url=https://tomcat.apache.org/native-doc/
+license=(APACHE)
+depends=(apr)
+makedepends=(java-environment)
+options=(!emptydirs)
+source=(https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz{,.asc})
+validpgpkeys=(
+  A9C5DF4D22E8D9875A5110C01C5A2F6059E7
+  B3F49CD3B9BD2996DA90F817ED3873F5D3262722
+)
+sha512sums=('5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f'
+'SKIP')
+
+build() {
+  cd tomcat-native-${pkgver}-src/native
+
+  ./configure \
+--prefix=/usr \
+--with-java-home=/usr/lib/jvm/default \
+--with-apr=/usr \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C tomcat-native-${pkgver}-src/native install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:58:00
  Author: felixonmars
Revision: 382591

upgpkg: tomcat-native 1.2.24-1

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
+++ PKGBUILD2020-05-07 05:58:00 UTC (rev 382591)
@@ -3,7 +3,7 @@
 # Contributor: Vitaliy Berdinskikh 
 
 pkgname=tomcat-native
-pkgver=1.2.23
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   A9C5DF4D22E8D9875A5110C01C5A2F6059E7
   B3F49CD3B9BD2996DA90F817ED3873F5D3262722
 )
-sha512sums=('89a0363961d322a87f4e752f4727f54f28ac6e4ad10fa21b6b7390c62b041d4068672d95495d9233c1cad7d6c1dc3c85fbd0186894085b3b94e476876af160ee'
+sha512sums=('5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f'
 'SKIP')
 
 build() {


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:56:55
  Author: felixonmars
Revision: 625251

upgpkg: hlint 2.2.11-48: rebuild with ghc-lib-parser-ex 8.10.0.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
+++ PKGBUILD2020-05-07 05:56:55 UTC (rev 625251)
@@ -3,8 +3,8 @@
 
 pkgname=hlint
 pkgver=2.2.11
-_commit=540c3cf8a3f1d2972dfbd2efb8da7f538c58008c
-pkgrel=47
+_commit=285c815669879c07f6c6f72592ddc6dcbdeb67e7
+pkgrel=48
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("BSD")
@@ -19,7 +19,7 @@
 makedepends=('ghc')
 
source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz";)
 
#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('374a6076451d4b33f9c9d10b8d0b3845aeffc2092e7b0724294d20e10960c5c8f4a756061f3ca8d7412a7f0ce9a2dda0f7b4edf9a31c10b53e1d37c14257e841')
+sha512sums=('72d896e5817b667e5f4e0f8ded6ee99485b3d3341cd9701b7306e798570ce1716efb7a7212d410a139d180c7d131d37609d82eed2d495a2fc92578adda19abdf')
 
 prepare() {
 mv $pkgname-{$_commit,$pkgver}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:57:47
  Author: felixonmars
Revision: 625253

upgpkg: python-httpretty 1.0.1-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:57:18 UTC (rev 625252)
+++ PKGBUILD2020-05-07 05:57:47 UTC (rev 625253)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-httpretty
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
   'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz";)
-sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
+sha512sums=('c66cbfdd6a80a9fed9cd39b92ce3cc51b671b413035c947aecf28be701541b4159f303d268d338c055e1b55904b381be7388ba804a8b76aa93e6381710aaeffe')
 
 check() {
   cd HTTPretty-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:57:18
  Author: felixonmars
Revision: 625252

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 625251, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 625251, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:57:18 UTC (rev 625252)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.2.11
+_commit=285c815669879c07f6c6f72592ddc6dcbdeb67e7
+pkgrel=48
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-file-embed' 
'haskell-filepattern'
+ 'haskell-ghc' 'haskell-ghc-lib-parser-ex' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz";)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('72d896e5817b667e5f4e0f8ded6ee99485b3d3341cd9701b7306e798570ce1716efb7a7212d410a139d180c7d131d37609d82eed2d495a2fc92578adda19abdf')
+
+prepare() {
+mv $pkgname-{$_commit,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:56:02
  Author: felixonmars
Revision: 382590

archrelease: copy trunk to extra-x86_64

Added:
  libspectre/repos/extra-x86_64/PKGBUILD
(from rev 382589, libspectre/trunk/PKGBUILD)
Deleted:
  libspectre/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:47 UTC (rev 382589)
+++ PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
@@ -1,23 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libspectre
-pkgver=0.2.8
-pkgrel=2
-pkgdesc="Small library for rendering Postscript documents"
-arch=('x86_64')
-license=('GPL2')
-url="https://www.freedesktop.org/wiki/Software/libspectre";
-depends=('ghostscript>=9.00')
-source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('322499a5ba8874bc0cc20426b0e429024bf1a573')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libspectre/repos/extra-x86_64/PKGBUILD (from rev 382589, 
libspectre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:56:02 UTC (rev 382590)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libspectre
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Small library for rendering Postscript documents"
+arch=('x86_64')
+license=('GPL2')
+url="https://www.freedesktop.org/wiki/Software/libspectre";
+depends=('ghostscript>=9.00')
+source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:47
  Author: felixonmars
Revision: 382589

upgpkg: libspectre 0.2.9-1

Modified:
  libspectre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
+++ PKGBUILD2020-05-07 05:55:47 UTC (rev 382589)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libspectre
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
 pkgdesc="Small library for rendering Postscript documents"
 arch=('x86_64')
 license=('GPL2')
@@ -9,7 +9,7 @@
 url="https://www.freedesktop.org/wiki/Software/libspectre";
 depends=('ghostscript>=9.00')
 
source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('322499a5ba8874bc0cc20426b0e429024bf1a573')
+sha512sums=('7c24b5c83c6d356c89417d09dc76566afbe886ec189fe80d030a239c23ad25b061db071768117fa06805aa3d86f749fb232b7491bd7d467f26a40e348e74d5d2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:21
  Author: felixonmars
Revision: 625249

upgpkg: fastjet 3.3.4-1

Modified:
  fastjet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
+++ PKGBUILD2020-05-07 05:55:21 UTC (rev 625249)
@@ -2,7 +2,7 @@
 # Contributor: Frank Siegert 
 
 pkgname=fastjet
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('bash')
 makedepends=('gcc-fortran' 'python')
 source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz";)
-md5sums=('9e5397eca91f5a55c3099e95f1055cff')
+sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
 
 build() {
   cd $pkgname-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:55:36
  Author: felixonmars
Revision: 625250

archrelease: copy trunk to community-x86_64

Added:
  fastjet/repos/community-x86_64/PKGBUILD
(from rev 625249, fastjet/trunk/PKGBUILD)
Deleted:
  fastjet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:55:21 UTC (rev 625249)
+++ PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Frank Siegert 
-
-pkgname=fastjet
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
-arch=('x86_64')
-url="http://fastjet.fr";
-license=('GPL2')
-depends=('bash')
-makedepends=('gcc-fortran' 'python')
-source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz";)
-md5sums=('9e5397eca91f5a55c3099e95f1055cff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-allplugins --enable-static=no 
--enable-pyext
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: fastjet/repos/community-x86_64/PKGBUILD (from rev 625249, 
fastjet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:55:36 UTC (rev 625250)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Frank Siegert 
+
+pkgname=fastjet
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A particle physics package for jet finding in pp and e+e- collisions."
+arch=('x86_64')
+url="http://fastjet.fr";
+license=('GPL2')
+depends=('bash')
+makedepends=('gcc-fortran' 'python')
+source=("http://fastjet.fr/repo/$pkgname-$pkgver.tar.gz";)
+sha512sums=('0d9dab6ee334f6bc0c53fe6d9c418de606d95004390fcd004c1d8338fcd90bdd7794fd090edee7fab22d15e1eb80d3c22e3eff88183ce236b01de41cf67d9ea1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-allplugins --enable-static=no 
--enable-pyext
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:53:14
  Author: felixonmars
Revision: 625247

upgpkg: deepin-file-manager 1:5.1.1.22-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:52:50 UTC (rev 625246)
+++ PKGBUILD2020-05-07 05:53:14 UTC (rev 625247)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.1.1.21
+pkgver=5.1.1.22
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('5fe4e85abee797cf4a492630d1876fc67fe963018bb48aa6a6b4177514ad214fad0f678762408e9b26435f6bfad5c667133d8be86f7f9831c193b545ed67bf81')
+sha512sums=('05cb135c3ca9239bc0e9163faec046e29b7823d872db1181d7818c2321d0767bc241662eb23cb328a313969ee9231846af28486450432fa0e866ddff71aa64a7')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:53:31
  Author: felixonmars
Revision: 625248

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:53:14 UTC (rev 625247)
+++ PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.1.1.21
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
- 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('5fe4e85abee797cf4a492630d1876fc67fe963018bb48aa6a6b4177514ad214fad0f678762408e9b26435f6bfad5c667133d8be86f7f9831c193b545ed67bf81')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
625247, deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:53:31 UTC (rev 625248)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.1.1.22
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
+sha512sums=('05cb135c3ca9239bc0e9163faec046e29b7823d872db1181d7818c2321d0767bc241662eb23cb328a313969ee9231846af28486450432fa0e866ddff71aa64a7')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in haskell-ghc-lib-parser-ex/repos (2 files)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:52:50
  Author: felixonmars
Revision: 625246

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/
  haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD
(from rev 625245, haskell-ghc-lib-parser-ex/trunk/PKGBUILD)

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

Copied: haskell-ghc-lib-parser-ex/repos/community-staging-x86_64/PKGBUILD (from 
rev 625245, haskell-ghc-lib-parser-ex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-07 05:52:50 UTC (rev 625246)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-lib-parser-ex
+pkgname=haskell-ghc-lib-parser-ex
+pkgver=8.10.0.4
+pkgrel=1
+pkgdesc="Algorithms on GHC parse trees"
+url="https://github.com/shayne-fletcher/ghc-lib-parser-ex";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc')
+makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('932f19537fe93126675597d9c6e2ee7e54257807af4498e740438138f3abd99093877a18fd66daf5f78ef6ae29396c78354002db95933b3965393e92e319')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-ghc-lib-parser-ex/trunk (PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:52:36
  Author: felixonmars
Revision: 625245

upgpkg: haskell-ghc-lib-parser-ex 8.10.0.4-1: rebuild with ghc-lib-parser-ex 
8.10.0.4

Modified:
  haskell-ghc-lib-parser-ex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
+++ PKGBUILD2020-05-07 05:52:36 UTC (rev 625245)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-lib-parser-ex
 pkgname=haskell-ghc-lib-parser-ex
-pkgver=8.10.0.3
+pkgver=8.10.0.4
 pkgrel=1
 pkgdesc="Algorithms on GHC parse trees"
 url="https://github.com/shayne-fletcher/ghc-lib-parser-ex";
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-uniplate' 'haskell-ghc')
 makedepends=('ghc' 'haskell-extra' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('97fe97f29569cd27d59957e7f28c83a02c4897056289e98781780b5c30786d73f2c04437e8bc3b8f16b06dd9283d0e782c8bfff706fb013a3ef126683f2b75a6')
+sha512sums=('932f19537fe93126675597d9c6e2ee7e54257807af4498e740438138f3abd99093877a18fd66daf5f78ef6ae29396c78354002db95933b3965393e92e319')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:51:17
  Author: allan
Revision: 382587

upgpkg: mcpp 2.7.2-7: .BUILDINFO rebuild

Modified:
  mcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
+++ PKGBUILD2020-05-07 05:51:17 UTC (rev 382587)
@@ -3,7 +3,7 @@
 
 pkgname=mcpp
 pkgver=2.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Matsui's CPP implementation precisely conformed to standards"
 arch=('x86_64')
 license=('custom')


[arch-commits] Commit in mcpp/repos/extra-x86_64 (6 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 05:51:40
  Author: allan
Revision: 382588

archrelease: copy trunk to extra-x86_64

Added:
  mcpp/repos/extra-x86_64/PKGBUILD
(from rev 382587, mcpp/trunk/PKGBUILD)
  mcpp/repos/extra-x86_64/fs28284.patch
(from rev 382587, mcpp/trunk/fs28284.patch)
  mcpp/repos/extra-x86_64/namlen.patch
(from rev 382587, mcpp/trunk/namlen.patch)
Deleted:
  mcpp/repos/extra-x86_64/PKGBUILD
  mcpp/repos/extra-x86_64/fs28284.patch
  mcpp/repos/extra-x86_64/namlen.patch

---+
 PKGBUILD  |   75 ++---
 fs28284.patch |  200 
 namlen.patch  |   22 +++---
 3 files changed, 148 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:51:17 UTC (rev 382587)
+++ PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck 
-# Maintainer: Jan de Groot 
-
-pkgname=mcpp
-pkgver=2.7.2
-pkgrel=6
-pkgdesc="Matsui's CPP implementation precisely conformed to standards"
-arch=('x86_64')
-license=('custom')
-url="http://mcpp.sourceforge.net";
-depends=('glibc')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-namlen.patch
-fs28284.patch)
-sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
-'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
-'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../namlen.patch
-  patch -Np1 -i ../fs28284.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-mcpplib --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: mcpp/repos/extra-x86_64/PKGBUILD (from rev 382587, mcpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:51:40 UTC (rev 382588)
@@ -0,0 +1,37 @@
+# Contributor: Alexander Baldeck 
+# Maintainer: Jan de Groot 
+
+pkgname=mcpp
+pkgver=2.7.2
+pkgrel=7
+pkgdesc="Matsui's CPP implementation precisely conformed to standards"
+arch=('x86_64')
+license=('custom')
+url="http://mcpp.sourceforge.net";
+depends=('glibc')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+namlen.patch
+fs28284.patch)
+sha256sums=('3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864'
+'ee8bf97c42150d2424a5984baec8227a44538e15c23cec93aabfc65daf9a6081'
+'27e42d8cae06327370cf0f9a8118d23a2f9368b87f24b38a9cb9c0c4eaeadb4e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../namlen.patch
+  patch -Np1 -i ../fs28284.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-mcpplib --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sf ../../doc/${pkgname}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: fs28284.patch
===
--- fs28284.patch   2020-05-07 05:51:17 UTC (rev 382587)
+++ fs28284.patch   2020-05-07 05:51:40 UTC (rev 382588)
@@ -1,100 +0,0 @@
-diff -c -r -N ../mcpp-2.7.2/src/internal.H ./src/internal.H
-*** ../mcpp-2.7.2/src/internal.H   2008-08-27 10:31:16.0 -0230
 ./src/internal.H   2009-12-17 21:01:35.0 -0330
-***
-*** 390,395 
 390,397 
-  extern char identifier[];   /* Lastly scanned name  */
-  extern IFINFO   ifstack[];  /* Information of #if nesting   */
-  extern char work_buf[];
-+ extern FILEINFO * sh_file;
-+ extern int  sh_line;
-  /* Temporary buffer for directive line and macro expansion  */
-  
-  /* main.c   */
-***
-*** 557,562 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
 559,564 
-  #endif
-  #endif
-  
-! #if HOST_HAVE_STPCPY && !defined(stpcpy)
-  extern char *   stpcpy( char * dest, const char * src);
-  #endif
-diff -c -r -N ../mcpp-2.7.2/src/main.c ./src/main.c
-*** ../mcpp-2.7.2/src/main.c   2008-11-05 05:04:46.0 -0330
 ./src/main.c   2009-12-17 20:42:42.0 -0330
-***
-*** 326,331 
 326,333 
-  = FALSE;
-  option_flags.trig = TRIGRAPHS_INIT;
-  option_flags.dig = DIGRAPHS_INIT;
-+ sh_file = NULL;
-+ sh_line = 0;
-  }
-  
-  int mcpp_lib_main
-diff -c -r -N ../mcpp-2.7.2/src/support.c ./src/support.c
-*** ../mcpp-2.7.2/src/support.c

[arch-commits] Commit in perl-alien-build/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:49:11
  Author: felixonmars
Revision: 382586

archrelease: copy trunk to extra-any

Added:
  perl-alien-build/repos/extra-any/PKGBUILD
(from rev 382585, perl-alien-build/trunk/PKGBUILD)
Deleted:
  perl-alien-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:48:39 UTC (rev 382585)
+++ PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=2.21
-pkgrel=1
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build";
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz";)
-sha512sums=('f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 382585, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:49:11 UTC (rev 382586)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=2.22
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build";
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz";)
+sha512sums=('d474de2549c8ae7bece5378dee6ec2806418df99f3599ed57ef25d46f9d92899d7e79df293df566bb3c93df2b02cffa936e559389175495847dcb9775b159ed9')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-alien-build/trunk (PKGBUILD)

2020-05-06 Thread Felix Yan via arch-commits
Date: Thursday, May 7, 2020 @ 05:48:39
  Author: felixonmars
Revision: 382585

upgpkg: perl-alien-build 2.22-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:47:40 UTC (rev 382584)
+++ PKGBUILD2020-05-07 05:48:39 UTC (rev 382585)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz";)
-sha512sums=('f78ffbb8d7198707c7bebbf281daa53fb701dd5b35417939020c95c20e2805333998ed2011c8c6049a09516bbe4d228facd827fcbbad660474c0195b99905108')
+sha512sums=('d474de2549c8ae7bece5378dee6ec2806418df99f3599ed57ef25d46f9d92899d7e79df293df566bb3c93df2b02cffa936e559389175495847dcb9775b159ed9')
 
 build() {
   cd Alien-Build-$pkgver


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:47:37
  Author: eworm
Revision: 382583

upgpkg: wireguard-lts 1.0.20200506-2

new upstream release, for linux-lts 5.4.39-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:46:12 UTC (rev 382582)
+++ PKGBUILD2020-05-07 05:47:37 UTC (rev 382583)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200506
-pkgrel=1
+pkgrel=2
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:47:40
  Author: eworm
Revision: 382584

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 382583, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:47:37 UTC (rev 382583)
+++ PKGBUILD2020-05-07 05:47:40 UTC (rev 382584)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=4
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200506
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:46:09
  Author: eworm
Revision: 382581

upgpkg: wireguard-lts 1.0.20200506-1

new upstream release, for linux-lts 5.4.38-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
+++ PKGBUILD2020-05-07 05:46:09 UTC (rev 382581)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=4
+pkgver=1.0.20200506
+pkgrel=1
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:46:12
  Author: eworm
Revision: 382582

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 382581, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:46:09 UTC (rev 382581)
+++ PKGBUILD2020-05-07 05:46:12 UTC (rev 382582)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20200429
-pkgrel=3
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20200506
+pkgrel=1
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:02
  Author: eworm
Revision: 382580

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD
(from rev 382579, wireguard-dkms/trunk/PKGBUILD)
Deleted:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:42:59 UTC (rev 382579)
+++ PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
@@ -1,25 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-dkms
-pkgver=1.0.20200429
-pkgrel=1
-pkgdesc='next generation secure network tunnel - module sources'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('dkms')
-provides=('WIREGUARD-MODULE')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('c0050a94c33c195d4129a75ab4dca05ba021c5265e40fce8b2dfda7d7055cda2'
-'SKIP')
-
-package() {
-   cd wireguard-linux-compat-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}

Copied: wireguard-dkms/repos/extra-x86_64/PKGBUILD (from rev 382579, 
wireguard-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:43:02 UTC (rev 382580)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-dkms
+pkgver=1.0.20200506
+pkgrel=1
+pkgdesc='next generation secure network tunnel - module sources'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('dkms')
+provides=('WIREGUARD-MODULE')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
+sha256sums=('98a99f2b825a82d57a7213e666f1ee4f7cc02bddb09bf4908b4b09447a8f121e'
+'SKIP')
+
+package() {
+   cd wireguard-linux-compat-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}


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

2020-05-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:37
  Author: svenstaro
Revision: 625243

upgpkg: tokei 11.1.1-1

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 04:10:47 UTC (rev 625242)
+++ PKGBUILD2020-05-07 05:43:37 UTC (rev 625243)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=11.1.0
+pkgver=11.1.1
 pkgrel=1
 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
+sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:46
  Author: svenstaro
Revision: 625244

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 625243, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:37 UTC (rev 625243)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.1.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei";
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo build --release --locked --features all
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo test --release --locked --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 625243, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.1.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei";
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
+sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo build --release --locked --features all
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo test --release --locked --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:42:59
  Author: eworm
Revision: 382579

upgpkg: wireguard-dkms 1.0.20200506-1

new upstream release

Modified:
  wireguard-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:38:20 UTC (rev 382578)
+++ PKGBUILD2020-05-07 05:42:59 UTC (rev 382579)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-dkms
-pkgver=1.0.20200429
+pkgver=1.0.20200506
 pkgrel=1
 pkgdesc='next generation secure network tunnel - module sources'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('WIREGUARD-MODULE')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('c0050a94c33c195d4129a75ab4dca05ba021c5265e40fce8b2dfda7d7055cda2'
+sha256sums=('98a99f2b825a82d57a7213e666f1ee4f7cc02bddb09bf4908b4b09447a8f121e'
 'SKIP')
 
 package() {


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

2020-05-06 Thread Christian Hesse via arch-commits
Date: Thursday, May 7, 2020 @ 05:38:20
  Author: eworm
Revision: 382578

add soname provide

Modified:
  libunistring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 05:36:01 UTC (rev 382577)
+++ PKGBUILD2020-05-07 05:38:20 UTC (rev 382578)
@@ -12,6 +12,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(glibc)
+provides=('libunistring.so')
 source=(https://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno 

 md5sums=('db08bb384e81968957f997ec9808926e'


  1   2   3   4   5   >