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

2021-08-10 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 11, 2021 @ 03:08:18
  Author: archange
Revision: 997419

archrelease: copy trunk to community-x86_64

Added:
  ispc/repos/community-x86_64/PKGBUILD
(from rev 997418, ispc/trunk/PKGBUILD)
  ispc/repos/community-x86_64/ispc-libclang-cpp.patch
(from rev 997418, ispc/trunk/ispc-libclang-cpp.patch)
Deleted:
  ispc/repos/community-x86_64/PKGBUILD
  ispc/repos/community-x86_64/ispc-libclang-cpp.patch

-+
 PKGBUILD|  124 +++---
 ispc-libclang-cpp.patch |   20 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-11 03:08:12 UTC (rev 997418)
+++ PKGBUILD2021-08-11 03:08:18 UTC (rev 997419)
@@ -1,62 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Bruno Pagani 
-
-pkgname=ispc
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Compiler for high-performance SIMD programming on the CPU"
-arch=(x86_64)
-url="https://ispc.github.io/;
-license=(BSD)
-depends=(ncurses zlib llvm-libs clang spirv-llvm-translator)
-makedepends=(llvm python lib32-glibc cmake level-zero-headers 
level-zero-loader openmp vc-intrinsics)
-optdepends=(
-'intel-compute-runtime: GPU support'
-'level-zero-loader: GPU support'
-'openmp: GPU support'
-)
-_gtestcommit=6a7ed316a5cdc07b6d26362c90770787513822d4
-source=(https://github.com/ispc/ispc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
googletest-${_gtestcommit}.zip::https://github.com/google/googletest/archive/${_gtestcommit}.zip
-
ispc-fix-missing-string.patch::https://patch-diff.githubusercontent.com/raw/ispc/ispc/pull/2126.patch
-ispc-libclang-cpp.patch)
-sha256sums=('c6b1c5487ce0e6b439e7cdf6656179092204a4256f99615485f0569b72dc74b0'
-'718cc64f6f563399a228fc439b6ea9cb58d062e66e5340b92ca0f26adecfaac5'
-'6b4a7b1809ad502951d67c82f9a589b66e58596f78bab5b2ba5a0e1df2a97c52'
-'51ae0943cbce2b3f29549c5fb262e8620ad5e171283a83255e15dac20c86bf9f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ../ispc-libclang-cpp.patch # Build with unified libclang-cpp.so
-  # Remove tests that requires DUMPS (https://github.com/ispc/ispc/issues/1752)
-  sed -i '/debug-phase/d' tests/lit-tests/arg_parsing_errors.ispc
-  # Add Google Test
-  rmdir ispcrt/tests/vendor/google/googletest
-  mv ../googletest-6a7ed316a5cdc07b6d26362c90770787513822d4 
ispcrt/tests/vendor/google/googletest
-  # Broken check?
-  sed -i 's|NOT EXISTS 
"${PROJECT_SOURCE_DIR}/ispcrt/tests/vendor/google/googletest/CMakeLists.txt"|FALSE|'
 ispcrt/tests/CMakeLists.txt
-  # Missing includes https://github.com/ispc/ispc/pull/2126
-  patch -p1 -i ../ispc-fix-missing-string.patch
-}
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DISPC_INCLUDE_EXAMPLES=OFF \
--DISPC_NO_DUMPS=ON \
--DGENX_ENABLED=ON \
--DGENX_DEPS_DIR=/usr
-  make -C build
-}
-
-check() {
-  make -C build check-all
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-  # Remove uneeded files
-  rm -r "${pkgdir}"/build
-  rm "${pkgdir}"/usr/lib/libispcrt_static.a
-}

Copied: ispc/repos/community-x86_64/PKGBUILD (from rev 997418, 
ispc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-11 03:08:18 UTC (rev 997419)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Bruno Pagani 
+
+pkgname=ispc
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="Compiler for high-performance SIMD programming on the CPU"
+arch=(x86_64)
+url="https://ispc.github.io/;
+license=(BSD)
+depends=(ncurses zlib llvm-libs clang spirv-llvm-translator)
+makedepends=(llvm python lib32-glibc cmake level-zero-headers 
level-zero-loader openmp vc-intrinsics)
+optdepends=(
+'intel-compute-runtime: GPU support'
+'level-zero-loader: GPU support'
+'openmp: GPU support'
+)
+_gtestcommit=6a7ed316a5cdc07b6d26362c90770787513822d4
+source=(https://github.com/ispc/ispc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
googletest-${_gtestcommit}.zip::https://github.com/google/googletest/archive/${_gtestcommit}.zip
+
ispc-fix-missing-string.patch::https://patch-diff.githubusercontent.com/raw/ispc/ispc/pull/2126.patch
+ispc-libclang-cpp.patch)
+sha256sums=('e5dcd0d85df6ed5feb454ad9ec295083a07d7459fcaba00d5dd6266ceb476399'
+'718cc64f6f563399a228fc439b6ea9cb58d062e66e5340b92ca0f26adecfaac5'
+'6b4a7b1809ad502951d67c82f9a589b66e58596f78bab5b2ba5a0e1df2a97c52'
+'51ae0943cbce2b3f29549c5fb262e8620ad5e171283a83255e15dac20c86bf9f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../ispc-libclang-cpp.patch # Build with unified libclang-cpp.so
+  # Remove tests that requires DUMPS 

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

2021-08-10 Thread Bruno Pagani via arch-commits
Date: Wednesday, August 11, 2021 @ 03:08:12
  Author: archange
Revision: 997418

upgpkg: ispc 1.16.1-1

Modified:
  ispc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-11 00:16:16 UTC (rev 997417)
+++ PKGBUILD2021-08-11 03:08:12 UTC (rev 997418)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=ispc
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc="Compiler for high-performance SIMD programming on the CPU"
 arch=(x86_64)
@@ -20,7 +20,7 @@
 
googletest-${_gtestcommit}.zip::https://github.com/google/googletest/archive/${_gtestcommit}.zip
 
ispc-fix-missing-string.patch::https://patch-diff.githubusercontent.com/raw/ispc/ispc/pull/2126.patch
 ispc-libclang-cpp.patch)
-sha256sums=('c6b1c5487ce0e6b439e7cdf6656179092204a4256f99615485f0569b72dc74b0'
+sha256sums=('e5dcd0d85df6ed5feb454ad9ec295083a07d7459fcaba00d5dd6266ceb476399'
 '718cc64f6f563399a228fc439b6ea9cb58d062e66e5340b92ca0f26adecfaac5'
 '6b4a7b1809ad502951d67c82f9a589b66e58596f78bab5b2ba5a0e1df2a97c52'
 '51ae0943cbce2b3f29549c5fb262e8620ad5e171283a83255e15dac20c86bf9f')



[arch-commits] Commit in lib32-llvm/repos/multilib-x86_64 (9 files)

2021-08-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 11, 2021 @ 00:16:16
  Author: foutrelis
Revision: 997417

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 997416, lib32-llvm/trunk/PKGBUILD)
  lib32-llvm/repos/multilib-x86_64/add-fno-semantic-interposition.patch
(from rev 997416, lib32-llvm/trunk/add-fno-semantic-interposition.patch)
  lib32-llvm/repos/multilib-x86_64/llvm-link-with-Bsymbolic-functions.patch
(from rev 997416, lib32-llvm/trunk/llvm-link-with-Bsymbolic-functions.patch)
  lib32-llvm/repos/multilib-x86_64/no-strict-aliasing-DwarfCompileUnit.patch
(from rev 997416, 
lib32-llvm/trunk/no-strict-aliasing-DwarfCompileUnit.patch)
  lib32-llvm/repos/multilib-x86_64/x86-twist-shuffle-mask.patch
(from rev 997416, lib32-llvm/trunk/x86-twist-shuffle-mask.patch)
Deleted:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
  lib32-llvm/repos/multilib-x86_64/add-fno-semantic-interposition.patch
  lib32-llvm/repos/multilib-x86_64/llvm-link-with-Bsymbolic-functions.patch
  lib32-llvm/repos/multilib-x86_64/no-strict-aliasing-DwarfCompileUnit.patch

---+
 PKGBUILD  |  235 ++--
 add-fno-semantic-interposition.patch  |   44 ++---
 llvm-link-with-Bsymbolic-functions.patch  |  132 +++
 no-strict-aliasing-DwarfCompileUnit.patch |   26 +--
 x86-twist-shuffle-mask.patch  |  117 +
 5 files changed, 338 insertions(+), 216 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-11 00:16:08 UTC (rev 997416)
+++ PKGBUILD2021-08-11 00:16:16 UTC (rev 997417)
@@ -1,115 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=12.0.1
-pkgrel=1
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 
'gcc-multilib'
- 'lib32-libxml2')
-options=('staticlibs')
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-link-with-Bsymbolic-functions.patch
-add-fno-semantic-interposition.patch
-no-strict-aliasing-DwarfCompileUnit.patch)
-sha256sums=('7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf'
-'SKIP'
-'560ce1e206c19f4b86f4c583b743db0ad47a610418999350710aafd60ae50fcd'
-'fc8c64267a5d179e9fc24fb2bc6150edef2598c83f5b2d138d14e05ce9f4e345'
-'d1eff24508e35aae6c26a943dbaa3ef5acb60a145b008fd1ef9ac6f6c4faa662')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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

-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-  mkdir build
-
-  # https://bugs.archlinux.org/task/70697
-  patch -Np2 -i ../llvm-link-with-Bsymbolic-functions.patch
-  # https://reviews.llvm.org/D102453
-  patch -Np2 -i ../add-fno-semantic-interposition.patch
-
-  # https://bugs.llvm.org/show_bug.cgi?id=50611#c3
-  patch -Np2 -i ../no-strict-aliasing-DwarfCompileUnit.patch
-}
-
-build() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_LIBDIR_SUFFIX=32 \
--DCMAKE_C_FLAGS:STRING=-m32 \
--DCMAKE_CXX_FLAGS:STRING=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_HOST_TRIPLE=$CHOST \
--DLLVM_DEFAULT_TARGETS_TRIPLE="i686-pc-linux-gnu" \
--DLLVM_BUILD_LLVM_DYLIB=ON \
--DLLVM_LINK_LLVM_DYLIB=ON \
--DLLVM_ENABLE_RTTI=ON \
--DLLVM_ENABLE_FFI=ON \
--DLLVM_BUILD_DOCS=OFF \
--DLLVM_ENABLE_SPHINX=OFF \
--DLLVM_ENABLE_DOXYGEN=OFF \
--DLLVM_BINUTILS_INCDIR=/usr/include
-
-  ninja all
-}
-
-package_lib32-llvm() {
-  pkgdesc="Collection of modular and reusable compiler and toolchain 
technologies (32-bit)"
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  DESTDIR="$pkgdir" ninja install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv "$pkgdir"/usr/lib32/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib32/LLVMgold.so "$srcdir"
-
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/*.a
-
-  mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config"
-  mv "$pkgdir/usr/include/llvm/Config/llvm-config.h" \
-"$pkgdir/usr/lib32/llvm-config-32.h"
-
-  rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man,llvm,opt-viewer}}
-
-  # Needed for multilib (https://bugs.archlinux.org/task/29951)
-  # Header stub is taken from Fedora
-  install -d "$pkgdir/usr/include/llvm/Config"
-  mv "$pkgdir/usr/lib32/llvm-config-32.h" "$pkgdir/usr/include/llvm/Config/"
-
-  mkdir "$pkgdir"/usr/bin
-  mv 

[arch-commits] Commit in lib32-llvm/trunk (PKGBUILD x86-twist-shuffle-mask.patch)

2021-08-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 11, 2021 @ 00:16:08
  Author: foutrelis
Revision: 997416

upgpkg: lib32-llvm 12.0.1-2: fix issue with AVX codegen

Added:
  lib32-llvm/trunk/x86-twist-shuffle-mask.patch
Modified:
  lib32-llvm/trunk/PKGBUILD

--+
 PKGBUILD |7 ++
 x86-twist-shuffle-mask.patch |  117 +
 2 files changed, 123 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 22:03:20 UTC (rev 997415)
+++ PKGBUILD2021-08-11 00:16:08 UTC (rev 997416)
@@ -4,7 +4,7 @@
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
 pkgver=12.0.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -15,11 +15,13 @@
 source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 llvm-link-with-Bsymbolic-functions.patch
 add-fno-semantic-interposition.patch
+x86-twist-shuffle-mask.patch
 no-strict-aliasing-DwarfCompileUnit.patch)
 sha256sums=('7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf'
 'SKIP'
 '560ce1e206c19f4b86f4c583b743db0ad47a610418999350710aafd60ae50fcd'
 'fc8c64267a5d179e9fc24fb2bc6150edef2598c83f5b2d138d14e05ce9f4e345'
+'c51b8754f76eb3774f46d530409f6d89f5bb47d90f0d718dbfa861f716b29693'
 'd1eff24508e35aae6c26a943dbaa3ef5acb60a145b008fd1ef9ac6f6c4faa662')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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

@@ -33,6 +35,9 @@
   # https://reviews.llvm.org/D102453
   patch -Np2 -i ../add-fno-semantic-interposition.patch
 
+  # https://bugs.llvm.org/show_bug.cgi?id=50823
+  patch -Np2 -i ../x86-twist-shuffle-mask.patch
+
   # https://bugs.llvm.org/show_bug.cgi?id=50611#c3
   patch -Np2 -i ../no-strict-aliasing-DwarfCompileUnit.patch
 }

Added: x86-twist-shuffle-mask.patch
===
--- x86-twist-shuffle-mask.patch(rev 0)
+++ x86-twist-shuffle-mask.patch2021-08-11 00:16:08 UTC (rev 997416)
@@ -0,0 +1,117 @@
+From 2c3bca2c3f13a0a9ef71d549a90fba23e6997d44 Mon Sep 17 00:00:00 2001
+From: "Wang, Pengfei" 
+Date: Mon, 5 Jul 2021 21:08:49 +0800
+Subject: [PATCH] Twist shuffle mask when fold HOP(SHUFFLE(X,Y),SHUFFLE(X,Y))
+ -> SHUFFLE(HOP(X,Y))
+
+This patch fixes PR50823.
+
+The shuffle mask should be twisted twice before gotten the correct one due to 
the difference between inner HOP and outer.
+
+Reviewed By: RKSimon
+
+Differential Revision: https://reviews.llvm.org/D104903
+
+(cherry picked from commit 9ab99f773fec7da4183495a3fdc655a797d3bea2)
+---
+ llvm/lib/Target/X86/X86ISelLowering.cpp |  7 ++---
+ llvm/test/CodeGen/X86/haddsub-undef.ll  |  4 +--
+ llvm/test/CodeGen/X86/packss.ll |  2 +-
+ llvm/test/CodeGen/X86/pr50823.ll| 35 +
+ 4 files changed, 42 insertions(+), 6 deletions(-)
+ create mode 100644 llvm/test/CodeGen/X86/pr50823.ll
+
+diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp 
b/llvm/lib/Target/X86/X86ISelLowering.cpp
+index 1e2407c7e7f6..d8b2f765e953 100644
+--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
 b/llvm/lib/Target/X86/X86ISelLowering.cpp
+@@ -43194,9 +43194,10 @@ static SDValue combineHorizOpWithShuffle(SDNode *N, 
SelectionDAG ,
+   ShuffleVectorSDNode::commuteMask(ShuffleMask1);
+ }
+ if ((Op00 == Op10) && (Op01 == Op11)) {
+-  SmallVector ShuffleMask;
+-  ShuffleMask.append(ShuffleMask0.begin(), ShuffleMask0.end());
+-  ShuffleMask.append(ShuffleMask1.begin(), ShuffleMask1.end());
++  const int Map[4] = {0, 2, 1, 3};
++  SmallVector ShuffleMask(
++{Map[ShuffleMask0[0]], Map[ShuffleMask1[0]], Map[ShuffleMask0[1]],
++ Map[ShuffleMask1[1]]});
+   SDLoc DL(N);
+   MVT ShufVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64;
+   SDValue Res = DAG.getNode(Opcode, DL, VT, Op00, Op01);
+diff --git a/llvm/test/CodeGen/X86/haddsub-undef.ll 
b/llvm/test/CodeGen/X86/haddsub-undef.ll
+index 68d058433179..e7c8b84d3bc7 100644
+--- a/llvm/test/CodeGen/X86/haddsub-undef.ll
 b/llvm/test/CodeGen/X86/haddsub-undef.ll
+@@ -1166,7 +1166,7 @@ define <4 x double> @PR34724_add_v4f64_u123(<4 x double> 
%0, <4 x double> %1) {
+ ; AVX512-FAST:   # %bb.0:
+ ; AVX512-FAST-NEXT:vextractf128 $1, %ymm0, %xmm0
+ ; AVX512-FAST-NEXT:vhaddpd %ymm1, %ymm0, %ymm0
+-; AVX512-FAST-NEXT:vpermpd {{.*#+}} ymm0 = ymm0[0,2,0,3]
++; AVX512-FAST-NEXT:vpermpd {{.*#+}} ymm0 = ymm0[0,0,1,3]
+ ; AVX512-FAST-NEXT:retq
+   %3 = shufflevector <4 x double> %0, <4 x double> %1, <2 x i32> 
+   %4 = shufflevector <4 x double> %0, <4 x double> %1, <2 x i32> 
+@@ -1267,7 +1267,7 @@ define <4 x double> @PR34724_add_v4f64_01u3(<4 x double> 
%0, <4 

[arch-commits] Commit in llvm/repos/extra-x86_64 (11 files)

2021-08-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 11, 2021 @ 00:04:55
  Author: foutrelis
Revision: 421327

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 421326, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/add-fno-semantic-interposition.patch
(from rev 421326, llvm/trunk/add-fno-semantic-interposition.patch)
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 421326, llvm/trunk/llvm-config.h)
  llvm/repos/extra-x86_64/llvm-link-with-Bsymbolic-functions.patch
(from rev 421326, llvm/trunk/llvm-link-with-Bsymbolic-functions.patch)
  llvm/repos/extra-x86_64/no-strict-aliasing-DwarfCompileUnit.patch
(from rev 421326, llvm/trunk/no-strict-aliasing-DwarfCompileUnit.patch)
  llvm/repos/extra-x86_64/x86-twist-shuffle-mask.patch
(from rev 421326, llvm/trunk/x86-twist-shuffle-mask.patch)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/add-fno-semantic-interposition.patch
  llvm/repos/extra-x86_64/llvm-config.h
  llvm/repos/extra-x86_64/llvm-link-with-Bsymbolic-functions.patch
  llvm/repos/extra-x86_64/no-strict-aliasing-DwarfCompileUnit.patch

---+
 PKGBUILD  |  279 ++--
 add-fno-semantic-interposition.patch  |   44 ++--
 llvm-config.h |   18 -
 llvm-link-with-Bsymbolic-functions.patch  |  132 ++---
 no-strict-aliasing-DwarfCompileUnit.patch |   26 +-
 x86-twist-shuffle-mask.patch  |  117 +++
 6 files changed, 369 insertions(+), 247 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-11 00:04:43 UTC (rev 421326)
+++ PKGBUILD2021-08-11 00:04:55 UTC (rev 421327)
@@ -1,137 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
-pkgver=12.0.1
-pkgrel=2
-_ocaml_ver=4.12.0
-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-setuptools' 'python-psutil' '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-link-with-Bsymbolic-functions.patch
-add-fno-semantic-interposition.patch
-no-strict-aliasing-DwarfCompileUnit.patch
-llvm-config.h)
-sha256sums=('7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf'
-'SKIP'
-'560ce1e206c19f4b86f4c583b743db0ad47a610418999350710aafd60ae50fcd'
-'fc8c64267a5d179e9fc24fb2bc6150edef2598c83f5b2d138d14e05ce9f4e345'
-'d1eff24508e35aae6c26a943dbaa3ef5acb60a145b008fd1ef9ac6f6c4faa662'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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

-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-  mkdir build
-
-  # https://bugs.archlinux.org/task/70697
-  patch -Np2 -i ../llvm-link-with-Bsymbolic-functions.patch
-  # https://reviews.llvm.org/D102453
-  patch -Np2 -i ../add-fno-semantic-interposition.patch
-
-  # Work around intermittent 'clang -O -g' crashes
-  # https://bugs.llvm.org/show_bug.cgi?id=50611#c3
-  patch -Np2 -i ../no-strict-aliasing-DwarfCompileUnit.patch
-}
-
-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_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')
-
-  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 

[arch-commits] Commit in llvm/trunk (PKGBUILD x86-twist-shuffle-mask.patch)

2021-08-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 11, 2021 @ 00:04:43
  Author: foutrelis
Revision: 421326

upgpkg: llvm 12.0.1-3: fix issue with AVX codegen

Added:
  llvm/trunk/x86-twist-shuffle-mask.patch
Modified:
  llvm/trunk/PKGBUILD

--+
 PKGBUILD |7 ++
 x86-twist-shuffle-mask.patch |  117 +
 2 files changed, 123 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:43:17 UTC (rev 421325)
+++ PKGBUILD2021-08-11 00:04:43 UTC (rev 421326)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
 pkgver=12.0.1
-pkgrel=2
+pkgrel=3
 _ocaml_ver=4.12.0
 arch=('x86_64')
 url="https://llvm.org/;
@@ -17,6 +17,7 @@
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
 llvm-link-with-Bsymbolic-functions.patch
 add-fno-semantic-interposition.patch
+x86-twist-shuffle-mask.patch
 no-strict-aliasing-DwarfCompileUnit.patch
 llvm-config.h)
 sha256sums=('7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf'
@@ -23,6 +24,7 @@
 'SKIP'
 '560ce1e206c19f4b86f4c583b743db0ad47a610418999350710aafd60ae50fcd'
 'fc8c64267a5d179e9fc24fb2bc6150edef2598c83f5b2d138d14e05ce9f4e345'
+'c51b8754f76eb3774f46d530409f6d89f5bb47d90f0d718dbfa861f716b29693'
 'd1eff24508e35aae6c26a943dbaa3ef5acb60a145b008fd1ef9ac6f6c4faa662'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

@@ -37,6 +39,9 @@
   # https://reviews.llvm.org/D102453
   patch -Np2 -i ../add-fno-semantic-interposition.patch
 
+  # https://bugs.llvm.org/show_bug.cgi?id=50823
+  patch -Np2 -i ../x86-twist-shuffle-mask.patch
+
   # Work around intermittent 'clang -O -g' crashes
   # https://bugs.llvm.org/show_bug.cgi?id=50611#c3
   patch -Np2 -i ../no-strict-aliasing-DwarfCompileUnit.patch

Added: x86-twist-shuffle-mask.patch
===
--- x86-twist-shuffle-mask.patch(rev 0)
+++ x86-twist-shuffle-mask.patch2021-08-11 00:04:43 UTC (rev 421326)
@@ -0,0 +1,117 @@
+From 2c3bca2c3f13a0a9ef71d549a90fba23e6997d44 Mon Sep 17 00:00:00 2001
+From: "Wang, Pengfei" 
+Date: Mon, 5 Jul 2021 21:08:49 +0800
+Subject: [PATCH] Twist shuffle mask when fold HOP(SHUFFLE(X,Y),SHUFFLE(X,Y))
+ -> SHUFFLE(HOP(X,Y))
+
+This patch fixes PR50823.
+
+The shuffle mask should be twisted twice before gotten the correct one due to 
the difference between inner HOP and outer.
+
+Reviewed By: RKSimon
+
+Differential Revision: https://reviews.llvm.org/D104903
+
+(cherry picked from commit 9ab99f773fec7da4183495a3fdc655a797d3bea2)
+---
+ llvm/lib/Target/X86/X86ISelLowering.cpp |  7 ++---
+ llvm/test/CodeGen/X86/haddsub-undef.ll  |  4 +--
+ llvm/test/CodeGen/X86/packss.ll |  2 +-
+ llvm/test/CodeGen/X86/pr50823.ll| 35 +
+ 4 files changed, 42 insertions(+), 6 deletions(-)
+ create mode 100644 llvm/test/CodeGen/X86/pr50823.ll
+
+diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp 
b/llvm/lib/Target/X86/X86ISelLowering.cpp
+index 1e2407c7e7f6..d8b2f765e953 100644
+--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
 b/llvm/lib/Target/X86/X86ISelLowering.cpp
+@@ -43194,9 +43194,10 @@ static SDValue combineHorizOpWithShuffle(SDNode *N, 
SelectionDAG ,
+   ShuffleVectorSDNode::commuteMask(ShuffleMask1);
+ }
+ if ((Op00 == Op10) && (Op01 == Op11)) {
+-  SmallVector ShuffleMask;
+-  ShuffleMask.append(ShuffleMask0.begin(), ShuffleMask0.end());
+-  ShuffleMask.append(ShuffleMask1.begin(), ShuffleMask1.end());
++  const int Map[4] = {0, 2, 1, 3};
++  SmallVector ShuffleMask(
++{Map[ShuffleMask0[0]], Map[ShuffleMask1[0]], Map[ShuffleMask0[1]],
++ Map[ShuffleMask1[1]]});
+   SDLoc DL(N);
+   MVT ShufVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64;
+   SDValue Res = DAG.getNode(Opcode, DL, VT, Op00, Op01);
+diff --git a/llvm/test/CodeGen/X86/haddsub-undef.ll 
b/llvm/test/CodeGen/X86/haddsub-undef.ll
+index 68d058433179..e7c8b84d3bc7 100644
+--- a/llvm/test/CodeGen/X86/haddsub-undef.ll
 b/llvm/test/CodeGen/X86/haddsub-undef.ll
+@@ -1166,7 +1166,7 @@ define <4 x double> @PR34724_add_v4f64_u123(<4 x double> 
%0, <4 x double> %1) {
+ ; AVX512-FAST:   # %bb.0:
+ ; AVX512-FAST-NEXT:vextractf128 $1, %ymm0, %xmm0
+ ; AVX512-FAST-NEXT:vhaddpd %ymm1, %ymm0, %ymm0
+-; AVX512-FAST-NEXT:vpermpd {{.*#+}} ymm0 = ymm0[0,2,0,3]
++; AVX512-FAST-NEXT:vpermpd {{.*#+}} ymm0 = ymm0[0,0,1,3]
+ ; AVX512-FAST-NEXT:retq
+   %3 = shufflevector <4 x double> %0, <4 x double> %1, <2 x i32> 
+   %4 = shufflevector <4 x double> %0, <4 x double> %1, <2 x i32> 
+@@ -1267,7 +1267,7 @@ define <4 x double> 

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

2021-08-10 Thread George Rawlinson via arch-commits
Date: Tuesday, August 10, 2021 @ 22:03:20
  Author: grawlinson
Revision: 997415

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 22:02:33 UTC (rev 997414)
+++ PKGBUILD2021-08-10 22:03:20 UTC (rev 997415)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: George Rawlinson 
-
-pkgname=python-xlsxwriter
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('e7939898b52f2bdde11955ebb82f1f3a033aa5e6c9d4834bf85758e3b416ad35')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python -m unittest discover
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 997414, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 22:03:20 UTC (rev 997415)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: George Rawlinson 
+
+pkgname=python-xlsxwriter
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/RELEASE_${pkgver}.tar.gz")
+sha256sums=('27d053943ee0fe302d711687ad37335187b9352db001f3b5d6b1c527a528667f')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python -m unittest discover
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-10 Thread George Rawlinson via arch-commits
Date: Tuesday, August 10, 2021 @ 22:02:33
  Author: grawlinson
Revision: 997414

upgpkg: python-xlsxwriter 3.0.1-1

New upstream release.

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:44:42 UTC (rev 997413)
+++ PKGBUILD2021-08-10 22:02:33 UTC (rev 997414)
@@ -2,7 +2,7 @@
 # Contributor: George Rawlinson 
 
 pkgname=python-xlsxwriter
-pkgver=2.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('e7939898b52f2bdde11955ebb82f1f3a033aa5e6c9d4834bf85758e3b416ad35')
+sha256sums=('27d053943ee0fe302d711687ad37335187b9352db001f3b5d6b1c527a528667f')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}



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

2021-08-10 Thread Kpcyrd via arch-commits
Date: Tuesday, August 10, 2021 @ 21:44:42
  Author: kpcyrd
Revision: 997413

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 997412, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 21:44:29 UTC (rev 997412)
+++ PKGBUILD2021-08-10 21:44:42 UTC (rev 997413)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('4d184a473ed02aa14980a728b2c8da8b55c80aac0b7c2c1523d408fb902e27d988eb590b6534a546191929b71f067954482e53195cf26c481f0f7b44f2439ee2')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 997412, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 21:44:42 UTC (rev 997413)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('9cea6f31b1519c51639624afa80d76c1965fe70dcd82b7f85cf93eebaf3b0e65c5cb3df12a68ecfc0efd3b96c5b0ee9e84c1d52c32e1eb1a57ebf33853a35260')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:39:48
  Author: svenstaro
Revision: 421321

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-settings/repos/staging-x86_64/
  nvidia-settings/repos/staging-x86_64/PKGBUILD
(from rev 421320, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch
(from rev 421320, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   62 ++
 libxnvctrl_so.patch |   36 +
 2 files changed, 98 insertions(+)

Copied: nvidia-settings/repos/staging-x86_64/PKGBUILD (from rev 421320, 
nvidia-settings/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-10 21:39:48 UTC (rev 421321)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=470.63.01
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('5190ded139f46c54e30ac050e5240b8927baf49a0de9a00794026db97badaa23aee6f29dd57285300807cdba9dc9b4a1668c25d12a1d396c877552e34dc98531'
+
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  export OUTPUTDIR=out
+  cd ${pkgbase}-${pkgver}
+  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -e 
's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;HardwareSettings;/' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+  provides=('libXNVCtrl.so')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 ./*.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -d "${pkgdir}/usr/lib"
+  cp -Pr out/libXNVCtrl.* -t "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch (from rev 
421320, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- staging-x86_64/libxnvctrl_so.patch  (rev 0)
+++ staging-x86_64/libxnvctrl_so.patch  2021-08-10 21:39:48 UTC (rev 421321)
@@ -0,0 +1,36 @@
+--- src/libXNVCtrl/Makefile2019-07-30 00:26:56.0 +0200
 src/libXNVCtrl/Makefile2019-08-02 14:08:56.963744238 +0200
+@@ -50,8 +50,8 @@
+ 
+ .PHONY: clean
+ 
+-all: $(LIBXNVCTRL)
++all: $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)
+ 
+ clean:
+-  rm -rf $(LIBXNVCTRL) *~ \
++  rm -rf $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)* *~ \
+   $(OUTPUTDIR)/*.o $(OUTPUTDIR)/*.d
+--- src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:04:08.216230565 +0200
 src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:08:02.563660632 +0200
+@@ -39,6 +39,11 @@
+ 
+ LIBXNVCTRL = $(OUTPUTDIR)/libXNVCtrl.a
+ 
++LIBXNVCTRL_SHARED = $(OUTPUTDIR)/libXNVCtrl.so
++LIBXNVCTRL_ABI_VERSION_MAJOR = 0
++LIBXNVCTRL_ABI_VERSION_MINOR = 0
++LIBXNVCTRL_LIBS += -lXext -lX11
++
+ LIBXNVCTRL_SRC = $(XNVCTRL_DIR)/NVCtrl.c
+ 
+ LIBXNVCTRL_OBJ = $(call BUILD_OBJECT_LIST,$(LIBXNVCTRL_SRC))
+@@ -47,3 +52,8 @@
+ 
+ $(LIBXNVCTRL) : $(LIBXNVCTRL_OBJ)
+   $(call quiet_cmd,AR) ru $@ $(LIBXNVCTRL_OBJ)
++
++$(LIBXNVCTRL_SHARED) : $(LIBXNVCTRL_OBJ)
++  $(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname=$(notdir 
$@).${LIBXNVCTRL_ABI_VERSION_MAJOR} -o 
$@.$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $^ 
$(LIBXNVCTRL_LIBS)
++  ln -s $(notdir 
$@).$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $@
++  ln -s $(notdir 

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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:39:38
  Author: svenstaro
Revision: 421320

upgpkg: nvidia-settings 470.63.01-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:32:16 UTC (rev 421319)
+++ PKGBUILD2021-08-10 21:39:38 UTC (rev 421320)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=470.57.02
+pkgver=470.63.01
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('e0e467d8c05b3cfecd3bfa47153f3b225bd29a3a5b2e60ddb99f5f39c5ad6889d869558781487afb63fb10c01455533e77e98f5811591d7930a681ed789276f2'
+sha512sums=('5190ded139f46c54e30ac050e5240b8927baf49a0de9a00794026db97badaa23aee6f29dd57285300807cdba9dc9b4a1668c25d12a1d396c877552e34dc98531'
 
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
 
 prepare() {



[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:38:14
  Author: svenstaro
Revision: 997410

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 997409, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
997409, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2021-08-10 21:38:14 UTC (rev 997410)
@@ -0,0 +1,101 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=470.63.01
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('d3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT Compiler (Parallel Thread Execution (PTX) is a pseudo-assembly 
language for CUDA)
+install -D -m755 "libnvidia-ptxjitcompiler.so.${pkgver}" 

[arch-commits] Commit in lib32-nvidia-utils/trunk (PKGBUILD)

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:38:05
  Author: svenstaro
Revision: 997409

upgpkg: lib32-nvidia-utils 470.63.01-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 20:20:31 UTC (rev 997408)
+++ PKGBUILD2021-08-10 21:38:05 UTC (rev 997409)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=470.57.02
+pkgver=470.63.01
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('7123ee05aa0cc94c4cf1f0717daf85b116f0200b8f78f9322ea847db70e56386a065e0085959f27cbf0a8f9befe6fc7a0145d1bf2a28616df9bc8b5effd812f8')
+sha512sums=('d3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454')
 
 create_links() {
 # create soname links



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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:32:16
  Author: svenstaro
Revision: 421319

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 421318, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 421318, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-10 21:32:16 UTC (rev 421319)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=470.63.01
+pkgrel=1
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:32:08
  Author: svenstaro
Revision: 421318

upgpkg: nvidia-lts 1:470.63.01-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:21:21 UTC (rev 421317)
+++ PKGBUILD2021-08-10 21:32:08 UTC (rev 421318)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=470.57.02
-pkgrel=7
+pkgver=470.63.01
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -37,4 +37,3 @@
 /usr/share/licenses/nvidia-dkms/LICENSE
 }
 
-



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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:21:21
  Author: svenstaro
Revision: 421317

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 421316, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 421316, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-10 21:21:21 UTC (rev 421317)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.63.01
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:21:13
  Author: svenstaro
Revision: 421316

upgpkg: nvidia 470.63.01-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:12:12 UTC (rev 421315)
+++ PKGBUILD2021-08-10 21:21:13 UTC (rev 421316)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=470.57.02
-pkgrel=9
+pkgver=470.63.01
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:12:12
  Author: svenstaro
Revision: 421315

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 421314, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 421314, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 421314, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.sysusers
(from rev 421314, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  220 ++
 nvidia-drm-outputclass.conf |8 +
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 236 insertions(+)

Copied: nvidia-utils/repos/staging-x86_64/PKGBUILD (from rev 421314, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-10 21:12:12 UTC (rev 421315)
@@ -0,0 +1,220 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
+pkgver=470.63.01
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'd3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+cd kernel
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+

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

2021-08-10 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 10, 2021 @ 21:11:58
  Author: svenstaro
Revision: 421314

upgpkg: nvidia-utils 470.63.01-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 21:03:07 UTC (rev 421313)
+++ PKGBUILD2021-08-10 21:11:58 UTC (rev 421314)
@@ -4,8 +4,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=470.57.02
-pkgrel=3
+pkgver=470.63.01
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -16,7 +16,7 @@
 
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'7123ee05aa0cc94c4cf1f0717daf85b116f0200b8f78f9322ea847db70e56386a065e0085959f27cbf0a8f9befe6fc7a0145d1bf2a28616df9bc8b5effd812f8')
+
'd3dadf93df86e5462ecb4ae6a04f03b05bf1450ad91e8c2aa73e838ddc9aa11b4e926fc32714d32bd7c606498fee5a54c77d5e40ecc08a039d3e9c2d331ad454')
 
 
 create_links() {



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 21:03:07
  Author: arojas
Revision: 421313

archrelease: copy trunk to extra-x86_64

Added:
  qt5-3d/repos/extra-x86_64/PKGBUILD
(from rev 421312, qt5-3d/trunk/PKGBUILD)
Deleted:
  qt5-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 21:02:55 UTC (rev 421312)
+++ PKGBUILD2021-08-10 21:03:07 UTC (rev 421313)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-3d
-_qtver=5.15.2
-pkgver=5.15.2+kde+r32
-pkgrel=1
-_commit=b65097673d44c0fdf9231882aeb385effc421de2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
-depends=('qt5-declarative' 'assimp')
-makedepends=('git' 'vulkan-headers')
-groups=('qt' 'qt5')
-_pkgfqn=qt3d
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 997ff3ad21b9303aa3321a86e5c5b9cfcfc2f807 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-3d/repos/extra-x86_64/PKGBUILD (from rev 421312, 
qt5-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 21:03:07 UTC (rev 421313)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-3d
+_qtver=5.15.2
+pkgver=5.15.2+kde+r33
+pkgrel=1
+_commit=7edec6e014de27b9dd03f63875c471aac606a918
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=('qt5-declarative' 'assimp')
+makedepends=('git' 'vulkan-headers')
+groups=('qt' 'qt5')
+_pkgfqn=qt3d
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 997ff3ad21b9303aa3321a86e5c5b9cfcfc2f807 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 21:02:55
  Author: arojas
Revision: 421312

Bump revision

Modified:
  qt5-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 20:28:34 UTC (rev 421311)
+++ PKGBUILD2021-08-10 21:02:55 UTC (rev 421312)
@@ -3,9 +3,9 @@
 
 pkgname=qt5-3d
 _qtver=5.15.2
-pkgver=5.15.2+kde+r32
+pkgver=5.15.2+kde+r33
 pkgrel=1
-_commit=b65097673d44c0fdf9231882aeb385effc421de2
+_commit=7edec6e014de27b9dd03f63875c471aac606a918
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 20:28:34
  Author: felixonmars
Revision: 421311

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 421310, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 20:28:25 UTC (rev 421310)
+++ PKGBUILD2021-08-10 20:28:34 UTC (rev 421311)
@@ -1,90 +0,0 @@
-# Maintainer: Dan McGee 
-# Maintainer: Felix Yan 
-# Contributor: Daniele Paolella 
-
-pkgbase=python-virtualenv
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.7.0
-pkgrel=1
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-platformdirs' 'python-distlib' 
'python-filelock'
- 'python-six' 'python2-setuptools' 'python2-platformdirs' 
'python2-distlib'
- 'python2-filelock' 'python2-six' 'python2-importlib-metadata'
- 'python2-importlib_resources' 'python2-pathlib2' 
'python-setuptools-scm'
- 'python2-setuptools-scm' 'python-sphinx' 'python-sphinx_rtd_theme'
- 'python-sphinx-argparse' 'towncrier' 'python-importlib-metadata'
- 'python2-backports.entry-points-selectable')
-checkdepends=('python-pytest-freezegun' 'python-pytest-mock' 'python-pip' 
'python-coverage' 'fish'
-  'xonsh' 'python-flaky')  # 'tcsh' removed: randomly hangs tests
-replaces=('virtualenv')
-conflicts=('virtualenv')
-options=('!makeflags')
-source=(https://github.com/pypa/virtualenv/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha512sums=('9bc035ad36cdfccdf6d9ff5a750751e57a210150a33f951e30554832142888da4caf6644f409d78084796bc162fa119c2ee67e3f102d1ab57460dfddcbf8d3fd')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  # TODO: figure out why
-  sed -i '/test_py_info_to_system_raises/i @pytest.mark.skip' 
virtualenv-$pkgver/tests/unit/discovery/py_info/test_py_info.py
-
-  # workaround pip vendorod certifi
-  sed -i "s|pkgutil.get_data(\"pip._vendor.certifi\", 
\"cacert.pem\")|open(os.path.join('/etc/ssl/certs/ca-certificates.crt'), 
'rb').read()|" virtualenv-$pkgver/tests/conftest.py
-
-  cp -a virtualenv-$pkgver{,-py2}
-
-  # Use importlib-metadata directly for Python 3.9
-  sed -i 's/from backports.entry_points_selectable import entry_points/from 
importlib_metadata import entry_points/' 
virtualenv-$pkgver/src/virtualenv/run/plugin/base.py
-  sed -i '/backports.entry_points_selectable/d' virtualenv-$pkgver/setup.cfg
-}
-
-build() {
-  (cd virtualenv-$pkgver
-python setup.py build egg_info
-export PYTHONPATH="$PWD/build/lib:$PWD/src"
-sphinx-build -b man docs docs/_build/man
-  )
-  (cd virtualenv-$pkgver-py2
-python2 setup.py build egg_info
-  )
-}
-
-check() {
-  cd virtualenv-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PWD/src" python -m pytest
-}
-
-package_python-virtualenv() {
-  depends=('python-platformdirs' 'python-distlib' 'python-filelock' 
'python-six'
-   'python-importlib-metadata')
-
-  cd virtualenv-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv.1"
-  ln -s virtualenv.1.gz "${pkgdir}/usr/share/man/man1/virtualenv3.1.gz"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python2-virtualenv() {
-  depends=('python2-platformdirs' 'python2-distlib' 'python2-filelock' 
'python2-six'
-   'python2-importlib-metadata' 'python2-importlib_resources' 
'python2-pathlib2'
-   'python2-backports.entry-points-selectable')
-
-  cd virtualenv-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 ../virtualenv-$pkgver/docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv2.1"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE -t \
-"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 421310, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 20:28:34 UTC (rev 421311)
@@ -0,0 +1,90 @@
+# Maintainer: Dan McGee 
+# Maintainer: Felix Yan 
+# Contributor: Daniele Paolella 
+
+pkgbase=python-virtualenv
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=20.7.1
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')

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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 20:28:25
  Author: felixonmars
Revision: 421310

upgpkg: python-virtualenv 20.7.1-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 20:20:31 UTC (rev 421309)
+++ PKGBUILD2021-08-10 20:28:25 UTC (rev 421310)
@@ -4,7 +4,7 @@
 
 pkgbase=python-virtualenv
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=20.7.0
+pkgver=20.7.1
 pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
@@ -23,7 +23,7 @@
 conflicts=('virtualenv')
 options=('!makeflags')
 
source=(https://github.com/pypa/virtualenv/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha512sums=('9bc035ad36cdfccdf6d9ff5a750751e57a210150a33f951e30554832142888da4caf6644f409d78084796bc162fa119c2ee67e3f102d1ab57460dfddcbf8d3fd')
+sha512sums=('6ab88145c0d9b3b7d8eef37fcfa2608d1e3a3a17dec9b6d00f0b90c7d2c31faad22a2fb04cda0cd1b1ecc9140b6dc555f38ab1690ffe94ea1cd441b4ad9879ed')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



[arch-commits] Commit in lib32-libnm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 20:20:31
  Author: heftig
Revision: 997408

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD
(from rev 997407, lib32-libnm/trunk/PKGBUILD)
Deleted:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  212 ++---
 1 file changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 20:20:05 UTC (rev 997407)
+++ PKGBUILD2021-08-10 20:20:31 UTC (rev 997408)
@@ -1,106 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-# Contributor: Ryszard Knop 
-
-pkgname=lib32-libnm
-pkgver=1.32.6
-pkgrel=1
-pkgdesc="NetworkManager client library (32-bit)"
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/NetworkManager
-license=(LGPL)
-depends=(
-  lib32-gcc-libs
-  lib32-glib2
-  lib32-nspr
-  lib32-nss
-  lib32-systemd
-  lib32-util-linux
-)
-makedepends=(
-  git
-  intltool
-  lib32-dbus
-  lib32-jansson
-  lib32-libndp
-  lib32-libpsl
-  lib32-polkit
-  libxslt
-  meson
-)
-provides=(libnm.so)
-_tag=a58982023e759ddf1fcd7e5a51edb118148b4665
-source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd NetworkManager
-}
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  local meson_args=(
-# system paths
---libdir=/usr/lib32
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="${pkgver}-${pkgrel}"
--D libaudit=no
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D selinux=false
-
-# features
--D bluez5_dun=false
--D concheck=false
--D ebpf=false
--D iwd=false
--D modem_manager=false
--D nm_cloud_setup=false
--D nmcli=false
--D nmtui=false
--D ovs=false
--D ppp=false
--D teamdctl=false
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=false
--D docs=false
--D introspection=false
--D tests=no
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,lib,lib32/NetworkManager,share},var}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnm/repos/multilib-x86_64/PKGBUILD (from rev 997407, 
lib32-libnm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 20:20:31 UTC (rev 997408)
@@ -0,0 +1,106 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+# Contributor: Ryszard Knop 
+
+pkgname=lib32-libnm
+pkgver=1.32.8
+pkgrel=1
+pkgdesc="NetworkManager client library (32-bit)"
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/NetworkManager
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  lib32-glib2
+  lib32-nspr
+  lib32-nss
+  lib32-systemd
+  lib32-util-linux
+)
+makedepends=(
+  git
+  intltool
+  lib32-dbus
+  lib32-jansson
+  lib32-libndp
+  lib32-libpsl
+  lib32-polkit
+  libxslt
+  meson
+)
+provides=(libnm.so)
+_tag=31c29109d87204467c71bd3e8fc1520b3fd46063
+source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd NetworkManager
+}
+
+pkgver() {
+  cd NetworkManager
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  local meson_args=(
+# system paths
+--libdir=/usr/lib32
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="${pkgver}-${pkgrel}"
+-D libaudit=no
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D modify_system=true
+-D selinux=false
+
+# features
+-D bluez5_dun=false
+-D concheck=false
+-D ebpf=false
+-D iwd=false
+-D modem_manager=false
+-D nm_cloud_setup=false
+-D nmcli=false
+-D nmtui=false
+-D ovs=false
+-D ppp=false
+-D teamdctl=false
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# handlers for resolv.conf
+-D netconfig=no
+-D 

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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 20:20:31
  Author: heftig
Revision: 421309

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 421308, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 20:16:39 UTC (rev 421308)
+++ PKGBUILD2021-08-10 20:20:31 UTC (rev 421309)
@@ -1,157 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.32.6
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL)
-_pppver=2.4.9
-makedepends=(intltool dhclient dhcpcd iptables-nft gobject-introspection 
gtk-doc
- "ppp=$_pppver" modemmanager iproute2 nss polkit wpa_supplicant 
curl
- systemd libmm-glib libnewt libndp libteam nftables vala perl-yaml
- python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
- openresolv libpsl audit meson)
-checkdepends=(libx11 python-dbus)
-_commit=dd3f3cb9e5b4d134dbc01f02fb416792097c3842  # tags/1.32.6^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --abbrev=10 | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_args=(
-# system paths
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D polkit_agent=true
--D selinux=false
-
-# features
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D nm_cloud_setup=true
--D bluez5_dun=true
--D ebpf=true
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_networkmanager() {
-  depends=(libnm iproute2 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=('dnsmasq: connection sharing'
-  'nftables: connection sharing'
-  'iptables: connection sharing'
-  'bluez: Bluetooth support'
-  'ppp: dialup connection support'
-  'modemmanager: cellular network support'
-  'iwd: wpa_supplicant alternative'
-  'dhclient: alternative DHCP client'
-  'dhcpcd: alternative DHCP client'
-  'openresolv: alternative resolv.conf manager'
-  'firewalld: firewall support')
-  backup=(etc/NetworkManager/NetworkManager.conf)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  # /etc/NetworkManager
-  install -d etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 etc/NetworkManager/system-connections
-  install -m644 /dev/stdin etc/NetworkManager/NetworkManager.conf 

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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 20:20:05
  Author: heftig
Revision: 997407

1.32.8-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:58:17 UTC (rev 997406)
+++ PKGBUILD2021-08-10 20:20:05 UTC (rev 997407)
@@ -8,7 +8,7 @@
 # Contributor: Ryszard Knop 
 
 pkgname=lib32-libnm
-pkgver=1.32.6
+pkgver=1.32.8
 pkgrel=1
 pkgdesc="NetworkManager client library (32-bit)"
 arch=(x86_64)
@@ -34,7 +34,7 @@
   meson
 )
 provides=(libnm.so)
-_tag=a58982023e759ddf1fcd7e5a51edb118148b4665
+_tag=31c29109d87204467c71bd3e8fc1520b3fd46063
 
source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
 b2sums=(SKIP)
 



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 20:16:39
  Author: heftig
Revision: 421308

1.32.8-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:37:08 UTC (rev 421307)
+++ PKGBUILD2021-08-10 20:16:39 UTC (rev 421308)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.32.6
+pkgver=1.32.8
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -20,7 +20,7 @@
  python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
  openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
-_commit=dd3f3cb9e5b4d134dbc01f02fb416792097c3842  # tags/1.32.6^0
+_commit=921cfd8ef166abda219db718ae435d33cd83dfeb  # tags/1.32.8^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-10 Thread Kpcyrd via arch-commits
Date: Tuesday, August 10, 2021 @ 19:58:17
  Author: kpcyrd
Revision: 997406

archrelease: copy trunk to community-any

Added:
  torbrowser-launcher/repos/community-any/PKGBUILD
(from rev 997405, torbrowser-launcher/trunk/PKGBUILD)
Deleted:
  torbrowser-launcher/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 19:58:04 UTC (rev 997405)
+++ PKGBUILD2021-08-10 19:58:17 UTC (rev 997406)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=torbrowser-launcher
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Securely and easily download, verify, install, and launch Tor Browser 
in Linux"
-url="https://github.com/micahflee/torbrowser-launcher;
-depends=('python' 'python-pyqt5' 'python-requests' 'python-pysocks' 
'python-gpgme' 'python-packaging'
- 'gnupg' 'tor' 'hicolor-icon-theme' 'dbus-glib')
-makedepends=('python-setuptools' 'python-distro')
-optdepends=('apparmor: support for apparmor profiles')
-arch=('any')
-license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/micahflee/torbrowser-launcher/archive/v${pkgver}.tar.gz;)
-sha512sums=('d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254')
-b2sums=('87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: torbrowser-launcher/repos/community-any/PKGBUILD (from rev 997405, 
torbrowser-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 19:58:17 UTC (rev 997406)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=torbrowser-launcher
+pkgver=0.3.5
+pkgrel=2
+pkgdesc="Securely and easily download, verify, install, and launch Tor Browser 
in Linux"
+url="https://github.com/micahflee/torbrowser-launcher;
+depends=('python' 'python-pyqt5' 'python-requests' 'python-pysocks' 
'python-gpgme' 'python-packaging'
+ 'gnupg' 'tor' 'hicolor-icon-theme' 'dbus-glib')
+makedepends=('python-setuptools' 'python-distro')
+optdepends=('apparmor: support for apparmor profiles')
+arch=('any')
+license=('MIT')
+backup=(
+  'etc/apparmor.d/local/torbrowser.Browser.firefox'
+  'etc/apparmor.d/local/torbrowser.Tor.tor'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/micahflee/torbrowser-launcher/archive/v${pkgver}.tar.gz;
+
https://github.com/micahflee/torbrowser-launcher/pull/593/commits/a4bc9789b0d25c5d604e310f313d85ee15871a65.patch)
+sha512sums=('d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254'
+
'ff99b69786510db3ba0f5410dc3e858dcfbb402548e49e74fa5985d7c262a77ec17bb45e0ee39fb877628a68c3308e258296523f2839487516970fe0f4cd8691')
+b2sums=('87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768'
+
'3a751b97878e20b97d74336697a3ad48b681bed3664c53ccef147141b91ea78af5b94df00a7b8b381c80bfbb1f3ee8081dc78b1c60ad0182eb7a0f70e1ff92b2')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../a4bc9789b0d25c5d604e310f313d85ee15871a65.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-10 Thread Kpcyrd via arch-commits
Date: Tuesday, August 10, 2021 @ 19:58:04
  Author: kpcyrd
Revision: 997405

upgpkg: torbrowser-launcher 0.3.5-2 - apparmor wayland support

Modified:
  torbrowser-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:55:07 UTC (rev 997404)
+++ PKGBUILD2021-08-10 19:58:04 UTC (rev 997405)
@@ -2,7 +2,7 @@
 
 pkgname=torbrowser-launcher
 pkgver=0.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Securely and easily download, verify, install, and launch Tor Browser 
in Linux"
 url="https://github.com/micahflee/torbrowser-launcher;
 depends=('python' 'python-pyqt5' 'python-requests' 'python-pysocks' 
'python-gpgme' 'python-packaging'
@@ -11,10 +11,22 @@
 optdepends=('apparmor: support for apparmor profiles')
 arch=('any')
 license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/micahflee/torbrowser-launcher/archive/v${pkgver}.tar.gz;)
-sha512sums=('d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254')
-b2sums=('87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768')
+backup=(
+  'etc/apparmor.d/local/torbrowser.Browser.firefox'
+  'etc/apparmor.d/local/torbrowser.Tor.tor'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/micahflee/torbrowser-launcher/archive/v${pkgver}.tar.gz;
+
https://github.com/micahflee/torbrowser-launcher/pull/593/commits/a4bc9789b0d25c5d604e310f313d85ee15871a65.patch)
+sha512sums=('d9e30a721393d1530bc288fd74925731b71016d34670b6b33e1e76e271f956e2d2e35bd29f81389b1c90db15257e1e6281bd3aeeb9c3cc533ab9a5d109803254'
+
'ff99b69786510db3ba0f5410dc3e858dcfbb402548e49e74fa5985d7c262a77ec17bb45e0ee39fb877628a68c3308e258296523f2839487516970fe0f4cd8691')
+b2sums=('87ba04a5dd49316148631d3da6cf0b328160b817b7c42062bf6eeb1bedfc2cad6276640422139adc2b4031bfb6d0aa9bb93636b8e629e3b53433909bdf962768'
+
'3a751b97878e20b97d74336697a3ad48b681bed3664c53ccef147141b91ea78af5b94df00a7b8b381c80bfbb1f3ee8081dc78b1c60ad0182eb7a0f70e1ff92b2')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../a4bc9789b0d25c5d604e310f313d85ee15871a65.patch
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build



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

2021-08-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, August 10, 2021 @ 19:55:07
  Author: orhun
Revision: 997404

archrelease: copy trunk to community-x86_64

Added:
  cargo-spellcheck/repos/community-x86_64/PKGBUILD
(from rev 997403, cargo-spellcheck/trunk/PKGBUILD)
Deleted:
  cargo-spellcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 19:54:59 UTC (rev 997403)
+++ PKGBUILD2021-08-10 19:55:07 UTC (rev 997404)
@@ -1,33 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Sanpi 
-
-pkgname=cargo-spellcheck
-pkgver=0.8.11
-pkgrel=1
-pkgdesc="Checks all your documentation for spelling and grammar mistakes"
-arch=('x86_64')
-url="https://github.com/drahnr/cargo-spellcheck;
-license=('MIT' 'Apache')
-depends=('hunspell')
-makedepends=('rust' 'clang' 'hunspell-en_US')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('779bed41ade5f86efc0d3b15e6487c86106f36561afecf7cd19dd797d660c903')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-spellcheck/repos/community-x86_64/PKGBUILD (from rev 997403, 
cargo-spellcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 19:55:07 UTC (rev 997404)
@@ -0,0 +1,33 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Sanpi 
+
+pkgname=cargo-spellcheck
+pkgver=0.8.12
+pkgrel=1
+pkgdesc="Checks all your documentation for spelling and grammar mistakes"
+arch=('x86_64')
+url="https://github.com/drahnr/cargo-spellcheck;
+license=('MIT' 'Apache')
+depends=('hunspell')
+makedepends=('rust' 'clang' 'hunspell-en_US')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('27287f8559571b4cd79fef99d957d9fa13c2d424741ffcc71bf609ca691e1e8e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, August 10, 2021 @ 19:54:59
  Author: orhun
Revision: 997403

upgpkg: cargo-spellcheck 0.8.12-1: upstream release

Modified:
  cargo-spellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:33:28 UTC (rev 997402)
+++ PKGBUILD2021-08-10 19:54:59 UTC (rev 997403)
@@ -2,7 +2,7 @@
 # Contributor: Sanpi 
 
 pkgname=cargo-spellcheck
-pkgver=0.8.11
+pkgver=0.8.12
 pkgrel=1
 pkgdesc="Checks all your documentation for spelling and grammar mistakes"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('hunspell')
 makedepends=('rust' 'clang' 'hunspell-en_US')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('779bed41ade5f86efc0d3b15e6487c86106f36561afecf7cd19dd797d660c903')
+sha256sums=('27287f8559571b4cd79fef99d957d9fa13c2d424741ffcc71bf609ca691e1e8e')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-08-10 Thread Jonas Witschel via arch-commits
Date: Tuesday, August 10, 2021 @ 19:37:08
  Author: diabonas
Revision: 421307

archrelease: copy trunk to extra-x86_64

Added:
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 421306, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 19:37:02 UTC (rev 421306)
+++ PKGBUILD2021-08-10 19:37:08 UTC (rev 421307)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Gilles CHAUVIN 
-
-pkgname=live-media
-pkgver=2021.07.20
-pkgrel=1
-pkgdesc='Set of C++ libraries for multimedia streaming'
-url='http://live555.com/liveMedia'
-arch=('x86_64')
-license=('LGPL')
-depends=('gcc-libs' 'openssl')
-options=('staticlibs')
-source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
-sha256sums=('3a9a83618b07192c5fb0d824bdafaece466086bb44b5634fac32e8f9e00c7994')
-sha512sums=('28595f1f704618149ee002ccfeaff4e3fc64f992be97e764019aa35955a2c24603f501e4f904cd17b9668556dad0081102c12e72a3d61ac5feb9a603df52a4a7')
-
-build() {
-  cd live
-  sed -E 's|(-DSOCKLEN_T=socklen_t)|\1 -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd live
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -Dm 644 ${dir}/*.a -t "${pkgdir}/usr/lib"
-install -Dm 644 ${dir}/include/*.h* -t "${pkgdir}/usr/include/${dir}"
-  done
-  find testProgs -type f -perm 755 -print0|xargs -0 -I '{}' install -Dm 755 
'{}' -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 421306, 
live-media/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 19:37:08 UTC (rev 421307)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Gilles CHAUVIN 
+
+pkgname=live-media
+pkgver=2021.08.09
+pkgrel=1
+pkgdesc='Set of C++ libraries for multimedia streaming'
+url='http://live555.com/liveMedia'
+arch=('x86_64')
+license=('LGPL')
+depends=('gcc-libs' 'openssl')
+options=('staticlibs')
+source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
+sha256sums=('31ce35f13d676033da3fafdb67c6f26e9717438112230743a107dd3a67ebe285')
+sha512sums=('fc6a6d3c4aa6e44f6d4596aafc075eb6d155c7f6bf3a782c4d010cd5a1a9ee53410c707c175004fd807738d4d017f78326807c9d7728a7903b83dab74ee1d14f')
+
+build() {
+  cd live
+  sed -E 's|(-DSOCKLEN_T=socklen_t)|\1 -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd live
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -Dm 644 ${dir}/*.a -t "${pkgdir}/usr/lib"
+install -Dm 644 ${dir}/include/*.h* -t "${pkgdir}/usr/include/${dir}"
+  done
+  find testProgs -type f -perm 755 -print0|xargs -0 -I '{}' install -Dm 755 
'{}' -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-10 Thread Jonas Witschel via arch-commits
Date: Tuesday, August 10, 2021 @ 19:37:02
  Author: diabonas
Revision: 421306

upgpkg: live-media 2021.08.09-1: upstream security release (CVE-2021-38380, 
CVE-2021-38381, CVE-2021-38382)

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:30:23 UTC (rev 421305)
+++ PKGBUILD2021-08-10 19:37:02 UTC (rev 421306)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2021.07.20
+pkgver=2021.08.09
 pkgrel=1
 pkgdesc='Set of C++ libraries for multimedia streaming'
 url='http://live555.com/liveMedia'
@@ -12,8 +12,8 @@
 depends=('gcc-libs' 'openssl')
 options=('staticlibs')
 source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
-sha256sums=('3a9a83618b07192c5fb0d824bdafaece466086bb44b5634fac32e8f9e00c7994')
-sha512sums=('28595f1f704618149ee002ccfeaff4e3fc64f992be97e764019aa35955a2c24603f501e4f904cd17b9668556dad0081102c12e72a3d61ac5feb9a603df52a4a7')
+sha256sums=('31ce35f13d676033da3fafdb67c6f26e9717438112230743a107dd3a67ebe285')
+sha512sums=('fc6a6d3c4aa6e44f6d4596aafc075eb6d155c7f6bf3a782c4d010cd5a1a9ee53410c707c175004fd807738d4d017f78326807c9d7728a7903b83dab74ee1d14f')
 
 build() {
   cd live



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 19:33:28
  Author: arojas
Revision: 997402

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 997401, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/fix-build.patch
(from rev 997401, mediastreamer/trunk/fix-build.patch)
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD
  mediastreamer/repos/community-x86_64/fix-build.patch

-+
 PKGBUILD|   74 +++---
 fix-build.patch |   26 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 19:33:16 UTC (rev 997401)
+++ PKGBUILD2021-08-10 19:33:28 UTC (rev 997402)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/mediastreamer2'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
-fix-build.patch)
-sha256sums=('e587cb6fb1190f73f13e396f613b0ad3b4ebfe640b6961a5ccd15389db728cb9'
-'6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  patch -d ${pkgname}2-$pkgver -p1 < fix-build.patch
-}
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF \
--DENABLE_STRICT=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/include/OpenGL
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 997401, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 19:33:28 UTC (rev 997402)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=5.0.6
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/mediastreamer2'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
+fix-build.patch)
+sha256sums=('c52986230b219d91d5590cf6a6c2a01262e5c9e056644021a0554383999b2c9a'
+'6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+prepare() {
+  patch -d ${pkgname}2-$pkgver -p1 < fix-build.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF \
+-DENABLE_STRICT=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/include/OpenGL
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2021-08-10 19:33:16 UTC (rev 997401)
+++ fix-build.patch 2021-08-10 19:33:28 UTC (rev 997402)
@@ -1,13 +0,0 @@
-diff --git a/src/crypto/ms_srtp.c b/src/crypto/ms_srtp.c
-index ef15d545..a33477d5 100644
 a/src/crypto/ms_srtp.c
-+++ b/src/crypto/ms_srtp.c
-@@ -371,7 +371,7 @@ static int ms_add_srtp_stream(srtp_t srtp, MSCryptoSuite 
suite, uint32_t ssrc, c
-   policy.key = (uint8_t *)key;
-   policy.next = NULL;
- 
--  err = srtp_add_or_update_stream(srtp, );
-+  err = srtp_add_stream(srtp, );
-   if (err != err_status_ok) {
-   ms_error("Failed to add stream to srtp session (%d)", err);
-   return -1;

Copied: mediastreamer/repos/community-x86_64/fix-build.patch (from rev 997401, 
mediastreamer/trunk/fix-build.patch)
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2021-08-10 19:33:28 UTC (rev 997402)
@@ -0,0 +1,13 @@
+diff --git a/src/crypto/ms_srtp.c b/src/crypto/ms_srtp.c
+index ef15d545..a33477d5 100644
+--- a/src/crypto/ms_srtp.c
 b/src/crypto/ms_srtp.c
+@@ -371,7 +371,7 @@ static int ms_add_srtp_stream(srtp_t srtp, MSCryptoSuite 
suite, uint32_t ssrc, c
+   policy.key = (uint8_t *)key;
+   policy.next = NULL;
+ 
+-  err = srtp_add_or_update_stream(srtp, );
++  err = srtp_add_stream(srtp, );
+   if (err != err_status_ok) 

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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 19:33:16
  Author: arojas
Revision: 997401

Update to 5.0.6

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:20:42 UTC (rev 997400)
+++ PKGBUILD2021-08-10 19:33:16 UTC (rev 997401)
@@ -5,7 +5,7 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake python bcunit doxygen)
 
source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
 fix-build.patch)
-sha256sums=('e587cb6fb1190f73f13e396f613b0ad3b4ebfe640b6961a5ccd15389db728cb9'
+sha256sums=('c52986230b219d91d5590cf6a6c2a01262e5c9e056644021a0554383999b2c9a'
 '6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 19:30:23
  Author: heftig
Revision: 421305

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 421304, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 421304, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-08-10 19:30:23 UTC (rev 421305)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=91.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=(any)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn "Bengali"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca-valencia "Catalan (Valencian)"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-CA  "English (Canadian)"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gn "Guarani"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'ia "Interlingua"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ka "Georgian"'
+  'kab"Kabyle"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mk "Macedonian"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'my "Burmese"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'ne-NP  "Nepali"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'oc "Occitan"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'son"Songhai"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tl "Tagalog"'
+  'tr "Turkish"'
+  'trs"Chicahuaxtla Triqui"'
+  'uk "Ukrainian"'
+  'ur "Urdu"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('353dd29fece91f4f455314d5c53586214df0ff644618239e8ca97f9d5769c1e6'
+'17c31a493019c0472183df215a197c001e76a085f696a29d644040d4bb4615af'
+'42a76176cff1d262948e86704ce162880acecb0d5cc7b6391424a6049ad90ac6'
+'ef975199eba7257696368dfdfbadd8dd5f57fa47ffbf647fca3562283d91590e'
+'7e556855822a6a8b7124c1258f420abe65def9219c9a56504c661462df2e97ac'
+'4cb21bc10cad54bca9c5d384268c601f79c23e5f71addfdf1244b8f9b1e09354'
+'4ecf37a49a71498d56e464198783e22a59bd97a8442ee101fa5b68544167e932'
+'3d407df39ead090f6f074a93bf6b11451a891af2e8b44554392dd5f879fe8e98'
+'9b2947e2f4cdf806a5d80b6d10625817fc079225509065ebc5ae0115f5307eed'
+'15088ced6ef218412fed8b88803b4f06eb64ed2eb14c5f885c0654e8f770f0c1'
+'ed870ed230cae2f1549f593b90ae6afcda0ab6cd0ed8ac47e442392f48dba95d'
+

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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 19:30:08
  Author: heftig
Revision: 421304

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 421303, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 421303, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 421303, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/identity-icons-brand.svg
(from rev 421303, firefox/trunk/identity-icons-brand.svg)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 421303, firefox/trunk/upload-symbol-archive)

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   57 ++
 PKGBUILD   |  215 +
 firefox.desktop|  340 +++
 identity-icons-brand.svg   |3 
 upload-symbol-archive  |   25 +
 5 files changed, 640 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 421303, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2021-08-10 19:30:08 UTC (rev 421304)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index d3bb8096ad02e..95ccce28fa786 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -4262,11 +4262,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 60de473de07ab..004c066575c17 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,8 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
++#include "mozilla/XREAppData.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -152,13 +154,9 @@ nsresult nsAppShell::Init() {
+   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
+   //
+   // Only bother doing this for the parent process, since it's the one
+-  // creating top-level windows. (At this point, a child process hasn't
+-  // received the list of registered chrome packages, so the
+-  // GetBrandShortName call would fail anyway.)
+-  nsAutoString brandName;
+-  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-  if (!brandName.IsEmpty()) {
+-gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
++  // creating top-level windows.
++  if (gAppData) {
++gdk_set_program_class(gAppData->remotingName);
+   }
+ }
+   }

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 421303, 
firefox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-10 19:30:08 UTC (rev 421304)
@@ -0,0 +1,215 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=91.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
+makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
+ python-setuptools python-psutil python-zstandard lld dump_syms)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech'
+'hunspell-en_US: Spell checking, American English'
+

[arch-commits] Commit in firefox/trunk (3 files)

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 19:25:23
  Author: heftig
Revision: 421303

91.0-1

Added:
  firefox/trunk/identity-icons-brand.svg
Modified:
  firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/trunk/PKGBUILD

+
 0001-Use-remoting-name-for-GDK-application-names.patch |4 ++--
 PKGBUILD   |   15 +--
 identity-icons-brand.svg   |3 +++
 3 files changed, 14 insertions(+), 8 deletions(-)

Modified: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2021-08-10 
19:23:49 UTC (rev 421302)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2021-08-10 
19:25:23 UTC (rev 421303)
@@ -9,10 +9,10 @@
  2 files changed, 6 insertions(+), 12 deletions(-)
 
 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 3ec33c9b45417..56081f76a0074 100644
+index d3bb8096ad02e..95ccce28fa786 100644
 --- a/toolkit/xre/nsAppRunner.cpp
 +++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4252,11 +4252,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4262,11 +4262,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
// consistently.
  
// Set program name to the one defined in application.ini.

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 19:23:49 UTC (rev 421302)
+++ PKGBUILD2021-08-10 19:25:23 UTC (rev 421303)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=90.0.2
+pkgver=91.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -22,11 +22,12 @@
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
-$pkgname.desktop)
-sha256sums=('35c45dbc21a7bd59e5daa6b3fef7a08c51ff0a1333f47a355bb1cbc840c3ff59'
+$pkgname.desktop identity-icons-brand.svg)
+sha256sums=('2a4d1f788ab77f68380d4e6ab0b36bd1efd1a4ac9e9c6d10e39377894c077901'
 'SKIP'
-'7e7435e8171426e87a84cecf9eb017cb969c9c85d973feb78c1e05771972b6e9'
-'298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')
+'138b972a40a74104791783167770c4a01e62cce00bb9cc75119e152f9ea9f14d'
+'298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'
+'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -179,7 +180,9 @@
 "$pkgdir/usr/share/icons/hicolor/192x192/apps/$pkgname.png"
   install -Dvm644 browser/branding/$theme/content/about-l...@2x.png \
 "$pkgdir/usr/share/icons/hicolor/384x384/apps/$pkgname.png"
-  install -Dvm644 browser/branding/$theme/content/identity-icons-brand.svg \
+  install -Dvm644 browser/branding/$theme/content/about-logo.svg \
+"$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
+  install -Dvm644 ../identity-icons-brand.svg \
 "$pkgdir/usr/share/icons/hicolor/symbolic/apps/$pkgname-symbolic.svg"
 
   install -Dvm644 ../$pkgname.desktop \

Added: identity-icons-brand.svg
===
--- identity-icons-brand.svg(rev 0)
+++ identity-icons-brand.svg2021-08-10 19:25:23 UTC (rev 421303)
@@ -0,0 +1,3 @@
+http://www.w3.org/2000/svg; width="16" height="16">
+  
+



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 19:23:49
  Author: heftig
Revision: 421302

archrelease: copy trunk to extra-x86_64

Added:
  gnome-autoar/repos/extra-x86_64/PKGBUILD
(from rev 421301, gnome-autoar/trunk/PKGBUILD)
Deleted:
  gnome-autoar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 19:22:16 UTC (rev 421301)
+++ PKGBUILD2021-08-10 19:23:49 UTC (rev 421302)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-autoar
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Automatic archives creating and extracting library"
-url="https://wiki.gnome.org/TingweiLan/GSoC2013Final;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libarchive gtk3)
-makedepends=(git gobject-introspection gtk-doc vala autoconf-archive)
-_commit=87e278ef077b4952595cf9d6e973e6d8246f20b3  # tags/0.3.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-autoar/repos/extra-x86_64/PKGBUILD (from rev 421301, 
gnome-autoar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 19:23:49 UTC (rev 421302)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-autoar
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Automatic archives creating and extracting library"
+url="https://wiki.gnome.org/TingweiLan/GSoC2013Final;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libarchive gtk3)
+makedepends=(git gobject-introspection gtk-doc vala meson)
+_commit=801ac0f565999697447628584e42d772b2b91fae  # tags/0.4.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D tests=true \
+-D vapi=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 19:22:16
  Author: heftig
Revision: 421301

0.4.0-1

Modified:
  gnome-autoar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:52:30 UTC (rev 421300)
+++ PKGBUILD2021-08-10 19:22:16 UTC (rev 421301)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-autoar
-pkgver=0.3.3
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Automatic archives creating and extracting library"
 url="https://wiki.gnome.org/TingweiLan/GSoC2013Final;
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2 libarchive gtk3)
-makedepends=(git gobject-introspection gtk-doc vala autoconf-archive)
-_commit=87e278ef077b4952595cf9d6e973e6d8246f20b3  # tags/0.3.3^0
+makedepends=(git gobject-introspection gtk-doc vala meson)
+_commit=801ac0f565999697447628584e42d772b2b91fae  # tags/0.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,17 +21,20 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D tests=true \
+-D vapi=true
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:52:30
  Author: heftig
Revision: 421300

91.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:49:41 UTC (rev 421299)
+++ PKGBUILD2021-08-10 18:52:30 UTC (rev 421300)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=90.0.2
+pkgver=91.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('85d2ad8c4c9896fd300c0da760328af1f305ca3d3e832d039f0ecaf197410e38'
-'b9cf34885c165d244746533b71a8a60ddf16292c81c028db67d7851d0a3527da'
-'df354992ccfe45506e7fc518cf4d7e376c9546a66bcaa83aadd2f6a34625c05c'
-'a12847bf48a86934e97e77a2b34e2e915ef2def889d9dbf72a8ca353df160a70'
-'9591fcf93e9379c5fd1b4057f0570a4297ab54963082ff1c1ef17b41c90e06ca'
-'bf59abc817e19f68cb3f95dfd0be6680d0d7cb59855bfe265cd581f40c1db924'
-'5e929a89ab55fe457ed379c783402c4588181a63a0368f2b717edda7d0599c07'
-'6a752ed09ee10838180862833b2d3fb17de05c655764f718868fb2791837'
-'65d697395bd69a5685ffaf870bf56d7a003f03f107bcfb54f72a23c57e145a72'
-'d41cf11858d3578162f0c3aa0313089ab133e61434567373f54a8507b688daf9'
-'f7784be441d77142c08672fcaaf02c8a40a0ccf93272f323a44217b012c6e2a1'
-'40ec6303e8a25254ff76ab6f9357c563972bcc8a2f73dd63d9c2eece6c422bd2'
-'f71cf98fc2fec0544e4c682913eb5b126d08d7f5b507a5b1df0b0ad9ca76fa4f'
-'e7cbd24c8ead25ef34056aa903748d692d92f30acd7373b928ac59b168b5cbc3'
-'ca4560c1ccc5d60ae5a2e04ab7eeaecc2b8181a62ba6fdd809458a734f9061d8'
-'b56e0e9b5c4f3ea992b081cd9092acbf26b7e0512d400d7b7ee6e60320641646'
-'236244d51307e2527060cf4c4b79e5b41e3606a42bdf650607391ac0f29d9066'
-'924315e7693b3034b9a3078bef370ce05a690a45722672da77bb9c158f874a84'
-'cb2227fd796da46e4857bd170944f19bf4c23e511bb57b499b113dd8540d'
-'37e3e6ed96fac56e18e06bf42fb540b07b9b81676a5adda5e7a93b45be45fd6e'
-'51677c50db36988d85e11dfbc6dc682e087eede5f67af0edaee1f778cb667b73'
-'fd72215d4ee4d926f0266b45fa7dde2d68ba4f6f89ecc3a9d2eeded8282356a6'
-'bf4a67801d06cbe33cf429c0f82ceb5aaeb8c7fd11a8d724c29b66e5522a841c'
-'bed56d0f240c9d6eda73393e6b1deaaf55f90ec7a7389c410d0e81bf89a21097'
-'5888c76b625d8c5bbb3b02807fcb9a5ef00eb8bd6a5b245655d37bb467ec482b'
-'c21a753d8f9da0bb99d59fe42d91c42b2ef3d0958a5dea6c6531fb5ea3919a8a'
-'263c2441d888eb8f5814d1ec5897736a5e76f1c26b05ea6c8b4410bfbef08954'
-'1623cb2e85c442b288a06d2c95a82c28e371644bccf18e4df51140b327c8d6f7'
-'ad30ce2bbe784e619e4d6eb880e51f02ee6babc5a3b2063e057f76499d0401d3'
-'b5a697de96bf6d72cba7e71614e705a5ee1414fe88b3c57bc105e97ddd6f95a4'
-'97f8326a239781be4f4180857d9ef58ad54d26938734a2037fe61a25cdd8fc3d'
-'629d199f6f62d37875015e7e3d0c1de8df7e7bdd19adda57e6b48fdd02f3fde9'
-'7520d1554cea1ff20d3028779711f340e1358732f2cabd0e787a975ca4ed4829'
-'df201fafdc5855588f62dd8baa55333a88ff4fc33b475eb168bfbd5a3feddc9c'
-'c163a8df627ba7d660d47c91e3e7df10aac3fb0143387e937ad98e2d06d4a377'
-'27ac2b66a1e05066438597f578bcb304a0ee58234845acc51df6b05799d59e09'
-'8ed74bcfdc9522c294ffc3dca846695565f85d0b91dfbf37c8a5ad0567a857eb'
-'cb37002e13abd5f44b427dfed8aea92707452738f22ec7491bac22da919dae80'
-'d9fc213b2e85bc9e8dd1d1bed7b6fbd338b580714b7892bdf8ae693dabd9c84c'
-'a57993eae6dff3c39266ee15830731257546a3a27521ecb8e438267559c505c1'
-'a8de16c1efc564008a7ac5c94f2f97419f1eecf0b319360352ce32608af9038a'
-'bac3bd79976031b3b99d02e54524dd1c5c31dee864b1d985b34b9936a3385082'
-'2baef53b49857d1fa923e3066fc6c77f643c765d07838389ae4165ac5e31091f'
-'635deef0adc6c3e65cb80ac6fc7ca3eca569029d6bfbc50a08a68caca3240d1e'
-'a0b714a1c2b3b035dc24fd19f57cd419598366dbdcdab104c119f1439ce1879d'
-'3148ab0de65ae7606756d7ab84cf66438d194f31d3ae84cca652ae27ba554816'
-'0007140d614c274d94f2bf0a93581093cbed54c0256abd6a589bc6bb223c27aa'
-'137f207f247170189cd81b8f2f51294cc6ea900dfcbcc26800890f6237b2302f'
-'9bd4cce5fa8675b3b6276fdc7243925ceae712d0b988bdf6a5dad0a567d2a38a'
-'4c184ab76e2313dca081d0f3e9dbdcaa9659bcfa66fd1b6dca38de2116b32dea'
-'b9975a03db2403c9cd229c3f8ea2dfa546e6458705b18df76cfde6dcafe83ca0'
-'db686417f6d696195e2f5963dea3787e407db3c8dae0e656f4d875ca256b885d'
-'7c9a2dadd1c465e85e92ce2fc449c4de9483349fdf335cf6e500431303bfbb09'
-

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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:49:41
  Author: heftig
Revision: 421299

archrelease: copy trunk to extra-x86_64

Added:
  flatpak-builder/repos/extra-x86_64/PKGBUILD
(from rev 421298, flatpak-builder/trunk/PKGBUILD)
Deleted:
  flatpak-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 18:49:27 UTC (rev 421298)
+++ PKGBUILD2021-08-10 18:49:41 UTC (rev 421299)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak-builder
-pkgver=1.0.14
-pkgrel=1
-pkgdesc="Tool to build flatpaks from source"
-url="https://flatpak.org;
-arch=(x86_64)
-license=(LGPL)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(python2 valgrind)
-replaces=('flatpak<0.9.10')
-_commit=a5df218bae3a019bb398a99dd8a3897b1849218c  # tags/1.0.14^0
-source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---with-dwarf-header=/usr/include/libdwarf
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 421298, 
flatpak-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 18:49:41 UTC (rev 421299)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=1.0.14
+pkgrel=2
+pkgdesc="Tool to build flatpaks from source"
+url="https://flatpak.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(valgrind)
+replaces=('flatpak<0.9.10')
+_commit=a5df218bae3a019bb398a99dd8a3897b1849218c  # tags/1.0.14^0
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url libglnx "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:49:27
  Author: heftig
Revision: 421298

1.0.14-2: drop python2 checkdep

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:33:38 UTC (rev 421297)
+++ PKGBUILD2021-08-10 18:49:27 UTC (rev 421298)
@@ -2,7 +2,7 @@
 
 pkgname=flatpak-builder
 pkgver=1.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool to build flatpaks from source"
 url="https://flatpak.org;
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
 makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(python2 valgrind)
+checkdepends=(valgrind)
 replaces=('flatpak<0.9.10')
 _commit=a5df218bae3a019bb398a99dd8a3897b1849218c  # tags/1.0.14^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:33:38
  Author: heftig
Revision: 421297

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 421295, modemmanager/trunk/PKGBUILD)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 18:33:38 UTC (rev 421296)
+++ PKGBUILD2021-08-10 18:33:38 UTC (rev 421297)
@@ -1,85 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.16.8
-pkgrel=1
-pkgdesc="Mobile broadband modem management service"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim
- mobile-broadband-provider-info)
-makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-checkdepends=(python-gobject python-dbus)
-_commit=cc616ed45ea8ec80492e2ae7b107589f59a3f9c1  # tags/1.16.8
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ModemManager
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---with-systemd-journal \
---with-systemd-suspend-resume \
---enable-compile-warnings=yes \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
-libqmi-glib.so libmbim-glib.so)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libmm-glib uninstall
-  make DESTDIR="$pkgdir" -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv "$pkgdir/usr/include" ..
-  mv "$pkgdir/usr/lib/pkgconfig" ..
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=(libmm-glib.so)
-
-  install -d "$pkgdir/usr/lib"
-  mv include "$pkgdir/usr"
-  mv pkgconfig "$pkgdir/usr/lib"
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" -C libmm-glib install
-  make DESTDIR="$pkgdir" -C vapi install
-}

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 421295, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 18:33:38 UTC (rev 421297)
@@ -0,0 +1,85 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.16.10
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim
+ mobile-broadband-provider-info)
+makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
+checkdepends=(python-gobject python-dbus)
+_commit=2306e5b233205b40c1559c5c14e3f57308dfa2fe  # tags/1.16.10
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-systemd-journal \
+--with-systemd-suspend-resume \
+--enable-compile-warnings=yes \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
+libqmi-glib.so libmbim-glib.so)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+ 

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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:33:38
  Author: heftig
Revision: 421296

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 421295, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 18:33:20 UTC (rev 421295)
+++ PKGBUILD2021-08-10 18:33:38 UTC (rev 421296)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.68.1
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js78 dconf readline)
-makedepends=(gobject-introspection git meson dbus)
-checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
-provides=(libgjs.so)
-_commit=1639d90f350aa271cb84478c8ae69c1aa2abb419  # tags/1.68.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Fix _LocalFilePrototype
-  git cherry-pick -n ec9385b89cb2bce0615093c3c957cbbb5ea6b769
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype release \
--D installed_tests=false \
--D profiler=disabled
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 421295, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 18:33:38 UTC (rev 421296)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.68.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js78 dconf readline)
+makedepends=(gobject-introspection git meson dbus)
+checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
+provides=(libgjs.so)
+_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+--buildtype release \
+-D installed_tests=false \
+-D profiler=disabled
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:33:20
  Author: heftig
Revision: 421295

1.68.2-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:31:42 UTC (rev 421294)
+++ PKGBUILD2021-08-10 18:33:20 UTC (rev 421295)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.68.1
+pkgver=1.68.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=1639d90f350aa271cb84478c8ae69c1aa2abb419  # tags/1.68.1^0
+_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,9 +24,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fix _LocalFilePrototype
-  git cherry-pick -n ec9385b89cb2bce0615093c3c957cbbb5ea6b769
 }
 
 build() {
@@ -44,5 +41,5 @@
 
 package() {
   depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:31:42
  Author: heftig
Revision: 421294

1.16.10-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:20:40 UTC (rev 421293)
+++ PKGBUILD2021-08-10 18:31:42 UTC (rev 421294)
@@ -3,7 +3,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.16.8
+pkgver=1.16.10
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  mobile-broadband-provider-info)
 makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
 checkdepends=(python-gobject python-dbus)
-_commit=cc616ed45ea8ec80492e2ae7b107589f59a3f9c1  # tags/1.16.8
+_commit=2306e5b233205b40c1559c5c14e3f57308dfa2fe  # tags/1.16.10
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 17:27:25
  Author: arojas
Revision: 997399

Update to 14.31.50

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:51:01 UTC (rev 997398)
+++ PKGBUILD2021-08-10 17:27:25 UTC (rev 997399)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.49
+pkgver=14.31.50
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('f017a57a9746e320e3419b95fa17f037173655f9086f5990a71576e8e727b88b')
+sha256sums=('c58cc836ba91f6145f029b7a1600fb6acd4edd701e50f99257a86728fa4c0620')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:51:01
  Author: arojas
Revision: 997398

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 997397, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/fix-build.patch
(from rev 997397, mediastreamer/trunk/fix-build.patch)
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD
  mediastreamer/repos/community-x86_64/fix-build.patch

-+
 PKGBUILD|   74 +++---
 fix-build.patch |   26 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:50:51 UTC (rev 997397)
+++ PKGBUILD2021-08-10 16:51:01 UTC (rev 997398)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/mediastreamer2'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
-fix-build.patch)
-sha256sums=('4ffa91e380fa824c2e1fbe897ff2897738a769949f86df8c9017819cdd6d22d0'
-'6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  patch -d ${pkgname}2-$pkgver -p1 < fix-build.patch
-}
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF \
--DENABLE_STRICT=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/include/OpenGL
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 997397, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:51:01 UTC (rev 997398)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/mediastreamer2'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
+fix-build.patch)
+sha256sums=('e587cb6fb1190f73f13e396f613b0ad3b4ebfe640b6961a5ccd15389db728cb9'
+'6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+prepare() {
+  patch -d ${pkgname}2-$pkgver -p1 < fix-build.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF \
+-DENABLE_STRICT=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/include/OpenGL
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2021-08-10 16:50:51 UTC (rev 997397)
+++ fix-build.patch 2021-08-10 16:51:01 UTC (rev 997398)
@@ -1,13 +0,0 @@
-diff --git a/src/crypto/ms_srtp.c b/src/crypto/ms_srtp.c
-index ef15d545..a33477d5 100644
 a/src/crypto/ms_srtp.c
-+++ b/src/crypto/ms_srtp.c
-@@ -371,7 +371,7 @@ static int ms_add_srtp_stream(srtp_t srtp, MSCryptoSuite 
suite, uint32_t ssrc, c
-   policy.key = (uint8_t *)key;
-   policy.next = NULL;
- 
--  err = srtp_add_or_update_stream(srtp, );
-+  err = srtp_add_stream(srtp, );
-   if (err != err_status_ok) {
-   ms_error("Failed to add stream to srtp session (%d)", err);
-   return -1;

Copied: mediastreamer/repos/community-x86_64/fix-build.patch (from rev 997397, 
mediastreamer/trunk/fix-build.patch)
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2021-08-10 16:51:01 UTC (rev 997398)
@@ -0,0 +1,13 @@
+diff --git a/src/crypto/ms_srtp.c b/src/crypto/ms_srtp.c
+index ef15d545..a33477d5 100644
+--- a/src/crypto/ms_srtp.c
 b/src/crypto/ms_srtp.c
+@@ -371,7 +371,7 @@ static int ms_add_srtp_stream(srtp_t srtp, MSCryptoSuite 
suite, uint32_t ssrc, c
+   policy.key = (uint8_t *)key;
+   policy.next = NULL;
+ 
+-  err = srtp_add_or_update_stream(srtp, );
++  err = srtp_add_stream(srtp, );
+   if (err != err_status_ok) 

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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:50:51
  Author: arojas
Revision: 997397

Update to 5.0.5

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:46:42 UTC (rev 997396)
+++ PKGBUILD2021-08-10 16:50:51 UTC (rev 997397)
@@ -5,7 +5,7 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=5.0.3
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake python bcunit doxygen)
 
source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz
 fix-build.patch)
-sha256sums=('4ffa91e380fa824c2e1fbe897ff2897738a769949f86df8c9017819cdd6d22d0'
+sha256sums=('e587cb6fb1190f73f13e396f613b0ad3b4ebfe640b6961a5ccd15389db728cb9'
 '6e421e02a302c408975e8e01580ae72f35f9e9d7dc043542eade38961cb8e4f9')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 



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

2021-08-10 Thread Daniel M. Capella via arch-commits
Date: Tuesday, August 10, 2021 @ 16:46:42
  Author: polyzen
Revision: 997396

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 997395, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:46:23 UTC (rev 997395)
+++ PKGBUILD2021-08-10 16:46:42 UTC (rev 997396)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.160
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('7ea8ac827e745541b251dc9e7d7ea97a7b9e2cf60a7830359a3d9a4001f8fe456424d923da0cf982b941d40580e13ec80790569c503f074c047e3e79470dd5e9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 997395, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:46:42 UTC (rev 997396)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.161
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('9a21b32d796852ce44f5cd69aac9554c2af34a94b01a8be2dbb284dc0df18e9b8b47ec8332db636d31c718406d4c062c0db1c235e1d0f659defee35b4c48b540')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-10 Thread Daniel M. Capella via arch-commits
Date: Tuesday, August 10, 2021 @ 16:46:23
  Author: polyzen
Revision: 997395

upgpkg: pyright 1.1.161-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:45:44 UTC (rev 997394)
+++ PKGBUILD2021-08-10 16:46:23 UTC (rev 997395)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.160
+pkgver=1.1.161
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('7ea8ac827e745541b251dc9e7d7ea97a7b9e2cf60a7830359a3d9a4001f8fe456424d923da0cf982b941d40580e13ec80790569c503f074c047e3e79470dd5e9')
+b2sums=('9a21b32d796852ce44f5cd69aac9554c2af34a94b01a8be2dbb284dc0df18e9b8b47ec8332db636d31c718406d4c062c0db1c235e1d0f659defee35b4c48b540')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:45:44
  Author: arojas
Revision: 997394

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
(from rev 997393, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:45:35 UTC (rev 997393)
+++ PKGBUILD2021-08-10 16:45:44 UTC (rev 997394)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='A Real-time Transport Protocol (RTP) library'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/ortp'
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=(https://github.com/BelledonneCommunications/ortp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e5762f1a22f6bdbb1fb36e18e27e6108489e9d0724d898c20e16cb9898309ebc')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 997393, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:45:44 UTC (rev 997394)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A Real-time Transport Protocol (RTP) library'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/ortp'
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=(https://github.com/BelledonneCommunications/ortp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('db1c464fa7e9b0323c4fdf460ee2ac0dd7a5402eaad892ff8c629a5550fcd670')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:45:35
  Author: arojas
Revision: 997393

Update to 5.0.5

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:44:34 UTC (rev 997392)
+++ PKGBUILD2021-08-10 16:45:35 UTC (rev 997393)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=5.0.0
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='A Real-time Transport Protocol (RTP) library'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=(https://github.com/BelledonneCommunications/ortp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e5762f1a22f6bdbb1fb36e18e27e6108489e9d0724d898c20e16cb9898309ebc')
+sha256sums=('db1c464fa7e9b0323c4fdf460ee2ac0dd7a5402eaad892ff8c629a5550fcd670')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:44:34
  Author: arojas
Revision: 997392

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 997391, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:44:25 UTC (rev 997391)
+++ PKGBUILD2021-08-10 16:44:34 UTC (rev 997392)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Open source implementation of ZRTP keys exchange protocol'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/bzrtp'
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9fe37f3d927216ae6a84339f73a7c2428c54087924172c65931c0808834a4741')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 997391, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:44:34 UTC (rev 997392)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='Open source implementation of ZRTP keys exchange protocol'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/bzrtp'
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e44822cfb2f80abadb71718cac5a4e2b4463e431fcc49fd1195f347393ffe373')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:44:25
  Author: arojas
Revision: 997391

Update to 5.0.5

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:40:17 UTC (rev 997390)
+++ PKGBUILD2021-08-10 16:44:25 UTC (rev 997391)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=5.0.0
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='Open source implementation of ZRTP keys exchange protocol'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=(https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9fe37f3d927216ae6a84339f73a7c2428c54087924172c65931c0808834a4741')
+sha256sums=('e44822cfb2f80abadb71718cac5a4e2b4463e431fcc49fd1195f347393ffe373')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:40:17
  Author: arojas
Revision: 997390

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 997389, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:40:09 UTC (rev 997389)
+++ PKGBUILD2021-08-10 16:40:17 UTC (rev 997390)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/bctoolbox'
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2aeff9858fd28b9b5813ad500cf6256ace95efdfc0f9a0746106df63a153e951')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 997389, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:40:17 UTC (rev 997390)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/bctoolbox'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1c7746f24bb4a102db7c0b8561058ea2d4162b703cf34efa4656c343c431723b')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 16:40:09
  Author: arojas
Revision: 997389

Update to 5.0.5

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:37:22 UTC (rev 997388)
+++ PKGBUILD2021-08-10 16:40:09 UTC (rev 997389)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=5.0.3
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=(https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2aeff9858fd28b9b5813ad500cf6256ace95efdfc0f9a0746106df63a153e951')
+sha256sums=('1c7746f24bb4a102db7c0b8561058ea2d4162b703cf34efa4656c343c431723b')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:37:22
  Author: felixonmars
Revision: 997388

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:37:13 UTC (rev 997387)
+++ PKGBUILD2021-08-10 16:37:22 UTC (rev 997388)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.36.2
-pkgrel=1
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel;
-license=('MIT')
-makedepends=('python-packaging' 'python-setuptools'
- 'python2-packaging' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python-pytest' 'python-keyring' 
'python-keyrings-alt'
-  'python-xdg')
-source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
-sha512sums=('23f3dd0540ecc8e762f37a4bb69713abe99125a605c03b1a3412cec910fb7a6cea3eee3910d7c98122b276170a17414c9132b57b57a30a4ba1283cea8f9e20fa')
-
-prepare() {
-  # don't depend on python-coverage for tests
-  sed -i 's/--cov=wheel//' wheel-$pkgver/setup.cfg
-
-  # https://github.com/pypa/wheel/pull/365 but why?
-  rm -r wheel-$pkgver/src/wheel/vendored
-  sed -i 's/from .vendored.packaging import tags/from packaging import tags/' 
wheel-$pkgver/src/wheel/bdist_wheel.py
-
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  export PYTHONHASHSEED=0
-
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd wheel-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
py.test
-}
-
-package_python-wheel() {
-  depends=('python-packaging')
-  optdepends=('python-keyring: for wheel.signatures')
-  optdepends=('python-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2-packaging')
-  optdepends=('python2-keyring: for wheel.signatures')
-  optdepends=('python2-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 997387, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:37:22 UTC (rev 997388)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.37.0
+pkgrel=1
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel;
+license=('MIT')
+makedepends=('python-packaging' 'python-setuptools'
+ 'python2-packaging' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python-pytest' 'python-keyring' 
'python-keyrings-alt'
+  'python-xdg')
+source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
+sha512sums=('2e0eb1c5560a0229be9de450da8b2bc62153744abb6d8ab9a0625c150dc00d3fc3e24dbe37cc26f4ca6b6876b5c63298427b2076ee42b8f772c75010bfc135a8')
+
+prepare() {
+  # don't depend on python-coverage for tests
+  sed -i 's/--cov=wheel//' wheel-$pkgver/setup.cfg
+
+  # https://github.com/pypa/wheel/pull/365 but why?
+  rm -r wheel-$pkgver/src/wheel/vendored
+  sed -i 's/from .vendored.packaging import tags/from packaging import tags/' 
wheel-$pkgver/src/wheel/bdist_wheel.py
+
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  export PYTHONHASHSEED=0
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd wheel-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
py.test
+}
+
+package_python-wheel() {
+  

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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:37:13
  Author: felixonmars
Revision: 997387

upgpkg: python-wheel 0.37.0-1

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:37:00 UTC (rev 997386)
+++ PKGBUILD2021-08-10 16:37:13 UTC (rev 997387)
@@ -5,7 +5,7 @@
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.36.2
+pkgver=0.37.0
 pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
@@ -17,7 +17,7 @@
   'python-xdg')
 source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
-sha512sums=('23f3dd0540ecc8e762f37a4bb69713abe99125a605c03b1a3412cec910fb7a6cea3eee3910d7c98122b276170a17414c9132b57b57a30a4ba1283cea8f9e20fa')
+sha512sums=('2e0eb1c5560a0229be9de450da8b2bc62153744abb6d8ab9a0625c150dc00d3fc3e24dbe37cc26f4ca6b6876b5c63298427b2076ee42b8f772c75010bfc135a8')
 
 prepare() {
   # don't depend on python-coverage for tests



[arch-commits] Commit in perl-pdf-api2/repos/community-any (PKGBUILD PKGBUILD)

2021-08-10 Thread Fabio Castelli via arch-commits
Date: Tuesday, August 10, 2021 @ 16:37:00
  Author: muflone
Revision: 997386

archrelease: copy trunk to community-any

Added:
  perl-pdf-api2/repos/community-any/PKGBUILD
(from rev 997383, perl-pdf-api2/trunk/PKGBUILD)
Deleted:
  perl-pdf-api2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:36:14 UTC (rev 997385)
+++ PKGBUILD2021-08-10 16:37:00 UTC (rev 997386)
@@ -1,44 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Chad Harp 
-# Contributor: FadeMind 
-# Contributor: TDY 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=perl-pdf-api2
-_perl_namespace=PDF
-_perl_module=API2
-pkgver=2.037
-pkgrel=1
-pkgdesc="Faciliates the creation and modification of PDF files"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('LGPL')
-depends=('perl' 'perl-font-ttf')
-checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha512sums=('9b7f8a99416482c6b01346b8e8476e192b8426a35f3bc516ba707b223841e822afcbcead52e13ba6074a3b4f98d6fcf770d052d75c4f7a6c78d07c0a18d9')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-pdf-api2/repos/community-any/PKGBUILD (from rev 997383, 
perl-pdf-api2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:37:00 UTC (rev 997386)
@@ -0,0 +1,44 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chad Harp 
+# Contributor: FadeMind 
+# Contributor: TDY 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=perl-pdf-api2
+_perl_namespace=PDF
+_perl_module=API2
+pkgver=2.041
+pkgrel=1
+pkgdesc="Faciliates the creation and modification of PDF files"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('LGPL')
+depends=('perl' 'perl-font-ttf')
+checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha512sums=('f3b98fccb86e85a1954d370805e098b8a8c94bcc3e44a060ec58fb2079ba5165b4483451c575265525d27aee45a9a85e8bc800cf26e207f6b9183daa0c88c7cb')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:36:14
  Author: felixonmars
Revision: 997385

archrelease: copy trunk to community-x86_64

Added:
  deno/repos/community-x86_64/PKGBUILD
(from rev 997384, deno/trunk/PKGBUILD)
Deleted:
  deno/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:36:06 UTC (rev 997384)
+++ PKGBUILD2021-08-10 16:36:14 UTC (rev 997385)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Metal A-wing <1 at 233 dot email>
-
-pkgname=deno
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="A secure runtime for JavaScript and TypeScript"
-arch=('x86_64')
-url="https://deno.land;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'python' 'cargo' 'nodejs')
-source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule update --init --recursive
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  ./target/release/deno run cli/tests/002_hello.ts
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
-  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
-  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
-  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
-  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: deno/repos/community-x86_64/PKGBUILD (from rev 997384, 
deno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:36:14 UTC (rev 997385)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Metal A-wing <1 at 233 dot email>
+
+pkgname=deno
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A secure runtime for JavaScript and TypeScript"
+arch=('x86_64')
+url="https://deno.land;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'python' 'cargo' 'nodejs')
+source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  ./target/release/deno run cli/tests/002_hello.ts
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
+  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
+  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
+  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
+  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:36:06
  Author: felixonmars
Revision: 997384

upgpkg: deno 1.13.0-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:32:09 UTC (rev 997383)
+++ PKGBUILD2021-08-10 16:36:06 UTC (rev 997384)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



[arch-commits] Commit in perl-pdf-api2/trunk (PKGBUILD)

2021-08-10 Thread Fabio Castelli via arch-commits
Date: Tuesday, August 10, 2021 @ 16:32:09
  Author: muflone
Revision: 997383

upgpkg: perl-pdf-api2 2.041-1

Modified:
  perl-pdf-api2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:30:47 UTC (rev 997382)
+++ PKGBUILD2021-08-10 16:32:09 UTC (rev 997383)
@@ -8,7 +8,7 @@
 pkgname=perl-pdf-api2
 _perl_namespace=PDF
 _perl_module=API2
-pkgver=2.037
+pkgver=2.041
 pkgrel=1
 pkgdesc="Faciliates the creation and modification of PDF files"
 arch=('any')
@@ -17,7 +17,7 @@
 depends=('perl' 'perl-font-ttf')
 checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
 
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha512sums=('9b7f8a99416482c6b01346b8e8476e192b8426a35f3bc516ba707b223841e822afcbcead52e13ba6074a3b4f98d6fcf770d052d75c4f7a6c78d07c0a18d9')
+sha512sums=('f3b98fccb86e85a1954d370805e098b8a8c94bcc3e44a060ec58fb2079ba5165b4483451c575265525d27aee45a9a85e8bc800cf26e207f6b9183daa0c88c7cb')
 options=('!emptydirs')
 
 build() {



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

2021-08-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 10, 2021 @ 16:30:47
  Author: anatolik
Revision: 997382

archrelease: copy trunk to community-testing-any

Added:
  libopencm3/repos/community-testing-any/
  
libopencm3/repos/community-testing-any/0001-Revert-Drop-install-target-and-documentation.patch
(from rev 997381, 
libopencm3/trunk/0001-Revert-Drop-install-target-and-documentation.patch)
  libopencm3/repos/community-testing-any/PKGBUILD
(from rev 997381, libopencm3/trunk/PKGBUILD)

-+
 0001-Revert-Drop-install-target-and-documentation.patch |   53 ++
 PKGBUILD|   42 +++
 2 files changed, 95 insertions(+)

Copied: 
libopencm3/repos/community-testing-any/0001-Revert-Drop-install-target-and-documentation.patch
 (from rev 997381, 
libopencm3/trunk/0001-Revert-Drop-install-target-and-documentation.patch)
===
--- 
community-testing-any/0001-Revert-Drop-install-target-and-documentation.patch   
(rev 0)
+++ 
community-testing-any/0001-Revert-Drop-install-target-and-documentation.patch   
2021-08-10 16:30:47 UTC (rev 997382)
@@ -0,0 +1,53 @@
+commit 33f456aad9313bfc42e5ae7ef47e7976b0572a71
+Author: Anatol Pomozov 
+Date:   Sun Jan 10 18:58:44 2016 -0800
+
+Revert "Drop "install" target and documentation."
+
+This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
+
+diff --git a/Makefile b/Makefile
+index 20f878fa..97f63933 100644
+--- a/Makefile
 b/Makefile
+@@ -22,6 +22,13 @@ PREFIX  ?= arm-none-eabi-
+ STYLECHECK  := scripts/checkpatch.pl
+ STYLECHECKFLAGS := --no-tree -f --terse --mailback
+ 
++DESTDIR   ?= /usr/local
++
++INCDIR:= $(DESTDIR)/$(PREFIX)/include
++LIBDIR:= $(DESTDIR)/$(PREFIX)/lib
++SHAREDIR  := $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
++INSTALL   := install
++
+ TARGETS ?=stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
+   stm32/l0 stm32/l1 stm32/l4 \
+   stm32/g0 stm32/g4 \
+@@ -80,6 +87,20 @@ lib: $(LIB_DIRS)
+   done;
+   $(Q)[ -f .stamp_failure_tld ] && cat .stamp_failure_tld && exit 1 || 
true;
+ 
++install: lib
++  @printf "  INSTALL headers\n"
++  $(Q)$(INSTALL) -d $(INCDIR)/libopencm3
++  $(Q)$(INSTALL) -d $(INCDIR)/libopencmsis
++  $(Q)$(INSTALL) -d $(LIBDIR)
++  $(Q)$(INSTALL) -d $(SHAREDIR)
++  $(Q)cp -r include/libopencm3/* $(INCDIR)/libopencm3
++  $(Q)cp -r include/libopencmsis/* $(INCDIR)/libopencmsis
++  @printf "  INSTALL libs\n"
++  $(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
++  @printf "  INSTALL ldscripts\n"
++  $(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
++
++
+ html doc:
+   $(Q)$(MAKE) -C doc html TARGETS="$(TARGETS)"
+ 
+@@ -125,4 +146,4 @@ genlinktests.clean:
+   fi;
+ 
+ 
+-.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders 
stylecheck genlinktests genlinktests.clean
++.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders 
stylecheck genlinktests genlinktests.clean

Copied: libopencm3/repos/community-testing-any/PKGBUILD (from rev 997381, 
libopencm3/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-08-10 16:30:47 UTC (rev 997382)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=libopencm3
+_commit=470a1394a838fe308d886f6880b7054bab4aa5eb
+pkgver=r2768.470a1394
+pkgrel=1
+pkgdesc='Open Source firmware library for various ARM Cortex microcontrollers'
+arch=('any')
+url='http://www.libopencm3.org'
+license=('GPL')
+depends=('arm-none-eabi-newlib')
+makedepends=('git' 'arm-none-eabi-gcc' 'python-yaml')
+options=(!strip staticlibs !buildflags)
+source=("git://github.com/libopencm3/libopencm3.git#commit=$_commit"
+'0001-Revert-Drop-install-target-and-documentation.patch')
+sha512sums=('SKIP'
+
'90454277085d38657730970f8cefbd0e9f166486313824e74a144b69917b952dcca5a949699402d90391e4ebeecc6593e644ef3f4088a87999ec2d60840a219e')
+
+pkgver() {
+  cd $pkgname
+
+  printf 'r%s.%s' $(git rev-list --count HEAD) $(git rev-parse --short HEAD)
+}
+
+prepare() {
+  cd $pkgname
+
+  patch -p1 < ../0001-Revert-Drop-install-target-and-documentation.patch
+}
+
+build() {
+  cd $pkgname
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" PREFIX=/usr/arm-none-eabi install
+}
+



[arch-commits] Commit in libopencm3/trunk (2 files)

2021-08-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 10, 2021 @ 16:30:25
  Author: anatolik
Revision: 997381

upgpkg: libopencm3 r2768.470a1394-1

Modified:
  libopencm3/trunk/0001-Revert-Drop-install-target-and-documentation.patch
  libopencm3/trunk/PKGBUILD

-+
 0001-Revert-Drop-install-target-and-documentation.patch |9 -
 PKGBUILD|6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

Modified: 0001-Revert-Drop-install-target-and-documentation.patch
===
--- 0001-Revert-Drop-install-target-and-documentation.patch 2021-08-10 
16:18:27 UTC (rev 997380)
+++ 0001-Revert-Drop-install-target-and-documentation.patch 2021-08-10 
16:30:25 UTC (rev 997381)
@@ -1,4 +1,4 @@
-commit 368ee7b4fc58c3e537300b058d3440ba8d371ce0
+commit 33f456aad9313bfc42e5ae7ef47e7976b0572a71
 Author: Anatol Pomozov 
 Date:   Sun Jan 10 18:58:44 2016 -0800
 
@@ -7,7 +7,7 @@
 This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
 
 diff --git a/Makefile b/Makefile
-index f8fff0b2..ae4af411 100644
+index 20f878fa..97f63933 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -22,6 +22,13 @@ PREFIX  ?= arm-none-eabi-
@@ -24,7 +24,7 @@
  TARGETS ?=stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
stm32/l0 stm32/l1 stm32/l4 \
stm32/g0 stm32/g4 \
-@@ -76,6 +83,21 @@ lib: $(LIB_DIRS)
+@@ -80,6 +87,20 @@ lib: $(LIB_DIRS)
done;
$(Q)[ -f .stamp_failure_tld ] && cat .stamp_failure_tld && exit 1 || 
true;
  
@@ -40,13 +40,12 @@
 +  $(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
 +  @printf "  INSTALL ldscripts\n"
 +  $(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
-+  $(Q)$(INSTALL) -m 0644 lib/efm32/*/*.ld $(LIBDIR)
 +
 +
  html doc:
$(Q)$(MAKE) -C doc html TARGETS="$(TARGETS)"
  
-@@ -121,4 +143,4 @@ genlinktests.clean:
+@@ -125,4 +146,4 @@ genlinktests.clean:
fi;
  
  

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:18:27 UTC (rev 997380)
+++ PKGBUILD2021-08-10 16:30:25 UTC (rev 997381)
@@ -1,8 +1,8 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=libopencm3
-_commit=90753950bbe10e87b8caabfb0bd6e1d195bb24b8
-pkgver=r2639.90753950
+_commit=470a1394a838fe308d886f6880b7054bab4aa5eb
+pkgver=r2768.470a1394
 pkgrel=1
 pkgdesc='Open Source firmware library for various ARM Cortex microcontrollers'
 arch=('any')
@@ -14,7 +14,7 @@
 source=("git://github.com/libopencm3/libopencm3.git#commit=$_commit"
 '0001-Revert-Drop-install-target-and-documentation.patch')
 sha512sums=('SKIP'
-
'133e599bf8ea66e64225cf16873672ef86a66821ba3d735d7bae5cd356205d4b2f850121e93647c644be0a840764b71bfaa19b25ac8b59d678a45604b8a56540')
+
'90454277085d38657730970f8cefbd0e9f166486313824e74a144b69917b952dcca5a949699402d90391e4ebeecc6593e644ef3f4088a87999ec2d60840a219e')
 
 pkgver() {
   cd $pkgname



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:30:08
  Author: felixonmars
Revision: 421292

archrelease: copy trunk to testing-x86_64

Added:
  python-pycurl/repos/testing-x86_64/
  python-pycurl/repos/testing-x86_64/PKGBUILD
(from rev 421291, python-pycurl/trunk/PKGBUILD)

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

Copied: python-pycurl/repos/testing-x86_64/PKGBUILD (from rev 421291, 
python-pycurl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-10 16:30:08 UTC (rev 421292)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+
+pkgname=python-pycurl
+pkgver=7.44.0
+pkgrel=1
+pkgdesc="A Python 3.x interface to libcurl"
+arch=('x86_64')
+url="http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+depends=('python' 'curl')
+checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 
'python-pyflakes')
+source=("https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b7c4ac919448fb618e2b80085d6c779db8a5dd13d592d0148819cb62350ac2565c61b2dece9f88e3a10a505d7d2cc6c719055357943606cc0a1666a611244277')
+
+prepare() {
+  mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
+}
+
+build() {
+  cd pycurl-$pkgver
+  make
+  python setup.py build
+}
+
+check() {
+  export PYCURL_VSFTPD_PATH=vsftpd
+  # We don't have HTTP2 enabled
+
+  cd pycurl-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9:$PYTHONPATH" make test || 
warning "Tests failed"
+}
+
+package() {
+  cd pycurl-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 COPYING-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 16:30:01
  Author: felixonmars
Revision: 421291

upgpkg: python-pycurl 7.44.0-1

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 13:15:05 UTC (rev 421290)
+++ PKGBUILD2021-08-10 16:30:01 UTC (rev 421291)
@@ -3,29 +3,25 @@
 # Contributor: Angel 'angvp' Velasquez 
 
 pkgname=python-pycurl
-pkgver=7.43.0.6
-pkgrel=4
+pkgver=7.44.0
+pkgrel=1
 pkgdesc="A Python 3.x interface to libcurl"
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')
 depends=('python' 'curl')
-checkdepends=('python-bottle' 'python-nose-show-skipped' 'vsftpd' 
'python-flaky' 'python-pyflakes')
+checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 
'python-pyflakes')
 
source=("https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ea0160794d30758c8163f1f82fc6315c27f2cfd1b9981a7c349a48cee892fc2307e3edd25456378f1a780bc134fca199d8d6431310fd47b2ca6126a8822fea40')
+sha512sums=('b7c4ac919448fb618e2b80085d6c779db8a5dd13d592d0148819cb62350ac2565c61b2dece9f88e3a10a505d7d2cc6c719055357943606cc0a1666a611244277')
 
 prepare() {
   mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
-  cd pycurl-$pkgver
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
-  sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' setup.py
-  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
 }
 
 build() {
   cd pycurl-$pkgver
   make
-  python3 setup.py build
+  python setup.py build
 }
 
 check() {
@@ -39,5 +35,5 @@
 package() {
   cd pycurl-$pkgver
   python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 COPYING-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 COPYING-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2021-08-10 Thread Fabio Castelli via arch-commits
Date: Tuesday, August 10, 2021 @ 16:18:27
  Author: muflone
Revision: 997380

archrelease: copy trunk to community-any

Added:
  shutter/repos/community-any/PKGBUILD
(from rev 997379, shutter/trunk/PKGBUILD)
Deleted:
  shutter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 16:12:12 UTC (rev 997379)
+++ PKGBUILD2021-08-10 16:18:27 UTC (rev 997380)
@@ -1,54 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: PhotonX 
-# Contributor: Felix Yan 
-# Contributor: Caleb Maclennan 
-# Contributor: Shanto 
-# Contributor: Athurg 
-# Contributor: TDY 
-
-pkgname=shutter
-pkgver=0.97
-pkgrel=3
-pkgdesc="The feature-rich screenshot tool"
-arch=('any')
-url="https://shutter-project.org/;
-license=('GPL')
-depends=('xdg-utils' 'imagemagick' 'procps' 'librsvg' 'libwnck3'
- 'perl-glib-object-introspection'
- 'perl-number-bytes-human'
- 'perl-x11-protocol'
- 'perl-proc-simple'
- 'perl-proc-processtable'
- 'perl-net-dbus'
- 'perl-sort-naturally'
- 'perl-json'
- 'perl-json-maybexs'
- 'perl-xml-simple'
- 'perl-www-mechanize'
- 'perl-locale-gettext'
- 'perl-file-which'
- 'perl-file-basedir'
- 'perl-file-copy-recursive'
- 'perl-xml-simple'
- 'perl-carp-always'
- 'perl-gtk3'
- 'perl-gtk3-imageview>=9'
- 'perl-readonly'
- 'perl-goocanvas2'
- 'perl-goocanvas2-cairotypes'
- 'pango-perl')
-optdepends=('perl-image-exiftool: read and write EXIF data'
-'nautilus-sendto: send screenshots via mail'
-'perl-path-class: Imgur upload support'
-'perl-lwp-protocol-https: Imgur upload support'
-'perl-net-oauth: Imgur upload support'
-'bc: 3D Rotate and 3D Reflection plugins support'
-'libappindicator-gtk3: display the tray icon in some environments 
(like GNOME)')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/shutter-project/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install prefix="${pkgdir}/usr"
-}
-

Copied: shutter/repos/community-any/PKGBUILD (from rev 997379, 
shutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 16:18:27 UTC (rev 997380)
@@ -0,0 +1,54 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: PhotonX 
+# Contributor: Felix Yan 
+# Contributor: Caleb Maclennan 
+# Contributor: Shanto 
+# Contributor: Athurg 
+# Contributor: TDY 
+
+pkgname=shutter
+pkgver=0.98
+pkgrel=1
+pkgdesc="The feature-rich screenshot tool"
+arch=('any')
+url="https://shutter-project.org/;
+license=('GPL')
+depends=('xdg-utils' 'imagemagick' 'procps' 'librsvg' 'libwnck3'
+ 'perl-glib-object-introspection'
+ 'perl-number-bytes-human'
+ 'perl-x11-protocol'
+ 'perl-proc-simple'
+ 'perl-proc-processtable'
+ 'perl-net-dbus'
+ 'perl-sort-naturally'
+ 'perl-json'
+ 'perl-json-maybexs'
+ 'perl-xml-simple'
+ 'perl-www-mechanize'
+ 'perl-locale-gettext'
+ 'perl-file-which'
+ 'perl-file-basedir'
+ 'perl-file-copy-recursive'
+ 'perl-xml-simple'
+ 'perl-carp-always'
+ 'perl-gtk3'
+ 'perl-gtk3-imageview>=9'
+ 'perl-readonly'
+ 'perl-goocanvas2'
+ 'perl-goocanvas2-cairotypes'
+ 'pango-perl')
+optdepends=('perl-image-exiftool: read and write EXIF data'
+'nautilus-sendto: send screenshots via mail'
+'perl-path-class: Imgur upload support'
+'perl-lwp-protocol-https: Imgur upload support'
+'perl-net-oauth: Imgur upload support'
+'bc: 3D Rotate and 3D Reflection plugins support'
+'libappindicator-gtk3: display the tray icon in some environments 
(like GNOME)')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/shutter-project/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('5a3321db635a81f6f67d5789cf374d846f21003a9bd3fd748bb58481d8a5fde450a1c4b5ad4d3edee49804cee6dd8da6ad7b4422eaef96bb333b8b3059cb3e41')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install prefix="${pkgdir}/usr"
+}
+



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

2021-08-10 Thread Fabio Castelli via arch-commits
Date: Tuesday, August 10, 2021 @ 16:12:12
  Author: muflone
Revision: 997379

upgpkg: shutter 0.98-1

Modified:
  shutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 16:03:12 UTC (rev 997378)
+++ PKGBUILD2021-08-10 16:12:12 UTC (rev 997379)
@@ -7,8 +7,8 @@
 # Contributor: TDY 
 
 pkgname=shutter
-pkgver=0.97
-pkgrel=3
+pkgver=0.98
+pkgrel=1
 pkgdesc="The feature-rich screenshot tool"
 arch=('any')
 url="https://shutter-project.org/;
@@ -45,7 +45,7 @@
 'bc: 3D Rotate and 3D Reflection plugins support'
 'libappindicator-gtk3: display the tray icon in some environments 
(like GNOME)')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/shutter-project/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334')
+sha512sums=('5a3321db635a81f6f67d5789cf374d846f21003a9bd3fd748bb58481d8a5fde450a1c4b5ad4d3edee49804cee6dd8da6ad7b4422eaef96bb333b8b3059cb3e41')
 
 package() {
   cd "${pkgname}-${pkgver}"



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

2021-08-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 10, 2021 @ 16:03:12
  Author: anatolik
Revision: 997378

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-nokogiri/repos/community-testing-x86_64/
  ruby-nokogiri/repos/community-testing-x86_64/PKGBUILD
(from rev 997377, ruby-nokogiri/trunk/PKGBUILD)

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

Copied: ruby-nokogiri/repos/community-testing-x86_64/PKGBUILD (from rev 997377, 
ruby-nokogiri/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-10 16:03:12 UTC (rev 997378)
@@ -0,0 +1,26 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=nokogiri
+pkgname=ruby-$_gemname
+pkgver=1.12.2
+pkgrel=1
+pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
+arch=(x86_64)
+url='https://nokogiri.org'
+license=(MIT)
+depends=(ruby ruby-mini_portile2 libxslt)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('3165c10e8c288d8441d4032b43d2af1bf9b39e95')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem -- --use-system-libraries
+  sed -r 's|~>|>=|g' -i 
"$pkgdir/$_gemdir/specifications/$_gemname-$pkgver.gemspec"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/ext/nokogiri"/{*.o,*.c,*.h}
+  install -D -m644 
"$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE-DEPENDENCIES.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-DEPENDENCIES.md"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}



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

2021-08-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, August 10, 2021 @ 16:02:53
  Author: anatolik
Revision: 997377

upgpkg: ruby-nokogiri 1.12.2-1

Modified:
  ruby-nokogiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 14:44:03 UTC (rev 997376)
+++ PKGBUILD2021-08-10 16:02:53 UTC (rev 997377)
@@ -3,8 +3,8 @@
 
 _gemname=nokogiri
 pkgname=ruby-$_gemname
-pkgver=1.11.7
-pkgrel=2
+pkgver=1.12.2
+pkgrel=1
 pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
 arch=(x86_64)
 url='https://nokogiri.org'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('ff7af4db6b4eedab3689a46041bb54d74747322d')
+sha1sums=('3165c10e8c288d8441d4032b43d2af1bf9b39e95')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 14:44:03
  Author: felixonmars
Revision: 997376

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 14:43:45 UTC (rev 997375)
+++ PKGBUILD2021-08-10 14:44:03 UTC (rev 997376)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.305
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'

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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 14:43:45
  Author: felixonmars
Revision: 997375

upgpkg: jenkins 2.306-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 13:03:26 UTC (rev 997374)
+++ PKGBUILD2021-08-10 14:43:45 UTC (rev 997375)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.305
+pkgver=2.306
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('2bbc563b496012098fc8513f176ea13b935c744672e439777942e55a6a9a24493545f93c471bb3e6e9ceadddc3723c9a2ba2c95f47308b10ef78040a49f289ae'
+sha512sums=('b2ec8f35c67822c95cf34a9db75c6ad747fe6a1c7982917c7ec377f4c54a7db4e081a155eadfa33c3b4dc6052328bdc214eca33f8989ab5dea5e09f102046957'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 13:15:05
  Author: arojas
Revision: 421290

archrelease: copy trunk to extra-x86_64

Added:
  dbus-glib/repos/extra-x86_64/PKGBUILD
(from rev 421289, dbus-glib/trunk/PKGBUILD)
Deleted:
  dbus-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 13:14:41 UTC (rev 421289)
+++ PKGBUILD2021-08-10 13:15:05 UTC (rev 421290)
@@ -1,34 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=dbus-glib
-pkgver=0.112
-pkgrel=1
-pkgdesc="GLib bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings;
-arch=(x86_64)
-license=('GPL')
-depends=('dbus' 'glib2')
-makedepends=('python' 'gtk-doc')
-source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  _c=/usr/share/bash-completion/completions
-  make DESTDIR="$pkgdir" install completiondir=$_c
-  mv "$pkgdir$_c"/{dbus-bash-completion.sh,dbus-send}
-}

Copied: dbus-glib/repos/extra-x86_64/PKGBUILD (from rev 421289, 
dbus-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 13:15:05 UTC (rev 421290)
@@ -0,0 +1,40 @@
+# Maintainer: Jan de Groot 
+
+pkgname=dbus-glib
+pkgver=0.112
+pkgrel=2
+pkgdesc="GLib bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings;
+arch=(x86_64)
+license=('GPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'gtk-doc')
+source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
dbus-glib-bash-completion.patch::https://gitlab.freedesktop.org/dbus/dbus-glib/-/merge_requests/5.patch)
+sha256sums=('7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a'
+'SKIP'
+'edbdd4fb5fce358b427da1a1c68347ce09ca444da6ac67ff1fcd6cc67fc92f99')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < dbus-glib-bash-completion.patch # Fix bash 
completion
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-gtk-doc \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  _c=/usr/share/bash-completion/completions
+  make DESTDIR="$pkgdir" install completiondir=$_c
+  mv "$pkgdir$_c"/{dbus-bash-completion.sh,dbus-send}
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 13:14:41
  Author: arojas
Revision: 421289

Fix bash completion (FS#71789)

Modified:
  dbus-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 09:20:30 UTC (rev 421288)
+++ PKGBUILD2021-08-10 13:14:41 UTC (rev 421289)
@@ -2,7 +2,7 @@
 
 pkgname=dbus-glib
 pkgver=0.112
-pkgrel=1
+pkgrel=2
 pkgdesc="GLib bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings;
 arch=(x86_64)
@@ -9,11 +9,17 @@
 license=('GPL')
 depends=('dbus' 'glib2')
 makedepends=('python' 'gtk-doc')
-source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
dbus-glib-bash-completion.patch::https://gitlab.freedesktop.org/dbus/dbus-glib/-/merge_requests/5.patch)
 sha256sums=('7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a'
-'SKIP')
+'SKIP'
+'edbdd4fb5fce358b427da1a1c68347ce09ca444da6ac67ff1fcd6cc67fc92f99')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < dbus-glib-bash-completion.patch # Fix bash 
completion
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \



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

2021-08-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, August 10, 2021 @ 13:03:26
  Author: orhun
Revision: 997374

archrelease: copy trunk to community-x86_64

Added:
  rpg-cli/repos/community-x86_64/
  rpg-cli/repos/community-x86_64/PKGBUILD
(from rev 997373, rpg-cli/trunk/PKGBUILD)
  rpg-cli/repos/community-x86_64/rpg-cli.sh
(from rev 997373, rpg-cli/trunk/rpg-cli.sh)

+
 PKGBUILD   |   39 +++
 rpg-cli.sh |   10 ++
 2 files changed, 49 insertions(+)

Copied: rpg-cli/repos/community-x86_64/PKGBUILD (from rev 997373, 
rpg-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-10 13:03:26 UTC (rev 997374)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
+
+pkgname=rpg-cli
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Your filesystem as a dungeon!'
+arch=('x86_64')
+url='https://github.com/facundoolano/rpg-cli'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"$pkgname.sh")
+sha256sums=('eef8ec026d0f49d00c05587984e4dd24e477efeb4b674be9a5cb992be876b163'
+'0b70c8a7eaa33e91bfa7baabccbd6735bbb0dc330539bd16f9f316bb2c8dd515')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "../$pkgname.sh" "$pkgdir/usr/share/$pkgname/$pkgname.sh"
+}

Copied: rpg-cli/repos/community-x86_64/rpg-cli.sh (from rev 997373, 
rpg-cli/trunk/rpg-cli.sh)
===
--- community-x86_64/rpg-cli.sh (rev 0)
+++ community-x86_64/rpg-cli.sh 2021-08-10 13:03:26 UTC (rev 997374)
@@ -0,0 +1,10 @@
+rpg () {
+  case "${1}" in
+buy | use | battle | stat)
+  rpg-cli "${@}"
+  ;;
+*)
+  cd "${@}" && rpg-cli cd "${PWD}"
+  ;;
+  esac
+}



[arch-commits] Commit in (5 files)

2021-08-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, August 10, 2021 @ 13:03:08
  Author: orhun
Revision: 997373

addpkg: rpg-cli 0.6.0-2

Added:
  rpg-cli/
  rpg-cli/repos/
  rpg-cli/trunk/
  rpg-cli/trunk/PKGBUILD
  rpg-cli/trunk/rpg-cli.sh

+
 PKGBUILD   |   39 +++
 rpg-cli.sh |   10 ++
 2 files changed, 49 insertions(+)

Added: rpg-cli/trunk/PKGBUILD
===
--- rpg-cli/trunk/PKGBUILD  (rev 0)
+++ rpg-cli/trunk/PKGBUILD  2021-08-10 13:03:08 UTC (rev 997373)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
+
+pkgname=rpg-cli
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Your filesystem as a dungeon!'
+arch=('x86_64')
+url='https://github.com/facundoolano/rpg-cli'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"$pkgname.sh")
+sha256sums=('eef8ec026d0f49d00c05587984e4dd24e477efeb4b674be9a5cb992be876b163'
+'0b70c8a7eaa33e91bfa7baabccbd6735bbb0dc330539bd16f9f316bb2c8dd515')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "../$pkgname.sh" "$pkgdir/usr/share/$pkgname/$pkgname.sh"
+}

Added: rpg-cli/trunk/rpg-cli.sh
===
--- rpg-cli/trunk/rpg-cli.sh(rev 0)
+++ rpg-cli/trunk/rpg-cli.sh2021-08-10 13:03:08 UTC (rev 997373)
@@ -0,0 +1,10 @@
+rpg () {
+  case "${1}" in
+buy | use | battle | stat)
+  rpg-cli "${@}"
+  ;;
+*)
+  cd "${@}" && rpg-cli cd "${PWD}"
+  ;;
+  esac
+}



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:41:53
  Author: freswa
Revision: 997372

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:41:50
  Author: freswa
Revision: 997371

upgpkg: filezilla 3.55.1-1

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:40:08 UTC (rev 997370)
+++ PKGBUILD2021-08-10 12:41:50 UTC (rev 997371)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Fehr 
 
 pkgname=filezilla
-pkgver=3.55.0
-pkgrel=2
+pkgver=3.55.1
+pkgrel=1
 pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
 url='https://filezilla-project.org/'
 arch=('x86_64')
@@ -15,8 +15,8 @@
   libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
 )
 
source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
-sha256sums=('ae70eb4180d136be29bbad6fcdd188e497e205fc416ea3e413dce7cd8cab9c82')
-sha512sums=('8a1221e97719610be900d66f7feba90d1c5053a618b38084e93e8f2b11e51fc523336e11e110f51828eba3f17f60cea1fcd8060bd0cc5e7fdb3d24f35a4c1732')
+sha256sums=('67f8d0e11f53fd23207d3cbfc942d03f3e23ee439ee48a14a2143c9950f776a5')
+sha512sums=('07f1ccc596cac64aca0e82a97725f2ade26de78116441ba5aefaa8bd1396a483be88d9820820b9767e77686abbfd0eb6190684303e1f4d9ec45ef0b1f2cf0170')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:40:08
  Author: freswa
Revision: 997370

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:40:06
  Author: freswa
Revision: 997369

upgpkg: libfilezilla 0.31.1-1

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:39:58 UTC (rev 997368)
+++ PKGBUILD2021-08-10 12:40:06 UTC (rev 997369)
@@ -3,7 +3,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.31.0
+pkgver=0.31.1
 pkgrel=1
 pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
 url='https://lib.filezilla-project.org/'
@@ -14,8 +14,8 @@
 checkdepends=('cppunit')
 provides=('libfilezilla.so')
 
source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('d8be1658c0ece762dc5c87e58f87925579cb2e4b261fea67da407b5d78cfe601a4d1bcb792f00f0f6a41fc7a90a06476a6d2c7a1bf50a85014649116c895e963')
-b2sums=('cbc3653bc8fb676793980221bcccab6ae546ff6bbcff133e44657012f29559da03e07387b4bbb543d479d8796fa7c106d662d8a1415942fa72eabee210f2517d')
+sha512sums=('072ae343bc44939deff435078c29954dc60e4bb5079aa705b7445bec17717919d4957858538284e4f131d734439743bd5d39085a618ea41d586be8be887cf2b8')
+b2sums=('b7cd275ee39d5ac62801889adae79515c056a5f838f4348324c0f5a975d3cc45a058b4c7d37f99179efe6808464b7972c31e300ae9e05371134d7a149b5616d5')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)

2021-08-10 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 10, 2021 @ 12:39:58
  Author: alucryd
Revision: 997368

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 997367, pantheon-calculator/trunk/PKGBUILD)
Deleted:
  pantheon-calculator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:39:53 UTC (rev 997367)
+++ PKGBUILD2021-08-10 12:39:58 UTC (rev 997368)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calculator
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=e727578ffe86993fbdc9754ab186a9753cd05bb7
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calculator
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 997367, 
pantheon-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:39:58 UTC (rev 997368)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calculator
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=ca1cdfdea9ad5908ee254ab394c3a8505427
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-10 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 10, 2021 @ 12:39:53
  Author: alucryd
Revision: 997367

upgpkg: pantheon-calculator 1.7.0-1

Modified:
  pantheon-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:38:54 UTC (rev 997366)
+++ PKGBUILD2021-08-10 12:39:53 UTC (rev 997367)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calculator
-pkgver=1.6.2
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='The Pantheon Calculator'
 arch=(x86_64)
@@ -12,6 +12,7 @@
   glib2
   gtk3
   libgranite.so
+  libhandy-1.so
 )
 makedepends=(
   git
@@ -19,7 +20,7 @@
   meson
   vala
 )
-_tag=e727578ffe86993fbdc9754ab186a9753cd05bb7
+_tag=ca1cdfdea9ad5908ee254ab394c3a8505427
 
source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:38:54
  Author: freswa
Revision: 997366

archrelease: copy trunk to community-x86_64

Added:
  opensc/repos/community-x86_64/PKGBUILD
(from rev 997365, opensc/trunk/PKGBUILD)
Deleted:
  opensc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:38:50 UTC (rev 997365)
+++ PKGBUILD2021-08-10 12:38:54 UTC (rev 997366)
@@ -1,52 +0,0 @@
-# Maintainer: Alad
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Luttringer
-# Contributor: kevku 
-
-pkgname=opensc
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('pcsclite' 'glib2' 'libltdl')
-options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
-sha512sums=('3511b0a04a96e62011c48667e3fd36a1611fe67a89f7626ff056c9c3614f8cabc91c9924a6ca7a8ea50076a128e3967277a0dd624b4fa27c62cefee9fab22646')
-
-build() {
-  cd $pkgname-$pkgver
-
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
-
-  ./bootstrap
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-completiondir=/usr/share/bash-completion/completions \
---enable-man \
---enable-doc \
---enable-readline \
---enable-openssl \
---enable-pcsc \
---enable-zlib \
---enable-sm \
---with-xsl-stylesheetsdir="$_sheetdir"
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-x86_64/PKGBUILD (from rev 997365, 
opensc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:38:54 UTC (rev 997366)
@@ -0,0 +1,52 @@
+# Maintainer: Alad
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Luttringer
+# Contributor: kevku 
+
+pkgname=opensc
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'glib2' 'libltdl')
+options=('!emptydirs')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
+sha512sums=('70ad5f1219f2ec2a5529a30d8e9955510c77c87d0bc857d5951c7227c75cf9de1c6071f43dd3816a2034123ebd902709793ff776e84d5379fdd54c811ccfaaee')
+
+build() {
+  cd $pkgname-$pkgver
+
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
+
+  ./bootstrap
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-completiondir=/usr/share/bash-completion/completions \
+--enable-man \
+--enable-doc \
+--enable-readline \
+--enable-openssl \
+--enable-pcsc \
+--enable-zlib \
+--enable-sm \
+--with-xsl-stylesheetsdir="$_sheetdir"
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:38:50
  Author: freswa
Revision: 997365

upgpkg: opensc 0.22.0-1

Modified:
  opensc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:37:18 UTC (rev 997364)
+++ PKGBUILD2021-08-10 12:38:50 UTC (rev 997365)
@@ -4,7 +4,7 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.21.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
 
source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
-sha512sums=('3511b0a04a96e62011c48667e3fd36a1611fe67a89f7626ff056c9c3614f8cabc91c9924a6ca7a8ea50076a128e3967277a0dd624b4fa27c62cefee9fab22646')
+sha512sums=('70ad5f1219f2ec2a5529a30d8e9955510c77c87d0bc857d5951c7227c75cf9de1c6071f43dd3816a2034123ebd902709793ff776e84d5379fdd54c811ccfaaee')
 
 build() {
   cd $pkgname-$pkgver



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

2021-08-10 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 10, 2021 @ 12:37:18
  Author: alucryd
Revision: 997364

archrelease: copy trunk to community-x86_64

Added:
  pantheon-tasks/repos/community-x86_64/PKGBUILD
(from rev 997363, pantheon-tasks/trunk/PKGBUILD)
Deleted:
  pantheon-tasks/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:37:13 UTC (rev 997363)
+++ PKGBUILD2021-08-10 12:37:18 UTC (rev 997364)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-tasks
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='The Pantheon tasks'
-arch=(x86_64)
-url=https://github.com/elementary/tasks
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter-gtk
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libclutter-1.0.so
-  libecal-2.0.so
-  libedataserver-1.2.so
-  libgdata.so
-  libgranite.so
-  libhandy-1.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=ccbd2f44ddc0c6c0fe5e189faa03678342330840
-source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pantheon-tasks
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-tasks build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-tasks/repos/community-x86_64/PKGBUILD (from rev 997363, 
pantheon-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:37:18 UTC (rev 997364)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-tasks
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='The Pantheon tasks'
+arch=(x86_64)
+url=https://github.com/elementary/tasks
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gtk
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libclutter-1.0.so
+  libecal-2.0.so
+  libedataserver-1.2.so
+  libgdata.so
+  libgranite.so
+  libhandy-1.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=0f819625d4243870b96d18c2cf22a1808bb09e51
+source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pantheon-tasks
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-tasks build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-10 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 10, 2021 @ 12:37:13
  Author: alucryd
Revision: 997363

upgpkg: pantheon-tasks 6.0.2-1

Modified:
  pantheon-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:36:32 UTC (rev 997362)
+++ PKGBUILD2021-08-10 12:37:13 UTC (rev 997363)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-tasks
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc='The Pantheon tasks'
 arch=(x86_64)
@@ -29,9 +29,9 @@
   meson
   vala
 )
-_tag=ccbd2f44ddc0c6c0fe5e189faa03678342330840
+_tag=0f819625d4243870b96d18c2cf22a1808bb09e51
 
source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
-sha256sums=('SKIP')
+b2sums=(SKIP)
 
 pkgver() {
   cd pantheon-tasks



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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:36:32
  Author: freswa
Revision: 997362

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:36:30 UTC (rev 997361)
+++ PKGBUILD2021-08-10 12:36:32 UTC (rev 997362)
@@ -1,74 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Frederik Schwan 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.6.2
-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
- polkit shared-mime-info tpm2-tss flashrom
- libjcat fwupd-efi gcab
- libarchive.so libcurl.so
- libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
- libqmi-glib.so)
-optdepends=(
-'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)
-provides=(libfwupd.so)
-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/thunderbolt.conf'
-'etc/fwupd/uefi_capsule.conf'
-)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('751fab6c8c205b1cea7c99b2667ab47d136951081cd93df5e0bea0fd2152e5f7'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build \
--D b_lto=false \
--D plugin_modem_manager=true \
--D plugin_intel_spi=true \
--D lzma=true \
--D docs=gtkdoc \
--D plugin_flashrom=true \
--D supported_build=true \
--D efi_sbat_distro_id='arch' \
--D efi_sbat_distro_summary='Arch Linux' \
--D efi_sbat_distro_pkgname=${pkgname} \
--D efi_sbat_distro_version=${pkgver} \
--D 
efi_sbat_distro_url="https://archlinux.org/packages/community/${CARCH}/${pkgname}/;
-meson compile -C build
-}
-
-check() {
-meson test -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-# 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/
-mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
-mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
-# Remove msr module-load config as it is built-in
-rm "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 997361, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:36:32 UTC (rev 997362)
@@ -0,0 +1,74 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Frederik Schwan 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.6.3
+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
+ polkit shared-mime-info tpm2-tss flashrom
+ libjcat fwupd-efi gcab
+ libarchive.so libcurl.so
+ libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
+ libqmi-glib.so)
+optdepends=(
+'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)
+provides=(libfwupd.so)
+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/thunderbolt.conf'
+'etc/fwupd/uefi_capsule.conf'
+)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})

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

2021-08-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:36:30
  Author: freswa
Revision: 997361

upgpkg: fwupd 1.6.3-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:19:41 UTC (rev 997360)
+++ PKGBUILD2021-08-10 12:36:30 UTC (rev 997361)
@@ -4,7 +4,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -36,7 +36,7 @@
 'etc/fwupd/uefi_capsule.conf'
 )
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('751fab6c8c205b1cea7c99b2667ab47d136951081cd93df5e0bea0fd2152e5f7'
+sha256sums=('f51c7a91dd229a4db94a262d9bb2dcd5beca705291a700925a02866d151b2325'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:19:41
  Author: felixonmars
Revision: 997360

archrelease: copy trunk to community-any

Added:
  plantuml/repos/community-any/PKGBUILD
(from rev 997359, plantuml/trunk/PKGBUILD)
  plantuml/repos/community-any/plantuml.run
(from rev 997359, plantuml/trunk/plantuml.run)
Deleted:
  plantuml/repos/community-any/PKGBUILD
  plantuml/repos/community-any/plantuml.run

--+
 PKGBUILD |   78 -
 plantuml.run |4 +-
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:19:31 UTC (rev 997359)
+++ PKGBUILD2021-08-10 12:19:41 UTC (rev 997360)
@@ -1,39 +0,0 @@
-# Maintainer: Jiachen YANG 
-# AUR Contributor: juantascon 
-# Contributor : Jingbei Li 
-
-pkgname=plantuml
-pkgver=1.2021.8
-pkgrel=1
-pkgdesc="Component that allows to quickly write uml diagrams"
-arch=(any)
-url="https://plantuml.com/;
-license=('GPL')
-depends=("java-runtime>=8" "bash")
-makedepends=("apache-ant" "java-environment>=8")
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-"$pkgname.run")
-sha256sums=('81d4b65bff758fcf5952b535fb7f21410b4a078951c6b1ddfa13eb1da71bc50f'
-'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
-optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
-'ditaa: allow use ditaa notation'
-'graphviz: allow use Graphviz/DOT notation')
-
-prepare(){
-  cd "$srcdir/$pkgname-$pkgver"
-sed 's/target="1.6"/target="1.7"/g;s/source="1.6"/source="1.7"/g' -i 
build.xml
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # assume ant defaults to UTF8 encoding.
-  ant dist
-}
-
-package() {
-  depends+=("java-runtime")
-  install -m 755 -D "$pkgname.run" "$pkgdir/usr/bin/$pkgname"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  install -m 644 -D "$pkgname.jar" 
"$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
-}

Copied: plantuml/repos/community-any/PKGBUILD (from rev 997359, 
plantuml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:19:41 UTC (rev 997360)
@@ -0,0 +1,39 @@
+# Maintainer: Jiachen YANG 
+# AUR Contributor: juantascon 
+# Contributor : Jingbei Li 
+
+pkgname=plantuml
+pkgver=1.2021.9
+pkgrel=1
+pkgdesc="Component that allows to quickly write uml diagrams"
+arch=(any)
+url="https://plantuml.com/;
+license=('GPL')
+depends=("java-runtime>=8" "bash")
+makedepends=("apache-ant" "java-environment>=8")
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
+"$pkgname.run")
+sha256sums=('db8a80a091fddf648a773577ede19bcc7cb3e561fe5e818f1e456870704d8f7f'
+'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
+optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
+'ditaa: allow use ditaa notation'
+'graphviz: allow use Graphviz/DOT notation')
+
+prepare(){
+  cd "$srcdir/$pkgname-$pkgver"
+sed 's/target="1.6"/target="1.7"/g;s/source="1.6"/source="1.7"/g' -i 
build.xml
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # assume ant defaults to UTF8 encoding.
+  ant dist
+}
+
+package() {
+  depends+=("java-runtime")
+  install -m 755 -D "$pkgname.run" "$pkgdir/usr/bin/$pkgname"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  install -m 644 -D "$pkgname.jar" 
"$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
+}

Deleted: plantuml.run
===
--- plantuml.run2021-08-10 12:19:31 UTC (rev 997359)
+++ plantuml.run2021-08-10 12:19:41 UTC (rev 997360)
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/java -jar '/usr/share/java/plantuml/plantuml.jar' "$@"

Copied: plantuml/repos/community-any/plantuml.run (from rev 997359, 
plantuml/trunk/plantuml.run)
===
--- plantuml.run(rev 0)
+++ plantuml.run2021-08-10 12:19:41 UTC (rev 997360)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/java -jar '/usr/share/java/plantuml/plantuml.jar' "$@"



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:19:31
  Author: felixonmars
Revision: 997359

upgpkg: plantuml 1.2021.9-1

Modified:
  plantuml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 12:19:28 UTC (rev 997358)
+++ PKGBUILD2021-08-10 12:19:31 UTC (rev 997359)
@@ -3,7 +3,7 @@
 # Contributor : Jingbei Li 
 
 pkgname=plantuml
-pkgver=1.2021.8
+pkgver=1.2021.9
 pkgrel=1
 pkgdesc="Component that allows to quickly write uml diagrams"
 arch=(any)
@@ -13,7 +13,7 @@
 makedepends=("apache-ant" "java-environment>=8")
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
 "$pkgname.run")
-sha256sums=('81d4b65bff758fcf5952b535fb7f21410b4a078951c6b1ddfa13eb1da71bc50f'
+sha256sums=('db8a80a091fddf648a773577ede19bcc7cb3e561fe5e818f1e456870704d8f7f'
 'a3fb528f4c719cfd0ff6154c60fd54ce341011d132caf950cc30af4989f6aac8')
 optdepends=('plantuml-ascii-math: allow use AsciiMath or JLaTeXMath notation'
 'ditaa: allow use ditaa notation'



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:19:28
  Author: felixonmars
Revision: 997358

archrelease: copy trunk to community-x86_64

Added:
  osdlyrics/repos/community-x86_64/PKGBUILD
(from rev 997357, osdlyrics/trunk/PKGBUILD)
Deleted:
  osdlyrics/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 12:19:19 UTC (rev 997357)
+++ PKGBUILD2021-08-10 12:19:28 UTC (rev 997358)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Auguste Pop 
-
-pkgname=osdlyrics
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="A lyric show compatible with various media players"
-arch=('x86_64')
-url="https://github.com/osdlyrics/osdlyrics;
-license=('GPL3')
-depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
- 'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('491c1a6e78fcd211528031f84fcb6a80e41c60028a430080a9ee77053ffefd58')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # -Werror is really quite annoying
-  ## automake: warning: possible forward-incompatibility.
-  ## automake: At least a source file is in a subdirectory, but the 
'subdir-objects'
-  ## automake: automake option hasn't been enabled.
-  sed -i 's/-Werror//g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: osdlyrics/repos/community-x86_64/PKGBUILD (from rev 997357, 
osdlyrics/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 12:19:28 UTC (rev 997358)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Auguste Pop 
+
+pkgname=osdlyrics
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="A lyric show compatible with various media players"
+arch=('x86_64')
+url="https://github.com/osdlyrics/osdlyrics;
+license=('GPL3')
+depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
+makedepends=('intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('247cdb227a99ef25970cf11eec638252e63a4c7f888a6fbfbe17b41f322e1caf')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # -Werror is really quite annoying
+  ## automake: warning: possible forward-incompatibility.
+  ## automake: At least a source file is in a subdirectory, but the 
'subdir-objects'
+  ## automake: automake option hasn't been enabled.
+  sed -i 's/-Werror//g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-10 Thread Felix Yan via arch-commits
Date: Tuesday, August 10, 2021 @ 12:19:19
  Author: felixonmars
Revision: 997357

upgpkg: osdlyrics 0.5.8-1

Modified:
  osdlyrics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 11:34:38 UTC (rev 997356)
+++ PKGBUILD2021-08-10 12:19:19 UTC (rev 997357)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=osdlyrics
-pkgver=0.5.7
+pkgver=0.5.8
 pkgrel=1
 pkgdesc="A lyric show compatible with various media players"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
 makedepends=('intltool')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('491c1a6e78fcd211528031f84fcb6a80e41c60028a430080a9ee77053ffefd58')
+sha256sums=('247cdb227a99ef25970cf11eec638252e63a4c7f888a6fbfbe17b41f322e1caf')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:34:38
  Author: arojas
Revision: 997356

archrelease: copy trunk to community-any

Added:
  python-flake8-debugger/repos/community-any/PKGBUILD
(from rev 997355, python-flake8-debugger/trunk/PKGBUILD)
Deleted:
  python-flake8-debugger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 11:34:29 UTC (rev 997355)
+++ PKGBUILD2021-08-10 11:34:38 UTC (rev 997356)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flake8-debugger
-pkgver=3.2.1
-pkgrel=3
-pkgdesc='ipdb/pdb statement checker plugin for flake8'
-arch=('any')
-license=('MIT')
-url='https://github.com/JBKahn/flake8-debugger'
-depends=('flake8')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
-sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
-
-build() {
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-debugger/repos/community-any/PKGBUILD (from rev 997355, 
python-flake8-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 11:34:38 UTC (rev 997356)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flake8-debugger
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+depends=('flake8')
+makedepends=('python-poetry' 'python-setuptools' 'python-pytest-runner')
+source=(https://pypi.python.org/packages/source/f/flake8-debugger/flake8-debugger-$pkgver.tar.gz)
+sha512sums=('b2f234a294c010561298efac548d4ed327dccb34cd765993b31966cbd2609c4a1976559fd6698031365b83c98f9a03b4693b334cef402ddda2a9e13354371aa3')
+
+build() {
+  cd flake8-debugger-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flake8-debugger-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:34:29
  Author: arojas
Revision: 997355

Update to 4.0.0

Modified:
  python-flake8-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 11:27:50 UTC (rev 997354)
+++ PKGBUILD2021-08-10 11:34:29 UTC (rev 997355)
@@ -1,29 +1,29 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flake8-debugger
-pkgver=3.2.1
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 pkgdesc='ipdb/pdb statement checker plugin for flake8'
 arch=('any')
 license=('MIT')
 url='https://github.com/JBKahn/flake8-debugger'
 depends=('flake8')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
-sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
+makedepends=('python-poetry' 'python-setuptools' 'python-pytest-runner')
+source=(https://pypi.python.org/packages/source/f/flake8-debugger/flake8-debugger-$pkgver.tar.gz)
+sha512sums=('b2f234a294c010561298efac548d4ed327dccb34cd765993b31966cbd2609c4a1976559fd6698031365b83c98f9a03b4693b334cef402ddda2a9e13354371aa3')
 
 build() {
-  cd "$srcdir"/flake8-debugger-$pkgver
+  cd flake8-debugger-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/flake8-debugger-$pkgver
+  cd flake8-debugger-$pkgver
   python setup.py test
 }
 
 package() {
-  cd "$srcdir"/flake8-debugger-$pkgver
+  cd flake8-debugger-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:27:50
  Author: arojas
Revision: 997354

archrelease: copy trunk to community-x86_64

Added:
  libhx/repos/community-x86_64/PKGBUILD
(from rev 997353, libhx/trunk/PKGBUILD)
Deleted:
  libhx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 11:27:40 UTC (rev 997353)
+++ PKGBUILD2021-08-10 11:27:50 UTC (rev 997354)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Sergej Pupykin 
-# Contributor: Max Roder 
-# Contributor: Nathan Owe 
-
-pkgname=libhx
-pkgver=3.25
-pkgrel=1
-pkgdesc='A library providing queue, tree, I/O and utility functions'
-arch=('x86_64')
-url='http://libhx.sourceforge.net/'
-license=('GPL')
-depends=(glibc)
-source=("https://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar."{xz,asc})
-sha256sums=('72ddc565dc9a5bab55438cb782ea01cec07cb6069f5e6930030b2be44cb05b89'
-'SKIP')
-validpgpkeys=(23686C10A45691BE7A425109D6388181F35A0938) # Jan Engelhardt 

-
-build() {
-  cd libHX-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libHX-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libhx/repos/community-x86_64/PKGBUILD (from rev 997353, 
libhx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 11:27:50 UTC (rev 997354)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Max Roder 
+# Contributor: Nathan Owe 
+
+pkgname=libhx
+pkgver=3.26
+pkgrel=1
+pkgdesc='A library providing queue, tree, I/O and utility functions'
+arch=(x86_64)
+url='http://libhx.sourceforge.net/'
+license=(GPL)
+depends=(glibc)
+source=(https://inai.de/files/libhx/libHX-$pkgver.tar.{xz,asc})
+sha256sums=('67e2dd0b5b888ab8c02362d043ac2d4dd26eb5bb976064603b57b3e3a7adb209'
+'SKIP')
+validpgpkeys=(23686C10A45691BE7A425109D6388181F35A0938) # Jan Engelhardt 

+
+build() {
+  cd libHX-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libHX-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:27:40
  Author: arojas
Revision: 997353

Update to 3.26

Modified:
  libhx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 11:21:37 UTC (rev 997352)
+++ PKGBUILD2021-08-10 11:27:40 UTC (rev 997353)
@@ -4,25 +4,25 @@
 # Contributor: Nathan Owe 
 
 pkgname=libhx
-pkgver=3.25
+pkgver=3.26
 pkgrel=1
 pkgdesc='A library providing queue, tree, I/O and utility functions'
-arch=('x86_64')
+arch=(x86_64)
 url='http://libhx.sourceforge.net/'
-license=('GPL')
+license=(GPL)
 depends=(glibc)
-source=("https://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar."{xz,asc})
-sha256sums=('72ddc565dc9a5bab55438cb782ea01cec07cb6069f5e6930030b2be44cb05b89'
+source=(https://inai.de/files/libhx/libHX-$pkgver.tar.{xz,asc})
+sha256sums=('67e2dd0b5b888ab8c02362d043ac2d4dd26eb5bb976064603b57b3e3a7adb209'
 'SKIP')
 validpgpkeys=(23686C10A45691BE7A425109D6388181F35A0938) # Jan Engelhardt 

 
 build() {
-  cd libHX-${pkgver}
+  cd libHX-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd libHX-${pkgver}
+  cd libHX-$pkgver
   make DESTDIR="$pkgdir" install
 }



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:21:37
  Author: arojas
Revision: 997352

archrelease: copy trunk to community-x86_64

Added:
  wimlib/repos/community-x86_64/PKGBUILD
(from rev 997351, wimlib/trunk/PKGBUILD)
Deleted:
  wimlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-10 11:21:28 UTC (rev 997351)
+++ PKGBUILD2021-08-10 11:21:37 UTC (rev 997352)
@@ -1,37 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Eric Biggers 
-
-pkgname=wimlib
-pkgver=1.13.3
-pkgrel=1
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
-'mtools: for making disk image of Windows PE' 
-'syslinux: for making disk image of Windows PE'
-'cabextract: for extracting Windows PE from the WAIK')
-provides=('libwim.so')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
-make
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
-install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wimlib/repos/community-x86_64/PKGBUILD (from rev 997351, 
wimlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-10 11:21:37 UTC (rev 997352)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter 
+# Contributor: Eric Biggers 
+
+pkgname=wimlib
+pkgver=1.13.4
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+'mtools: for making disk image of Windows PE' 
+'syslinux: for making disk image of Windows PE'
+'cabextract: for extracting Windows PE from the WAIK')
+provides=('libwim.so')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4b87dd0ad9cc1a58cee5721afebb98011dab549e72f2b55533f315f08b2ede12')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2021-08-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 10, 2021 @ 11:21:28
  Author: arojas
Revision: 997351

Update to 1.13.4

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 11:20:08 UTC (rev 997350)
+++ PKGBUILD2021-08-10 11:21:28 UTC (rev 997351)
@@ -2,7 +2,7 @@
 # Contributor: Eric Biggers 
 
 pkgname=wimlib
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'cabextract: for extracting Windows PE from the WAIK')
 provides=('libwim.so')
 source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8a0741d07d9314735b040cea6168f6daf1ac1c72d350d703f286b118135dfa7e')
+sha256sums=('4b87dd0ad9cc1a58cee5721afebb98011dab549e72f2b55533f315f08b2ede12')
 
 build() {
 cd "$pkgname-$pkgver"



  1   2   >