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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:17:40
  Author: foutrelis
Revision: 379989

upgpkg: openmp 10.0.0-1: new upstream release

Modified:
  openmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 05:13:56 UTC (rev 379988)
+++ PKGBUILD2020-04-11 05:17:40 UTC (rev 379989)
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=openmp
-pkgver=9.0.1
-pkgrel=3
+pkgver=10.0.0
+pkgrel=1
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
 url="https://openmp.llvm.org/;
@@ -9,14 +9,9 @@
 license=('custom:Apache 2.0 with LLVM Exception')
 depends=('glibc' 'libelf' 'libffi')
 makedepends=('cmake' 'ninja')
-
-_source_base=https://releases.llvm.org/$pkgver
-if [[ ${pkgver##*.} != 0 ]]; then
-  
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-fi
-
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('5c94060f846f965698574d9ce22975c0e9f04c9b14088c3af5f03870af75cace'
+sha256sums=('3b9ff29a45d0509a1e9667a0feb43538ef402ea8cfc7df3758a01f20df08adfa'
 'SKIP')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

@@ -42,6 +37,7 @@
   DESTDIR="$pkgdir" ninja install
   install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
+  rm "$pkgdir/usr/lib/libarcher_static.a"
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:17:44
  Author: foutrelis
Revision: 379990

archrelease: copy trunk to staging-x86_64

Added:
  openmp/repos/staging-x86_64/
  openmp/repos/staging-x86_64/PKGBUILD
(from rev 379989, openmp/trunk/PKGBUILD)

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

Copied: openmp/repos/staging-x86_64/PKGBUILD (from rev 379989, 
openmp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 05:17:44 UTC (rev 379990)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=openmp
+pkgver=10.0.0
+pkgrel=1
+pkgdesc="LLVM OpenMP Runtime Library"
+arch=('x86_64')
+url="https://openmp.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('glibc' 'libelf' 'libffi')
+makedepends=('cmake' 'ninja')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('3b9ff29a45d0509a1e9667a0feb43538ef402ea8cfc7df3758a01f20df08adfa'
+'SKIP')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+   cd "$pkgname-$pkgver.src"
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBOMP_INSTALL_ALIASES=OFF
+  ninja
+}
+
+package() {
+  cd "$pkgname-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  rm "$pkgdir/usr/lib/libarcher_static.a"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:13:53
  Author: foutrelis
Revision: 379987

upgpkg: compiler-rt 10.0.0-1: new upstream release

Modified:
  compiler-rt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 05:09:30 UTC (rev 379986)
+++ PKGBUILD2020-04-11 05:13:53 UTC (rev 379987)
@@ -2,7 +2,7 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=compiler-rt
-pkgver=9.0.1
+pkgver=10.0.0
 pkgrel=1
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
@@ -13,14 +13,9 @@
 # Build 32-bit compiler-rt libraries on x86_64 (FS#41911)
 makedepends_x86_64=('lib32-gcc-libs')
 options=('staticlibs')
-
-_source_base=https://releases.llvm.org/$pkgver
-if [[ ${pkgver##*.} != 0 ]]; then
-  
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-fi
-
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('c2bfab95c9986318318363d7f371a85a95e333bc0b34fbfa52edbd3f5e3a9077'
+sha256sums=('6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
 'SKIP')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 



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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:13:56
  Author: foutrelis
Revision: 379988

archrelease: copy trunk to staging-x86_64

Added:
  compiler-rt/repos/staging-x86_64/
  compiler-rt/repos/staging-x86_64/PKGBUILD
(from rev 379987, compiler-rt/trunk/PKGBUILD)

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

Copied: compiler-rt/repos/staging-x86_64/PKGBUILD (from rev 379987, 
compiler-rt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 05:13:56 UTC (rev 379988)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=compiler-rt
+pkgver=10.0.0
+pkgrel=1
+pkgdesc="Compiler runtime libraries for clang"
+arch=('x86_64')
+url="https://compiler-rt.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('gcc-libs')
+makedepends=('llvm' 'cmake' 'ninja' 'python')
+# Build 32-bit compiler-rt libraries on x86_64 (FS#41911)
+makedepends_x86_64=('lib32-gcc-libs')
+options=('staticlibs')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
+'SKIP')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver.src"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mkdir -p "$pkgdir"/usr/lib/clang/$pkgver/{lib,share}
+  mv "$pkgdir"/usr/lib/{linux,clang/$pkgver/lib/}
+  mv "$pkgdir"/usr/{share/*.txt,lib/clang/$pkgver/share/}
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:09:24
  Author: foutrelis
Revision: 379985

upgpkg: llvm 10.0.0-1: new upstream release

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 00:57:21 UTC (rev 379984)
+++ PKGBUILD2020-04-11 05:09:24 UTC (rev 379985)
@@ -2,8 +2,8 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
-pkgver=9.0.1
-pkgrel=3
+pkgver=10.0.0
+pkgrel=1
 _ocaml_ver=4.09.1
 arch=('x86_64')
 url="https://llvm.org/;
@@ -12,15 +12,10 @@
  "ocaml=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib'
  'python-sphinx' 'python-recommonmark')
 options=('staticlibs')
-
-_source_base=https://releases.llvm.org/$pkgver
-if [[ ${pkgver##*.} != 0 ]]; then
-  
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-fi
-
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
 llvm-config.h)
-sha256sums=('00a1ee1f389f81e9979f3a640a01c431b3021de0d42278f6508391a2f0b81c9a'
+sha256sums=('df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf'
 'SKIP'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

@@ -49,7 +44,6 @@
 -DLLVM_ENABLE_SPHINX=ON \
 -DLLVM_ENABLE_DOXYGEN=OFF \
 -DSPHINX_WARNINGS_AS_ERRORS=OFF \
--DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
 -DLLVM_BINUTILS_INCDIR=/usr/include
   ninja all ocaml_doc
 }
@@ -77,7 +71,7 @@
   rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
 
   # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO}*.so* "$srcdir"
+  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
   mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
 
   # OCaml bindings go to a separate package
@@ -101,7 +95,7 @@
 
   install -d "$pkgdir/usr/lib"
   cp -P \
-"$srcdir"/lib{LLVM,LTO}*.so* \
+"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
 "$srcdir"/LLVMgold.so \
 "$pkgdir/usr/lib/"
 


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 11, 2020 @ 05:09:30
  Author: foutrelis
Revision: 379986

archrelease: copy trunk to staging-x86_64

Added:
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 379985, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/llvm-config.h
(from rev 379985, llvm/trunk/llvm-config.h)

---+
 PKGBUILD  |  123 
 llvm-config.h |9 
 2 files changed, 132 insertions(+)

Copied: llvm/repos/staging-x86_64/PKGBUILD (from rev 379985, 
llvm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-11 05:09:30 UTC (rev 379986)
@@ -0,0 +1,123 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
+pkgver=10.0.0
+pkgrel=1
+_ocaml_ver=4.09.1
+arch=('x86_64')
+url="https://llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
+ "ocaml=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib'
+ 'python-sphinx' 'python-recommonmark')
+options=('staticlibs')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
+llvm-config.h)
+sha256sums=('df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf'
+'SKIP'
+'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/llvm-$pkgver.src"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_HOST_TRIPLE=$CHOST \
+-DLLVM_BUILD_LLVM_DYLIB=ON \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_INSTALL_UTILS=ON \
+-DLLVM_ENABLE_RTTI=ON \
+-DLLVM_ENABLE_FFI=ON \
+-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR \
+-DLLVM_BUILD_TESTS=ON \
+-DLLVM_BUILD_DOCS=ON \
+-DLLVM_ENABLE_SPHINX=ON \
+-DLLVM_ENABLE_DOXYGEN=OFF \
+-DSPHINX_WARNINGS_AS_ERRORS=OFF \
+-DLLVM_BINUTILS_INCDIR=/usr/include
+  ninja all ocaml_doc
+}
+
+check() {
+  cd "$srcdir/llvm-$pkgver.src/build"
+  ninja check
+}
+
+package_llvm() {
+  pkgdesc="Collection of modular and reusable compiler and toolchain 
technologies"
+  depends=('llvm-libs' 'perl')
+  optdepends=('python-setuptools: for using lit (LLVM Integrated Tester)')
+
+  cd "$srcdir/llvm-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+
+  # Include lit for running lit-based tests in other projects
+  pushd ../utils/lit
+  python3 setup.py install --root="$pkgdir" -O1
+  popd
+
+  # Remove documentation sources
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
+
+  # The runtime libraries go into llvm-libs
+  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
+  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
+
+  # OCaml bindings go to a separate package
+  rm -rf "$srcdir"/ocaml.{lib,doc}
+  mv "$pkgdir/usr/lib/ocaml" "$srcdir/ocaml.lib"
+  mv "$pkgdir/usr/share/doc/$pkgname/ocaml-html" "$srcdir/ocaml.doc"
+
+  if [[ $CARCH == x86_64 ]]; then
+# Needed for multilib (https://bugs.archlinux.org/task/29951)
+# Header stub is taken from Fedora
+mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
+cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
+  fi
+
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_llvm-libs() {
+  pkgdesc="LLVM runtime libraries"
+  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
+
+  install -d "$pkgdir/usr/lib"
+  cp -P \
+"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
+"$srcdir"/LLVMgold.so \
+"$pkgdir/usr/lib/"
+
+  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
+  # https://bugs.archlinux.org/task/28479
+  install -d "$pkgdir/usr/lib/bfd-plugins"
+  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
+
+  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_llvm-ocaml() {
+  pkgdesc="OCaml bindings for LLVM"
+  depends=('llvm' "ocaml=$_ocaml_ver" 'ocaml-ctypes')
+
+  install -d "$pkgdir"/{usr/lib,usr/share/doc/$pkgname}
+  cp -a "$srcdir/ocaml.lib" "$pkgdir/usr/lib/ocaml"
+  cp -a "$srcdir/ocaml.doc" "$pkgdir/usr/share/doc/$pkgname/html"
+
+  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: llvm/repos/staging-x86_64/llvm-config.h (from rev 379985, 
llvm/trunk/llvm-config.h)
===
--- 

[arch-commits] Commit in ttf-nerd-fonts-symbols/repos/community-x86_64 (4 files)

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Saturday, April 11, 2020 @ 03:51:28
  Author: polyzen
Revision: 613298

archrelease: copy trunk to community-x86_64

Added:
  ttf-nerd-fonts-symbols/repos/community-x86_64/PKGBUILD
(from rev 613297, ttf-nerd-fonts-symbols/trunk/PKGBUILD)
  ttf-nerd-fonts-symbols/repos/community-x86_64/ttf-nerd-fonts-symbols.install
(from rev 613297, 
ttf-nerd-fonts-symbols/trunk/ttf-nerd-fonts-symbols.install)
Deleted:
  ttf-nerd-fonts-symbols/repos/community-x86_64/PKGBUILD
  ttf-nerd-fonts-symbols/repos/community-x86_64/ttf-nerd-fonts-symbols.install

+
 PKGBUILD   |   66 +++
 ttf-nerd-fonts-symbols.install |   26 +++
 2 files changed, 53 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 03:51:01 UTC (rev 613297)
+++ PKGBUILD2020-04-11 03:51:28 UTC (rev 613298)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Asger Hautop Drewsen 
-
-pkgname=ttf-nerd-fonts-symbols
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Developer targeted font with a high number of glyphs (icons)'
-arch=('x86_64')
-url=https://github.com/ryanoasis/nerd-fonts
-license=('MIT')
-install=$pkgname.install
-source=("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
-
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/10-nerd-font-symbols.conf;
-
"Nerd_Fonts-LICENSE-$pkgver::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/LICENSE;)
-sha512sums=('27570eec33e687967733633b487dd6d09ab236a710950a1a1d4eafddec545e25d5e307a4048c9cbb7b6a298e6247aa8c76277d968b5172d737fa936901de616f'
-
'4b35087c7e0a8a880a160d3abc84f983371275c091c74bfd44d01e51317e452dd42cbbd0519ba483b94978de95732ad7736c898c8fdcec451bb1096216c62e14'
-
'95712651fb58ad5f5ee1b796b1891e5cb6c62532699c08d3cd9255df46c10336faa170b4ec5a920be44d2cba68ab7726907c800e4a9b0060483437569cfe6fd3')
-
-package() {
-  install -Dm644 Symbols-2048-em%20Nerd%20Font%20Complete.ttf \
-"$pkgdir"/usr/share/fonts/TTF/'Symbols-2048-em Nerd Font Complete.ttf'
-  install -Dm644 -t "$pkgdir"/etc/fonts/conf.avail 10-nerd-font-symbols.conf
-  install -Dm644 Nerd_Fonts-LICENSE-$pkgver 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ttf-nerd-fonts-symbols/repos/community-x86_64/PKGBUILD (from rev 
613297, ttf-nerd-fonts-symbols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 03:51:28 UTC (rev 613298)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Asger Hautop Drewsen 
+
+pkgname=('ttf-nerd-fonts-symbols' 'ttf-nerd-fonts-symbols-mono')
+pkgbase=ttf-nerd-fonts-symbols
+pkgver=2.1.0+35+gae56e33e
+pkgrel=1
+pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
+arch=('x86_64')
+url=https://github.com/ryanoasis/nerd-fonts
+license=('MIT')
+install=$pkgbase.install
+source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/ae56e33e9331b5317bcb71148ea7a1f59ebe1ae5/src/glyphs/Symbols-1000-em%20Nerd%20Font%20Complete.ttf;
+
"Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/ae56e33e9331b5317bcb71148ea7a1f59ebe1ae5/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
+
"10-nerd-font-symbols-2.1.0.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/10-nerd-font-symbols.conf;
+
"Nerd_Fonts-LICENSE-2.1.0::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/LICENSE;)
+sha512sums=('0bc713770e85e6b93e6b0ea14dca2f3ac6892996842de88dbd9fa8aa39a0fe8814b11a34c91478b1f9a3272f8656f0ebfd0188a9154f3c78f65beb6fea32b316'
+
'cb1f7a7d2129c9f5ffc5f2573daae4e3e5b39221a9e1fbc80ab94d17e8328aef6e06bcfde9086bd30d39148ca5e2d93bc6c1bf692e370bfe55fa48e263d486fd'
+
'4b35087c7e0a8a880a160d3abc84f983371275c091c74bfd44d01e51317e452dd42cbbd0519ba483b94978de95732ad7736c898c8fdcec451bb1096216c62e14'
+
'95712651fb58ad5f5ee1b796b1891e5cb6c62532699c08d3cd9255df46c10336faa170b4ec5a920be44d2cba68ab7726907c800e4a9b0060483437569cfe6fd3')
+
+package_ttf-nerd-fonts-symbols() {
+  pkgdesc+=' (2048-em)'
+  conflicts=('ttf-nerd-fonts-symbols-mono')
+  install -Dm644 "Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf" \
+"$pkgdir"/usr/share/fonts/TTF/'Symbols-2048-em Nerd Font Complete.ttf'
+  install -Dm644 10-nerd-font-symbols-2.1.0.conf 
"$pkgdir"/etc/fonts/conf.avail/10-nerd-font-symbols.conf
+  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 
"$pkgdir"/usr/share/licenses/$pkgbase/LICENSE
+}
+
+package_ttf-nerd-fonts-symbols-mono() {
+  pkgdesc+=' (1000-em)'
+  conflicts=('ttf-nerd-fonts-symbols')
+  install -Dm644 "Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf" \
+   

[arch-commits] Commit in ttf-nerd-fonts-symbols/trunk (PKGBUILD)

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Saturday, April 11, 2020 @ 03:51:01
  Author: polyzen
Revision: 613297

upgpkg: ttf-nerd-fonts-symbols 2.1.0+35+gae56e33e-1

- Use split packages to provide both monospace and double-width variants

- Actually update fonts for changes in 2.1.0 (and then some)

- More appropriate pkgdesc

- Rename sources to include version

Modified:
  ttf-nerd-fonts-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 02:08:29 UTC (rev 613296)
+++ PKGBUILD2020-04-11 03:51:01 UTC (rev 613297)
@@ -1,26 +1,40 @@
 # Maintainer: Daniel M. Capella 
 # Contributor: Asger Hautop Drewsen 
 
-pkgname=ttf-nerd-fonts-symbols
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Developer targeted font with a high number of glyphs (icons)'
+pkgname=('ttf-nerd-fonts-symbols' 'ttf-nerd-fonts-symbols-mono')
+pkgbase=ttf-nerd-fonts-symbols
+pkgver=2.1.0+35+gae56e33e
+pkgrel=1
+pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
 arch=('x86_64')
 url=https://github.com/ryanoasis/nerd-fonts
 license=('MIT')
-install=$pkgname.install
-source=("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
-
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/10-nerd-font-symbols.conf;
-
"Nerd_Fonts-LICENSE-$pkgver::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/$pkgver/LICENSE;)
-sha512sums=('27570eec33e687967733633b487dd6d09ab236a710950a1a1d4eafddec545e25d5e307a4048c9cbb7b6a298e6247aa8c76277d968b5172d737fa936901de616f'
+install=$pkgbase.install
+source=("Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/ae56e33e9331b5317bcb71148ea7a1f59ebe1ae5/src/glyphs/Symbols-1000-em%20Nerd%20Font%20Complete.ttf;
+
"Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/ae56e33e9331b5317bcb71148ea7a1f59ebe1ae5/src/glyphs/Symbols-2048-em%20Nerd%20Font%20Complete.ttf;
+
"10-nerd-font-symbols-2.1.0.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/10-nerd-font-symbols.conf;
+
"Nerd_Fonts-LICENSE-2.1.0::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.1.0/LICENSE;)
+sha512sums=('0bc713770e85e6b93e6b0ea14dca2f3ac6892996842de88dbd9fa8aa39a0fe8814b11a34c91478b1f9a3272f8656f0ebfd0188a9154f3c78f65beb6fea32b316'
+
'cb1f7a7d2129c9f5ffc5f2573daae4e3e5b39221a9e1fbc80ab94d17e8328aef6e06bcfde9086bd30d39148ca5e2d93bc6c1bf692e370bfe55fa48e263d486fd'
 
'4b35087c7e0a8a880a160d3abc84f983371275c091c74bfd44d01e51317e452dd42cbbd0519ba483b94978de95732ad7736c898c8fdcec451bb1096216c62e14'
 
'95712651fb58ad5f5ee1b796b1891e5cb6c62532699c08d3cd9255df46c10336faa170b4ec5a920be44d2cba68ab7726907c800e4a9b0060483437569cfe6fd3')
 
-package() {
-  install -Dm644 Symbols-2048-em%20Nerd%20Font%20Complete.ttf \
+package_ttf-nerd-fonts-symbols() {
+  pkgdesc+=' (2048-em)'
+  conflicts=('ttf-nerd-fonts-symbols-mono')
+  install -Dm644 "Symbols-2048-em_Nerd_Font_Complete-$pkgver.ttf" \
 "$pkgdir"/usr/share/fonts/TTF/'Symbols-2048-em Nerd Font Complete.ttf'
-  install -Dm644 -t "$pkgdir"/etc/fonts/conf.avail 10-nerd-font-symbols.conf
-  install -Dm644 Nerd_Fonts-LICENSE-$pkgver 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 10-nerd-font-symbols-2.1.0.conf 
"$pkgdir"/etc/fonts/conf.avail/10-nerd-font-symbols.conf
+  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 
"$pkgdir"/usr/share/licenses/$pkgbase/LICENSE
 }
 
+package_ttf-nerd-fonts-symbols-mono() {
+  pkgdesc+=' (1000-em)'
+  conflicts=('ttf-nerd-fonts-symbols')
+  install -Dm644 "Symbols-1000-em_Nerd_Font_Complete-$pkgver.ttf" \
+"$pkgdir"/usr/share/fonts/TTF/'Symbols-1000-em Nerd Font Complete.ttf'
+  install -Dm644 10-nerd-font-symbols-2.1.0.conf 
"$pkgdir"/etc/fonts/conf.avail/10-nerd-font-symbols.conf
+  install -Dm644 Nerd_Fonts-LICENSE-2.1.0 
"$pkgdir"/usr/share/licenses/$pkgbase-mono/LICENSE
+}
+
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 11, 2020 @ 02:08:29
  Author: yan12125
Revision: 613296

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 613295, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-11 02:07:55 UTC (rev 613295)
+++ PKGBUILD2020-04-11 02:08:29 UTC (rev 613296)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.29.4
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools python-networkx)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('02b9797a71a54bc8c681c2b51212b04b7a4852bc3b562a57dfd0198f01601588')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 613295, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-11 02:08:29 UTC (rev 613296)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.29.5
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools python-networkx)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('9d3337ad44877661e80501f5d285d104b4d302f0eb0fc01df2da6df9fbfa7ea1')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 11, 2020 @ 02:07:55
  Author: yan12125
Revision: 613295

upgpkg: python-cfn-lint 0.29.5-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 02:03:11 UTC (rev 613294)
+++ PKGBUILD2020-04-11 02:07:55 UTC (rev 613295)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.29.4
+pkgver=0.29.5
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -14,7 +14,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('02b9797a71a54bc8c681c2b51212b04b7a4852bc3b562a57dfd0198f01601588')
+sha256sums=('9d3337ad44877661e80501f5d285d104b4d302f0eb0fc01df2da6df9fbfa7ea1')
 
 build() {
   cd cfn-python-lint-$pkgver


[arch-commits] Commit in nvchecker/trunk (PKGBUILD nvchecker-update-tests-4.patch)

2020-04-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 11, 2020 @ 02:03:11
  Author: yan12125
Revision: 613294

nvchecker: fix checksum failures

Apparently GitHub changed their git diff generator :/

--- nvchecker-update-tests-4.patch  2020-04-10 19:33:43.827647681 +0800
+++ 4fc62d35888c3d695956793d5724a52ba3a99574.patch  2020-04-11 
09:31:27.313519714 +0800
@@ -11,7 +11,7 @@
 index 36f7222..3096394 100644
 --- a/tests/test_archpkg.py
 +++ b/tests/test_archpkg.py
-@@ -18,7 +18,7 @@ async def test_archpkg_provided(get_version):
+@@ -18,7 +18,7 @@
  assert await get_version("jsoncpp", {
  "archpkg": None,
  "provided": "libjsoncpp.so",
@@ -20,7 +20,7 @@
  
  @flaky
  async def test_archpkg_provided_strip(get_version):
-@@ -26,5 +26,5 @@ async def test_archpkg_provided_strip(get_version):
+@@ -26,5 +26,5 @@
  "archpkg": None,
  "provided": "libjsoncpp.so",
  "strip-release": True,

Added:
  nvchecker/trunk/nvchecker-update-tests-4.patch
Modified:
  nvchecker/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 nvchecker-update-tests-4.patch |   29 +
 2 files changed, 31 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 00:57:54 UTC (rev 613293)
+++ PKGBUILD2020-04-11 02:03:11 UTC (rev 613294)
@@ -18,12 +18,13 @@
   'subversion: for VCS sources'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
-
$pkgname-update-tests-4.patch::https://github.com/lilydjwg/nvchecker/commit/4fc62d35888c3d695956793d5724a52ba3a99574.patch)
+$pkgname-update-tests-4.patch)
 
sha512sums=('adca20abcae1fcab2b87d166f18bc14d7e374de3041fcabd35eaaa8bc3d4b086ad16f9c94c5d242259011a0b1435a9c74e0d7959dffabf8da4eda6cf0694f5ee'
 
'ddf02d38b38560ee8edd8b814197e015d77425d546b4f436c42bea202f1e7514766e47bfaaec9733cb6df6d416c9a68c67baf48994045f07533e0cbc707f0b7d')
 
 prepare() {
   cd nvchecker-$pkgver
+  # From 
https://github.com/lilydjwg/nvchecker/commit/4fc62d35888c3d695956793d5724a52ba3a99574.patch
   patch -Np1 -i ../$pkgname-update-tests-4.patch
 }
 

Added: nvchecker-update-tests-4.patch
===
--- nvchecker-update-tests-4.patch  (rev 0)
+++ nvchecker-update-tests-4.patch  2020-04-11 02:03:11 UTC (rev 613294)
@@ -0,0 +1,29 @@
+From 4fc62d35888c3d695956793d5724a52ba3a99574 Mon Sep 17 00:00:00 2001
+From: lilydjwg 
+Date: Wed, 8 Apr 2020 18:17:32 +0800
+Subject: [PATCH] tests: update test_archpkg
+
+---
+ tests/test_archpkg.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_archpkg.py b/tests/test_archpkg.py
+index 36f7222..3096394 100644
+--- a/tests/test_archpkg.py
 b/tests/test_archpkg.py
+@@ -18,7 +18,7 @@ async def test_archpkg_provided(get_version):
+ assert await get_version("jsoncpp", {
+ "archpkg": None,
+ "provided": "libjsoncpp.so",
+-}) == "21-64"
++}) == "22-64"
+ 
+ @flaky
+ async def test_archpkg_provided_strip(get_version):
+@@ -26,5 +26,5 @@ async def test_archpkg_provided_strip(get_version):
+ "archpkg": None,
+ "provided": "libjsoncpp.so",
+ "strip-release": True,
+-}) == "21"
++}) == "22"
+ 


[arch-commits] Commit in hdf5-openmpi/trunk (mpi.patch)

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 00:38:47
  Author: archange
Revision: 613202

Remove upstreamed patch

Deleted:
  hdf5-openmpi/trunk/mpi.patch

---+
 mpi.patch |   18 --
 1 file changed, 18 deletions(-)

Deleted: mpi.patch
===
--- mpi.patch   2020-04-11 00:29:45 UTC (rev 613201)
+++ mpi.patch   2020-04-11 00:38:47 UTC (rev 613202)
@@ -1,18 +0,0 @@
-Prevent accidental inclusion of mpi c++ headers 
-when hdf5.h is included third party library
-
-https://bugs.gentoo.org/show_bug.cgi?id=420777
-https://bugs.archlinux.org/task/33343
-
 a/src/H5public.h
-+++ b/src/H5public.h
-@@ -58,6 +58,8 @@
- #   include 
- #endif
- #ifdef H5_HAVE_PARALLEL
-+#   define OMPI_SKIP_MPICXX   /* Make sure that cxx specific headers are not 
included */
-+#   define MPICH_SKIP_MPICXX
- #   include 
- #ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already   */
- #   include 
-


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 00:29:45
  Author: archange
Revision: 613201

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5-openmpi/repos/community-staging-x86_64/
  hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 613200, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/community-staging-x86_64/mpi.patch
(from rev 613200, hdf5-openmpi/trunk/mpi.patch)

---+
 PKGBUILD  |   93 
 mpi.patch |   18 +++
 2 files changed, 111 insertions(+)

Copied: hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 613200, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-11 00:29:45 UTC (rev 613201)
@@ -0,0 +1,93 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+_pkgname=hdf5
+_mpi=openmpi
+pkgname=${_pkgname}-${_mpi}
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
+arch=(x86_64)
+url="https://www.hdfgroup.org/hdf5;
+license=(custom)
+depends=(zlib libaec bash ${_mpi})
+makedepends=(cmake time gcc-fortran)
+provides=(hdf5 hdf5-cpp-fortran hdf5-fortran-${_mpi})
+conflicts=(hdf5)
+replaces=(hdf5-fortran-${_mpi})
+options=(staticlibs)
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;)
+sha256sums=('97906268640a6e9ce0cde703d5a71c9ac3092eded729591279bf2e3ca9765f61')
+
+build() {
+# Crazy workaround: run CMake to generate pkg-config file
+mkdir -p build && cd build
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+cmake ../${_pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DALLOW_UNSUPPORTED=ON \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_PARALLEL=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+# But don’t build with it, it’s quite broken
+cd ../${_pkgname}-${pkgver/_/-}
+./configure \
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--with-examplesdir='${DESTDIR}/${prefix}/share/doc/hdf5/examples' \
+--enable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-parallel \
+--enable-unsupported \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
+}
+
+check() {
+cd ${_pkgname}-${pkgver/_/-}
+# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
+export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
+# This is a parallel build, they are always OpenMPI bugs
+make check || warning "Tests failed"
+}
+
+package() {
+cd ${_pkgname}-${pkgver/_/-}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${_pkgname}
+# Install pkg-config files from CMake tree
+install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp}-${pkgver}.pc -t 
"${pkgdir}"/usr/lib/pkgconfig/
+}

Copied: hdf5-openmpi/repos/community-staging-x86_64/mpi.patch (from rev 613200, 
hdf5-openmpi/trunk/mpi.patch)
===
--- community-staging-x86_64/mpi.patch  (rev 0)
+++ community-staging-x86_64/mpi.patch  2020-04-11 00:29:45 UTC (rev 613201)
@@ -0,0 +1,18 @@
+Prevent accidental inclusion of mpi c++ headers 
+when hdf5.h is included third party library
+
+https://bugs.gentoo.org/show_bug.cgi?id=420777

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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 00:29:34
  Author: archange
Revision: 613200

upgpkg: hdf5-openmpi 1.12.0-1

Patch has been finally upstreamed

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 23:43:49 UTC (rev 613199)
+++ PKGBUILD2020-04-11 00:29:34 UTC (rev 613200)
@@ -9,29 +9,21 @@
 _pkgname=hdf5
 _mpi=openmpi
 pkgname=${_pkgname}-${_mpi}
-pkgver=1.10.5
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.hdfgroup.org/hdf5;
-license=('custom')
-depends=('zlib' 'libaec' 'bash' 'openmpi')
-makedepends=('cmake' 'time' 'gcc-fortran')
-provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
-conflicts=('hdf5')
-replaces=("hdf5-fortran-${_mpi}")
-options=('staticlibs')
-source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
-'mpi.patch')
-sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44'
-'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
+license=(custom)
+depends=(zlib libaec bash ${_mpi})
+makedepends=(cmake time gcc-fortran)
+provides=(hdf5 hdf5-cpp-fortran hdf5-fortran-${_mpi})
+conflicts=(hdf5)
+replaces=(hdf5-fortran-${_mpi})
+options=(staticlibs)
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;)
+sha256sums=('97906268640a6e9ce0cde703d5a71c9ac3092eded729591279bf2e3ca9765f61')
 
-prepare() {
-cd ${_pkgname}-${pkgver/_/-}
-# FS#33343
-patch -p1 -i ../mpi.patch
-}
-
 build() {
 # Crazy workaround: run CMake to generate pkg-config file
 mkdir -p build && cd build
@@ -64,6 +56,7 @@
 OMPI_MCA_disable_memory_allocator=1 \
 --prefix=/usr \
 --docdir=/usr/share/doc/hdf5/ \
+--with-examplesdir='${DESTDIR}/${prefix}/share/doc/hdf5/examples' \
 --enable-static \
 --disable-sharedlib-rpath \
 --enable-build-mode=production \
@@ -93,15 +86,8 @@
 
 package() {
 cd ${_pkgname}-${pkgver/_/-}
-
 make DESTDIR="${pkgdir}" install
-
-# Move examples to a proper place
-install -dm755 "${pkgdir}"/usr/share/doc/${_pkgname}
-mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${_pkgname}/examples}
-
 install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${_pkgname}
-
 # Install pkg-config files from CMake tree
 install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp}-${pkgver}.pc -t 
"${pkgdir}"/usr/lib/pkgconfig/
 }


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 23:43:49
  Author: archange
Revision: 613199

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf/repos/community-staging-x86_64/
  netcdf/repos/community-staging-x86_64/PKGBUILD
(from rev 613198, netcdf/trunk/PKGBUILD)

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

Copied: netcdf/repos/community-staging-x86_64/PKGBUILD (from rev 613198, 
netcdf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-10 23:43:49 UTC (rev 613199)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: damir 
+
+pkgname=netcdf
+pkgver=4.7.4
+pkgrel=1
+pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
+arch=(x86_64)
+url="https://www.unidata.ucar.edu/software/netcdf/;
+depends=(hdf5 curl)
+makedepends=(cmake)
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=(!makeflags)
+license=(custom)
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
+
+build() {
+cmake -B build -S ${pkgname}-c-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_CDF5=ON \
+-DENABLE_DAP_LONG_TESTS=ON \
+-DENABLE_EXAMPLE_TESTS=ON \
+-DENABLE_EXTRA_TESTS=ON \
+-DENABLE_FAILING_TESTS=ON \
+-DENABLE_FILTER_TESTING=ON \
+-DENABLE_LARGE_FILE_TESTS=ON
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 23:43:39
  Author: archange
Revision: 613198

upgpkg: netcdf 4.7.4-1

Also PKGBUILD cleaning

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:22:12 UTC (rev 613197)
+++ PKGBUILD2020-04-10 23:43:39 UTC (rev 613198)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=netcdf
-pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library"
 arch=(x86_64)
@@ -14,15 +14,10 @@
 options=(!makeflags)
 license=(custom)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
 
-prepare() {
-mkdir -p build
-}
-
 build() {
-cd build
-cmake ../${pkgname}-c-${pkgver} \
+cmake -B build -S ${pkgname}-c-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
@@ -33,18 +28,14 @@
 -DENABLE_FAILING_TESTS=ON \
 -DENABLE_FILTER_TESTING=ON \
 -DENABLE_LARGE_FILE_TESTS=ON
-make
+make -C build
 }
 
 check() {
-cd build
-make test
+make -C build test
 }
 
 package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${pkgname}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
 }


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Friday, April 10, 2020 @ 23:33:33
  Author: foutrelis
Revision: 379963

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-taskmanager/repos/extra-x86_64/PKGBUILD
(from rev 379962, xfce4-taskmanager/trunk/PKGBUILD)
Deleted:
  xfce4-taskmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 23:33:29 UTC (rev 379962)
+++ PKGBUILD2020-04-10 23:33:33 UTC (rev 379963)
@@ -1,32 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=xfce4-taskmanager
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Easy to use task manager"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager;
-license=('GPL2')
-depends=('libwnck3' 'libxmu')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e49a61c819a4fd9286a65ae61605984f327c8b26cf939289f644e656bfa20e13')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-taskmanager/repos/extra-x86_64/PKGBUILD (from rev 379962, 
xfce4-taskmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 23:33:33 UTC (rev 379963)
@@ -0,0 +1,32 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=xfce4-taskmanager
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Easy to use task manager"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/xfce4-taskmanager;
+license=('GPL2')
+depends=('libwnck3' 'libxmu')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dcfc44da7c1f61d03e2c4bd1cdc8f92ce0d48b013bd0d140b3745d79b75dc3c4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Evangelos Foutras via arch-commits
Date: Friday, April 10, 2020 @ 23:33:29
  Author: foutrelis
Revision: 379962

upgpkg: xfce4-taskmanager 1.2.3-1: new upstream release

Modified:
  xfce4-taskmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:50:53 UTC (rev 379961)
+++ PKGBUILD2020-04-10 23:33:29 UTC (rev 379962)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=xfce4-taskmanager
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="Easy to use task manager"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('intltool')
 groups=('xfce4-goodies')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e49a61c819a4fd9286a65ae61605984f327c8b26cf939289f644e656bfa20e13')
+sha256sums=('dcfc44da7c1f61d03e2c4bd1cdc8f92ce0d48b013bd0d140b3745d79b75dc3c4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 22:22:12
  Author: foxboron
Revision: 613197

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 613196, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 22:22:04 UTC (rev 613196)
+++ PKGBUILD2020-04-10 22:22:12 UTC (rev 613197)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20200229
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('bab727fa5e82a9ce8990f8e6ca0ec52ea0156eea2f11b5eac9f7a1d24f1ccdbe'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 613196, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 22:22:12 UTC (rev 613197)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20200411
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('9e3a2d41ec8adfdcfb7755b84de17c53c629b2ecc775e4dc0ade61708fd30aaa'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 22:22:04
  Author: foxboron
Revision: 613196

upgpkg: archlinux-repro 20200411-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:18:57 UTC (rev 613195)
+++ PKGBUILD2020-04-10 22:22:04 UTC (rev 613196)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20200229
+pkgver=20200411
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('bab727fa5e82a9ce8990f8e6ca0ec52ea0156eea2f11b5eac9f7a1d24f1ccdbe'
+sha256sums=('9e3a2d41ec8adfdcfb7755b84de17c53c629b2ecc775e4dc0ade61708fd30aaa'
 'SKIP')
 
 build(){


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:18:57
  Author: dvzrv
Revision: 613195

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 613194, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 613194, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/x-nfo.desktop

---+
 PKGBUILD  |   98 +---
 x-nfo.desktop |   14 
 2 files changed, 58 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 22:18:48 UTC (rev 613194)
+++ PKGBUILD2020-04-10 22:18:57 UTC (rev 613195)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Wes Brewer 
-# Contributor: VuDu 
-
-pkgname=nfoview
-pkgver=1.27
-pkgrel=2
-pkgdesc="Simple NFO file viewer in GTK+ 3"
-arch=('any')
-url="https://otsaloma.io/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject')
-checkdepends=('python-pytest' 'xorg-server-xvfb')
-makedepends=('python-setuptools')
-optdepends=('terminus-font: recommended font')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz;
-'x-nfo.desktop')
-sha512sums=('157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5'
-
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run py.test -vvv "${pkgname}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}/"
-  # docs
-  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  install -vDm 644 "${srcdir}/x-nfo.desktop" \
--t "${pkgdir}/usr/share/mimelnk/text/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 613194, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 22:18:57 UTC (rev 613195)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Wes Brewer 
+# Contributor: VuDu 
+
+pkgname=nfoview
+pkgver=1.27.1
+pkgrel=1
+pkgdesc="Simple NFO file viewer in GTK+ 3"
+arch=('any')
+url="https://otsaloma.io/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject')
+checkdepends=('python-pytest' 'xorg-server-xvfb')
+makedepends=('git' 'python-setuptools')
+optdepends=('terminus-font: recommended font')
+source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed;
+'x-nfo.desktop')
+sha512sums=('SKIP'
+
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run py.test -vvv "${pkgname}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}/"
+  # docs
+  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  install -vDm 644 "${srcdir}/x-nfo.desktop" \
+-t "${pkgdir}/usr/share/mimelnk/text/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2020-04-10 22:18:48 UTC (rev 613194)
+++ x-nfo.desktop   2020-04-10 22:18:57 UTC (rev 613195)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 613194, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2020-04-10 22:18:57 UTC (rev 613195)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:18:48
  Author: dvzrv
Revision: 613194

upgpkg: nfoview 1.27.1-1: Upgrading to 1.27.1

Updating maintainer info. Adding git to makedepends.
Relying on upstream's gpg signature for tagged releases.

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:17:43 UTC (rev 613193)
+++ PKGBUILD2020-04-10 22:18:48 UTC (rev 613194)
@@ -1,11 +1,11 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: Wes Brewer 
 # Contributor: VuDu 
 
 pkgname=nfoview
-pkgver=1.27
-pkgrel=2
+pkgver=1.27.1
+pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
 url="https://otsaloma.io/nfoview/;
@@ -12,13 +12,18 @@
 license=('GPL3')
 depends=('gtk3' 'python-gobject')
 checkdepends=('python-pytest' 'xorg-server-xvfb')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
 optdepends=('terminus-font: recommended font')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/otsaloma/${pkgname}/archive/${pkgver}.tar.gz;
+source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed;
 'x-nfo.desktop')
-sha512sums=('157257f9f289bdeac140054320ad43893c73995e11e6ccc91ebd2ca53878f00d45945c4e3ac3c11ec2f589a0349598f96dfecad3b0e3cfbe06e5a036bcedc3b5'
+sha512sums=('SKIP'
 
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

 
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build
@@ -31,7 +36,6 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-
   python setup.py install --skip-build \
   --optimize=1 \
   --prefix=/usr \


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 22:17:43
  Author: polyzen
Revision: 613193

Touch up

Modified:
  python-backcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:06:24 UTC (rev 613192)
+++ PKGBUILD2020-04-10 22:17:43 UTC (rev 613193)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
-
"$_name-8eb45a77-LICENSE::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
+
"$_name-LICENSE-8eb45a77::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
 sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
 'd422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
 
@@ -30,7 +30,7 @@
 package() {
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../$_name-8eb45a77-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../$_name-LICENSE-8eb45a77 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:06:18
  Author: dvzrv
Revision: 613191

upgpkg: din 46.1-1: Upgrading to 46.1.

Modified:
  din/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 22:04:07 UTC (rev 613190)
+++ PKGBUILD2020-04-10 22:06:18 UTC (rev 613191)
@@ -2,7 +2,7 @@
 # Contributor: muzhed 
 
 pkgname=din
-pkgver=46
+pkgver=46.1
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;
 "din-44.0.1-devendor_rtaudio_rtmidi.patch"
 )
-sha512sums=('b189ddb79ecf95ee21c46fa044a86a8d1c27e7dddc0451e6f4e0de8d1fb982770462fafeaf487156ddaa0563dc49b24d9c80312d4d6233ffb9081c75d9cda00c'
+sha512sums=('24c4c8440f5f5bbbeca4846c227d448ee08e18657271ea83030606abc8179e2a59d697bafced5e23c81acb032c7e8f7a1b6e00bedb016ec55e16270f5aa913b1'
 
'012783612de0919988a83d1166de21eb09261e5a766d097c58f82c81df2c04686f1ffa7045f51f3719bbb08f5a4ffc5e917a073e9630b290ff122ba59bd4d9c1')
 
 prepare() {


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:06:24
  Author: dvzrv
Revision: 613192

archrelease: copy trunk to community-x86_64

Added:
  din/repos/community-x86_64/PKGBUILD
(from rev 613191, din/trunk/PKGBUILD)
  din/repos/community-x86_64/din-44.0.1-devendor_rtaudio_rtmidi.patch
(from rev 613191, din/trunk/din-44.0.1-devendor_rtaudio_rtmidi.patch)
Deleted:
  din/repos/community-x86_64/PKGBUILD
  din/repos/community-x86_64/din-44.0.1-devendor_rtaudio_rtmidi.patch

--+
 PKGBUILD |   86 
 din-44.0.1-devendor_rtaudio_rtmidi.patch |31692 ++---
 2 files changed, 15889 insertions(+), 15889 deletions(-)

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


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:04:07
  Author: dvzrv
Revision: 613190

archrelease: copy trunk to community-x86_64

Added:
  bslizr/repos/community-x86_64/PKGBUILD
(from rev 613189, bslizr/trunk/PKGBUILD)
Deleted:
  bslizr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 22:04:02 UTC (rev 613189)
+++ PKGBUILD2020-04-10 22:04:07 UTC (rev 613190)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-_name=BSlizr
-pkgname=bslizr
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
-arch=('x86_64')
-url="https://github.com/sjaehn/bslizr;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('e08a7fa4792b2944e35884a94e22456ff18655132da11c084ec25dadba34e89c08dc187ecd256831efe514a3dc140db7cc34844f3b8f73d254deb884907ae357')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr'
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr; || 
echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8;
-  sord_validate "${PWD}/${_name}.lv2/"*.ttl || echo "Known to fail: 
https://github.com/sjaehn/BSlizr/issues/8;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" PREFIX='/usr' install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove useless license file
-  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}

Copied: bslizr/repos/community-x86_64/PKGBUILD (from rev 613189, 
bslizr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 22:04:07 UTC (rev 613190)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=BSlizr
+pkgname=bslizr
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
+arch=('x86_64')
+url="https://github.com/sjaehn/bslizr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('3e95176ca1332bf8a8607df6b7f1186ce941cddaa248f31880151555800040516550fafb54a70ff146d4d126e4900916566a50a42cbe1895987ac663e7422959')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr'
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr; || 
echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" PREFIX='/usr' install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 22:04:02
  Author: dvzrv
Revision: 613189

upgpkg: bslizr 1.2.6-1: Upgrading to 1.2.6.

Removing sord from checkdepends, sord_validate is too broken to be used.

Modified:
  bslizr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 21:57:54 UTC (rev 613188)
+++ PKGBUILD2020-04-10 22:04:02 UTC (rev 613189)
@@ -2,7 +2,7 @@
 
 _name=BSlizr
 pkgname=bslizr
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input 
signals"
 arch=('x86_64')
@@ -11,9 +11,9 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
 makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
+checkdepends=('lv2lint')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('e08a7fa4792b2944e35884a94e22456ff18655132da11c084ec25dadba34e89c08dc187ecd256831efe514a3dc140db7cc34844f3b8f73d254deb884907ae357')
+sha512sums=('3e95176ca1332bf8a8607df6b7f1186ce941cddaa248f31880151555800040516550fafb54a70ff146d4d126e4900916566a50a42cbe1895987ac663e7422959')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -28,7 +28,6 @@
 check() {
   cd "$pkgname-$pkgver"
   LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr; || 
echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8;
-  sord_validate "${PWD}/${_name}.lv2/"*.ttl || echo "Known to fail: 
https://github.com/sjaehn/BSlizr/issues/8;
 }
 
 package() {


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

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 21:57:54
  Author: dvzrv
Revision: 613188

archrelease: copy trunk to community-x86_64

Added:
  surge/repos/community-x86_64/
  surge/repos/community-x86_64/Makefile
(from rev 613187, surge/trunk/Makefile)
  surge/repos/community-x86_64/PKGBUILD
(from rev 613187, surge/trunk/PKGBUILD)
  surge/repos/community-x86_64/surge-lv2.make
(from rev 613187, surge/trunk/surge-lv2.make)
  surge/repos/community-x86_64/surge-vst3.make
(from rev 613187, surge/trunk/surge-vst3.make)

-+
 Makefile|   68 
 PKGBUILD|   90 ++
 surge-lv2.make  |  637 ++
 surge-vst3.make |  740 ++
 4 files changed, 1535 insertions(+)

Copied: surge/repos/community-x86_64/Makefile (from rev 613187, 
surge/trunk/Makefile)
===
--- community-x86_64/Makefile   (rev 0)
+++ community-x86_64/Makefile   2020-04-10 21:57:54 UTC (rev 613188)
@@ -0,0 +1,68 @@
+# Alternative GNU Make workspace makefile autogenerated by Premake
+
+ifndef config
+  config=debug_x64
+endif
+
+ifndef verbose
+  SILENT = @
+endif
+
+ifeq ($(config),debug_x64)
+  surge_vst3_config = debug_x64
+  surge_lv2_config = debug_x64
+
+else ifeq ($(config),debug_x86)
+  surge_vst3_config = debug_x86
+  surge_lv2_config = debug_x86
+
+else ifeq ($(config),release_x64)
+  surge_vst3_config = release_x64
+  surge_lv2_config = release_x64
+
+else ifeq ($(config),release_x86)
+  surge_vst3_config = release_x86
+  surge_lv2_config = release_x86
+
+else
+  $(error "invalid configuration $(config)")
+endif
+
+PROJECTS := surge-vst3 surge-lv2
+
+.PHONY: all clean help $(PROJECTS) 
+
+all: $(PROJECTS)
+
+surge-vst3:
+ifneq (,$(surge_vst3_config))
+   @echo " Building surge-vst3 ($(surge_vst3_config)) "
+   @${MAKE} --no-print-directory -C . -f surge-vst3.make 
config=$(surge_vst3_config)
+endif
+
+surge-lv2:
+ifneq (,$(surge_lv2_config))
+   @echo " Building surge-lv2 ($(surge_lv2_config)) "
+   @${MAKE} --no-print-directory -C . -f surge-lv2.make 
config=$(surge_lv2_config)
+endif
+
+clean:
+   @${MAKE} --no-print-directory -C . -f surge-vst3.make clean
+   @${MAKE} --no-print-directory -C . -f surge-lv2.make clean
+
+help:
+   @echo "Usage: make [config=name] [target]"
+   @echo ""
+   @echo "CONFIGURATIONS:"
+   @echo "  debug_x64"
+   @echo "  debug_x86"
+   @echo "  release_x64"
+   @echo "  release_x86"
+   @echo ""
+   @echo "TARGETS:"
+   @echo "   all (default)"
+   @echo "   clean"
+   @echo "   surge-vst3"
+   @echo "   surge-lv2"
+   @echo ""
+   @echo "For more information, see 
https://github.com/premake/premake-core/wiki;
\ No newline at end of file

Copied: surge/repos/community-x86_64/PKGBUILD (from rev 613187, 
surge/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-10 21:57:54 UTC (rev 613188)
@@ -0,0 +1,90 @@
+# Maintainer: David Runge 
+
+_name=Surge
+pkgname=surge
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="An Open Source Digital Synthesizer"
+arch=('x86_64')
+url="https://surge-synthesizer.github.io/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio' 'vst3-plugins')
+depends=('cairo' 'fontconfig' 'gcc-libs' 'glibc' 'libx11' 'libxcb'
+'libxkbcommon-x11' 'xcb-util' 'xcb-util-cursor' 'xcb-util-image'
+'xcb-util-keysyms' 'xcb-util-renderutil' 'xdg-utils')
+makedepends=('cmake' 'freetype2' 'libsndfile' 'lv2' 'python')
+checkdepends=('lv2lint')
+replaces=('surge-synthesizer')
+source=("${pkgname}-${pkgver}.tgz::https://github.com/surge-synthesizer/releases/releases/download/${pkgver}/SurgeSrc_${pkgver}.tgz;
+"Makefile"
+"${pkgname}-lv2.make"
+"${pkgname}-vst3.make")
+sha512sums=('f212135b83a80e1b9501fbd22793a40c4ae57e6497a84a4547fe55ebc6e9a0aeb031e7e66bf31ae282342fd104afce4a8d06c04edfb9223dd0023d23f4bb464a'
+
'e9e7b8e244b6b642ccc581ffc59646c104f4c18d6e4aae115b3030f74d45aaf7ce381df7d75123dfddb17ebda5f38b11fc64f2f7cd0d724f9e0023255565539a'
+
'afba8b923e8d0d07452528f3cf702dfd36f8ba6dcff55063ee345fd5befc1c08a8688c072fbac5128d2db06f0e8a012f0ad2911d67a980cb2082fa3231cd0cec'
+
'dbc917b8f596c023a091cd4e496c38d6df2621a80600f4d0fe0cf1415517885348b43035cb1797908debed686704f652c2f0e77bbf0ed020d24cf1cc702ed442')
+validpgpkeys=()
+
+prepare() {
+  mv -v "$pkgname" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # adding Makefiles created with `premake5 --cc=gcc --os=linux gmake2`
+  # premake5 is still in alpha (premake-git)
+  # https://github.com/surge-synthesizer/surge/issues/1206
+  # https://github.com/premake/premake-core/issues/1423
+  ln -svf ../{Makefile,${pkgname}-{lv2,vst3}.make} .
+
+  # optional: move file, as bsdtar is run 

[arch-commits] Commit in (7 files)

2020-04-10 Thread David Runge via arch-commits
Date: Friday, April 10, 2020 @ 21:51:07
  Author: dvzrv
Revision: 613187

Adding surge (including premake5 created Makefiles).

Added:
  surge/
  surge/repos/
  surge/trunk/
  surge/trunk/Makefile
  surge/trunk/PKGBUILD
  surge/trunk/surge-lv2.make
  surge/trunk/surge-vst3.make

-+
 Makefile|   68 
 PKGBUILD|   90 ++
 surge-lv2.make  |  637 ++
 surge-vst3.make |  740 ++
 4 files changed, 1535 insertions(+)

Added: surge/trunk/Makefile
===
--- surge/trunk/Makefile(rev 0)
+++ surge/trunk/Makefile2020-04-10 21:51:07 UTC (rev 613187)
@@ -0,0 +1,68 @@
+# Alternative GNU Make workspace makefile autogenerated by Premake
+
+ifndef config
+  config=debug_x64
+endif
+
+ifndef verbose
+  SILENT = @
+endif
+
+ifeq ($(config),debug_x64)
+  surge_vst3_config = debug_x64
+  surge_lv2_config = debug_x64
+
+else ifeq ($(config),debug_x86)
+  surge_vst3_config = debug_x86
+  surge_lv2_config = debug_x86
+
+else ifeq ($(config),release_x64)
+  surge_vst3_config = release_x64
+  surge_lv2_config = release_x64
+
+else ifeq ($(config),release_x86)
+  surge_vst3_config = release_x86
+  surge_lv2_config = release_x86
+
+else
+  $(error "invalid configuration $(config)")
+endif
+
+PROJECTS := surge-vst3 surge-lv2
+
+.PHONY: all clean help $(PROJECTS) 
+
+all: $(PROJECTS)
+
+surge-vst3:
+ifneq (,$(surge_vst3_config))
+   @echo " Building surge-vst3 ($(surge_vst3_config)) "
+   @${MAKE} --no-print-directory -C . -f surge-vst3.make 
config=$(surge_vst3_config)
+endif
+
+surge-lv2:
+ifneq (,$(surge_lv2_config))
+   @echo " Building surge-lv2 ($(surge_lv2_config)) "
+   @${MAKE} --no-print-directory -C . -f surge-lv2.make 
config=$(surge_lv2_config)
+endif
+
+clean:
+   @${MAKE} --no-print-directory -C . -f surge-vst3.make clean
+   @${MAKE} --no-print-directory -C . -f surge-lv2.make clean
+
+help:
+   @echo "Usage: make [config=name] [target]"
+   @echo ""
+   @echo "CONFIGURATIONS:"
+   @echo "  debug_x64"
+   @echo "  debug_x86"
+   @echo "  release_x64"
+   @echo "  release_x86"
+   @echo ""
+   @echo "TARGETS:"
+   @echo "   all (default)"
+   @echo "   clean"
+   @echo "   surge-vst3"
+   @echo "   surge-lv2"
+   @echo ""
+   @echo "For more information, see 
https://github.com/premake/premake-core/wiki;
\ No newline at end of file

Added: surge/trunk/PKGBUILD
===
--- surge/trunk/PKGBUILD(rev 0)
+++ surge/trunk/PKGBUILD2020-04-10 21:51:07 UTC (rev 613187)
@@ -0,0 +1,90 @@
+# Maintainer: David Runge 
+
+_name=Surge
+pkgname=surge
+pkgver=1.6.6
+pkgrel=2
+pkgdesc="An Open Source Digital Synthesizer"
+arch=('x86_64')
+url="https://surge-synthesizer.github.io/;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio' 'vst3-plugins')
+depends=('cairo' 'fontconfig' 'gcc-libs' 'glibc' 'libx11' 'libxcb'
+'libxkbcommon-x11' 'xcb-util' 'xcb-util-cursor' 'xcb-util-image'
+'xcb-util-keysyms' 'xcb-util-renderutil' 'xdg-utils')
+makedepends=('cmake' 'freetype2' 'libsndfile' 'lv2' 'python')
+checkdepends=('lv2lint')
+replaces=('surge-synthesizer')
+source=("${pkgname}-${pkgver}.tgz::https://github.com/surge-synthesizer/releases/releases/download/${pkgver}/SurgeSrc_${pkgver}.tgz;
+"Makefile"
+"${pkgname}-lv2.make"
+"${pkgname}-vst3.make")
+sha512sums=('f212135b83a80e1b9501fbd22793a40c4ae57e6497a84a4547fe55ebc6e9a0aeb031e7e66bf31ae282342fd104afce4a8d06c04edfb9223dd0023d23f4bb464a'
+
'e9e7b8e244b6b642ccc581ffc59646c104f4c18d6e4aae115b3030f74d45aaf7ce381df7d75123dfddb17ebda5f38b11fc64f2f7cd0d724f9e0023255565539a'
+
'afba8b923e8d0d07452528f3cf702dfd36f8ba6dcff55063ee345fd5befc1c08a8688c072fbac5128d2db06f0e8a012f0ad2911d67a980cb2082fa3231cd0cec'
+
'dbc917b8f596c023a091cd4e496c38d6df2621a80600f4d0fe0cf1415517885348b43035cb1797908debed686704f652c2f0e77bbf0ed020d24cf1cc702ed442')
+validpgpkeys=()
+
+prepare() {
+  mv -v "$pkgname" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # adding Makefiles created with `premake5 --cc=gcc --os=linux gmake2`
+  # premake5 is still in alpha (premake-git)
+  # https://github.com/surge-synthesizer/surge/issues/1206
+  # https://github.com/premake/premake-core/issues/1423
+  ln -svf ../{Makefile,${pkgname}-{lv2,vst3}.make} .
+
+  # optional: move file, as bsdtar is run with C locale
+  # https://github.com/surge-synthesizer/surge/issues/1699
+  # mv -v resources/data/patches_factory/Monosynth/{µ,mu}computer.fxp
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # binaries and shared libs have executable stack:
+  # https://github.com/surge-synthesizer/surge/issues/1701
+  export LDFLAGS="${LDFLAGS},-z,noexecstack"
+  # build 

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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 21:42:51
  Author: archange
Revision: 613185

upgpkg: hdf5 1.12.0-1

Use new upstream configure switch for examples dir.

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 21:31:13 UTC (rev 613184)
+++ PKGBUILD2020-04-10 21:42:51 UTC (rev 613185)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Ronald van Haren 
 # Maintainer: Bruno Pagani 
 # Contributor: Stefan Husmann 
@@ -6,19 +5,19 @@
 # Contributor: Tom K 
 
 pkgname=hdf5
-pkgver=1.10.5
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="General purpose library and file format for storing scientific data"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.hdfgroup.org/hdf5;
-license=('custom')
-depends=('zlib' 'libaec' 'bash')
-makedepends=('cmake' 'time' 'gcc-fortran')
-replaces=('hdf5-cpp-fortran')
-provides=('hdf5-cpp-fortran')
-options=('staticlibs')
+license=(custom)
+depends=(zlib libaec bash)
+makedepends=(cmake time gcc-fortran)
+replaces=(hdf5-cpp-fortran)
+provides=(hdf5-cpp-fortran)
+options=(staticlibs)
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
-sha256sums=('68d6ea8843d2a106ec6a7828564c1689c7a85714a35d8efafa2fee20ca366f44')
+sha256sums=('97906268640a6e9ce0cde703d5a71c9ac3092eded729591279bf2e3ca9765f61')
 
 build() {
 # Crazy workaround: run CMake to generate pkg-config file
@@ -38,6 +37,7 @@
 ./configure \
 --prefix=/usr \
 --docdir=/usr/share/doc/hdf5/ \
+--with-examplesdir='${DESTDIR}/${prefix}/share/doc/hdf5/examples' \
 --enable-static \
 --disable-sharedlib-rpath \
 --enable-build-mode=production \
@@ -64,15 +64,8 @@
 
 package() {
 cd ${pkgname}-${pkgver/_/-}
-
 make DESTDIR="${pkgdir}" install
-
-# Move examples to a proper place
-install -dm755 "${pkgdir}"/usr/share/doc/${pkgname}
-mv "${pkgdir}"/usr/share/{hdf5_examples,doc/${pkgname}/examples}
-
 install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
 # Install pkg-config files from CMake tree
 install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp}-${pkgver}.pc -t 
"${pkgdir}"/usr/lib/pkgconfig/
 }


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 21:42:59
  Author: archange
Revision: 613186

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5/repos/community-staging-x86_64/
  hdf5/repos/community-staging-x86_64/PKGBUILD
(from rev 613185, hdf5/trunk/PKGBUILD)

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

Copied: hdf5/repos/community-staging-x86_64/PKGBUILD (from rev 613185, 
hdf5/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-10 21:42:59 UTC (rev 613186)
@@ -0,0 +1,71 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+
+pkgname=hdf5
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="General purpose library and file format for storing scientific data"
+arch=(x86_64)
+url="https://www.hdfgroup.org/hdf5;
+license=(custom)
+depends=(zlib libaec bash)
+makedepends=(cmake time gcc-fortran)
+replaces=(hdf5-cpp-fortran)
+provides=(hdf5-cpp-fortran)
+options=(staticlibs)
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2;)
+sha256sums=('97906268640a6e9ce0cde703d5a71c9ac3092eded729591279bf2e3ca9765f61')
+
+build() {
+# Crazy workaround: run CMake to generate pkg-config file
+mkdir -p build && cd build
+cmake ../${pkgname}-${pkgver/_/-} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DHDF5_BUILD_HL_LIB=ON \
+-DHDF5_BUILD_CPP_LIB=ON \
+-DHDF5_BUILD_FORTRAN=ON \
+-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_SUPPORT=ON \
+-DHDF5_ENABLE_SZIP_ENCODING=ON
+# But don’t build with it, it’s quite broken
+cd ../${pkgname}-${pkgver/_/-}
+./configure \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--with-examplesdir='${DESTDIR}/${prefix}/share/doc/hdf5/examples' \
+--enable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver/_/-}
+# Without this, checks are failing with messages like “error while loading 
shared libraries: libhdf5.so.101: cannot open shared object file: No such file 
or directory”
+export LD_LIBRARY_PATH="${srcdir}"/${pkgname}-${pkgver/_/-}/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/fortran/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/c++/src/.libs/
+export 
LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"${srcdir}"/${pkgname}-${pkgver/_/-}/hl/fortran/src/.libs/
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver/_/-}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+# Install pkg-config files from CMake tree
+install -Dm644 ../build/CMakeFiles/hdf5{,_hl}{,_cpp}-${pkgver}.pc -t 
"${pkgdir}"/usr/lib/pkgconfig/
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 21:31:08
  Author: archange
Revision: 613183

upgpkg: libressl 3.1.0-1

Modified:
  libressl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 21:06:00 UTC (rev 613182)
+++ PKGBUILD2020-04-10 21:31:08 UTC (rev 613183)
@@ -5,7 +5,7 @@
 # Contributor: kpcyrd 
 
 pkgname=libressl
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
 arch=(x86_64)
@@ -15,8 +15,7 @@
 optdepends=(ca-certificates)
 backup=(etc/libressl/openssl.cnf)
 
source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha512sums=('19226da3bc9776e1da40b8e94dfa53564d5e6acc80edee539ba12d7a75c1bb8c0603e7633f26a6ef8b12adc56bb677ccda448575aa6be2ad3df5447465a4b080'
-'SKIP')
+sha256sums=('f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6' 
'SKIP')
 validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

 
 prepare() {


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 21:31:13
  Author: archange
Revision: 613184

archrelease: copy trunk to community-staging-x86_64

Added:
  libressl/repos/community-staging-x86_64/
  libressl/repos/community-staging-x86_64/PKGBUILD
(from rev 613183, libressl/trunk/PKGBUILD)

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

Copied: libressl/repos/community-staging-x86_64/PKGBUILD (from rev 613183, 
libressl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-10 21:31:13 UTC (rev 613184)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
+arch=(x86_64)
+url="https://www.libressl.org/;
+license=(ISC custom:OpenSSL)
+depends=(glibc)
+optdepends=(ca-certificates)
+backup=(etc/libressl/openssl.cnf)
+source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
+sha256sums=('f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6' 
'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+autoreconf -vfi
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-openssldir=/etc/libressl \
+--libdir=/usr/lib/libressl \
+--includedir=/usr/include/libressl \
+--program-prefix "libressl-"
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+# Remove symlink man pages, that actually points to OpenSSL ones since the 
prefix is not accounted for
+for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
+do
+rm "${manlink}" ;
+done
+}


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 21:06:00
  Author: jelle
Revision: 613182

Remove python2 package

Modified:
  python-alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:59:16 UTC (rev 613181)
+++ PKGBUILD2020-04-10 21:06:00 UTC (rev 613182)
@@ -2,8 +2,7 @@
 # Contributor: googol 
 # Contributor: Oliver Mangold 
 
-pkgbase=python-alembic
-pkgname=('python-alembic' 'python2-alembic')
+pkgname=python-alembic
 pkgver=1.4.2
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
@@ -10,9 +9,9 @@
 url='https://bitbucket.org/zzzeek/alembic'
 arch=('any')
 license=('MIT')
-makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil'
- 'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 
'python2-editor' 'python2-dateutil')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+makedepends=('python-setuptools' 'python-mako' 'python-sqlalchemy' 
'python-editor' 'python-dateutil')
+checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
 
sha512sums=('82bdfe442c19033aa2b802ec49edd13ed265c00a2b5a048490a83ffa8e53587c56a90b64d554e746a9189923419c528482cb7a7c950c210e0de47b32fa7c270e'
 'SKIP')
@@ -20,19 +19,11 @@
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer 

 
-prepare() {
-  cp -a alembic-${pkgver}{,-py2}
-}
-
 build() {
   echo 'Building python...'
   (cd alembic-${pkgver}
 python setup.py build
   )
-  echo 'Building python2...'
-  (cd alembic-${pkgver}-py2
-python2 setup.py build
-  )
 }
 
 check() {
@@ -40,14 +31,9 @@
   (cd alembic-${pkgver}
 py.test
   )
-  echo 'Checking python2...'
-  (cd alembic-${pkgver}-py2
-py.test2
-  )
 }
 
-package_python-alembic() {
-  depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor' 
'python-dateutil')
+package() {
   cd alembic-${pkgver}
   python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
@@ -54,13 +40,4 @@
   install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
-package_python2-alembic() {
-  depends=('python2' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 
'python2-dateutil')
-  cd alembic-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/alembic"{,2}
-}
-
 # vim: ts=2 sw=2 et:


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:59:16
  Author: jelle
Revision: 613181

Remove python2 package

Modified:
  python-blist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:48 UTC (rev 613180)
+++ PKGBUILD2020-04-10 20:59:16 UTC (rev 613181)
@@ -2,8 +2,7 @@
 # Contributor: Aaron DeVore 
 # Contributor: Chris Baker 
 
-pkgbase=python-blist
-pkgname=('python-blist' 'python2-blist')
+pkgname=python-blist
 _pkgname=blist
 pkgver=1.3.6
 pkgrel=8
@@ -11,7 +10,8 @@
 url='http://stutzbachenterprises.com/blist'
 arch=('x86_64')
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/DanielStutzbach/blist/archive/v${pkgver}.tar.gz
 python3.7.patch)
 
sha512sums=('f46ded57aeb2a33fc5450420210d015aa37c2fc91034a771dfb1a184ef2655d8e5dc97bee61139059e6211569fcb7358f972071d3830733e9dbb8908e1b0e14c'
@@ -19,7 +19,6 @@
 
 prepare() {
   (cd $_pkgname-$pkgver; patch -p1 -i ../python3.7.patch)
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
 }
 
 build() {
@@ -26,9 +25,6 @@
   (cd ${_pkgname}-${pkgver}
 python setup.py build
   )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
 }
 
 check() {
@@ -35,13 +31,9 @@
   (cd ${_pkgname}-${pkgver}
 python setup.py test
   )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py test
-  )
 }
 
-package_python-blist() {
-  depends=('python')
+package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --skip-build -O1 --root="${pkgdir}"
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -48,12 +40,4 @@
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
-package_python2-blist() {
-  depends=('python2')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
 # vim: ts=2 sw=2 et:


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:48
  Author: spupykin
Revision: 613180

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 613179, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 613179, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   76 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:39 UTC (rev 613179)
+++ PKGBUILD2020-04-10 20:58:48 UTC (rev 613180)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
-   'xdebug.ini')
-sha256sums=('158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 613179, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:58:48 UTC (rev 613180)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.9.4
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+   'xdebug.ini')
+sha256sums=('fbe2f5990c2888093f0e0921f75004c47cba13368df94f290b4698193f6a7575'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2020-04-10 20:58:39 UTC (rev 613179)
+++ xdebug.ini  2020-04-10 20:58:48 UTC (rev 613180)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 613179, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2020-04-10 20:58:48 UTC (rev 613180)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:32
  Author: spupykin
Revision: 613178

archrelease: copy trunk to community-x86_64

Added:
  sniffit/repos/community-x86_64/PKGBUILD
(from rev 613177, sniffit/trunk/PKGBUILD)
Deleted:
  sniffit/repos/community-x86_64/PKGBUILD
  sniffit/repos/community-x86_64/sniffit-fix.patch

---+
 PKGBUILD  |   86 +---
 sniffit-fix.patch |  937 
 2 files changed, 36 insertions(+), 987 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:24 UTC (rev 613177)
+++ PKGBUILD2020-04-10 20:58:32 UTC (rev 613178)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Kessia 'even' Pinheiro 
-
-pkgname=sniffit
-pkgver=0.3.7.beta
-pkgrel=17
-pkgdesc="Very good packet sniffer for unix with ncurses interactive mode"
-arch=('x86_64')
-url="http://packages.ubuntu.com/source/sniffit;
-#seems the website are out, ubuntu have all sources
-#url=http://reptile.rug.ac.be/~coder/sniffit/sniffit.html;
-license=('BSD')
-depends=('ncurses' 'libpcap')
-makedepends=('libtool')
-source=("http://archive.ubuntu.com/ubuntu/pool/universe/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;
-   'sniffit-fix.patch')
-sha512sums=('b32d1f17d589ee1d1afc7986640a2b9f451cdb26ee2d077db1eaec1bb77ed3536a79bd25f915b3a40b7a279f9fc7855706150ec3a24f8937a152ac91b8d1'
-
'db2c29e3ccf58b661014294b6542b3642aeaaa5d64e0424b6a3d9c39243abd16ab2e07f08e1d82e4fc02076c83351bf1e856fc4e8daad6319b53fa43c44a6574')
-
-build() {
-  cd "${srcdir}"
-  patch -Np0 < "$srcdir"/sniffit-fix.patch
-
-  cd "${srcdir}/${pkgname}.${pkgver}"
-
-  rm -f config.sub config.guess
-  cp /usr/share/libtool/build-aux/config.{guess,sub} .
-
-  ./configure --prefix=/usr --no-recursion --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}.${pkgver}"
-  install -dm0755 -g root -o root "$pkgdir"/usr/{bin,share/licenses/${pkgname}}
-  install -Dm0744 -g root -o root sniffit "$pkgdir"/usr/bin/sniffit
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}
-
-  # docs
-  install -Dm0644 sniffit.5 "$pkgdir"/usr/share/man/man5/sniffit.5
-  install -Dm0644 sniffit.8 "$pkgdir"/usr/share/man/man8/sniffit.8
-
-  for i in BETA-TESTING PLUGIN-HOWTO README.FIRST sniffit-FAQ; do
-install -Dm0644 $i "$pkgdir"/usr/share/doc/sniffit/$i
-  done
-  for i in dns_plugin.plug dummy_plugin.plug sample_config_file; do
-install -Dm0644 $i "$pkgdir"/usr/share/doc/sniffit/examples/$i
-  done
-}

Copied: sniffit/repos/community-x86_64/PKGBUILD (from rev 613177, 
sniffit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:58:32 UTC (rev 613178)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Kessia 'even' Pinheiro 
+
+pkgname=sniffit
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Very good packet sniffer for unix with ncurses interactive mode"
+arch=('x86_64')
+url="https://packages.ubuntu.com/source/sniffit;
+#seems the website are out, ubuntu have all sources
+#url=http://reptile.rug.ac.be/~coder/sniffit/sniffit.html;
+license=('BSD')
+depends=('ncurses' 'libpcap')
+makedepends=('libtool')
+source=("http://archive.ubuntu.com/ubuntu/pool/universe/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;)
+sha512sums=('a31c39859ab308f3ad4bf2f32a61d0f419ed6ad5d1668efc79e996c4a99557e511fc0b36c21e30316cfa82217fb10fd16d4e3473f5f1fdd70cdeba959d643aab')
+
+build() {
+  cd "${srcdir}/sniffit-sniffit-${pkgver}"
+  test -x ./configure || ./autogen.sh
+  ./configure --prefix=/usr --no-recursion --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/sniffit-sniffit-${pkgver}"
+
+  make install DESTDIR="$pkgdir"
+
+  install -dm0755 -g root -o root "$pkgdir"/usr/share/licenses/${pkgname}
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}
+
+  install -dm0755 -g root -o root "$pkgdir"/usr/share/doc
+  cp -r docs "$pkgdir"/usr/share/doc/sniffit
+  cp -r examples "$pkgdir"/usr/share/doc/sniffit/examples
+}

Deleted: sniffit-fix.patch
===
--- sniffit-fix.patch   2020-04-10 20:58:24 UTC (rev 613177)
+++ sniffit-fix.patch   2020-04-10 20:58:32 UTC (rev 613178)
@@ -1,937 +0,0 @@
 sniffit.0.3.7.beta.orig/sniffit.5
-+++ sniffit.0.3.7.beta/sniffit.5
-@@ -122,7 +122,6 @@
-   a) Send by hosts '100.100.12.*'
-   b) Send from/to 100.100.12.2 (useless line)
-   c) deselecting all WWW packets on the subnet 
--.ni
- 
- .SH AUTHOR
- Brecht Claerhout 
 sniffit.0.3.7.beta.orig/sn_structs.h
-+++ sniffit.0.3.7.beta/sn_structs.h
-@@ -67,7 +67,7 @@
- struct snif_mask /* struct for mask */
-   {
-   _32_bit source_ip, destination_ip;
--  _32_bit short source_port, destination_port;
-+  _16_bit source_port, destination_port;
-   };
- 
- /* (packet 

[arch-commits] Commit in sniffit/trunk (PKGBUILD sniffit-fix.patch)

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:24
  Author: spupykin
Revision: 613177

upgpkg: sniffit 0.4.0-1

Modified:
  sniffit/trunk/PKGBUILD
Deleted:
  sniffit/trunk/sniffit-fix.patch

---+
 PKGBUILD  |   41 --
 sniffit-fix.patch |  937 
 2 files changed, 14 insertions(+), 964 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:17 UTC (rev 613176)
+++ PKGBUILD2020-04-10 20:58:24 UTC (rev 613177)
@@ -2,8 +2,8 @@
 # Maintainer: Kessia 'even' Pinheiro 
 
 pkgname=sniffit
-pkgver=0.3.7.beta
-pkgrel=17
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Very good packet sniffer for unix with ncurses interactive mode"
 arch=('x86_64')
 url="https://packages.ubuntu.com/source/sniffit;
@@ -12,38 +12,25 @@
 license=('BSD')
 depends=('ncurses' 'libpcap')
 makedepends=('libtool')
-source=("http://archive.ubuntu.com/ubuntu/pool/universe/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;
-   'sniffit-fix.patch')
-sha512sums=('b32d1f17d589ee1d1afc7986640a2b9f451cdb26ee2d077db1eaec1bb77ed3536a79bd25f915b3a40b7a279f9fc7855706150ec3a24f8937a152ac91b8d1'
-
'db2c29e3ccf58b661014294b6542b3642aeaaa5d64e0424b6a3d9c39243abd16ab2e07f08e1d82e4fc02076c83351bf1e856fc4e8daad6319b53fa43c44a6574')
+source=("http://archive.ubuntu.com/ubuntu/pool/universe/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;)
+sha512sums=('a31c39859ab308f3ad4bf2f32a61d0f419ed6ad5d1668efc79e996c4a99557e511fc0b36c21e30316cfa82217fb10fd16d4e3473f5f1fdd70cdeba959d643aab')
 
 build() {
-  cd "${srcdir}"
-  patch -Np0 < "$srcdir"/sniffit-fix.patch
-
-  cd "${srcdir}/${pkgname}.${pkgver}"
-
-  rm -f config.sub config.guess
-  cp /usr/share/libtool/build-aux/config.{guess,sub} .
-
+  cd "${srcdir}/sniffit-sniffit-${pkgver}"
+  test -x ./configure || ./autogen.sh
   ./configure --prefix=/usr --no-recursion --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}.${pkgver}"
-  install -dm0755 -g root -o root "$pkgdir"/usr/{bin,share/licenses/${pkgname}}
-  install -Dm0744 -g root -o root sniffit "$pkgdir"/usr/bin/sniffit
+  cd "${srcdir}/sniffit-sniffit-${pkgver}"
+
+  make install DESTDIR="$pkgdir"
+
+  install -dm0755 -g root -o root "$pkgdir"/usr/share/licenses/${pkgname}
   install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}
 
-  # docs
-  install -Dm0644 sniffit.5 "$pkgdir"/usr/share/man/man5/sniffit.5
-  install -Dm0644 sniffit.8 "$pkgdir"/usr/share/man/man8/sniffit.8
-
-  for i in BETA-TESTING PLUGIN-HOWTO README.FIRST sniffit-FAQ; do
-install -Dm0644 $i "$pkgdir"/usr/share/doc/sniffit/$i
-  done
-  for i in dns_plugin.plug dummy_plugin.plug sample_config_file; do
-install -Dm0644 $i "$pkgdir"/usr/share/doc/sniffit/examples/$i
-  done
+  install -dm0755 -g root -o root "$pkgdir"/usr/share/doc
+  cp -r docs "$pkgdir"/usr/share/doc/sniffit
+  cp -r examples "$pkgdir"/usr/share/doc/sniffit/examples
 }

Deleted: sniffit-fix.patch
===
--- sniffit-fix.patch   2020-04-10 20:58:17 UTC (rev 613176)
+++ sniffit-fix.patch   2020-04-10 20:58:24 UTC (rev 613177)
@@ -1,937 +0,0 @@
 sniffit.0.3.7.beta.orig/sniffit.5
-+++ sniffit.0.3.7.beta/sniffit.5
-@@ -122,7 +122,6 @@
-   a) Send by hosts '100.100.12.*'
-   b) Send from/to 100.100.12.2 (useless line)
-   c) deselecting all WWW packets on the subnet 
--.ni
- 
- .SH AUTHOR
- Brecht Claerhout 
 sniffit.0.3.7.beta.orig/sn_structs.h
-+++ sniffit.0.3.7.beta/sn_structs.h
-@@ -67,7 +67,7 @@
- struct snif_mask /* struct for mask */
-   {
-   _32_bit source_ip, destination_ip;
--  _32_bit short source_port, destination_port;
-+  _16_bit source_port, destination_port;
-   };
- 
- /* (packet generation) */
 sniffit.0.3.7.beta.orig/sniffit.0.3.7.c
-+++ sniffit.0.3.7.beta/sniffit.0.3.7.c
-@@ -48,15 +48,15 @@
- {
-   printf (
-  "usage: %s [-xdabvnN] [-P proto] [-A char] [-p port] [(-r|-R) 
recordfile]\n"
-- "   [-l sniflen] [-L logparam] [-F snifdevice] [-M plugin]\n"
-+ "   [-l sniflen] [-L logparam] [-F snifdevice] [-M plugin]\n",
-+ prog_name);
- #ifdef INCLUDE_INTERFACE
-- "   [-D tty]"
-+  printf ( "   [-D tty]"
-  " (-t | -s)"
-- " | (-i|-I) | -c]\n",
-+ " | (-i|-I) | -c]\n");
- #else
-- "   (-t | -s) | -c]\n",
-+  printf ( "   (-t | -s) | -c]\n");
- #endif
-- prog_name);
-   printf ("Plugins Available:\n");
- #ifdef PLUGIN0_NAME
-   printf ("0 -- %s\n", PLUGIN0_NAME);
 sniffit.0.3.7.beta.orig/sn_analyse.c
-+++ sniffit.0.3.7.beta/sn_analyse.c
-@@ -151,16 +151,18 @@
- {
- char workbuf1[MTU];
- char *wb_dummy;
-+char *p;
-+size_t len = info.DATA_len <= MTU-1 ? info.DATA_len : MTU-1;
- 
--strncpy(workbuf1,data,info.DATA_len);
--workbuf1[info.DATA_len]=0;
-+

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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:17
  Author: spupykin
Revision: 613176

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 613175, remmina/trunk/PKGBUILD)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:09 UTC (rev 613175)
+++ PKGBUILD2020-04-10 20:58:17 UTC (rev 613176)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="https://www.remmina.org/;
-license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto')
-optdepends=('freerdp: RDP plugin'
-'libsecret: Secret plugin'
-'libvncserver: VNC plugin'
-'libxkbfile: NX plugin'
-'nxproxy: NX plugin'
-'spice-gtk: Spice plugin'
-'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin'
-'gnome-terminal: external tools')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=ON .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 613175, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:58:17 UTC (rev 613176)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="https://www.remmina.org/;
+license=('GPL')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto')
+optdepends=('freerdp: RDP plugin'
+'libsecret: Secret plugin'
+'libvncserver: VNC plugin'
+'libxkbfile: NX plugin'
+'nxproxy: NX plugin'
+'spice-gtk: Spice plugin'
+'telepathy-glib: Telepathy plugin'
+'xorg-server-xephyr: XDMCP plugin'
+'gnome-terminal: external tools')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
+sha512sums=('821e6409624283965725fc8667018353968af6c8c3d0a053e485ee5a4a6cf3d038fdaa91baa3c4d829f6233bc81dbba047f49849df381b5cb818af07f4661477')
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=ON .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:39
  Author: spupykin
Revision: 613179

upgpkg: xdebug 2.9.4-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:32 UTC (rev 613178)
+++ PKGBUILD2020-04-10 20:58:39 UTC (rev 613179)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.9.2
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
'xdebug.ini')
-sha256sums=('158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69'
+sha256sums=('fbe2f5990c2888093f0e0921f75004c47cba13368df94f290b4698193f6a7575'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:09
  Author: spupykin
Revision: 613175

upgpkg: remmina 1:1.4.2-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:58:03 UTC (rev 613174)
+++ PKGBUILD2020-04-10 20:58:09 UTC (rev 613175)
@@ -2,8 +2,8 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
 url="https://www.remmina.org/;
@@ -23,7 +23,7 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
+sha512sums=('821e6409624283965725fc8667018353968af6c8c3d0a053e485ee5a4a6cf3d038fdaa91baa3c4d829f6233bc81dbba047f49849df381b5cb818af07f4661477')
 
 build() {
   cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:57:48
  Author: spupykin
Revision: 613172

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 613171, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 613171, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 613171, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 613171, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  152 ++---
 lxc-auto.service |   28 -
 lxc.service  |   26 -
 lxc.tmpfiles.d   |2 
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:57:36 UTC (rev 613171)
+++ PKGBUILD2020-04-10 20:57:48 UTC (rev 613172)
@@ -1,76 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('b3f3ae2c257ce7538db42a16622f7b9854871e98433d61f0641db3a8ddb2c3f4'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---enable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 613171, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:57:48 UTC (rev 613172)
@@ -0,0 +1,76 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
+   "lxc.tmpfiles.d"
+   "lxc.service"
+   "lxc-auto.service")

[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:58:03
  Author: spupykin
Revision: 613174

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 613173, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:57:55 UTC (rev 613173)
+++ PKGBUILD2020-04-10 20:58:03 UTC (rev 613174)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-epoch=1
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('b2599d581ccd14452b2dce3ce3ca8d5ed431a8be552552419d01113e780c8c58')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 613173, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:58:03 UTC (rev 613174)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('89ae16c9d0aec79a0ee78516479a17506b624debcc4d4cf50c36dd538cd2f29e')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:57:55
  Author: spupykin
Revision: 613173

upgpkg: nextcloud-app-calendar 1:2.0.3-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:57:48 UTC (rev 613172)
+++ PKGBUILD2020-04-10 20:57:55 UTC (rev 613173)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('b2599d581ccd14452b2dce3ce3ca8d5ed431a8be552552419d01113e780c8c58')
+sha256sums=('89ae16c9d0aec79a0ee78516479a17506b624debcc4d4cf50c36dd538cd2f29e')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:57:28
  Author: spupykin
Revision: 613170

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 613169, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 613169, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 613169, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2020-04-10 20:57:15 UTC (rev 613169)
+++ 0001-no-xlocale.patch   2020-04-10 20:57:28 UTC (rev 613170)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 613169, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2020-04-10 20:57:28 UTC (rev 613170)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2020-04-10 20:57:15 UTC (rev 613169)
+++ LICENSE 2020-04-10 20:57:28 UTC (rev 613170)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

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

2020-04-10 Thread Sergej Pupykin via arch-commits
Date: Friday, April 10, 2020 @ 20:57:36
  Author: spupykin
Revision: 613171

upgpkg: lxc 1:4.0.1-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:57:28 UTC (rev 613170)
+++ PKGBUILD2020-04-10 20:57:36 UTC (rev 613171)
@@ -6,8 +6,8 @@
 
 pkgname=lxc
 epoch=1
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org;
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('b3f3ae2c257ce7538db42a16622f7b9854871e98433d61f0641db3a8ddb2c3f4'
+sha256sums=('70bbaac1df097f32ee5493a5e67a52365f7cdda28529f40197d6160bbec4139d'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:50:46
  Author: jelle
Revision: 379960

upgpkg: python-geoip 1.3.2-8

Remove python2 module.

Modified:
  python-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:30:33 UTC (rev 379959)
+++ PKGBUILD2020-04-10 20:50:46 UTC (rev 379960)
@@ -1,43 +1,26 @@
 # Maintainer: Jan de Groot 
 # Contributor: Angel Velasquez 
 
-pkgbase=python-geoip
-pkgname=('python-geoip' 'python2-geoip')
+pkgname=python-geoip
 pkgver=1.3.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/GeoIP/;
 license=('LGPL')
-makedepends=('python' 'python2' 'geoip')
+depends=('python' 'geoip')
+makedepends=('python' 'geoip')
 source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
 md5sums=('6d1a82798b9f5f8448fca50296d974ba')
 
-prepare() {
-  cp -a "GeoIP-$pkgver"{,-py2}
-}
-
 build() {
   cd "GeoIP-$pkgver"
   python setup.py build
-
-  cd "../GeoIP-$pkgver-py2"
-  python2 setup.py build
 }
 
 package_python-geoip() {
-  depends=('python' 'geoip')
-
   cd "GeoIP-$pkgver"
   python setup.py install --root="$pkgdir" -O1
 }
 
-package_python2-geoip() {
-  depends=('python2' 'geoip')
-  conflicts=('python-geoip<1.2.8')
-
-  cd "GeoIP-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:50:53
  Author: jelle
Revision: 379961

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:50:46 UTC (rev 379960)
+++ PKGBUILD2020-04-10 20:50:53 UTC (rev 379961)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Angel Velasquez 
-
-pkgbase=python-geoip
-pkgname=('python-geoip' 'python2-geoip')
-pkgver=1.3.2
-pkgrel=7
-pkgdesc="Python bindings for the GeoIP IP-to-country resolver library"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/GeoIP/;
-license=('LGPL')
-makedepends=('python' 'python2' 'geoip')
-source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
-md5sums=('6d1a82798b9f5f8448fca50296d974ba')
-
-prepare() {
-  cp -a "GeoIP-$pkgver"{,-py2}
-}
-
-build() {
-  cd "GeoIP-$pkgver"
-  python setup.py build
-
-  cd "../GeoIP-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-geoip() {
-  depends=('python' 'geoip')
-
-  cd "GeoIP-$pkgver"
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-geoip() {
-  depends=('python2' 'geoip')
-  conflicts=('python-geoip<1.2.8')
-
-  cd "GeoIP-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-geoip/repos/extra-x86_64/PKGBUILD (from rev 379960, 
python-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:50:53 UTC (rev 379961)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+# Contributor: Angel Velasquez 
+
+pkgname=python-geoip
+pkgver=1.3.2
+pkgrel=8
+pkgdesc="Python bindings for the GeoIP IP-to-country resolver library"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/GeoIP/;
+license=('LGPL')
+depends=('python' 'geoip')
+makedepends=('python' 'geoip')
+source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
+md5sums=('6d1a82798b9f5f8448fca50296d974ba')
+
+build() {
+  cd "GeoIP-$pkgver"
+  python setup.py build
+}
+
+package_python-geoip() {
+  cd "GeoIP-$pkgver"
+  python setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:42:16
  Author: jelle
Revision: 613167

upgpkg: python-flexmock 0.10.4-4

Remove python2 module

Modified:
  python-flexmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 20:35:45 UTC (rev 613166)
+++ PKGBUILD2020-04-10 20:42:16 UTC (rev 613167)
@@ -1,15 +1,15 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-flexmock
-pkgname=('python-flexmock' 'python2-flexmock')
+pkgname=python-flexmock
 pkgver=0.10.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Mock/Stub/Spy library for Python"
 arch=('any')
 license=('BSD')
 url="https://has207.github.com/flexmock;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/bkabrda/flexmock/archive/$pkgver.tar.gz;)
 
sha512sums=('96d3af9625b1dbd987b291c7ed26a77476f54fe4548d16ad70adeefc0093f51a3b47d8b3fb4339611dfadd8b2d55a1bc734e70bc093683192f1f351badf08553')
 
@@ -18,27 +18,15 @@
 build() {
   cd "$srcdir"/flexmock-$pkgver
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/flexmock-$pkgver
   python setup.py pytest
-  python2 setup.py pytest
 }
 
-package_python-flexmock() {
-  depends=('python')
-
+package() {
   cd flexmock-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-flexmock() {
-  depends=('python2')
-
-  cd flexmock-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:42:22
  Author: jelle
Revision: 613168

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:42:16 UTC (rev 613167)
+++ PKGBUILD2020-04-10 20:42:22 UTC (rev 613168)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-flexmock
-pkgname=('python-flexmock' 'python2-flexmock')
-pkgver=0.10.4
-pkgrel=3
-pkgdesc="Mock/Stub/Spy library for Python"
-arch=('any')
-license=('BSD')
-url="https://has207.github.com/flexmock;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/bkabrda/flexmock/archive/$pkgver.tar.gz;)
-sha512sums=('96d3af9625b1dbd987b291c7ed26a77476f54fe4548d16ad70adeefc0093f51a3b47d8b3fb4339611dfadd8b2d55a1bc734e70bc093683192f1f351badf08553')
-
-export LC_CTYPE=en_US.UTF-8
-
-build() {
-  cd "$srcdir"/flexmock-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flexmock-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-flexmock() {
-  depends=('python')
-
-  cd flexmock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flexmock() {
-  depends=('python2')
-
-  cd flexmock-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flexmock/repos/community-any/PKGBUILD (from rev 613167, 
python-flexmock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:42:22 UTC (rev 613168)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flexmock
+pkgver=0.10.4
+pkgrel=4
+pkgdesc="Mock/Stub/Spy library for Python"
+arch=('any')
+license=('BSD')
+url="https://has207.github.com/flexmock;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/bkabrda/flexmock/archive/$pkgver.tar.gz;)
+sha512sums=('96d3af9625b1dbd987b291c7ed26a77476f54fe4548d16ad70adeefc0093f51a3b47d8b3fb4339611dfadd8b2d55a1bc734e70bc093683192f1f351badf08553')
+
+export LC_CTYPE=en_US.UTF-8
+
+build() {
+  cd "$srcdir"/flexmock-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/flexmock-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flexmock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:35:35
  Author: jelle
Revision: 613165

upgpkg: python-pathtools 0.1.2-7

Remove python2 package

Modified:
  python-pathtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 19:42:30 UTC (rev 613164)
+++ PKGBUILD2020-04-10 20:35:35 UTC (rev 613165)
@@ -1,43 +1,27 @@
 # Maintainer: Felix Yan 
 # Contributor: Francois Boulogne 
 
-pkgname=('python-pathtools' 'python2-pathtools')
+pkgname=python-pathtools
 pkgver=0.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Pattern matching and various utilities for file systems paths"
 arch=('any')
 url="https://pypi.python.org/pypi/pathtools/;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=(https://pypi.python.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz)
 sha256sums=('7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0')
 
-prepare() {
-  cp -a pathtools-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir/pathtools-$pkgver"
+  cd "pathtools-$pkgver"
   python setup.py build
-
-  cd "$srcdir/pathtools-$pkgver-py2"
-  python2 setup.py build
 }
 
-package_python-pathtools() {
-  depends=('python')
-
-  cd "$srcdir/pathtools-$pkgver"
+package() {
+  cd "pathtools-$pkgver"
   python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-pathtools() {
-  depends=('python2')
-
-  cd "$srcdir/pathtools-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
 # vim:ts=2:sw=2:et:


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 20:35:45
  Author: jelle
Revision: 613166

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 20:35:35 UTC (rev 613165)
+++ PKGBUILD2020-04-10 20:35:45 UTC (rev 613166)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=('python-pathtools' 'python2-pathtools')
-pkgver=0.1.2
-pkgrel=6
-pkgdesc="Pattern matching and various utilities for file systems paths"
-arch=('any')
-url="https://pypi.python.org/pypi/pathtools/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz)
-sha256sums=('7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0')
-
-prepare() {
-  cp -a pathtools-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/pathtools-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pathtools-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-pathtools() {
-  depends=('python')
-
-  cd "$srcdir/pathtools-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pathtools() {
-  depends=('python2')
-
-  cd "$srcdir/pathtools-$pkgver-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-pathtools/repos/community-any/PKGBUILD (from rev 613165, 
python-pathtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 20:35:45 UTC (rev 613166)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=python-pathtools
+pkgver=0.1.2
+pkgrel=7
+pkgdesc="Pattern matching and various utilities for file systems paths"
+arch=('any')
+url="https://pypi.python.org/pypi/pathtools/;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://pypi.python.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz)
+sha256sums=('7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0')
+
+build() {
+  cd "pathtools-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "pathtools-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:ts=2:sw=2:et:


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 19:42:30
  Author: polyzen
Revision: 613164

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 19:42:08 UTC (rev 613163)
+++ PKGBUILD2020-04-10 19:42:30 UTC (rev 613164)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('imagemagick' 'librsvg'
-#  'python-html5lib'
-#  'python-pytest'
-#  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('6a099e6faffdc3ceba99ca8c2d09982d43022245e409249375edf111caf79ed3'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-# https://github.com/sphinx-doc/sphinx/issues/6777
-#check() {
-#  cd Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make test
-#  rm -r tests
-#}
-
-package() {
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 613163, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 19:42:30 UTC (rev 613164)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+#checkdepends=('cython'
+#  'imagemagick' 'librsvg'
+#  'python-html5lib'
+#  'python-pytest'
+#  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('50972d83b78990fd61d0d3fe8620814cae53db29443e92c13661bc43dff46ec8'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+#check() {
+#  cd Sphinx-$pkgver
+#  LC_ALL="en_US.UTF-8" make test
+#  rm -r tests
+#}
+
+package() {
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 19:42:08
  Author: polyzen
Revision: 613163

upgpkg: python-sphinx 3.0.1-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 19:33:19 UTC (rev 613162)
+++ PKGBUILD2020-04-10 19:42:08 UTC (rev 613163)
@@ -5,7 +5,7 @@
 # Contributor: Fabio Volpe 
 
 pkgname=python-sphinx
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
@@ -21,7 +21,8 @@
  'python-snowballstemmer'
  'python-sphinx-alabaster-theme'
  
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('imagemagick' 'librsvg'
+#checkdepends=('cython'
+#  'imagemagick' 'librsvg'
 #  'python-html5lib'
 #  'python-pytest'
 #  'texlive-fontsextra' 'texlive-latexextra')
@@ -28,7 +29,7 @@
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('6a099e6faffdc3ceba99ca8c2d09982d43022245e409249375edf111caf79ed3'
+sha256sums=('50972d83b78990fd61d0d3fe8620814cae53db29443e92c13661bc43dff46ec8'
 'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
@@ -38,7 +39,6 @@
   make build
 }
 
-# https://github.com/sphinx-doc/sphinx/issues/6777
 #check() {
 #  cd Sphinx-$pkgver
 #  LC_ALL="en_US.UTF-8" make test


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:33:19
  Author: jelle
Revision: 613162

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 613161, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 613161, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 613161, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

-+
 PKGBUILD|   94 +++---
 mosquitto.service   |   36 -
 sysusers_mosquitto.conf |2 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 19:33:11 UTC (rev 613161)
+++ PKGBUILD2020-04-10 19:33:19 UTC (rev 613162)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.6.9
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('x86_64')
-url="https://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
-"$pkgname.service"
-"sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f6c1685'
-'SKIP'
-'539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 613161, 
mosquitto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 19:33:19 UTC (rev 613162)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.6.9
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('x86_64')
+url="https://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+"$pkgname.service"
+"sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f6c1685'
+'SKIP'
+'539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+
+  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}

Deleted: mosquitto.service
===
--- mosquitto.service   2020-04-10 19:33:11 UTC (rev 613161)
+++ mosquitto.service   2020-04-10 19:33:19 UTC (rev 613162)
@@ -1,18 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-User=mosquitto
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-NoNewPrivileges=yes
-ProtectSystem=full
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-

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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:33:11
  Author: jelle
Revision: 613161

upgpkg: mosquitto 1.6.9-2

libwebsockets 4.0 rebuild.

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 19:32:00 UTC (rev 613160)
+++ PKGBUILD2020-04-10 19:33:11 UTC (rev 613161)
@@ -4,7 +4,7 @@
 
 pkgname=mosquitto
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('x86_64')
 url="https://mosquitto.org/;


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:31:52
  Author: jelle
Revision: 613159

upgpkg: csound 6.14.0-2

libwebsockets 4 rebuild

Modified:
  csound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 19:31:35 UTC (rev 613158)
+++ PKGBUILD2020-04-10 19:31:52 UTC (rev 613159)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com;
@@ -15,7 +15,7 @@
 # gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
 makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
 'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
-'libsamplerate' 'libsndfile' 'libwebsockets' 'link' 'llvm' 'lua' 'openssl'
+'libsamplerate' 'libsndfile' 'libwebsockets' 'abletonlink' 'llvm' 'lua' 
'openssl'
 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
 checkdepends=('cunit')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:32:00
  Author: jelle
Revision: 613160

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 613159, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 613159, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  214 ++--
 csound.sh |6 -
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 19:31:52 UTC (rev 613159)
+++ PKGBUILD2020-04-10 19:32:00 UTC (rev 613160)
@@ -1,107 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.14.0
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com;
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
-'libsamplerate' 'libsndfile' 'libwebsockets' 'link' 'llvm' 'lua' 'openssl'
-'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
-checkdepends=('cunit')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz;
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip;
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip;)
-sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b'
-
'55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d')
-
-prepare() {
-  # fix file permissions in html manual
-  find html/ -type f -exec chmod -c 644 {} \;
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  # the python plugin is not python3 compatible: 
https://github.com/csound/csound/issues/631
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  make test -C build
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so')
-  optdepends=('alsa-lib: for librtalsa plugin'
-  'csound-doc: for the canonical Csound Reference Manual'
-  'csoundqt: for frontend/ editor with integrated help'
-  'fltk: for libvirtual and libwidgets plugins'
-  'hdf5: for hdf5ops plugin'
-  'java-runtime: java integration'
-  'libfaust.so: for libfaustcsound plugin'
-  'libfluidsynth.so: for libfluidOpcodes plugin'
-  'libjack.so: for libjacko, librtjack and libjackTransport 
plugins'
-  'liblo.so: for libosc plugin'
-  'libncursesw.so: for libfaustcsound plugin'
-  'libpng: for libimage plugin'
-  'libportmidi.so: for libpmidi plugin'
-  'libportaudio.so: for librtpa plugin'
-  'libpulse: for librtpulse plugin'
-  'libstk.so: for libstkops plugin'
-  'libwebsockets: for libwebsocketIO plugin'
-  'libwiiuse.so: for libwiimote plugin'
-  'libx11: for libwidgets plugin'
-  'lua: for LUA integration'
-  'openssl: for libfaustcsound plugin'
-  'vim-csound: vim integration'
-  'zlib: for 

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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:31:25
  Author: jelle
Revision: 613157

upgpkg: libwebsockets 4.0.1-1

Upstream update

Modified:
  libwebsockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 18:58:51 UTC (rev 613156)
+++ PKGBUILD2020-04-10 19:31:25 UTC (rev 613157)
@@ -2,31 +2,51 @@
 # Contributor: Jingbei Li 
 
 pkgname=libwebsockets
-pkgver=3.2.2
-pkgrel=3
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
 url="https://libwebsockets.org;
-depends=('openssl' 'libcap' 'libuv')
+depends=('openssl' 'libcap' 'libuv' 'libev')
 makedepends=('cmake')
 license=('LGPL')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha256sums=('166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c')
+sha256sums=('5b10ee0841a14303045617141370d5794b859b399084325c932dc0c03bf04c4b')
 
 build() {
   cd "$pkgname-$pkgver"
 
   mkdir build && cd build
-  # http2 support -DLWS_WITH_HTTP2=1
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DLWS_WITH_STATIC=OFF \
--DLWS_LINK_TESTAPPS_DYNAMIC=ON \
--DLWS_UNIX_SOCK=ON \
--DLWS_WITH_LIBUV=ON \
--DLWS_IPV6=ON \
+  cmake \
+-D CMAKE_INSTALL_PREFIX:PATH=/usr \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_USE_BUNDLED_ZLIB=OFF \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
 ..
-#-DLWS_WITHOUT_TEST_SERVER=ON \  # Disable certificate generation
   make
 }
 


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

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:31:35
  Author: jelle
Revision: 613158

archrelease: copy trunk to community-x86_64

Added:
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 613157, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 19:31:25 UTC (rev 613157)
+++ PKGBUILD2020-04-10 19:31:35 UTC (rev 613158)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=3.2.2
-pkgrel=3
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-depends=('openssl' 'libcap' 'libuv')
-makedepends=('cmake')
-license=('LGPL')
-source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
-sha256sums=('166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  mkdir build && cd build
-  # http2 support -DLWS_WITH_HTTP2=1
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DLWS_WITH_STATIC=OFF \
--DLWS_LINK_TESTAPPS_DYNAMIC=ON \
--DLWS_UNIX_SOCK=ON \
--DLWS_WITH_LIBUV=ON \
--DLWS_IPV6=ON \
-..
-#-DLWS_WITHOUT_TEST_SERVER=ON \  # Disable certificate generation
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 613157, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 19:31:35 UTC (rev 613158)
@@ -0,0 +1,59 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+depends=('openssl' 'libcap' 'libuv' 'libev')
+makedepends=('cmake')
+license=('LGPL')
+source=($pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz)
+sha256sums=('5b10ee0841a14303045617141370d5794b859b399084325c932dc0c03bf04c4b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake \
+-D CMAKE_INSTALL_PREFIX:PATH=/usr \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_USE_BUNDLED_ZLIB=OFF \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 18:58:51
  Author: polyzen
Revision: 613156

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:58:28 UTC (rev 613155)
+++ PKGBUILD2020-04-10 18:58:51 UTC (rev 613156)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=backcall
-pkgname=python-backcall
-pkgver=0.1.0
-pkgrel=3
-pkgdesc='Backwards compatible callback APIs'
-arch=('any')
-url=https://github.com/takluyver/backcall
-license=('BSD')
-depends=('python')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
-"$url/blob/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE")
-sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
-'d2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  mkdir -p temp
-  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
tests/test_callback_prototypes.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname ../LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-backcall/repos/community-any/PKGBUILD (from rev 613155, 
python-backcall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:58:51 UTC (rev 613156)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+
+_name=backcall
+pkgname=python-backcall
+pkgver=0.1.0
+pkgrel=4
+pkgdesc='Backwards compatible callback APIs'
+arch=('any')
+url=https://github.com/takluyver/backcall
+license=('BSD')
+depends=('python')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
+
"$_name-8eb45a77-LICENSE::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
+sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
+'d422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
tests/test_callback_prototypes.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 ../$_name-8eb45a77-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Daniel M. Capella via arch-commits
Date: Friday, April 10, 2020 @ 18:58:28
  Author: polyzen
Revision: 613155

upgpkg: python-backcall 0.1.0-4 Fix license

Fixes FS#66193

Modified:
  python-backcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
+++ PKGBUILD2020-04-10 18:58:28 UTC (rev 613155)
@@ -3,7 +3,7 @@
 _name=backcall
 pkgname=python-backcall
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Backwards compatible callback APIs'
 arch=('any')
 url=https://github.com/takluyver/backcall
@@ -10,9 +10,9 @@
 license=('BSD')
 depends=('python')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
-"$url/blob/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE")
+
"$_name-8eb45a77-LICENSE::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
 sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
-'d2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5')
+'d422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
 
 build() {
   cd $_name-$pkgver
@@ -30,7 +30,7 @@
 package() {
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname ../LICENSE
+  install -Dm644 ../$_name-8eb45a77-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:49
  Author: archange
Revision: 613153

FS#65814

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
+++ PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd;
@@ -29,10 +29,17 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf'
 'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
 arch-meson -D b_lto=false ../build


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:56:54
  Author: archange
Revision: 613154

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 613153, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:56:49 UTC (rev 613153)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.9
-pkgrel=1
-pkgdesc="Simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd;
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'udisks2: UEFI firmware upgrade support'
-)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 613153, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:56:54 UTC (rev 613154)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.9
+pkgrel=2
+pkgdesc="Simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd;
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
+sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 
'SKIP'
+'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:48:25
  Author: archange
Revision: 613152

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 613151, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:17 UTC (rev 613151)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
-# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
-  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
-  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
-  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-
-build() {
-cmake -S keepassxc-$pkgver -B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_XC_ALL=ON \
--DWITH_XC_UPDATECHECK=OFF
-cmake --build build
-}
-
-check() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 613151, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+cmake -S keepassxc-$pkgver -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_XC_ALL=ON \
+-DWITH_XC_UPDATECHECK=OFF
+cmake --build build
+}
+
+check() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:48:17
  Author: archange
Revision: 613151

upgpkg: keepassxc 2.5.4-2

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
+++ PKGBUILD2020-04-10 18:48:17 UTC (rev 613151)
@@ -3,7 +3,7 @@
 
 pkgname=keepassxc
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/;
@@ -11,6 +11,7 @@
 depends=(argon2 curl libgcrypt libsodium libxtst qrencode
  qt5-svg qt5-x11extras quazip yubikey-personalization)
 makedepends=(cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
 provides=(org.freedesktop.secrets)
 
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
 sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:18
  Author: felixonmars
Revision: 613149

upgpkg: v2ray-geoip 202004080001-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
+++ PKGBUILD2020-04-10 17:38:18 UTC (rev 613149)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202004010001
+pkgver=202004080001
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('e8d5ad0b2f305379c369ba60db4133be27e2c68ab1c2c102f2bb464407edc368551418a0998be793bb2483f774363917bd2fc4e615e1539c0685eaee922eb67d')
+sha512sums=('cfd82095d2fdaa810e4fef3544058aeba090863666f2d48d31d3b111c5723f4fe486b8bb012755984a0c8e4d42d50066002c64be5f8b0b2bf80c943b2e1d6b58')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:27
  Author: felixonmars
Revision: 613150

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 613149, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:38:18 UTC (rev 613149)
+++ PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202004010001
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('e8d5ad0b2f305379c369ba60db4133be27e2c68ab1c2c102f2bb464407edc368551418a0998be793bb2483f774363917bd2fc4e615e1539c0685eaee922eb67d')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 613149, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:38:27 UTC (rev 613150)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202004080001
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('cfd82095d2fdaa810e4fef3544058aeba090863666f2d48d31d3b111c5723f4fe486b8bb012755984a0c8e4d42d50066002c64be5f8b0b2bf80c943b2e1d6b58')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:38:09
  Author: felixonmars
Revision: 613148

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 613147, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:37:59 UTC (rev 613147)
+++ PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202004080001
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('8b18975255c1dd966bab29ad680998b2aca10e70c00ec95b5eccabe90eb508a882afcadc12733eeb87dc121bd7e1fed16932622ae88c19d8b94de0906f57823c')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
613147, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:38:09 UTC (rev 613148)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202004101201
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('b51f1b4fdac0b8e379a904ce295db29b0ed58709fd85464eb83e4d2b43ea39067bec5d475d685fa0a7e0da6ae6da35b7c18bb3cf0fe8085c5df5114a03e63119')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:37:59
  Author: felixonmars
Revision: 613147

upgpkg: v2ray-domain-list-community 202004101201-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
+++ PKGBUILD2020-04-10 17:37:59 UTC (rev 613147)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202004080001
+pkgver=202004101201
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('8b18975255c1dd966bab29ad680998b2aca10e70c00ec95b5eccabe90eb508a882afcadc12733eeb87dc121bd7e1fed16932622ae88c19d8b94de0906f57823c')
+sha512sums=('b51f1b4fdac0b8e379a904ce295db29b0ed58709fd85464eb83e4d2b43ea39067bec5d475d685fa0a7e0da6ae6da35b7c18bb3cf0fe8085c5df5114a03e63119')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in nodejs-lts-erbium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 17:19:45
  Author: archange
Revision: 613146

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD
(from rev 613145, nodejs-lts-erbium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:19:37 UTC (rev 613145)
+++ PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Felix Yan 
-
-pkgname=nodejs-lts-erbium
-pkgver=12.16.1
-pkgrel=1
-pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
-arch=(x86_64)
-url="https://nodejs.org/;
-license=(MIT)
-depends=(openssl zlib icu libuv c-ares libnghttp2) # http-parser
-makedepends=(python2 procps-ng)
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(0a95845ba02c46102b5671d0c5732460073f2d397488337e18d1fc30146d412d)
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

-
-prepare() {
-  cd node-v${pkgver}
-
-  echo 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-#--shared-http-parser \
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test
-}
-
-package() {
-  cd node-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-erbium/repos/community-x86_64/PKGBUILD (from rev 613145, 
nodejs-lts-erbium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:19:45 UTC (rev 613146)
@@ -0,0 +1,71 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Felix Yan 
+
+pkgname=nodejs-lts-erbium
+pkgver=12.16.2
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
+arch=(x86_64)
+url="https://nodejs.org/;
+license=(MIT)
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
+makedepends=(python2 procps-ng)
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
+sha256sums=(555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

+
+prepare() {
+  cd node-v${pkgver}
+
+  echo 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-brotli \
+--shared-nghttp2
+#--shared-http-parser \
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # https://github.com/nodejs/node/issues/32765
+  sed -i 

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

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 17:19:37
  Author: archange
Revision: 613145

upgpkg: nodejs-lts-erbium 12.16.2-1

Upstream made it possible to build against system brotli.
But they borked the test suite in the linting part.

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
+++ PKGBUILD2020-04-10 17:19:37 UTC (rev 613145)
@@ -2,13 +2,13 @@
 # Contributor: Felix Yan 
 
 pkgname=nodejs-lts-erbium
-pkgver=12.16.1
+pkgver=12.16.2
 pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
 url="https://nodejs.org/;
 license=(MIT)
-depends=(openssl zlib icu libuv c-ares libnghttp2) # http-parser
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
 makedepends=(python2 procps-ng)
 optdepends=('npm: nodejs package manager')
 provides=("nodejs=$pkgver")
@@ -15,7 +15,7 @@
 conflicts=(nodejs)
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(0a95845ba02c46102b5671d0c5732460073f2d397488337e18d1fc30146d412d)
+sha256sums=(555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

@@ -50,6 +50,7 @@
 --shared-libuv \
 --experimental-http-parser \
 --shared-cares \
+--shared-brotli \
 --shared-nghttp2
 #--shared-http-parser \
 
@@ -58,6 +59,8 @@
 
 check() {
   cd node-v${pkgver}
+  # https://github.com/nodejs/node/issues/32765
+  sed -i '/\$(MAKE) -s test-doc/d' Makefile
   make test
 }
 


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:12:01
  Author: felixonmars
Revision: 613144

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:11:51 UTC (rev 613143)
+++ PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200405
-_commit=9fddad88783f71b75ffde1db0592bf2c9746fbd6
-_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=('7466fc0604bc8d1f164819da7f73791de63ed4116d59b14d780ec3d7bfb2326bac86da5232732df0b2ff31309f654568c5b4703d149396a1212a9a9e88608574'
-
'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 613143, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:12:01 UTC (rev 613144)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200410
+_commit=64095473d2c546b0bc9754a34480a2c0f3dcca2b
+_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=('9054456ef3946efbf56632cad0312b2ac7e04b4c7f25eebca7ac25d27a4b1c9d23bea1d70822dc317fc8e54f5e4df35f247eebd0bcc9047f4089ff8d44b7ffc0'
+
'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 fcitx5/trunk (PKGBUILD)

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 17:11:51
  Author: felixonmars
Revision: 613143

upgpkg: fcitx5 0.0.0.20200410-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
+++ PKGBUILD2020-04-10 17:11:51 UTC (rev 613143)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=0.0.0.20200405
-_commit=9fddad88783f71b75ffde1db0592bf2c9746fbd6
+pkgver=0.0.0.20200410
+_commit=64095473d2c546b0bc9754a34480a2c0f3dcca2b
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
@@ -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=('7466fc0604bc8d1f164819da7f73791de63ed4116d59b14d780ec3d7bfb2326bac86da5232732df0b2ff31309f654568c5b4703d149396a1212a9a9e88608574'
+sha512sums=('9054456ef3946efbf56632cad0312b2ac7e04b4c7f25eebca7ac25d27a4b1c9d23bea1d70822dc317fc8e54f5e4df35f247eebd0bcc9047f4089ff8d44b7ffc0'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


[arch-commits] Commit in nds32le-elf-newlib/repos/community-any (PKGBUILD PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 17:08:48
  Author: ffy00
Revision: 613142

archrelease: copy trunk to community-any

Added:
  nds32le-elf-newlib/repos/community-any/PKGBUILD
(from rev 613141, nds32le-elf-newlib/trunk/PKGBUILD)
Deleted:
  nds32le-elf-newlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:06:50 UTC (rev 613141)
+++ PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
@@ -1,78 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=nds32le-elf
-pkgname=$_target-newlib
-pkgver=3.3.0
-pkgrel=1
-_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
-arch=(any)
-url='https://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  cd "$srcdir"/build-newlib
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---enable-newlib-io-long-long \
---enable-newlib-io-c99-formats \
---enable-newlib-register-fini \
---enable-newlib-retargetable-locking \
---disable-newlib-supplied-syscalls \
---disable-nls
-  make
-
-  cd "$srcdir"/build-nano
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---enable-newlib-reent-small \
---enable-newlib-retargetable-locking \
---disable-newlib-fvwrite-in-streamio \
---disable-newlib-fseek-optimization \
---disable-newlib-wide-orient \
---enable-newlib-nano-malloc \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit \
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io \
---disable-nls
-  make
-}
-
-package() {
-  cd "$srcdir"/build-nano
-
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
-  install -d "$pkgdir"/usr/$_target/include/newlib-nano
-  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
-
-  cd "$srcdir"/build-newlib
-
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
-}
-

Copied: nds32le-elf-newlib/repos/community-any/PKGBUILD (from rev 613141, 
nds32le-elf-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 17:08:48 UTC (rev 613142)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+ 

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

2020-04-10 Thread Maxime Gauduin via arch-commits
Date: Friday, April 10, 2020 @ 17:06:50
  Author: alucryd
Revision: 613141

archrelease: copy trunk to community-testing-x86_64

Added:
  emby-server/repos/community-testing-x86_64/PKGBUILD
(from rev 613140, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
(from rev 613140, emby-server/trunk/Permission_to_distribute.mbox)
  emby-server/repos/community-testing-x86_64/emby-server
(from rev 613140, emby-server/trunk/emby-server)
  emby-server/repos/community-testing-x86_64/emby-server.conf
(from rev 613140, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-testing-x86_64/emby-server.install
(from rev 613140, emby-server/trunk/emby-server.install)
  emby-server/repos/community-testing-x86_64/emby-server.service
(from rev 613140, emby-server/trunk/emby-server.service)
  emby-server/repos/community-testing-x86_64/license.docx
(from rev 613140, emby-server/trunk/license.docx)
Deleted:
  emby-server/repos/community-testing-x86_64/PKGBUILD
  emby-server/repos/community-testing-x86_64/Permission_to_distribute.mbox
  emby-server/repos/community-testing-x86_64/emby-server
  emby-server/repos/community-testing-x86_64/emby-server.conf
  emby-server/repos/community-testing-x86_64/emby-server.install
  emby-server/repos/community-testing-x86_64/emby-server.service
  emby-server/repos/community-testing-x86_64/license.docx

---+
 PKGBUILD  |  262 
 Permission_to_distribute.mbox |  162 
 emby-server   |   20 +--
 emby-server.conf  |   10 -
 emby-server.install   |   18 +-
 emby-server.service   |   52 +++
 6 files changed, 262 insertions(+), 262 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 17:06:37 UTC (rev 613140)
+++ PKGBUILD2020-04-10 17:06:50 UTC (rev 613141)
@@ -1,131 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=4.4.1.0
-_ffmpeg_ver=2020_02_24
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=(x86_64)
-url=https://emby.media
-license=(custom)
-depends=(
-  alsa-lib
-  aom
-  bzip2
-  dotnet-runtime
-  expat
-  fontconfig
-  fribidi
-  glibc
-  gmp
-  gnutls
-  lame
-  libass.so
-  libdav1d.so
-  libdrm
-  libfreetype.so
-  libjpeg-turbo
-  libmfx
-  libpng
-  libtheora
-  libva-drm.so
-  libva.so
-  libvorbisenc.so
-  libvorbis.so
-  libwebp
-  libx264.so
-  opus
-  skia-sharp
-  sqlite
-  zlib
-  zvbi
-)
-makedepends=(
-  ffnvcodec-headers8.1
-  nasm
-)
-optdepends=(
-  'intel-media-sdk: Intel QuickSync support (requires Emby Premiere)'
-  'nvidia-utils: Nvidia NVDEC/NVENC support (requires Emby Premiere)'
-)
-source=(
-  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
-  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
-  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
-  emby-server
-  emby-server.conf
-  emby-server.service
-  license.docx
-  Permission_to_distribute.mbox
-)
-noextract=(license.docx)
-backup=(etc/conf.d/emby-server)
-install=emby-server.install
-sha256sums=('cd52f38064519572c65d73b4fda91a73274e53e4f19f1386f511c736865ab318'
-'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
-'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
-'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
-'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
-'54bf6a38fcea32fae8468e217a0b1a66a50f5f1a5674fce35fefb6c3881bb827'
-'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6'
-'716cc88f47b829937884e765add9fe54ed27f0f4d1cec1a18045feb138fb66c9')
-
-prepare() {
-  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
-}
-
-build() {
-  cd ffmpeg-${_ffmpeg_ver}_public
-
-  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
-
-  ./configure \
---disable-doc \
---disable-ffplay \
---disable-shared \
---disable-vdpau \
---disable-libxcb \
---disable-lzma \
---disable-sdl2 \
---disable-xlib \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-libaom \
---enable-libass \
---enable-libdav1d \
---enable-libdrm \
---enable-libfreetype \
---enable-libfribidi \
---enable-libmfx \
---enable-libmp3lame \
---enable-libopus \
---enable-libtheora \
---enable-libvorbis \
---enable-libwebp \
---enable-libx264 \
---enable-libzvbi \
---enable-version3 \
---enable-nvdec \
---enable-nvenc \
---enable-static \
---enable-vaapi
-  make
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/lib
-  cp 

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

2020-04-10 Thread Maxime Gauduin via arch-commits
Date: Friday, April 10, 2020 @ 17:06:37
  Author: alucryd
Revision: 613140

upgpkg: emby-server 4.4.2.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
+++ PKGBUILD2020-04-10 17:06:37 UTC (rev 613140)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.4.1.0
+pkgver=4.4.2.0
 _ffmpeg_ver=2020_02_24
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
@@ -62,7 +62,7 @@
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
 install=emby-server.install
-sha256sums=('cd52f38064519572c65d73b4fda91a73274e53e4f19f1386f511c736865ab318'
+sha256sums=('36c65cfbd41ec83d415c098384032cd414da4f670e77013da7eb901bd16afe27'
 '6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
 '50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
 'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'


[arch-commits] Commit in nds32le-elf-gcc/repos/community-x86_64 (4 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:59:08
  Author: ffy00
Revision: 613139

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
(from rev 613138, nds32le-elf-gcc/trunk/PKGBUILD)
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap
(from rev 613138, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)
Deleted:
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap

+
 PKGBUILD   |  224 +--
 PKGBUILD.bootstrap |  222 +-
 2 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:29:13 UTC (rev 613138)
+++ PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
@@ -1,112 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=nds32le-elf
-pkgname=$_target-gcc
-pkgver=9.3.0
-_islver=0.22
-pkgrel=1
-#_snapshot=8-20180427
-pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
-arch=(x86_64)
-url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
-makedepends=(gmp mpfr $_target-newlib)
-optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
-validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  mkdir build-gcc
-
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-}
-
-build() {
-  cd build-gcc
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-
-  "$srcdir"/$_basedir/configure \
---target=$_target \
---prefix=/usr \
---with-sysroot=/usr/$_target \
---with-native-system-header-dir=/include \
---libexecdir=/usr/lib \
---enable-languages=c,c++ \
---enable-threads=single \
---enable-plugins \
---enable-multilib \
---enable-libgcc \
---disable-libgomp \
---disable-libquadmath \
---disable-libffi \
---disable-libssp \
---disable-libmudflap \
---disable-decimal-float \
---disable-libstdcxx-pch \
---disable-nls \
---disable-shared \
---disable-tls \
---with-newlib \
---with-gnu-as \
---with-gnu-ld \
---with-system-zlib \
---with-headers=/usr/$_target/include \
---with-python-dir=share/gcc-$_target \
---with-gmp \
---with-mpfr \
---with-mpc \
---with-isl \
---with-libelf \
---enable-gnu-indirect-function \
---with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
-
-  make
-}
-
-package() {
-  cd build-gcc
-
-  make DESTDIR="$pkgdir" install -j1
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
-   -type f -and \( -name \*.a -or -name \*.o \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm "$pkgdir"/usr/lib/libcc1.*
-}
-

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD (from rev 613138, 
nds32le-elf-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:59:08 UTC (rev 613139)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - 

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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:30:33
  Author: arojas
Revision: 379959

archrelease: copy trunk to extra-any

Added:
  pyqt-builder/repos/extra-any/PKGBUILD
(from rev 379958, pyqt-builder/trunk/PKGBUILD)
Deleted:
  pyqt-builder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:29:58 UTC (rev 379958)
+++ PKGBUILD2020-04-10 16:30:33 UTC (rev 379959)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pyqt-builder
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="The PEP 517 compliant PyQt build system"
-arch=(any)
-url="https://pypi.org/project/PyQt-builder/;
-license=(GPL3)
-depends=(python)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz;)
-sha256sums=('b34659702144b969a4a85412719c6f9c489f92173020d435ca3e3be2fd585bb4')
-
-build() {
-  cd PyQt-builder-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd PyQt-builder-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pyqt-builder/repos/extra-any/PKGBUILD (from rev 379958, 
pyqt-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:30:33 UTC (rev 379959)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pyqt-builder
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="The PEP 517 compliant PyQt build system"
+arch=(any)
+url="https://pypi.org/project/PyQt-builder/;
+license=(GPL3)
+depends=(python)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz;)
+sha256sums=('02dc7ff72041259616fa955569beead354d0423e996c1d6415de0d872927a289')
+
+build() {
+  cd PyQt-builder-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd PyQt-builder-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:29:58
  Author: arojas
Revision: 379958

Update to 1.3.1

Modified:
  pyqt-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
+++ PKGBUILD2020-04-10 16:29:58 UTC (rev 379958)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=pyqt-builder
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="The PEP 517 compliant PyQt build system"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 
source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz;)
-sha256sums=('b34659702144b969a4a85412719c6f9c489f92173020d435ca3e3be2fd585bb4')
+sha256sums=('02dc7ff72041259616fa955569beead354d0423e996c1d6415de0d872927a289')
 
 build() {
   cd PyQt-builder-$pkgver


[arch-commits] Commit in nds32le-elf-gcc/repos (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:28:52
  Author: ffy00
Revision: 613136

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-gcc/repos/community-x86_64/
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD
(from rev 613135, nds32le-elf-gcc/trunk/PKGBUILD)
  nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap
(from rev 613135, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)

+
 PKGBUILD   |  112 +++
 PKGBUILD.bootstrap |  111 ++
 2 files changed, 223 insertions(+)

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD (from rev 613135, 
nds32le-elf-gcc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-10 16:28:52 UTC (rev 613136)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  cd build-gcc
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Copied: nds32le-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap (from rev 
613135, nds32le-elf-gcc/trunk/PKGBUILD.bootstrap)
===
--- community-x86_64/PKGBUILD.bootstrap (rev 0)
+++ community-x86_64/PKGBUILD.bootstrap 2020-04-10 16:28:52 UTC (rev 613136)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1

[arch-commits] Commit in nds32le-elf-newlib/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:29:13
  Author: ffy00
Revision: 613138

archrelease: copy trunk to community-any

Added:
  nds32le-elf-newlib/repos/community-any/
  nds32le-elf-newlib/repos/community-any/PKGBUILD
(from rev 613137, nds32le-elf-newlib/trunk/PKGBUILD)

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

Copied: nds32le-elf-newlib/repos/community-any/PKGBUILD (from rev 613137, 
nds32le-elf-newlib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-10 16:29:13 UTC (rev 613138)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+--disable-newlib-fvwrite-in-streamio \
+--disable-newlib-fseek-optimization \
+--disable-newlib-wide-orient \
+--enable-newlib-nano-malloc \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit \
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io \
+--disable-nls
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+  install -d "$pkgdir"/usr/$_target/include/newlib-nano
+  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
+
+  cd "$srcdir"/build-newlib
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}
+


[arch-commits] Commit in nds32le-elf-gcc/trunk (PKGBUILD PKGBUILD.bootstrap)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:28:40
  Author: ffy00
Revision: 613135

upgpkg: nds32le-elf-gcc 9.3.0-1

Added:
  nds32le-elf-gcc/trunk/PKGBUILD
  nds32le-elf-gcc/trunk/PKGBUILD.bootstrap

+
 PKGBUILD   |  112 +++
 PKGBUILD.bootstrap |  111 ++
 2 files changed, 223 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:28:40 UTC (rev 613135)
@@ -0,0 +1,112 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=nds32le-elf
+pkgname=$_target-gcc
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+#_snapshot=8-20180427
+pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
+options=(!emptydirs !strip)
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha512sums=('4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de'
+'SKIP'
+
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek 

+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  mkdir build-gcc
+
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+}
+
+build() {
+  cd build-gcc
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+
+  "$srcdir"/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-threads=single \
+--enable-plugins \
+--enable-multilib \
+--enable-libgcc \
+--disable-libgomp \
+--disable-libquadmath \
+--disable-libffi \
+--disable-libssp \
+--disable-libmudflap \
+--disable-decimal-float \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-tls \
+--with-newlib \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-$_target \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-pkgversion="Arch Linux Repositories" \
+--with-bugurl='https://bugs.archlinux.org/'
+
+  make
+}
+
+package() {
+  cd build-gcc
+
+  make DESTDIR="$pkgdir" install -j1
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
+   -type f -and \( -name \*.a -or -name \*.o \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm "$pkgdir"/usr/lib/libcc1.*
+}
+

Added: PKGBUILD.bootstrap
===
--- PKGBUILD.bootstrap  (rev 0)
+++ PKGBUILD.bootstrap  2020-04-10 16:28:40 UTC (rev 613135)
@@ -0,0 +1,111 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-gcc-bootstrap
+pkgver=9.3.0
+_islver=0.22
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for Ande 32 
little-endian target - bootstrap version. only used to build initial glibc and 
compiler'
+arch=(x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip)
+provides=(${pkgname%-bootstrap})
+conflicts=(${pkgname%-bootstrap})
+source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+ 

[arch-commits] Commit in nds32le-elf-newlib/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:29:07
  Author: ffy00
Revision: 613137

upgpkg: nds32le-elf-newlib 3.3.0-1

Added:
  nds32le-elf-newlib/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:29:07 UTC (rev 613137)
@@ -0,0 +1,78 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-newlib
+pkgver=3.3.0
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (Andes 32 little-endian bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha512sums=('2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  cd "$srcdir"/build-newlib
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  cd "$srcdir"/build-nano
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+--disable-newlib-fvwrite-in-streamio \
+--disable-newlib-fseek-optimization \
+--disable-newlib-wide-orient \
+--enable-newlib-nano-malloc \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit \
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io \
+--disable-nls
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+  install -d "$pkgdir"/usr/$_target/include/newlib-nano
+  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
+
+  cd "$srcdir"/build-newlib
+
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) \
+   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
+   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
+   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}
+


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:26:18
  Author: arojas
Revision: 379957

archrelease: copy trunk to extra-x86_64

Added:
  sip5/repos/extra-x86_64/PKGBUILD
(from rev 379956, sip5/trunk/PKGBUILD)
Deleted:
  sip5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:25:41 UTC (rev 379956)
+++ PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=sip5
-pkgver=5.1.2
-pkgrel=1
-arch=(x86_64)
-pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-depends=(python-setuptools python-toml)
-source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz;)
-sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
-
-build() {
-  cd sip-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sip-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip5/repos/extra-x86_64/PKGBUILD (from rev 379956, sip5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:26:18 UTC (rev 379957)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sip5
+pkgver=5.2.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-setuptools python-toml)
+source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz;)
+sha256sums=('3d3f279a61d54d832b12496409811ee062dab1ac05a1e7b40824f63b423fb0e7')
+
+build() {
+  cd sip-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sip-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-04-10 Thread Antonio Rojas via arch-commits
Date: Friday, April 10, 2020 @ 16:25:41
  Author: arojas
Revision: 379956

Update to 5.2.0

Modified:
  sip5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:32:24 UTC (rev 379955)
+++ PKGBUILD2020-04-10 16:25:41 UTC (rev 379956)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sip5
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 arch=(x86_64)
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
@@ -9,7 +9,7 @@
 license=('custom:"sip"')
 depends=(python-setuptools python-toml)
 source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz;)
-sha256sums=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
+sha256sums=('3d3f279a61d54d832b12496409811ee062dab1ac05a1e7b40824f63b423fb0e7')
 
 build() {
   cd sip-$pkgver


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:06:05
  Author: ffy00
Revision: 613134

add root structure

Added:
  nds32le-elf-newlib/
  nds32le-elf-newlib/repos/
  nds32le-elf-newlib/trunk/


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:04:03
  Author: ffy00
Revision: 613132

upgpkg: python-connexion 2.6.0-2 (add python-swagger-ui-bundle as optdepend)

Modified:
  python-connexion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 16:01:43 UTC (rev 613131)
+++ PKGBUILD2020-04-10 16:04:03 UTC (rev 613132)
@@ -3,7 +3,7 @@
 _pkgname=connexion
 pkgname=python-$_pkgname
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
 arch=('any')
 url='https://github.com/zalando/connexion'
@@ -11,7 +11,8 @@
 depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
  'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
 optdepends=('python-aiohttp: AIOHTTP backend'
-'python-ujson: Faster JSON parsing')
+'python-ujson: Faster JSON parsing'
+'python-swagger-ui-bundle: Swagger UI (web UI for the API) 
support')
 makedepends=('python-setuptools')
 #checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:04:08
  Author: ffy00
Revision: 613133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 16:04:03 UTC (rev 613132)
+++ PKGBUILD2020-04-10 16:04:08 UTC (rev 613133)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
-arch=('any')
-url='https://github.com/zalando/connexion'
-license=('Apache')
-depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
- 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
-optdepends=('python-aiohttp: AIOHTTP backend'
-'python-ujson: Faster JSON parsing')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-#  python setup.py test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-connexion/repos/community-any/PKGBUILD (from rev 613132, 
python-connexion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:04:08 UTC (rev 613133)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.6.0
+pkgrel=2
+pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
+arch=('any')
+url='https://github.com/zalando/connexion'
+license=('Apache')
+depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
+ 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+'python-ujson: Faster JSON parsing'
+'python-swagger-ui-bundle: Swagger UI (web UI for the API) 
support')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+#  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in python-swagger-ui-bundle/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:01:43
  Author: ffy00
Revision: 613131

archrelease: copy trunk to community-any

Added:
  python-swagger-ui-bundle/repos/community-any/
  python-swagger-ui-bundle/repos/community-any/PKGBUILD
(from rev 613130, python-swagger-ui-bundle/trunk/PKGBUILD)

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

Copied: python-swagger-ui-bundle/repos/community-any/PKGBUILD (from rev 613130, 
python-swagger-ui-bundle/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-04-10 16:01:43 UTC (rev 613131)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=swagger_ui_bundle
+pkgname=python-${_pkgname//_/-}
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Bundled swagger-ui'
+arch=('any')
+url='https://github.com/dtkav/swagger_ui_bundle'
+license=('Apache')
+depends=('python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2172bc039d1b4ad603412b1298211d738384d94df47612fb384da10fb69bf71f6b37c5afdcbe94dbe7b5c4df1495d43801cc11b2d4bebc8783f4d3442676f62f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in python-swagger-ui-bundle/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 16:01:34
  Author: ffy00
Revision: 613130

upgpkg: python-swagger-ui-bundle 0.0.6-1

Added:
  python-swagger-ui-bundle/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 16:01:34 UTC (rev 613130)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=swagger_ui_bundle
+pkgname=python-${_pkgname//_/-}
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Bundled swagger-ui'
+arch=('any')
+url='https://github.com/dtkav/swagger_ui_bundle'
+license=('Apache')
+depends=('python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2172bc039d1b4ad603412b1298211d738384d94df47612fb384da10fb69bf71f6b37c5afdcbe94dbe7b5c4df1495d43801cc11b2d4bebc8783f4d3442676f62f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:55:38
  Author: ffy00
Revision: 613129

add root structure

Added:
  nds32le-elf-gcc/
  nds32le-elf-gcc/repos/
  nds32le-elf-gcc/trunk/


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:51:02
  Author: ffy00
Revision: 613128

add root structure

Added:
  python-swagger-ui-bundle/
  python-swagger-ui-bundle/repos/
  python-swagger-ui-bundle/trunk/


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:48:12
  Author: felixonmars
Revision: 613126

upgpkg: rime-cantonese 0.0.0.20200408-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:43:49 UTC (rev 613125)
+++ PKGBUILD2020-04-10 15:48:12 UTC (rev 613126)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200406
-_commit=fa7a7f3a80aee5c237869f9e2538699cd4a8399e
+pkgver=0.0.0.20200408
+_commit=922bf9895922705d9776848a36e58f4773ac36bf
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('e5f9a79640f9c1779263bad8942bd9d248953e19cf266d4079556ac45911250ab4c85b42b8e074ce097eaaea8cbcf595edbaf54b6ea6c694bba6ecda622563f5')
+sha512sums=('0e673c3fd203749d6c432de3fe3cf14c92bda49cc53b345840f516b968f14407e5f9daa47354f7a2671ce043c7e6eaae2c5058bf547135ce8e0879f740df57ba')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-04-10 Thread Felix Yan via arch-commits
Date: Friday, April 10, 2020 @ 15:48:21
  Author: felixonmars
Revision: 613127

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:48:12 UTC (rev 613126)
+++ PKGBUILD2020-04-10 15:48:21 UTC (rev 613127)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200406
-_commit=fa7a7f3a80aee5c237869f9e2538699cd4a8399e
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('e5f9a79640f9c1779263bad8942bd9d248953e19cf266d4079556ac45911250ab4c85b42b8e074ce097eaaea8cbcf595edbaf54b6ea6c694bba6ecda622563f5')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 613126, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:48:21 UTC (rev 613127)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200408
+_commit=922bf9895922705d9776848a36e58f4773ac36bf
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('0e673c3fd203749d6c432de3fe3cf14c92bda49cc53b345840f516b968f14407e5f9daa47354f7a2671ce043c7e6eaae2c5058bf547135ce8e0879f740df57ba')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


[arch-commits] Commit in nds32le-elf-binutils/repos (2 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:49
  Author: ffy00
Revision: 613125

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-binutils/repos/community-x86_64/
  nds32le-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 613124, nds32le-elf-binutils/trunk/PKGBUILD)

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

Copied: nds32le-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 613124, 
nds32le-elf-binutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-10 15:43:49 UTC (rev 613125)
@@ -0,0 +1,63 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-binutils
+pkgver=2.34
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+


[arch-commits] Commit in nds32le-elf-binutils/trunk (PKGBUILD)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:45
  Author: ffy00
Revision: 613124

upgpkg: nds32le-elf-binutils 2.34-1

Added:
  nds32le-elf-binutils/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:43:45 UTC (rev 613124)
@@ -0,0 +1,63 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-binutils
+pkgver=2.34
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+


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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:38
  Author: ffy00
Revision: 613123

archrelease: copy trunk to community-x86_64

Added:
  srslte/repos/community-x86_64/PKGBUILD
(from rev 613122, srslte/trunk/PKGBUILD)
  srslte/repos/community-x86_64/srslte-avx2.install
(from rev 613122, srslte/trunk/srslte-avx2.install)
  srslte/repos/community-x86_64/srslte.install
(from rev 613122, srslte/trunk/srslte.install)
Deleted:
  srslte/repos/community-x86_64/PKGBUILD
  srslte/repos/community-x86_64/srslte-avx2.install
  srslte/repos/community-x86_64/srslte.install

-+
 PKGBUILD|  193 +-
 srslte-avx2.install |8 +-
 srslte.install  |8 +-
 3 files changed, 105 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:43:27 UTC (rev 613122)
+++ PKGBUILD2020-04-10 15:43:38 UTC (rev 613123)
@@ -1,96 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgbase=srslte
-pkgname=($pkgbase $pkgbase-avx2)
-_pkgname=srsLTE
-pkgver=19.12
-_pkgver=release_${pkgver/./_}
-pkgrel=2
-pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
-arch=('x86_64')
-url='https://www.srslte.com'
-license=('AGPL3')
-depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
-makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
-optdepends=('libuhd: RF frontend'
-'soapysdr: RF frontend'
-'bladerf: RF frontend'
-'zeromq: RF frontend')
-#'srsgui: Real-time plotting'
-provides=('srsue' 'srsenb' 'srsenb')
-conflicts=('srsue' 'srsenb' 'srsenb')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz;
-
'tunable-simd.patch::https://github.com/FFY00/srsLTE/commit/6b4fd9490bb7b6c2a388e78ee26aa84017585a35.patch'
-
'remove-install-targets.patch::https://github.com/FFY00/srsLTE/commit/738785f4fb9f308c5270fb1b0bac83e1e96838df.patch')
-sha512sums=('bd3e39761e8fe48661d3639f44bb724d4ba2e20d03d0fc9871fc5d9a38fea2f3cd05f5b7254c0b0b63d2973b8cf41f8f65981f5206bb42c30588d0b593d1f69f'
-
'e4a9c4457e06fb71bf18b2f8e91234588c01327c15f1267c60ee0ea747baaf9795b55767e99d359e6140f2ccace3d00a17e4fc151798eafa5f523decfcdb35ee'
-
'0bfbb73d47bda2280007c7a71a81fa9a35ee4a414b809cdb18d76e3bdbceb2e1ee4797a05f68b4ad89843002b6dd58b3eef45ad3a407da35fe614ffb5f685ce3')
-
-prepare() {
-  cd $_pkgname-$_pkgver
-
-  patch -p1 -i ../tunable-simd.patch
-  patch -p1 -i ../remove-install-targets.patch
-
-  # Disable failing test
-  sed -i '/add_test(ue_rf_failure/d' srsue/src/CMakeLists.txt
-
-  mkdir build
-
-  cp -r "$srcdir"/$_pkgname-$_pkgver "$srcdir"/$_pkgname-avx2-$_pkgver
-}
-
-build() {
-  echo 'Building srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True
-
-  make
-
-  echo 'Building srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_GENERIC=True \
--DHAVE_AVX2=True
-
-  make
-}
-
-check() {
-  echo 'Running tests for srslte...'
-  cd "$srcdir"/$_pkgname-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-
-  echo 'Running tests for srslte-avx2...'
-  cd "$srcdir"/$_pkgname-avx2-$_pkgver/build
-
-  ctest $(echo $MAKEFLAGS | grep -Po '\-j[0-9][0-9]*')
-}
-
-package_srslte() {
-  install=$pkgname.install
-
-  cd $_pkgname-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_srslte-avx2() {
-  pkgdesc="$pkgdesc (with AVX2 extensions)"
-  provides=($pkgbase)
-  conflicts=($pkgbase)
-  install=$pkgname.install
-
-  cd $_pkgname-avx2-$_pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: srslte/repos/community-x86_64/PKGBUILD (from rev 613122, 
srslte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:43:38 UTC (rev 613123)
@@ -0,0 +1,97 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgbase=srslte
+pkgname=($pkgbase $pkgbase-avx2)
+_pkgname=srsLTE
+pkgver=19.12
+_pkgver=release_${pkgver/./_}
+pkgrel=3
+pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
+arch=('x86_64')
+url='https://www.srslte.com'
+license=('AGPL3')
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig'
+ 'libuhd' 'soapysdr' 'bladerf' 'zeromq' 'pcsclite')
+makedepends=('cmake' 'boost') # 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
+#optdepends=('libuhd: RF frontend'
+#'soapysdr: RF frontend'
+#'bladerf: RF frontend'
+#'zeromq: RF frontend')
+##'srsgui: Real-time plotting'
+provides=('srsue' 'srsenb' 'srsenb')
+conflicts=('srsue' 'srsenb' 'srsenb')

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

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:43:27
  Author: ffy00
Revision: 613122

upgpkg: srslte 19.12-3 (fix optinal dependencies are hard dependencies)

Modified:
  srslte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 15:34:11 UTC (rev 613121)
+++ PKGBUILD2020-04-10 15:43:27 UTC (rev 613122)
@@ -5,18 +5,19 @@
 _pkgname=srsLTE
 pkgver=19.12
 _pkgver=release_${pkgver/./_}
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source SDR LTE software suite from Software Radio Systems (SRS)'
 arch=('x86_64')
 url='https://www.srslte.com'
 license=('AGPL3')
-depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig')
-makedepends=('cmake' 'boost' 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
-optdepends=('libuhd: RF frontend'
-'soapysdr: RF frontend'
-'bladerf: RF frontend'
-'zeromq: RF frontend')
-#'srsgui: Real-time plotting'
+depends=('fftw' 'mbedtls' 'boost-libs' 'lksctp-tools' 'libconfig'
+ 'libuhd' 'soapysdr' 'bladerf' 'zeromq' 'pcsclite')
+makedepends=('cmake' 'boost') # 'pcsclite' 'libuhd' 'soapysdr' 'bladerf' 
'zeromq') # 'srsgui'
+#optdepends=('libuhd: RF frontend'
+#'soapysdr: RF frontend'
+#'bladerf: RF frontend'
+#'zeromq: RF frontend')
+##'srsgui: Real-time plotting'
 provides=('srsue' 'srsenb' 'srsenb')
 conflicts=('srsue' 'srsenb' 'srsenb')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/srsLTE/srsLTE/archive/$_pkgver.tar.gz;


[arch-commits] Commit in (3 files)

2020-04-10 Thread Filipe Laíns via arch-commits
Date: Friday, April 10, 2020 @ 15:34:11
  Author: ffy00
Revision: 613121

add root structure

Added:
  nds32le-elf-binutils/
  nds32le-elf-binutils/repos/
  nds32le-elf-binutils/trunk/


  1   2   >