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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:42:45
  Author: lcarlier
Revision: 438054

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 438053, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:42:41 UTC (rev 438053)
+++ PKGBUILD2022-02-24 07:42:45 UTC (rev 438054)
@@ -1,51 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.3.204
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(python3 dblatex source-highlight cmake ghostscript nodejs npm git)
-makedepends+=(rubygems graphicsmagick pango gdk-pixbuf2 jbigkit)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('a88ad5f67a9bbd10536ab9ed35febe45afa2bb73070e6e8b261dbc068e4bc8bd')
-
-prepare() {
-  export PATH="${PATH}:/build/.local/share/gem/ruby/3.0.0/bin"
-
-  gem install -N asciidoctor:1.5.8 asciidoctor-diagram 
asciidoctor-mathematical \
- asciidoctor-pdf coderay json-schema i18n prawn-gmagick \
- pygments.rb rouge text-hyphen
-
-  npm install escape-string-regexp@2.0.0 he lunr@2.3.6
-}
-
-build() {
-  export PATH="${PATH}:/build/.local/share/gem/ruby/3.0.0/bin"
-  export NODE_PATH="${srcdir}/node_modules"
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 438053, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:42:45 UTC (rev 438054)
@@ -0,0 +1,51 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.3.206
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(python3 dblatex source-highlight cmake ghostscript nodejs npm git)
+makedepends+=(rubygems graphicsmagick pango gdk-pixbuf2 jbigkit)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('d31d086eebcb1309a37bdb44e8cd2f68bf86b535265425b84bebad7fc189b9d4')
+
+prepare() {
+  export PATH="${PATH}:/build/.local/share/gem/ruby/3.0.0/bin"
+
+  gem install -N asciidoctor:1.5.8 asciidoctor-diagram 
asciidoctor-mathematical \
+ asciidoctor-pdf coderay json-schema i18n prawn-gmagick \
+ pygments.rb rouge text-hyphen
+
+  npm install escape-string-regexp@2.0.0 he lunr@2.3.6
+}
+
+build() {
+  export PATH="${PATH}:/build/.local/share/gem/ruby/3.0.0/bin"
+  export NODE_PATH="${srcdir}/node_modules"
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:42:41
  Author: lcarlier
Revision: 438053

upgpkg: vulkan-docs 1:1.3.206-1: upstream update 1.3.206

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:38:53 UTC (rev 438052)
+++ PKGBUILD2022-02-24 07:42:41 UTC (rev 438053)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.3.204
+pkgver=1.3.206
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -13,7 +13,7 @@
 makedepends+=(rubygems graphicsmagick pango gdk-pixbuf2 jbigkit)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('a88ad5f67a9bbd10536ab9ed35febe45afa2bb73070e6e8b261dbc068e4bc8bd')
+sha256sums=('d31d086eebcb1309a37bdb44e8cd2f68bf86b535265425b84bebad7fc189b9d4')
 
 prepare() {
   export PATH="${PATH}:/build/.local/share/gem/ruby/3.0.0/bin"



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:38:53
  Author: lcarlier
Revision: 438052

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 438051, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:38:48 UTC (rev 438051)
+++ PKGBUILD2022-02-24 07:38:53 UTC (rev 438052)
@@ -1,32 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.3.204
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
-sha256sums=('2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d')
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 438051, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:38:53 UTC (rev 438052)
@@ -0,0 +1,32 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.3.206
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
+sha256sums=('0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7')
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:38:48
  Author: lcarlier
Revision: 438051

upgpkg: vulkan-headers 1:1.3.206-1: upstream update 1.3.206

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:38:13 UTC (rev 438050)
+++ PKGBUILD2022-02-24 07:38:48 UTC (rev 438051)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.3.204
+pkgver=1.3.206
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -13,7 +13,7 @@
 provides=("vulkan-hpp=${pkgver}")
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
-sha256sums=('2cde2c90975a8f36d00cf8eb6308cb00323aafbc0b7374f4b346f1140f760b3d')
+sha256sums=('0cd46249eabb7cd8eab6ffc1b16d30a3a14e6e1e01d3d735b22dad33ee3efcf7')
 
 build() {
   cd Vulkan-Headers*



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:38:13
  Author: lcarlier
Revision: 438050

archrelease: copy trunk to extra-any

Added:
  libclc/repos/extra-any/PKGBUILD
(from rev 438049, libclc/trunk/PKGBUILD)
Deleted:
  libclc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:38:09 UTC (rev 438049)
+++ PKGBUILD2022-02-24 07:38:13 UTC (rev 438050)
@@ -1,38 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=libclc
-pkgver=13.0.0
-pkgrel=1
-pkgdesc="Library requirements of the OpenCL C programming language"
-arch=('any')
-url="https://libclc.llvm.org/";
-license=('MIT')
-makedepends=('clang' 'llvm' 'cmake' 'ninja' 'python' 'spirv-llvm-translator')
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('7dc0131f05842a8ed29997362de260c82e188aa0639e482683ece8b47cca21b2'
-'SKIP')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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

-
-prepare() {
-  cd $pkgname-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd $pkgname-$pkgver.src/build
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: libclc/repos/extra-any/PKGBUILD (from rev 438049, libclc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:38:13 UTC (rev 438050)
@@ -0,0 +1,38 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=libclc
+pkgver=13.0.1
+pkgrel=1
+pkgdesc="Library requirements of the OpenCL C programming language"
+arch=('any')
+url="https://libclc.llvm.org/";
+license=('MIT')
+makedepends=('clang' 'llvm' 'cmake' 'ninja' 'python' 'spirv-llvm-translator')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('8f0213e52e2fcaca3dfcc438f05d0e15e9b3c96fd6b0994a802b267dc1047a1d'
+'SKIP')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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

+
+prepare() {
+  cd $pkgname-$pkgver.src
+  mkdir build
+}
+
+build() {
+  cd $pkgname-$pkgver.src/build
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver.src/build
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:38:09
  Author: lcarlier
Revision: 438049

upgpkg: libclc 13.0.1-1: upstream update 13.0.1

Modified:
  libclc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:34:14 UTC (rev 438048)
+++ PKGBUILD2022-02-24 07:38:09 UTC (rev 438049)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libclc
-pkgver=13.0.0
+pkgver=13.0.1
 pkgrel=1
 pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('clang' 'llvm' 'cmake' 'ninja' 'python' 'spirv-llvm-translator')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('7dc0131f05842a8ed29997362de260c82e188aa0639e482683ece8b47cca21b2'
+sha256sums=('8f0213e52e2fcaca3dfcc438f05d0e15e9b3c96fd6b0994a802b267dc1047a1d'
 'SKIP')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

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




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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:36:04
  Author: lcarlier
Revision: 1136363

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:36:00 UTC (rev 1136362)
+++ PKGBUILD2022-02-24 07:36:04 UTC (rev 1136363)
@@ -1,72 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2022.Q1.2
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers";
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('clang' 'lld')
-options=('!lto')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('9d639e5ba246894ad4ed33c0197c06c7231e799cccd24e1ae3e5baacec9f47e1')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # use lld and clang to fix linking error
-  # https://github.com/GPUOpen-Drivers/llpc/issues/1645
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_C_COMPILER=clang \
--DCMAKE_CXX_COMPILER=clang++ \
--DLLVM_USE_LINKER=lld \
--DCMAKE_EXE_LINKER_FLAGS='-fuse-ld=lld' \
--DCMAKE_SHARED_LINKER_FLAGS='-fuse-ld=lld' \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install xgl/builds/Release/icd/amd_icd32.json 
"${pkgdir}"/usr/share/vulkan/icd.d/
-  install xgl/builds/Release/icd/amd_icd32.json 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-  sed -i "s/\/lib/\/lib32/g" 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 1136362, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:36:04 UTC (rev 1136363)
@@ -0,0 +1,72 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2022.Q1.3
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers";
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('clang' 'lld')
+options=('!lto')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
+sha256sums=('1ffed5af4d7109e0762b101ca65e608c78e6703ee3caceaf05f17b72f3576138')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # use lld and clang to fix l

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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:36:00
  Author: lcarlier
Revision: 1136362

upgpkg: lib32-amdvlk 2022.Q1.3-1: upstream update 2022.Q1.3

Modified:
  lib32-amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:28:39 UTC (rev 1136361)
+++ PKGBUILD2022-02-24 07:36:00 UTC (rev 1136362)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2022.Q1.2
+pkgver=2022.Q1.3
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends+=('clang' 'lld')
 options=('!lto')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('9d639e5ba246894ad4ed33c0197c06c7231e799cccd24e1ae3e5baacec9f47e1')
+sha256sums=('1ffed5af4d7109e0762b101ca65e608c78e6703ee3caceaf05f17b72f3576138')
 
 prepare() {
   local nrepos path name revision



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:34:14
  Author: lcarlier
Revision: 438048

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 438047, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:34:09 UTC (rev 438047)
+++ PKGBUILD2022-02-24 07:34:14 UTC (rev 438048)
@@ -1,72 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2022.Q1.2
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers";
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2' 'clang' 'lld')
-options=('!lto')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('9d639e5ba246894ad4ed33c0197c06c7231e799cccd24e1ae3e5baacec9f47e1')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  # use lld and clang to fix linking error
-  # https://github.com/GPUOpen-Drivers/llpc/issues/1645
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_C_COMPILER=clang \
--DCMAKE_CXX_COMPILER=clang++ \
--DLLVM_USE_LINKER=lld \
--DCMAKE_EXE_LINKER_FLAGS='-fuse-ld=lld' \
--DCMAKE_SHARED_LINKER_FLAGS='-fuse-ld=lld' \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  # only for compiling glsl with the standalone compiler (amdllpc)
-  #ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  #install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install xgl/builds/Release64/icd/amd_icd64.json 
"${pkgdir}"/usr/share/vulkan/icd.d/
-  install xgl/builds/Release64/icd/amd_icd64.json 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-  sed -i "s#/lib64#/lib#g" 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 438047, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:34:14 UTC (rev 438048)
@@ -0,0 +1,72 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2022.Q1.3
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers";
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2' 'clang' 'lld')
+options=('!lto')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
+sha256sums=('1ffed5af4d7109e0762b101ca65e608c78e6703ee3caceaf05f17b72f3576138')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  # use lld and clang to fix linking error

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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:34:09
  Author: lcarlier
Revision: 438047

upgpkg: amdvlk 2022.Q1.3-1: upstream update 2022.Q1.3

Modified:
  amdvlk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:20:59 UTC (rev 438046)
+++ PKGBUILD2022-02-24 07:34:09 UTC (rev 438047)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2022.Q1.2
+pkgver=2022.Q1.3
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends+=('python2' 'clang' 'lld')
 options=('!lto')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
-sha256sums=('9d639e5ba246894ad4ed33c0197c06c7231e799cccd24e1ae3e5baacec9f47e1')
+sha256sums=('1ffed5af4d7109e0762b101ca65e608c78e6703ee3caceaf05f17b72f3576138')
 
 prepare() {
   local nrepos path name revision



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

2022-02-23 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 24, 2022 @ 07:28:39
  Author: foutrelis
Revision: 1136361

archrelease: copy trunk to community-any

Added:
  python-sphinxext-opengraph/repos/community-any/PKGBUILD
(from rev 1136360, python-sphinxext-opengraph/trunk/PKGBUILD)
Deleted:
  python-sphinxext-opengraph/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:28:33 UTC (rev 1136360)
+++ PKGBUILD2022-02-24 07:28:39 UTC (rev 1136361)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-_name=sphinxext-opengraph
-pkgname=python-$_name
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
-arch=('any')
-url="https://sphinxext-opengraph.readthedocs.io/";
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
-
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
-sha256sums=('6f0528cfc3e9f28e5becd92b84a4e507bb47c7ef5d1d11e462574242a8bc395c'
-'26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
-
-prepare() {
-  cd $_name-$pkgver
-  mv {../$pkgname-$pkgver-,}LICENSE.md
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxext-opengraph/repos/community-any/PKGBUILD (from rev 
1136360, python-sphinxext-opengraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:28:39 UTC (rev 1136361)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxext-opengraph
+pkgname=python-$_name
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
+arch=('any')
+url="https://sphinxext-opengraph.readthedocs.io/";
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
+
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
+sha256sums=('d4f6c5ec0d4080503f79a4a9d4dec88c789f7dc6e5688a7c3eccf3c8209f0bc4'
+'26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
+
+prepare() {
+  cd $_name-$pkgver
+  mv {../$pkgname-$pkgver-,}LICENSE.md
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-23 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 24, 2022 @ 07:28:33
  Author: foutrelis
Revision: 1136360

upgpkg: python-sphinxext-opengraph 0.6.1-1: new upstream release

Modified:
  python-sphinxext-opengraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:23:19 UTC (rev 1136359)
+++ PKGBUILD2022-02-24 07:28:33 UTC (rev 1136360)
@@ -2,7 +2,7 @@
 
 _name=sphinxext-opengraph
 pkgname=python-$_name
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
 
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
-sha256sums=('6f0528cfc3e9f28e5becd92b84a4e507bb47c7ef5d1d11e462574242a8bc395c'
+sha256sums=('d4f6c5ec0d4080503f79a4a9d4dec88c789f7dc6e5688a7c3eccf3c8209f0bc4'
 '26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
 
 prepare() {



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

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:23:19
  Author: grawlinson
Revision: 1136359

archrelease: copy trunk to community-x86_64

Added:
  sslscan/repos/community-x86_64/PKGBUILD
(from rev 1136358, sslscan/trunk/PKGBUILD)
Deleted:
  sslscan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:20:53 UTC (rev 1136358)
+++ PKGBUILD2022-02-24 07:23:19 UTC (rev 1136359)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Remi Gacogne 
-# Contributor: George Rawlinson 
-
-pkgname=sslscan
-pkgver=2.0.11
-pkgrel=1
-pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported 
ciphers"
-url="https://github.com/rbsec/sslscan";
-arch=('x86_64')
-license=('GPL3')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('4d4db6fa7b8f6f611e752d0f97ff1219fcbd064280bc4133dd38d1268cb268847801d25403eeb6bc475579a931e944c9a21d90e40fed6bed2a6a6bc535540f7d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -e 's/CFLAGS ?=/CFLAGS +=/' \
--e 's/LDFLAGS ?=/LDFLAGS +=/' \
--e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
--i Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 1136358, 
sslscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:23:19 UTC (rev 1136359)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Remi Gacogne 
+# Contributor: George Rawlinson 
+
+pkgname=sslscan
+pkgver=2.0.12
+pkgrel=1
+pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported 
ciphers"
+url="https://github.com/rbsec/sslscan";
+arch=('x86_64')
+license=('GPL3')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('3758b5e697a1b53e4c574deabfe366d0796d6cb2481a644ec6139cd11e9b4cc2878b094ab9bf4e700ecc73cce6a374a1cf9f487967de3a038dacb985aebee948')
+b2sums=('4c7ec58b7e454bb661f05da58eff55dad940ae1a8fb28daf8056114402949e6712e59e13e7128dec0eb45e3e21c2b349e0ac5b2fc7a3a334807b6fc4e2aeb595')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e 's/CFLAGS ?=/CFLAGS +=/' \
+-e 's/LDFLAGS ?=/LDFLAGS +=/' \
+-e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
+-i Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:59
  Author: heftig
Revision: 438046

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 438044, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 438044, linux/trunk/config)

--+
 PKGBUILD |  203 +
 config   |10762 +
 2 files changed, 10965 insertions(+)

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


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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:59
  Author: heftig
Revision: 438045

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 438044, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 438044, linux-zen/trunk/config)

--+
 PKGBUILD |  203 +
 config   |10816 +
 2 files changed, 11019 insertions(+)

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


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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:53
  Author: heftig
Revision: 1136358

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1136355, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1136355, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:53 UTC (rev 1136358)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.049.02
+pkgrel=59
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:53
  Author: heftig
Revision: 1136357

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 1136355, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1136355, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:53 UTC (rev 1136357)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=21
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:52
  Author: heftig
Revision: 1136356

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1136353, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1136353, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:52 UTC (rev 1136356)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.32
+pkgrel=11
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:52
  Author: heftig
Revision: 1136355

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1136350, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1136350, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1136350, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:52 UTC (rev 1136355)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=185
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, &ct_event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, &ct_event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, &ct_event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:50
  Author: heftig
Revision: 1136351

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1136349, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1136349, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:50 UTC (rev 1136351)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=66
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:54
  Author: heftig
Revision: 438044

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 438043, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 438043, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-24 07:20:54 UTC (rev 438044)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=510.54
+pkgrel=3
+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 vhba-module/repos (3 files)

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:51
  Author: heftig
Revision: 1136354

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1136349, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1136350, vhba-module/trunk/dkms.conf)

---+
 PKGBUILD  |   49 +
 dkms.conf |9 +
 2 files changed, 58 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1136349, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:51 UTC (rev 1136354)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=16
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:51
  Author: heftig
Revision: 1136353

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 1136349, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1136349, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1136350, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1136349, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2022-02-24 07:20:51 UTC 
(rev 1136353)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1136349, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-02-24 07:20:51 UTC 
(rev 1136353)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1136350, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:51 UTC (rev 1136353)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=487
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:51
  Author: heftig
Revision: 1136352

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 1136350, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1136350, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:51 UTC (rev 1136352)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=366
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:20:49
  Author: heftig
Revision: 1136350

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 1136349, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1136349, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-24 07:20:49 UTC (rev 1136350)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=374
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:29
  Author: heftig
Revision: 438043

510.54-3: linux 5.16.11.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:18:20 UTC (rev 438042)
+++ PKGBUILD2022-02-24 07:19:29 UTC (rev 438043)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=510.54
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:30
  Author: heftig
Revision: 1136349

5.0.9-66: linux 5.16.11.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:27 UTC (rev 1136348)
+++ PKGBUILD2022-02-24 07:19:30 UTC (rev 1136349)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=65
+pkgrel=66
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:26
  Author: heftig
Revision: 1136347

20211218-16: linux 5.16.11.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:25 UTC (rev 1136346)
+++ PKGBUILD2022-02-24 07:19:26 UTC (rev 1136347)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=15
+pkgrel=16
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:24
  Author: heftig
Revision: 1136345

0.8-487: linux 5.16.11.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:23 UTC (rev 1136344)
+++ PKGBUILD2022-02-24 07:19:24 UTC (rev 1136345)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=486
+pkgrel=487
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:27
  Author: heftig
Revision: 1136348

1.2.2-21: linux 5.16.11.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:26 UTC (rev 1136347)
+++ PKGBUILD2022-02-24 07:19:27 UTC (rev 1136348)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=20
+pkgrel=21
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:23
  Author: heftig
Revision: 1136344

6.30.223.271-366: linux 5.16.11.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:22 UTC (rev 1136343)
+++ PKGBUILD2022-02-24 07:19:23 UTC (rev 1136344)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=365
+pkgrel=366
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:25
  Author: heftig
Revision: 1136346

8.049.02-59: linux 5.16.11.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:24 UTC (rev 1136345)
+++ PKGBUILD2022-02-24 07:19:25 UTC (rev 1136346)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=58
+pkgrel=59
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:14
  Author: heftig
Revision: 1136342

6.1.32-11: linux 5.16.11.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:12 UTC (rev 1136341)
+++ PKGBUILD2022-02-24 07:19:14 UTC (rev 1136342)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.32
-pkgrel=10
+pkgrel=11
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:22
  Author: heftig
Revision: 1136343

0.43-374: linux 5.16.11.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:19:14 UTC (rev 1136342)
+++ PKGBUILD2022-02-24 07:19:22 UTC (rev 1136343)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=373
+pkgrel=374
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:19:12
  Author: heftig
Revision: 1136341

r73.0cf3b48-185: linux 5.16.11.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:12:55 UTC (rev 1136340)
+++ PKGBUILD2022-02-24 07:19:12 UTC (rev 1136341)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=184
+pkgrel=185
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:18:20
  Author: heftig
Revision: 438042

5.16.11.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:18:16 UTC (rev 438041)
+++ PKGBUILD2022-02-24 07:18:20 UTC (rev 438042)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.16.10.arch1
+pkgver=5.16.11.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 07:18:16
  Author: heftig
Revision: 438041

5.16.11.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:10:06 UTC (rev 438040)
+++ PKGBUILD2022-02-24 07:18:16 UTC (rev 438041)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.16.10.zen1
+pkgver=5.16.11.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:12:55
  Author: lcarlier
Revision: 1136340

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 1136339, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1136339, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  214 +
 2 files changed, 297 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 1136339, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2022-02-24 07:12:55 UTC (rev 1136340)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 1136339, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-02-24 07:12:55 UTC (rev 1136340)
@@ -0,0 +1,214 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-sour

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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:12:50
  Author: lcarlier
Revision: 1136339

upgpkg: lib32-mesa 21.3.7-1: upstream update 21.3.7

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:10:17 UTC (rev 1136338)
+++ PKGBUILD2022-02-24 07:12:50 UTC (rev 1136339)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=21.3.6
+pkgver=21.3.7
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('8c930e04eade29f689384ee7d6e2f178acbbf30fa6c9fdf132281279658c3c221ec7f9b1318e3c0a654c6136f925a5c0a35eaf849b65db7674641127c71e8a4f'
+sha512sums=('0991543e9435457fa4d077517408b3f197be32ed61a6c7ca34ddb3906eed208791f1a57227f74115f99df18e612efab1d2c6809b7cf426d273633b53d4aefc88'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 




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

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:10:17
  Author: grawlinson
Revision: 1136338

upgpkg: sslscan 2.0.12-1

New upstream release.

Modified:
  sslscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:06:44 UTC (rev 1136337)
+++ PKGBUILD2022-02-24 07:10:17 UTC (rev 1136338)
@@ -3,7 +3,7 @@
 # Contributor: George Rawlinson 
 
 pkgname=sslscan
-pkgver=2.0.11
+pkgver=2.0.12
 pkgrel=1
 pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported 
ciphers"
 url="https://github.com/rbsec/sslscan";
@@ -11,7 +11,8 @@
 license=('GPL3')
 depends=('openssl')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('4d4db6fa7b8f6f611e752d0f97ff1219fcbd064280bc4133dd38d1268cb268847801d25403eeb6bc475579a931e944c9a21d90e40fed6bed2a6a6bc535540f7d')
+sha512sums=('3758b5e697a1b53e4c574deabfe366d0796d6cb2481a644ec6139cd11e9b4cc2878b094ab9bf4e700ecc73cce6a374a1cf9f487967de3a038dacb985aebee948')
+b2sums=('4c7ec58b7e454bb661f05da58eff55dad940ae1a8fb28daf8056114402949e6712e59e13e7128dec0eb45e3e21c2b349e0ac5b2fc7a3a334807b6fc4e2aeb595')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:10:06
  Author: lcarlier
Revision: 438040

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 438039, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 438039, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  212 +
 2 files changed, 295 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 438039, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2022-02-24 07:10:06 UTC (rev 438040)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 438039, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-24 07:10:06 UTC (rev 438040)
@@ -0,0 +1,212 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=21.3.7
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf8

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

2022-02-23 Thread Laurent Carlier via arch-commits
Date: Thursday, February 24, 2022 @ 07:10:02
  Author: lcarlier
Revision: 438039

upgpkg: mesa 21.3.7-1: upstream update 21.3.7

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 06:34:09 UTC (rev 438038)
+++ PKGBUILD2022-02-24 07:10:02 UTC (rev 438039)
@@ -6,7 +6,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=21.3.6
+pkgver=21.3.7
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('8c930e04eade29f689384ee7d6e2f178acbbf30fa6c9fdf132281279658c3c221ec7f9b1318e3c0a654c6136f925a5c0a35eaf849b65db7674641127c71e8a4f'
+sha512sums=('0991543e9435457fa4d077517408b3f197be32ed61a6c7ca34ddb3906eed208791f1a57227f74115f99df18e612efab1d2c6809b7cf426d273633b53d4aefc88'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 




[arch-commits] Commit in soft-serve/repos/community-x86_64 (10 files)

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:06:44
  Author: grawlinson
Revision: 1136337

archrelease: copy trunk to community-x86_64

Added:
  soft-serve/repos/community-x86_64/PKGBUILD
(from rev 1136336, soft-serve/trunk/PKGBUILD)
  soft-serve/repos/community-x86_64/soft-serve.conf
(from rev 1136336, soft-serve/trunk/soft-serve.conf)
  soft-serve/repos/community-x86_64/systemd.service
(from rev 1136336, soft-serve/trunk/systemd.service)
  soft-serve/repos/community-x86_64/sysusers.conf
(from rev 1136336, soft-serve/trunk/sysusers.conf)
  soft-serve/repos/community-x86_64/tmpfiles.conf
(from rev 1136336, soft-serve/trunk/tmpfiles.conf)
Deleted:
  soft-serve/repos/community-x86_64/PKGBUILD
  soft-serve/repos/community-x86_64/soft-serve.conf
  soft-serve/repos/community-x86_64/systemd.service
  soft-serve/repos/community-x86_64/sysusers.conf
  soft-serve/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  188 +++---
 soft-serve.conf |   10 +-
 systemd.service |   94 +--
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 5 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:05:19 UTC (rev 1136336)
+++ PKGBUILD2022-02-24 07:06:44 UTC (rev 1136337)
@@ -1,94 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-
-pkgname=soft-serve
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A self-hosted Git server for the command line"
-arch=('x86_64')
-url="https://github.com/charmbracelet/soft-serve";
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=('etc/soft-serve.conf')
-options=('!lto')
-_commit='f67596d3f6b9261bbf285da00e4f9c281c771c60' # v0.2.2
-source=(
-  "git+$url.git#commit=$_commit"
-  'soft-serve.conf'
-  'systemd.service'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-sha512sums=('SKIP'
-
'aabe56fe8a242724e25e5c30412802fddcd377b54093c00a2581a87031d8b04b797561d612412caf56aa413f29495ff548af7cac83ff2c8bdbab946b208fab58'
-
'1748823790423d23b0d4abaee3078d4908c197142145f4d703c13ce66c83a982ef38e351d4bca513734e74e2b76191ed007c64d3b658b1208b156ba81b0a893c'
-
'81fd8d61cdadb194a224eb3d3f293968fd9d78e0488399eff933f2b376eb927e29d8d083c4d76b92eb7ef313a513023866dc80f651ff5d1f5d2a1573fd4f02e9'
-
'ece4b43029ac22bbac3b2afebab134df5781d92deed5ef24a96d720da3a0f1a033f0cf3a4a5f6ab40d379f5fb4d10730e8873b1ef94943876cdca8f209b89a59')
-b2sums=('SKIP'
-
'193864256a1330347f1f9c015cad82a38fa2b3fcc43bfd37c6926d0444f8c5a25463c357a13c7842db54cc8ebaf503845511a9b05f5e4f7526511b6caddf323c'
-
'85ed30ee809aaffe05d6784adc6478d564be51a6115c4ecbbf176ca9022008bce34269af75e151e1b8cf3ebd67f879749d4f3e2eee992ac43026736fdc0ccec9'
-
'7e8593e368507d96bdfd7cf8a4b73bb02f473deba3d99017101487fb0843161e14e929f5641f66c1bec015aa4f4505708d26453a7d0bcc1f23a4daa47e009393'
-
'9866f155a948357582b464e4a5ea79464ed06c4067add77c444378f4bfc7aab57e7afc455e23a51725e1c0d2ceecda087d811dae3f49178e07ae60afc7361b8b')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  install -vDm644 soft-serve.conf -t "$pkgdir/etc"
-
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/soft
-
-  # man page
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" cmd/soft/soft.1
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: soft-serve/repos/community-x86_64/PKGBUILD (from rev 1136336, 
soft-serve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:06:44 UTC (rev 1136337)
@@ -0,0 +1,94 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+
+pkgname=soft-serve
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A self-hosted Git server for the command line"
+arch=('x86_64')
+url="https://github.com/charmbracelet/soft-serve";
+license=('MIT')
+depends=('glibc')
+makedepends=('gi

[arch-commits] Commit in charm/repos/community-x86_64 (10 files)

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:05:19
  Author: grawlinson
Revision: 1136336

archrelease: copy trunk to community-x86_64

Added:
  charm/repos/community-x86_64/PKGBUILD
(from rev 1136335, charm/trunk/PKGBUILD)
  charm/repos/community-x86_64/charm.conf
(from rev 1136335, charm/trunk/charm.conf)
  charm/repos/community-x86_64/systemd.service
(from rev 1136335, charm/trunk/systemd.service)
  charm/repos/community-x86_64/sysusers.conf
(from rev 1136335, charm/trunk/sysusers.conf)
  charm/repos/community-x86_64/tmpfiles.conf
(from rev 1136335, charm/trunk/tmpfiles.conf)
Deleted:
  charm/repos/community-x86_64/PKGBUILD
  charm/repos/community-x86_64/charm.conf
  charm/repos/community-x86_64/systemd.service
  charm/repos/community-x86_64/sysusers.conf
  charm/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  196 +++---
 charm.conf  |   18 ++--
 systemd.service |   92 -
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 5 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 07:04:16 UTC (rev 1136335)
+++ PKGBUILD2022-02-24 07:05:19 UTC (rev 1136336)
@@ -1,98 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-
-pkgname=charm
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="The backend for the Charm cloud"
-arch=('x86_64')
-url="https://github.com/charmbracelet/charm";
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-conflicts=('charm-tool')
-replaces=('charm-tool')
-backup=('etc/charm.conf')
-options=('!lto')
-_commit='989596b4e1790d2f7a8d3d80d42d3b4549f74064' # v0.10.1
-source=(
-  "git+$url.git#commit=$_commit"
-  'charm.conf'
-  'systemd.service'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-b2sums=('SKIP'
-
'c6414097223dde827dfcbaf500d29c45843b3b0a08600a3a69c7d4ec9781675f7b677cc9bc59f88c6c3734a8ee349ee589e5d2070a3aa6afa35f4825766270e6'
-
'ad16df43405a2969abfaf3e6f4cd6edcb2a29661a8a27bbaa13b34d3febb979356538340940383d5c737b9bd4fa434920395ea4e960951660073f8d31d225dac'
-
'b6b509de048f1d63d3d08dda04f3e5743fc212ec44f4a7a83a98a429f9a8fdf01194b83aba7588d02b5712f9bef3efcface1197d3ca458aee5d1be955f6782cd'
-
'2eee2c889e4efe83a534249c7048340b67819d81096a0fd7a23522d2eda46b833709eab1a0359538fdfbe27dbe4154c9d235535374e27c441dc7c030277f7218')
-
-pkgver() {
-  cd charm
-
-  git describe --tags | sed 's/^v//'
-}
-prepare() {
-  cd charm
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd charm 
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-.
-
-  # generate shell completion
-  for shell in bash fish zsh; do
-./build/charm completion "$shell" > "build/$shell.completion"
-  done
-}
-
-check() {
-  cd charm
-
-  go test -v ./...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/charm.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/charm.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/charm.conf"
-  install -vDm644 charm.conf "$pkgdir/etc/charm.conf"
-
-  cd charm
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/charm
-
-  # shell completion
-  install -vDm644 build/bash.completion 
"$pkgdir/usr/share/bash-completion/completions/charm"
-  install -vDm644 build/fish.completion 
"$pkgdir/usr/share/fish/vendor_completions.d/charm.fish"
-  install -vDm644 build/zsh.completion 
"$pkgdir/usr/share/zsh/site-functions/_charm"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: charm/repos/community-x86_64/PKGBUILD (from rev 1136335, 
charm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 07:05:19 UTC (rev 1136336)
@@ -0,0 +1,98 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+
+pkgname=charm
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="The backend for the Charm cloud"
+arch=('x86_64')
+url="https://charm.sh/cloud/";
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+conflicts=('charm-tool')
+replaces=('charm-tool')
+backup=('etc/charm.conf')
+options=('!lto')
+_commit='cc81bc58299b77c23e7eabfd422ac4da448c48a8' # v0.10.2
+source=(
+  "git+https://github.com/charmbracelet/charm.git#commit=$_commit";
+  'charm.conf'
+  'systemd.service'
+  'sysusers.conf'
+  'tmpfiles.conf'
+)
+b2sums=('SKIP'
+
'c6414097223dde827dfcbaf50

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

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:04:16
  Author: grawlinson
Revision: 1136335

upgpkg: soft-serve 0.2.3-1

New upstream release.

Modified:
  soft-serve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 07:03:59 UTC (rev 1136334)
+++ PKGBUILD2022-02-24 07:04:16 UTC (rev 1136335)
@@ -2,7 +2,7 @@
 # Contributor: Christian Muehlhaeuser 
 
 pkgname=soft-serve
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="A self-hosted Git server for the command line"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('git' 'go')
 backup=('etc/soft-serve.conf')
 options=('!lto')
-_commit='f67596d3f6b9261bbf285da00e4f9c281c771c60' # v0.2.2
+_commit='192c4d92f8b8c9963fe62819dce2f88c21db261b' # v0.2.3
 source=(
   "git+$url.git#commit=$_commit"
   'soft-serve.conf'



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

2022-02-23 Thread George Rawlinson via arch-commits
Date: Thursday, February 24, 2022 @ 07:03:59
  Author: grawlinson
Revision: 1136334

upgpkg: charm 0.10.2-1

New upstream release.

Modified:
  charm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 23:02:03 UTC (rev 1136333)
+++ PKGBUILD2022-02-24 07:03:59 UTC (rev 1136334)
@@ -2,11 +2,11 @@
 # Contributor: Christian Muehlhaeuser 
 
 pkgname=charm
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="The backend for the Charm cloud"
 arch=('x86_64')
-url="https://github.com/charmbracelet/charm";
+url="https://charm.sh/cloud/";
 license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')
@@ -14,9 +14,9 @@
 replaces=('charm-tool')
 backup=('etc/charm.conf')
 options=('!lto')
-_commit='989596b4e1790d2f7a8d3d80d42d3b4549f74064' # v0.10.1
+_commit='cc81bc58299b77c23e7eabfd422ac4da448c48a8' # v0.10.2
 source=(
-  "git+$url.git#commit=$_commit"
+  "git+https://github.com/charmbracelet/charm.git#commit=$_commit";
   'charm.conf'
   'systemd.service'
   'sysusers.conf'



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-02-23 Thread Tobias Powalowski via arch-commits
Date: Thursday, February 24, 2022 @ 06:34:09
  Author: tpowa
Revision: 438038

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 438037, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 438037, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |   98 ++---
 archboot.install |   38 ++--
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 06:34:04 UTC (rev 438037)
+++ PKGBUILD2022-02-24 06:34:09 UTC (rev 438038)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.02
-pkgrel=63
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 438037, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 06:34:09 UTC (rev 438038)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.02
+pkgrel=64
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'ntfs-3g' 'pciutils' 'usbutils'

[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-02-23 Thread Tobias Powalowski via arch-commits
Date: Thursday, February 24, 2022 @ 06:33:43
  Author: tpowa
Revision: 438036

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 438035, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 438035, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  100 ++---
 archboot.install |   38 ++--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 06:33:37 UTC (rev 438035)
+++ PKGBUILD2022-02-24 06:33:43 UTC (rev 438036)
@@ -1,50 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.02
-pkgrel=63
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 438035, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 06:33:43 UTC (rev 438036)
@@ -0,0 +1,50 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.02
+pkgrel=64
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfs

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

2022-02-23 Thread Tobias Powalowski via arch-commits
Date: Thursday, February 24, 2022 @ 06:34:04
  Author: tpowa
Revision: 438037

upgpkg: archboot-arm 2022.02-64: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 06:33:43 UTC (rev 438036)
+++ PKGBUILD2022-02-24 06:34:04 UTC (rev 438037)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.02
-pkgrel=63
+pkgrel=64
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-02-23 Thread Tobias Powalowski via arch-commits
Date: Thursday, February 24, 2022 @ 06:33:37
  Author: tpowa
Revision: 438035

upgpkg: archboot 2022.02-64: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 02:24:09 UTC (rev 438034)
+++ PKGBUILD2022-02-24 06:33:37 UTC (rev 438035)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.02
-pkgrel=63
+pkgrel=64
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 02:24:09
  Author: heftig
Revision: 438034

archrelease: copy trunk to extra-x86_64

Added:
  upower/repos/extra-x86_64/PKGBUILD
(from rev 438033, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 02:23:21 UTC (rev 438033)
+++ PKGBUILD2022-02-24 02:24:09 UTC (rev 438034)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=upower
-pkgver=0.99.15
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
-url="https://upower.freedesktop.org";
-arch=(x86_64)
-license=(GPL)
-depends=(systemd libimobiledevice libgudev)
-makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
-checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
-backup=(etc/UPower/UPower.conf)
-_commit=e4a8656521775a67e099a5a784364c2d2fd51a4a  # tags/v0.99.15^0
-source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd upower
-  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd upower
-}
-
-build() {
-  arch-meson upower build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libupower-glib.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 438033, 
upower/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 02:24:09 UTC (rev 438034)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=upower
+pkgver=0.99.16
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
+url="https://upower.freedesktop.org";
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libimobiledevice libgudev)
+makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
+checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
+backup=(etc/UPower/UPower.conf)
+_commit=2e5ba3ef806fab1028c5030ef630f66e29b4366d  # tags/v0.99.16^0
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd upower
+  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd upower
+}
+
+build() {
+  arch-meson upower build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libupower-glib.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-02-23 Thread Jan Steffens via arch-commits
Date: Thursday, February 24, 2022 @ 02:23:21
  Author: heftig
Revision: 438033

0.99.16-1

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 22:22:29 UTC (rev 438032)
+++ PKGBUILD2022-02-24 02:23:21 UTC (rev 438033)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 
 pkgname=upower
-pkgver=0.99.15
+pkgver=0.99.16
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 url="https://upower.freedesktop.org";
@@ -12,7 +12,7 @@
 makedepends=(docbook-xsl gobject-introspection python git gtk-doc meson)
 checkdepends=(python-{dbus,dbusmock,gobject} umockdev)
 backup=(etc/UPower/UPower.conf)
-_commit=e4a8656521775a67e099a5a784364c2d2fd51a4a  # tags/v0.99.15^0
+_commit=2e5ba3ef806fab1028c5030ef630f66e29b4366d  # tags/v0.99.16^0
 source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-02-23 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, February 23, 2022 @ 23:01:56
  Author: alex19ep
Revision: 1136332

upgpkg: matrix-synapse 1.53.0-1 upstream release

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install
Deleted:
  matrix-synapse/trunk/latest-frozendict.patch

-+
 PKGBUILD|   15 ---
 latest-frozendict.patch |   13 -
 synapse.install |   10 ++
 3 files changed, 14 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 22:42:28 UTC (rev 1136331)
+++ PKGBUILD2022-02-23 23:01:56 UTC (rev 1136332)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.52.0
+pkgver=1.53.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";
@@ -37,9 +37,8 @@
 'synapse-worker@.service'
 'sysusers-synapse.conf'
 'tmpfiles-synapse.conf'
-'override-hardened.conf'
-'latest-frozendict.patch')
-sha256sums=('943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0'
+'override-hardened.conf')
+sha256sums=('e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4'
 'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
 '74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
 '408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'
@@ -46,16 +45,10 @@
 'c9657c201ad89985c8c915bfa0ea7517a412071736b4d9545d8f6474fddc44e2'
 'aadfdd78fe73e6eb325ee4299b8db8b97bfa2f4e7df953aa8477f442598a7ec5'
 '65588c8c64dfb84cab831cd8d028a295d753cf7322dd63053e8488466047b45f'
-'d8e6b2a43a8a7d8f09c643f32e789a7ffeeb2d20bb07ee88ddc6923e1ab3b0e6'
-'f1307d1db27ef293ee2430ec734ac7380e6022ba1396770b343359179f9b294e')
+'d8e6b2a43a8a7d8f09c643f32e789a7ffeeb2d20bb07ee88ddc6923e1ab3b0e6')
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install
 
-prepare() {
-   cd synapse-$pkgver
-   patch -Np1 -i ../latest-frozendict.patch
-}
-
 build() {
cd synapse-$pkgver
python setup.py build

Deleted: latest-frozendict.patch
===
--- latest-frozendict.patch 2022-02-23 22:42:28 UTC (rev 1136331)
+++ latest-frozendict.patch 2022-02-23 23:01:56 UTC (rev 1136332)
@@ -1,13 +0,0 @@
-diff -ur --ignore-all-space synapse-1.49.2/synapse/python_dependencies.py 
synapse-1.49.2-new/synapse/python_dependencies.py
 synapse-1.49.2/synapse/python_dependencies.py  2021-12-21 
20:41:34.0 +0300
-+++ synapse-1.49.2-new/synapse/python_dependencies.py  2021-12-22 
00:56:31.359112226 +0300
-@@ -50,8 +50,7 @@
- REQUIREMENTS = [
- # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
- "jsonschema>=3.0.0",
--# frozendict 2.1.2 is broken on Debian 10: 
https://github.com/Marco-Sulla/python-frozendict/issues/41
--"frozendict>=1,<2.1.2",
-+"frozendict>=1",
- "unpaddedbase64>=1.1.0",
- "canonicaljson>=1.4.0",
- # we use the type definitions added in signedjson 1.1.

Modified: synapse.install
===
--- synapse.install 2022-02-23 22:42:28 UTC (rev 1136331)
+++ synapse.install 2022-02-23 23:01:56 UTC (rev 1136332)
@@ -87,4 +87,14 @@
and will become a configuration error in Synapse v1.53.0.
EOF
fi
+   if [[ "$(vercmp "$2" 1.53.0)" -lt 0 ]]; then
+   cat <<-EOF
+   ==> Dropping support for webclient listeners and non-HTTP(S) 
web_client_location
+   Per the deprecation notice in Synapse v1.51.0, listeners of 
type
+   webclient are no longer supported and configuring them is a 
now
+   a configuration error.
+   Configuring a non-HTTP(S) web_client_location configuration 
is now
+   a configuration error.
+   EOF
+   fi
 }



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

2022-02-23 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, February 23, 2022 @ 22:42:28
  Author: alex19ep
Revision: 1136331

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 22:42:25 UTC (rev 1136330)
+++ PKGBUILD2022-02-23 22:42:28 UTC (rev 1136331)
@@ -1,21 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Alexander Epaneshnikov 
-
-pkgname=repo
-pkgver=2.21
-pkgrel=1
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo";
-arch=('any')
-license=("APACHE")
-depends=("git" "python")
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed";)
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer 

-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -vDm755 repo "$pkgdir/usr/bin/repo"
-  install -vDm644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 1136330, 
repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 22:42:28 UTC (rev 1136331)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Alexander Epaneshnikov 
+
+pkgname=repo
+pkgver=2.22
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo";
+arch=('any')
+license=("APACHE")
+depends=("git" "python")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed";)
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer 

+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -vDm755 repo "$pkgdir/usr/bin/repo"
+  install -vDm644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
+}



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

2022-02-23 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, February 23, 2022 @ 22:42:25
  Author: alex19ep
Revision: 1136330

upgpkg: repo 2.22-1 upstream release

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 22:41:04 UTC (rev 1136329)
+++ PKGBUILD2022-02-23 22:42:25 UTC (rev 1136330)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Epaneshnikov 
 
 pkgname=repo
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
 url="https://android.googlesource.com/tools/repo";



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

2022-02-23 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, February 23, 2022 @ 22:41:04
  Author: alex19ep
Revision: 1136329

archrelease: copy trunk to community-testing-any

Added:
  python-matrix-common/repos/community-testing-any/
  python-matrix-common/repos/community-testing-any/PKGBUILD
(from rev 1136328, python-matrix-common/trunk/PKGBUILD)

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

Copied: python-matrix-common/repos/community-testing-any/PKGBUILD (from rev 
1136328, python-matrix-common/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-02-23 22:41:04 UTC (rev 1136329)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Epaneshnikov 
+
+pkgname=python-matrix-common
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Common code for Synapse, Sydent and Sygnal"
+arch=(any)
+url="https://github.com/matrix-org/matrix-python-common";
+license=('Apache')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
+checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v$pkgver.tar.gz";)
+sha512sums=('22cb3844f4e442e92c1a1dc1e5d0559525c0e375063a5adb0fe7c7b5051d94cbdeb114ee12acf84ffc97e4fd9b351417a6a624fd156c98acee5dc1bb650eb2a7')
+b2sums=('90fe64187dadcabae90753f2bc5486bc9e958820334d718734d69172f4d8920d0d86dd9e6211fae7e893140d67d88e8f21d4cebb03ff6e8ef6c220d713d2de1c')
+
+build() {
+   cd "matrix-python-common-$pkgver"
+   python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+   cd "matrix-python-common-$pkgver"
+   PYTHONPATH=. trial tests
+}
+
+package() {
+   cd "matrix-python-common-$pkgver"
+   python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-02-23 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, February 23, 2022 @ 22:41:00
  Author: alex19ep
Revision: 1136328

upgpkg: python-matrix-common 1.1.0-1 upstream release

Modified:
  python-matrix-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 22:14:18 UTC (rev 1136327)
+++ PKGBUILD2022-02-23 22:41:00 UTC (rev 1136328)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander Epaneshnikov 
 
 pkgname=python-matrix-common
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Common code for Synapse, Sydent and Sygnal"
 arch=(any)
 url="https://github.com/matrix-org/matrix-python-common";
@@ -10,8 +10,8 @@
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v$pkgver.tar.gz";)
-sha512sums=('0050243ce3930962934f94fe1c990dc97ce803e79998ee7e6c7dafdf5ca4736c8c06fd4f52223b81f2ceb91a8bcf70f6488559f7935a9bd087c33a11430af8cd')
-b2sums=('04a9ccbd6d66bffdc21dec013e839783abb89c8565de9d2b5957c2620aa7357756519f0d0d0ae05c8ada4e50b63488188f50b44308c1ea6fc3e55c03882e8610')
+sha512sums=('22cb3844f4e442e92c1a1dc1e5d0559525c0e375063a5adb0fe7c7b5051d94cbdeb114ee12acf84ffc97e4fd9b351417a6a624fd156c98acee5dc1bb650eb2a7')
+b2sums=('90fe64187dadcabae90753f2bc5486bc9e958820334d718734d69172f4d8920d0d86dd9e6211fae7e893140d67d88e8f21d4cebb03ff6e8ef6c220d713d2de1c')
 
 build() {
cd "matrix-python-common-$pkgver"



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

2022-02-23 Thread Andreas Radke via arch-commits
Date: Wednesday, February 23, 2022 @ 22:22:29
  Author: andyrtr
Revision: 438032

archrelease: copy trunk to extra-x86_64

Added:
  qpdf/repos/extra-x86_64/PKGBUILD
(from rev 438031, qpdf/trunk/PKGBUILD)
Deleted:
  qpdf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 22:22:09 UTC (rev 438031)
+++ PKGBUILD2022-02-23 22:22:29 UTC (rev 438032)
@@ -1,54 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Miguel Revilla 
-# Contributor: David Sotelo 
-# Contributor: Nuno Araujo 
-
-pkgname=qpdf
-pkgver=10.6.2
-pkgrel=1
-pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
-arch=('x86_64')
-url="https://github.com/qpdf/qpdf";
-license=('custom:Artistic-2.0' 'Apache')
-depends=('libjpeg-turbo' 'zlib' 'gnutls')
-makedepends=('texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
-#optdepends=('perl:required for fix-qdf')
-#checkdepends=('perl')
-# 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.6.1/qpdf-10.6.1.sha256
-source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('4b8c966300fcef32352f6576b7ef40167e080e43fe8954b12ef80b49a7e5307f'
-'SKIP')
-validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-crypto-gnutls \
---disable-crypto-openssl \
---disable-implicit-crypto \
---enable-show-failed-test-output \
---enable-doc-maintenance --enable-html-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check # passes all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 manual/build/singlehtml/index.html 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.html
-  install -Dm644 manual/build/latex/qpdf.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
-
-  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
-  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
-
-  rm -rf "${pkgdir}"/usr/share/doc/qpdf/README-doc.txt
-
-  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 438031, qpdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 22:22:29 UTC (rev 438032)
@@ -0,0 +1,69 @@
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgbase=qpdf
+pkgname=('qpdf' 'qpdf-docs')
+pkgver=10.6.2
+pkgrel=2
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://github.com/qpdf/qpdf";
+license=('custom:Artistic-2.0' 'Apache')
+makedepends=('libjpeg-turbo' 'zlib' 'gnutls'
+ 'texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
+#optdepends=('perl:required for fix-qdf')
+#checkdepends=('perl')
+# 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.6.1/qpdf-10.6.1.sha256
+source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}-doc.zip)
+sha256sums=('4b8c966300fcef32352f6576b7ef40167e080e43fe8954b12ef80b49a7e5307f'
+'SKIP'
+'560bba7d35fa54d77860b0abf744280cf7ac819cab6e05cf13b6096357cbd9f3')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+# howto build the docs:
+# https://github.com/qpdf/qpdf/blob/main/build-scripts/build-doc
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-crypto-gnutls \
+--disable-crypto-openssl \
+--disable-implicit-crypto \
+--enable-show-failed-test-output \
+--enable-doc-maintenance --enable-html-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make doc-dist DOC_DEST=doc
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check # passes all
+}
+
+package_qpdf() {
+  depends=('libjpeg-turbo' 'zlib' 'gnutls')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
+  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
+
+  rm -rf "${pkgdir}"/usr/share/doc/qpdf/README-doc.txt
+
+  mkdir -m755 -p "${pkgdir}"/usr

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

2022-02-23 Thread Andreas Radke via arch-commits
Date: Wednesday, February 23, 2022 @ 22:22:09
  Author: andyrtr
Revision: 438031

upgpkg: qpdf 10.6.2-2: split out docs and make them actually work - FS#73935

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:51:15 UTC (rev 438030)
+++ PKGBUILD2022-02-23 22:22:09 UTC (rev 438031)
@@ -3,25 +3,31 @@
 # Contributor: David Sotelo 
 # Contributor: Nuno Araujo 
 
-pkgname=qpdf
+pkgbase=qpdf
+pkgname=('qpdf' 'qpdf-docs')
 pkgver=10.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
 url="https://github.com/qpdf/qpdf";
 license=('custom:Artistic-2.0' 'Apache')
-depends=('libjpeg-turbo' 'zlib' 'gnutls')
-makedepends=('texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
+makedepends=('libjpeg-turbo' 'zlib' 'gnutls'
+ 'texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
 #optdepends=('perl:required for fix-qdf')
 #checkdepends=('perl')
 # 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.6.1/qpdf-10.6.1.sha256
-source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}-doc.zip)
 sha256sums=('4b8c966300fcef32352f6576b7ef40167e080e43fe8954b12ef80b49a7e5307f'
-'SKIP')
+'SKIP'
+'560bba7d35fa54d77860b0abf744280cf7ac819cab6e05cf13b6096357cbd9f3')
 validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
 
+# howto build the docs:
+# https://github.com/qpdf/qpdf/blob/main/build-scripts/build-doc
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr \
 --disable-static \
 --enable-crypto-gnutls \
@@ -30,19 +36,19 @@
 --enable-show-failed-test-output \
 --enable-doc-maintenance --enable-html-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  make doc-dist DOC_DEST=doc
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make check # passes all
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
+package_qpdf() {
+  depends=('libjpeg-turbo' 'zlib' 'gnutls')
+
+  cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}/" install
-  install -Dm644 manual/build/singlehtml/index.html 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.html
-  install -Dm644 manual/build/latex/qpdf.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
 
   install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
   install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
@@ -49,6 +55,15 @@
 
   rm -rf "${pkgdir}"/usr/share/doc/qpdf/README-doc.txt
 
-  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgbase}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgbase}/
 }
+
+package_qpdf-docs() {
+  pkgdesc+=" (documentation)"
+
+  cd ${pkgbase}-${pkgver}
+  mkdir -m755 -p "${pkgdir}"/usr/share/doc/qpdf
+  cp -a doc/singlehtml "${pkgdir}"/usr/share/doc/qpdf/
+  install -Dm644 doc/qpdf-manual.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
+}



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

2022-02-23 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, February 23, 2022 @ 22:14:18
  Author: artafinde
Revision: 1136327

archrelease: copy trunk to community-testing-any

Added:
  keycloak/repos/community-testing-any/PKGBUILD
(from rev 1136326, keycloak/trunk/PKGBUILD)
  keycloak/repos/community-testing-any/common.sh
(from rev 1136326, keycloak/trunk/common.sh)
  keycloak/repos/community-testing-any/keycloak.install
(from rev 1136326, keycloak/trunk/keycloak.install)
  keycloak/repos/community-testing-any/keycloak.service
(from rev 1136326, keycloak/trunk/keycloak.service)
  keycloak/repos/community-testing-any/keycloak.sysusers
(from rev 1136326, keycloak/trunk/keycloak.sysusers)
  keycloak/repos/community-testing-any/keycloak.tmpfiles
(from rev 1136326, keycloak/trunk/keycloak.tmpfiles)
  keycloak/repos/community-testing-any/pin-java-version.patch
(from rev 1136326, keycloak/trunk/pin-java-version.patch)
Deleted:
  keycloak/repos/community-testing-any/PKGBUILD
  keycloak/repos/community-testing-any/common.sh
  keycloak/repos/community-testing-any/keycloak.install
  keycloak/repos/community-testing-any/keycloak.service
  keycloak/repos/community-testing-any/keycloak.sysusers
  keycloak/repos/community-testing-any/keycloak.tmpfiles
  keycloak/repos/community-testing-any/pin-java-version.patch

+
 PKGBUILD   |  182 +--
 common.sh  |6 -
 keycloak.install   |   14 +--
 keycloak.service   |  102 +-
 keycloak.sysusers  |2 
 keycloak.tmpfiles  |6 -
 pin-java-version.patch |  112 ++--
 7 files changed, 218 insertions(+), 206 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 22:13:13 UTC (rev 1136326)
+++ PKGBUILD2022-02-23 22:14:18 UTC (rev 1136327)
@@ -1,85 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nikita Volodin 
-
-pkgname=keycloak
-pkgver=17.0.0
-_java=11
-pkgrel=2
-pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
-arch=('any')
-url="https://www.keycloak.org/";
-license=('Apache')
-depends=("java-runtime=${_java}" 'grep' 'bash' 'coreutils' 'util-linux')
-makedepends=('maven' 'git' "java-environment=${_java}")
-backup=(
-  'etc/keycloak/keycloak.conf'
-)
-install=keycloak.install
-options=(emptydirs)
-source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.tar.gz
-keycloak.service
-keycloak.sysusers
-keycloak.tmpfiles
-common.sh
-pin-java-version.patch)
-sha512sums=('5d6cde979db234dc58d591958fbf4acdb45d461666e4fa9d9616551ce792c18c750f4d5336853052408c0e88ca445944937f1f167ec9ce1eb50732981e84b770'
-
'1512520528b6893997b8a3c4899fbb84a897f604f279f64fc1228785a27544499f1c8951f8997129fb2b857d2d3c11b09fb9493f83faa20a0594c759adbe0823'
-
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
-
'362be58e0f18094a6849aaec56ee51aeb72bf62805c87709aa1f435770891138a6cfe2a7de9a1f106212bda0b905f225fcace299a8b811cc6d977783449538e6'
-
'4ae3f9fc42bfee602480c1c8cc2d65b44305622b426b74070758fe1c92a06ff12901ffebacbfe2ba34cbf783a8787f6073f74db3674c96e7a6109ed5b45d3a07'
-
'c0351896427c7b7b73f446481a30dc735365a91541e7039cd613d1c7357c55c9559e388bc260e004c2a52211df1d23d9e24cc9c8ca956398f6e508ef96cb0ee2')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/pin-java-version.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export PATH="/usr/lib/jvm/java-${_java}-openjdk/bin:$PATH"
-  mvn -am \
--s maven-settings.xml \
--DskipTestsuite \
--DskipExamples \
--DskipTests \
--Dproject.build.outputTimestamp="$SOURCE_DATE_EPOCH" \
-clean package
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -vdm 755 "${pkgdir}"/{usr/share/java,var/log}/"${pkgname}"
-  install -vdm 755 "${pkgdir}"/var/lib/"${pkgname}"/{deployments,data}
-  install -vdm 755 "${pkgdir}"/usr/bin
-
-  tar xf quarkus/dist/target/${pkgname}-${pkgver}.tar.gz --strip 1 \
--C "${pkgdir}/usr/share/java/${pkgname}"
-  install -vDm 755 "${srcdir}/common.sh" 
"${pkgdir}/usr/share/java/${pkgname}/bin/common.sh"
-  # Clean up unwanted files
-  rm -rvf "${pkgdir}/usr/share/java/${pkgname}"/LICENSE.txt
-  rm -rvf "${pkgdir}/usr/share/java/${pkgname}"/bin/*.bat
-  # Fix permissions from untar
-  chown -R root:root "${pkgdir}/usr/share/java/${pkgname}"
-
-  install -vdm 755 "${pkgdir}/etc"
-  mv -v "${pkgdir}/usr/share/java/${pkgname}/conf" "${pkgdir}/etc/${pkgname}"
-
-  ln -svf /var/log/keycloak "${pkgdir}/usr/share/java/${pkgname}/log"
-  ln -svf /var/lib/keycloak/deployments 
"${pkgdir}/usr/share/java/${pkgname}/deployments"
-  ln -svf /var/lib/keycloak/data "${pkgdir}/usr/share/java/${pkgname}/data"
-
-  install -vDm 644 "${srcdir}"/keycloak.service 
"${pk

[arch-commits] Commit in keycloak/trunk (PKGBUILD keycloak.tmpfiles)

2022-02-23 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, February 23, 2022 @ 22:13:13
  Author: artafinde
Revision: 1136326

keycloak: log should be under /var not /usr

Modified:
  keycloak/trunk/PKGBUILD
  keycloak/trunk/keycloak.tmpfiles

---+
 PKGBUILD  |   18 +++---
 keycloak.tmpfiles |2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 22:03:45 UTC (rev 1136325)
+++ PKGBUILD2022-02-23 22:13:13 UTC (rev 1136326)
@@ -4,13 +4,13 @@
 pkgname=keycloak
 pkgver=17.0.0
 _java=11
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
 arch=('any')
 url="https://www.keycloak.org/";
 license=('Apache')
 depends=("java-runtime=${_java}" 'grep' 'bash' 'coreutils' 'util-linux')
-makedepends=('maven' 'git' "java-environment=${_java}")
+makedepends=('maven' "java-environment=${_java}")
 backup=(
   'etc/keycloak/keycloak.conf'
 )
@@ -25,7 +25,7 @@
 
sha512sums=('5d6cde979db234dc58d591958fbf4acdb45d461666e4fa9d9616551ce792c18c750f4d5336853052408c0e88ca445944937f1f167ec9ce1eb50732981e84b770'
 
'1512520528b6893997b8a3c4899fbb84a897f604f279f64fc1228785a27544499f1c8951f8997129fb2b857d2d3c11b09fb9493f83faa20a0594c759adbe0823'
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
-
'362be58e0f18094a6849aaec56ee51aeb72bf62805c87709aa1f435770891138a6cfe2a7de9a1f106212bda0b905f225fcace299a8b811cc6d977783449538e6'
+
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'
 
'4ae3f9fc42bfee602480c1c8cc2d65b44305622b426b74070758fe1c92a06ff12901ffebacbfe2ba34cbf783a8787f6073f74db3674c96e7a6109ed5b45d3a07'
 
'c0351896427c7b7b73f446481a30dc735365a91541e7039cd613d1c7357c55c9559e388bc260e004c2a52211df1d23d9e24cc9c8ca956398f6e508ef96cb0ee2')
 
@@ -48,6 +48,18 @@
 clean package
 }
 
+# check() {
+#  TODO enable once 
+#   cd $pkgname-$pkgver/quarkus
+
+#   export PATH="/usr/lib/jvm/java-${_java}-openjdk/bin:$PATH"
+#   mvn -am \
+# -s ../maven-settings.xml \
+# -DskipExamples \
+# -Dproject.build.outputTimestamp="$SOURCE_DATE_EPOCH" \
+# test
+# }
+
 package() {
   cd $pkgname-$pkgver
 

Modified: keycloak.tmpfiles
===
--- keycloak.tmpfiles   2022-02-23 22:03:45 UTC (rev 1136325)
+++ keycloak.tmpfiles   2022-02-23 22:13:13 UTC (rev 1136326)
@@ -1,3 +1,3 @@
-z /usr/log/keycloak - keycloak keycloak -
+z /var/log/keycloak - keycloak keycloak -
 z /var/lib/keycloak/data - keycloak keycloak -
 Z /var/lib/keycloak/deployments - keycloak keycloak -
\ No newline at end of file



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

2022-02-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, February 23, 2022 @ 22:03:45
  Author: orhun
Revision: 1136325

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 22:03:37 UTC (rev 1136324)
+++ PKGBUILD2022-02-23 22:03:45 UTC (rev 1136325)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-msrv
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Find the minimum supported Rust version (MSRV) for your project"
-arch=('x86_64')
-url="https://github.com/foresterre/cargo-msrv";
-license=('MIT' 'Apache')
-depends=('gcc-libs' 'openssl')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('310fa66f86ef9bff519ab1cbbf30203f09875d7a62ca1b7ecbab11829bf2ec64')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-# tests are using rustup
-#check() {
-#  cd "$pkgname-$pkgver"
-#  cargo test --release --locked --all -- --test-threads=1
-#}
-
-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:set ts=2 sw=2 et:

Copied: cargo-msrv/repos/community-x86_64/PKGBUILD (from rev 1136324, 
cargo-msrv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 22:03:45 UTC (rev 1136325)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-msrv
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Find the minimum supported Rust version (MSRV) for your project"
+arch=('x86_64')
+url="https://github.com/foresterre/cargo-msrv";
+license=('MIT' 'Apache')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('d50e71b5a44107838268e3900719b60262cc37ff625426dcfed5013eaf9272c1')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+# tests are using rustup
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cargo test --release --locked --all -- --test-threads=1
+#}
+
+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:set ts=2 sw=2 et:



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

2022-02-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, February 23, 2022 @ 22:03:37
  Author: orhun
Revision: 1136324

upgpkg: cargo-msrv 0.15.0-1: upstream release

Modified:
  cargo-msrv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:33:37 UTC (rev 1136323)
+++ PKGBUILD2022-02-23 22:03:37 UTC (rev 1136324)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-msrv
-pkgver=0.14.2
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Find the minimum supported Rust version (MSRV) for your project"
 arch=('x86_64')
@@ -10,7 +10,8 @@
 depends=('gcc-libs' 'openssl')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('310fa66f86ef9bff519ab1cbbf30203f09875d7a62ca1b7ecbab11829bf2ec64')
+sha256sums=('d50e71b5a44107838268e3900719b60262cc37ff625426dcfed5013eaf9272c1')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-02-23 Thread Andreas Radke via arch-commits
Date: Wednesday, February 23, 2022 @ 21:51:15
  Author: andyrtr
Revision: 438030

fix pkgdesc

Modified:
  libmwaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:08:11 UTC (rev 438029)
+++ PKGBUILD2022-02-23 21:51:15 UTC (rev 438030)
@@ -5,6 +5,7 @@
 pkgname=('libmwaw' 'libmwaw-docs')
 pkgver=0.3.21
 pkgrel=2
+pkgdesc="Import library for some old mac text documents."
 arch=('x86_64')
 url="https://sourceforge.net/projects/libmwaw/";
 license=('LGPL2.1' 'MPL')
@@ -26,7 +27,6 @@
 
 package_libmwaw() {
 
-  pkgdesc="Import library for some old mac text documents."
   depends=('librevenge')
 
   cd "${pkgname}"-${pkgver}



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

2022-02-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, February 23, 2022 @ 21:33:37
  Author: orhun
Revision: 1136323

archrelease: copy trunk to community-x86_64

Added:
  lfs/repos/community-x86_64/PKGBUILD
(from rev 1136322, lfs/trunk/PKGBUILD)
Deleted:
  lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 21:33:29 UTC (rev 1136322)
+++ PKGBUILD2022-02-23 21:33:37 UTC (rev 1136323)
@@ -1,32 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=lfs
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Get information on your mounted filesystems"
-arch=('x86_64')
-url="https://github.com/Canop/lfs";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b4fdc9fce0e2d7962a6eb2fd734670cb2ed3d408ab028f2f85b479de8baf8d8717df8715d6602ef9d90455e89153f4841fea60836346f8c278cf30ce863eeb17')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lfs/repos/community-x86_64/PKGBUILD (from rev 1136322, 
lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 21:33:37 UTC (rev 1136323)
@@ -0,0 +1,32 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=lfs
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Get information on your mounted filesystems"
+arch=('x86_64')
+url="https://github.com/Canop/lfs";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d7d7e97f1e034726e5e54865c3f71a97d9a540643d69521b3ab79bc28106de79a0055ed4d1239dbfb41858c655ba28218d63f21cec097e99341602989fe71d11')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --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"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-02-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, February 23, 2022 @ 21:33:29
  Author: orhun
Revision: 1136322

upgpkg: lfs 2.1.0-1: upstream release

Modified:
  lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:11:48 UTC (rev 1136321)
+++ PKGBUILD2022-02-23 21:33:29 UTC (rev 1136322)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=lfs
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Get information on your mounted filesystems"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('b4fdc9fce0e2d7962a6eb2fd734670cb2ed3d408ab028f2f85b479de8baf8d8717df8715d6602ef9d90455e89153f4841fea60836346f8c278cf30ce863eeb17')
+sha512sums=('d7d7e97f1e034726e5e54865c3f71a97d9a540643d69521b3ab79bc28106de79a0055ed4d1239dbfb41858c655ba28218d63f21cec097e99341602989fe71d11')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:11:48
  Author: arojas
Revision: 1136321

archrelease: copy trunk to community-any

Added:
  ruby-dbus/repos/community-any/PKGBUILD
(from rev 1136320, ruby-dbus/trunk/PKGBUILD)
Deleted:
  ruby-dbus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 21:11:38 UTC (rev 1136320)
+++ PKGBUILD2022-02-23 21:11:48 UTC (rev 1136321)
@@ -1,24 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-
-_gemname=ruby-dbus
-pkgname=$_gemname
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Ruby module for interaction with D-Bus'
-arch=(any)
-url='https://github.com/mvidner/ruby-dbus'
-license=(LGPL2.1)
-depends=(ruby)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('7cbc41e10aba5edc88a1161d24f7b3cce256539d')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-dbus/repos/community-any/PKGBUILD (from rev 1136320, 
ruby-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 21:11:48 UTC (rev 1136321)
@@ -0,0 +1,24 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+
+_gemname=ruby-dbus
+pkgname=$_gemname
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Ruby module for interaction with D-Bus'
+arch=(any)
+url='https://github.com/mvidner/ruby-dbus'
+license=(LGPL2.1)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('b8dc78c571adf350595e611701101638a328f059')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:11:38
  Author: arojas
Revision: 1136320

Update to 0.17.0

Modified:
  ruby-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:09:50 UTC (rev 1136319)
+++ PKGBUILD2022-02-23 21:11:38 UTC (rev 1136320)
@@ -4,7 +4,7 @@
 
 _gemname=ruby-dbus
 pkgname=$_gemname
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Ruby module for interaction with D-Bus'
 arch=(any)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('7cbc41e10aba5edc88a1161d24f7b3cce256539d')
+sha1sums=('b8dc78c571adf350595e611701101638a328f059')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:09:50
  Author: arojas
Revision: 1136319

archrelease: copy trunk to community-x86_64

Added:
  libcgif/repos/community-x86_64/PKGBUILD
(from rev 1136318, libcgif/trunk/PKGBUILD)
Deleted:
  libcgif/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 21:09:41 UTC (rev 1136318)
+++ PKGBUILD2022-02-23 21:09:50 UTC (rev 1136319)
@@ -1,31 +0,0 @@
-# Maintainer:
-# Contributor: Daniel Löbl 
-
-pkgname=libcgif
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='A fast and lightweight GIF encoding library'
-arch=(x86_64)
-url='https://github.com/dloebl/cgif'
-license=(MIT)
-depends=(glibc)
-makedepends=(meson)
-source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('fc7a79d79c7325cd3ef2093fece064e688bbc0bc309c1a5feae3e62446bbd088')
-
-build() {
-  meson build cgif-$pkgver \
---prefix=/usr
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
- #mkdir -p "$pkgdir/usr/lib/" "$pkgdir/usr/include/" 
"$pkgdir/usr/share/licenses/$pkgname/"
-  meson install -C build \
---destdir "$pkgdir"
-  install -Dm644 cgif-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: libcgif/repos/community-x86_64/PKGBUILD (from rev 1136318, 
libcgif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 21:09:50 UTC (rev 1136319)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Daniel Löbl 
+
+pkgname=libcgif
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A fast and lightweight GIF encoding library'
+arch=(x86_64)
+url='https://github.com/dloebl/cgif'
+license=(MIT)
+depends=(glibc)
+makedepends=(meson)
+source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d00fd4bf2a7b47bc3b0c3b2c8f2215b1bdfd88f0569388d752909b878db27bfb')
+
+build() {
+  meson build cgif-$pkgver \
+--prefix=/usr
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+ #mkdir -p "$pkgdir/usr/lib/" "$pkgdir/usr/include/" 
"$pkgdir/usr/share/licenses/$pkgname/"
+  meson install -C build \
+--destdir "$pkgdir"
+  install -Dm644 cgif-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:09:41
  Author: arojas
Revision: 1136318

Update to 0.2.0

Modified:
  libcgif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:02:56 UTC (rev 1136317)
+++ PKGBUILD2022-02-23 21:09:41 UTC (rev 1136318)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Löbl 
 
 pkgname=libcgif
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='A fast and lightweight GIF encoding library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=(meson)
 
source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('fc7a79d79c7325cd3ef2093fece064e688bbc0bc309c1a5feae3e62446bbd088')
+sha256sums=('d00fd4bf2a7b47bc3b0c3b2c8f2215b1bdfd88f0569388d752909b878db27bfb')
 
 build() {
   meson build cgif-$pkgver \



[arch-commits] Commit in perl-http-daemon/repos/extra-any (PKGBUILD PKGBUILD)

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:08:11
  Author: arojas
Revision: 438029

archrelease: copy trunk to extra-any

Added:
  perl-http-daemon/repos/extra-any/PKGBUILD
(from rev 438028, perl-http-daemon/trunk/PKGBUILD)
Deleted:
  perl-http-daemon/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 21:08:01 UTC (rev 438028)
+++ PKGBUILD2022-02-23 21:08:11 UTC (rev 438029)
@@ -1,33 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-http-daemon
-pkgver=6.12
-pkgrel=1
-pkgdesc="Simple http server class"
-arch=('any')
-url='https://metacpan.org/pod/HTTP::Daemon'
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-http-date' 'perl-http-message' 'perl-lwp-mediatypes')
-makedepends=('perl-module-build-tiny')
-checkdepends=('perl-test-needs')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-${pkgver}.tar.gz)
-sha256sums=('df47bed10c38670c780fd0116867d5fd4693604acde31ba63380dce04c4e1fa6')
-
-build() {
-  cd "${srcdir}/HTTP-Daemon-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/HTTP-Daemon-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/HTTP-Daemon-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: perl-http-daemon/repos/extra-any/PKGBUILD (from rev 438028, 
perl-http-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 21:08:11 UTC (rev 438029)
@@ -0,0 +1,33 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-http-daemon
+pkgver=6.13
+pkgrel=1
+pkgdesc="Simple http server class"
+arch=('any')
+url='https://metacpan.org/pod/HTTP::Daemon'
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message' 'perl-lwp-mediatypes')
+makedepends=('perl-module-build-tiny')
+checkdepends=('perl-test-needs')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-${pkgver}.tar.gz)
+sha256sums=('d184d1f3e51e690d60e4b00195aa69f679169c858f2aab419997c70892014516')
+
+build() {
+  cd "${srcdir}/HTTP-Daemon-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/HTTP-Daemon-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/HTTP-Daemon-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in perl-http-daemon/trunk (PKGBUILD)

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:08:01
  Author: arojas
Revision: 438028

Update to 6.13

Modified:
  perl-http-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 21:01:07 UTC (rev 438027)
+++ PKGBUILD2022-02-23 21:08:01 UTC (rev 438028)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-http-daemon
-pkgver=6.12
+pkgver=6.13
 pkgrel=1
 pkgdesc="Simple http server class"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-needs')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-${pkgver}.tar.gz)
-sha256sums=('df47bed10c38670c780fd0116867d5fd4693604acde31ba63380dce04c4e1fa6')
+sha256sums=('d184d1f3e51e690d60e4b00195aa69f679169c858f2aab419997c70892014516')
 
 build() {
   cd "${srcdir}/HTTP-Daemon-${pkgver}"



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:02:56
  Author: arojas
Revision: 1136317

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libnghttp2/repos/multilib-testing-x86_64/
  lib32-libnghttp2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1136316, lib32-libnghttp2/trunk/PKGBUILD)

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

Copied: lib32-libnghttp2/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1136316, lib32-libnghttp2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-02-23 21:02:56 UTC (rev 1136317)
@@ -0,0 +1,42 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=lib32-libnghttp2
+pkgver=1.47.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(lib32-glibc libnghttp2)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
+
+build() {
+  cd nghttp2-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/include
+  install -Dm644 ../COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config)

2022-02-23 Thread Levente Polyak via arch-commits
Date: Wednesday, February 23, 2022 @ 20:54:53
  Author: anthraxx
Revision: 438022

upgpkg: linux-hardened 5.15.25.hardened1-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |   10 +-
 config   |   11 ++-
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:50:11 UTC (rev 438021)
+++ PKGBUILD2022-02-23 20:54:53 UTC (rev 438022)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.15.21.hardened1
-pkgrel=3
+pkgver=5.15.25.hardened1
+pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)
@@ -27,11 +27,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('294eeb6cd7dc9b144c3c3c8b8c7b3fca9c6b072b6ed9bf9d6c922f9deb70fbd1'
+sha256sums=('4399ffbe524a11b3c44bff6dd858ed31417341f58513f04cb6ae15e527543879'
 'SKIP'
-'87d2abca9f4cba229ca155157c658a43d26849bce6fd752cf2998f923dad01c8'
+'b5e0f50ef64c25069987cf4c4ec3501ed5288bc43106c52e3aefddaa7a649c39'
 'SKIP'
-'4e0c8ffe7ca39b1567e27904983d7a1032437a4fb3e9cfec98fff85b134364d2')
+'64970a547b3c9027c3bedc880482c6788758a38972e87b95e05186a96a5d3ff6')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-02-23 20:50:11 UTC (rev 438021)
+++ config  2022-02-23 20:54:53 UTC (rev 438022)
@@ -1,15 +1,15 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.21-hardened1 Kernel Configuration
+# Linux/x86 5.15.25-hardened1 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
+CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=110100
+CONFIG_GCC_VERSION=110200
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
-CONFIG_AS_VERSION=23601
+CONFIG_AS_VERSION=23800
 CONFIG_LD_IS_BFD=y
-CONFIG_LD_VERSION=23601
+CONFIG_LD_VERSION=23800
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
 CONFIG_CC_CAN_LINK_STATIC=y
@@ -6445,6 +6445,7 @@
 CONFIG_DUMMY_CONSOLE_COLUMNS=80
 CONFIG_DUMMY_CONSOLE_ROWS=25
 CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y



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

2022-02-23 Thread Levente Polyak via arch-commits
Date: Wednesday, February 23, 2022 @ 20:54:58
  Author: anthraxx
Revision: 438023

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 438022, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 438022, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  412 -
 config   |20961 ++---
 2 files changed, 10687 insertions(+), 10686 deletions(-)

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


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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:02:38
  Author: arojas
Revision: 1136316

Update to 1.47.0

Modified:
  lib32-libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:55:40 UTC (rev 1136315)
+++ PKGBUILD2022-02-23 21:02:38 UTC (rev 1136316)
@@ -2,7 +2,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=lib32-libnghttp2
-pkgver=1.46.0
+pkgver=1.47.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(lib32-glibc libnghttp2)
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b')
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
 
 build() {
   cd nghttp2-$pkgver



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:01:07
  Author: arojas
Revision: 438027

archrelease: copy trunk to testing-x86_64

Added:
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 438026, nghttp2/trunk/PKGBUILD)

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

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 438026, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-23 21:01:07 UTC (rev 438027)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.47.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares libnghttp2 
systemd-libs)
+makedepends=(systemd cython python-setuptools)
+options=(!emptydirs)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  make -C lib DESTDIR="$pkgdir" uninstall
+
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 21:00:58
  Author: arojas
Revision: 438026

Update to 1.47.0

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:57:44 UTC (rev 438025)
+++ PKGBUILD2022-02-23 21:00:58 UTC (rev 438026)
@@ -2,8 +2,8 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.46.0
-pkgrel=2
+pkgver=1.47.0
+pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
 url='https://nghttp2.org/'
@@ -16,7 +16,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha512sums=('fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b')
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
 
 build() {
   cd nghttp2-$pkgver



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:57:44
  Author: arojas
Revision: 438025

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 438024, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 438024, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-23 20:57:44 UTC (rev 438025)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.47.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:57:31
  Author: arojas
Revision: 438024

Update to 1.47.0

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:54:58 UTC (rev 438023)
+++ PKGBUILD2022-02-23 20:57:31 UTC (rev 438024)
@@ -2,7 +2,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.46.0
+pkgver=1.47.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b')
+sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
 
 build() {
   cd nghttp2-$pkgver



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:55:40
  Author: arojas
Revision: 1136315

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:55:27 UTC (rev 1136314)
+++ PKGBUILD2022-02-23 20:55:40 UTC (rev 1136315)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-_pkgbasename=libxslt
-pkgname=lib32-libxslt
-pkgver=1.1.34
-pkgrel=2
-pkgdesc="XML stylesheet transformation library (32-bit)"
-arch=('x86_64')
-url="http://xmlsoft.org/XSLT/";
-license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
-makedepends=(git)
-_commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
-source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd "${_pkgbasename}"
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd "${_pkgbasename}"
-
-  # Fix build with libxml libxml2-2.9.12
-  git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
-  git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
-  git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${_pkgbasename}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python 
--disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd "${_pkgbasename}"
-  make check
-}
-
-package() {
-  cd "${_pkgbasename}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses
-  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
-}

Copied: lib32-libxslt/repos/multilib-x86_64/PKGBUILD (from rev 1136314, 
lib32-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:55:40 UTC (rev 1136315)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+_pkgbasename=libxslt
+pkgname=lib32-libxslt
+pkgver=1.1.35
+pkgrel=1
+pkgdesc="XML stylesheet transformation library (32-bit)"
+arch=('x86_64')
+url="http://xmlsoft.org/XSLT/";
+license=('custom')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
+makedepends=(git)
+_commit=50af4e65da712ceb59f98a7feeeab2ddc3324ab9  # tags/v1.1.35^0
+source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd "${_pkgbasename}"
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd "${_pkgbasename}"
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${_pkgbasename}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${_pkgbasename}"
+  make check
+}
+
+package() {
+  cd "${_pkgbasename}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:55:27
  Author: arojas
Revision: 1136314

Update to 1.1.35

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:51:43 UTC (rev 1136313)
+++ PKGBUILD2022-02-23 20:55:27 UTC (rev 1136314)
@@ -2,8 +2,8 @@
 
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
-pkgver=1.1.34
-pkgrel=2
+pkgver=1.1.35
+pkgrel=1
 pkgdesc="XML stylesheet transformation library (32-bit)"
 arch=('x86_64')
 url="http://xmlsoft.org/XSLT/";
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
 makedepends=(git)
-_commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
+_commit=50af4e65da712ceb59f98a7feeeab2ddc3324ab9  # tags/v1.1.35^0
 source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit";)
 md5sums=('SKIP')
 
@@ -22,12 +22,6 @@
 prepare() {
   cd "${_pkgbasename}"
 
-  # Fix build with libxml libxml2-2.9.12
-  git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
-  git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
-  git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
   NOCONFIGURE=1 ./autogen.sh
 }
 



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:51:43
  Author: arojas
Revision: 1136313

archrelease: copy trunk to community-any

Added:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
(from rev 1136312, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
  fanficfare/repos/community-any/PKGBUILD
(from rev 1136312, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 1136312, fanficfare/trunk/changelog.txt)
Deleted:
  
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

-+
 0001-makeplugin-do-not-bundle-system-dependencies.patch |   74 +--
 PKGBUILD|   92 +++---
 changelog.txt   |   86 ++---
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: 0001-makeplugin-do-not-bundle-system-dependencies.patch
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 2022-02-23 
20:51:31 UTC (rev 1136312)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2022-02-23 
20:51:43 UTC (rev 1136313)
@@ -1,37 +0,0 @@
-From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Sun, 18 Apr 2021 15:35:15 -0400
-Subject: [PATCH] makeplugin: do not bundle system dependencies
-

- makeplugin.py | 12 +---
- 1 file changed, 1 insertion(+), 11 deletions(-)
-
-diff --git a/makeplugin.py b/makeplugin.py
-index 6ee101fb..e6f7c20c 100644
 a/makeplugin.py
-+++ b/makeplugin.py
-@@ -34,19 +34,9 @@ if __name__=="__main__":
-   files,
-   exclude=exclude)
- 
--os.chdir('../included_dependencies')
--files=['bs4','chardet','html2text','soupsieve','backports',
--   'cloudscraper','requests','requests_toolbelt',
--   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
--## Kept only for v2.85.1 support now.
--createZipFile("../"+filename,"a",
--  files,
--  exclude=exclude)
--
- os.chdir('..')
- # 'a' for append
- files=['fanficfare']
- createZipFile(filename,"a",
-   files,
--  exclude=exclude)
--
-+  exclude=exclude + ['*.py'])
--- 
-2.31.1
-

Copied: 
fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
 (from rev 1136312, 
fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
===
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch 
(rev 0)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch 2022-02-23 
20:51:43 UTC (rev 1136313)
@@ -0,0 +1,37 @@
+From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Sun, 18 Apr 2021 15:35:15 -0400
+Subject: [PATCH] makeplugin: do not bundle system dependencies
+
+---
+ makeplugin.py | 12 +---
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/makeplugin.py b/makeplugin.py
+index 6ee101fb..e6f7c20c 100644
+--- a/makeplugin.py
 b/makeplugin.py
+@@ -34,19 +34,9 @@ if __name__=="__main__":
+   files,
+   exclude=exclude)
+ 
+-os.chdir('../included_dependencies')
+-files=['bs4','chardet','html2text','soupsieve','backports',
+-   'cloudscraper','requests','requests_toolbelt',
+-   'requests_file.py','urllib3','certifi','idna','brotlidecpy']
+-## Kept only for v2.85.1 support now.
+-createZipFile("../"+filename,"a",
+-  files,
+-  exclude=exclude)
+-
+ os.chdir('..')
+ # 'a' for append
+ files=['fanficfare']
+ createZipFile(filename,"a",
+   files,
+-  exclude=exclude)
+-
++  exclude=exclude + ['*.py'])
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:51:31 UTC (rev 1136312)
+++ PKGBUILD2022-02-23 20:51:43 UTC (rev 1136313)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname}";
-license=('Apache')
-changelog=changelog.txt
-_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 
'html2text'
-   'requests-file')
-depends=("${_deps[@]/#/python-}")
-optdepends=('calibre: use FanFicFare as a calibre plugin'
-'python-pillow: support for converting/resizing story images and 
covers')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/ar

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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:51:31
  Author: arojas
Revision: 1136312

Update to 4.10.0

Modified:
  fanficfare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:48:48 UTC (rev 1136311)
+++ PKGBUILD2022-02-23 20:51:31 UTC (rev 1136312)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=4.9.0
+pkgver=4.10.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -16,9 +16,9 @@
 'python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('495d5cdc71166c7510e93587eaace897bb4a60170a396b554efd3c7670faf5d9'
+sha256sums=('f4717a9f1eb76b7b94749f7984b454ac51707f1b06d90ddbe9345ad80a672edd'
 '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('7c50bf8b97674165aa55a2ae1859059a262ab25316617bf007b03d6b52db61cdde1ffd3dda4c52c64a8060c9fced5a96e5ad31d4272e8bd95eb9c2a95b240e8e'
+b2sums=('96e2750e3e3d21b1e6700ca5a9ceaea20964b516c34599644de44f41d284e3270ae62e54b07bbb98e52a1efb3ccf210443b7ee57f701032033a144cc4d51'
 
'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
 
 prepare() {



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:50:11
  Author: arojas
Revision: 438021

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 438020, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 438020, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  150 ++--
 mercurial.profile |2 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:50:01 UTC (rev 438020)
+++ PKGBUILD2022-02-23 20:50:11 UTC (rev 438021)
@@ -1,75 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=6.0.2
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/";
-license=(GPL)
-depends=(python)
-makedepends=('python-docutils')
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
-# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE
-  EB851395B4223EE2F7BA0B28DA54740BF08732BA
-  818D87CD1AC180C394C86E633A33DE460D9EC39F  # Pulkit Goyal 
<7895pul...@gmail.com>
-  1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha512sums=('1591618840a3e4b862f0eb9e560d511b59eb34815de2e6e6cc1179d32f88a1e9a6f14abf3e02d76e17dbab1ffe384e52d97721e39da252ac5ba98a2233853c9a'
-'SKIP'
-
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-  make -C contrib/chg
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO - disabled for now - to many tests fail
-  #python run-tests.py # -j48 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m644 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 438020, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:50:11 UTC (rev 438021)
@@ -0,0 +1,75 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=6.0.3
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/";
+license=(GPL)
+depends=(python)
+makedepends=('python-docutils')
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
+# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA
+  818D87CD1AC180C394C86E633A33DE460D9EC39F

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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:50:01
  Author: arojas
Revision: 438020

Update to 6.0.3

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 19:51:42 UTC (rev 438019)
+++ PKGBUILD2022-02-23 20:50:01 UTC (rev 438020)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
@@ -28,7 +28,7 @@
   1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha512sums=('1591618840a3e4b862f0eb9e560d511b59eb34815de2e6e6cc1179d32f88a1e9a6f14abf3e02d76e17dbab1ffe384e52d97721e39da252ac5ba98a2233853c9a'
+sha512sums=('46f5262a364ae03515015fc0319e0b4a43a1434672b8c4c8a4ad9297d5c78fbb9d76173e835a87a9718a047c2067204ca8334d39bfa92f565d7c0a75a7b63467'
 'SKIP'
 
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
 



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

2022-02-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, February 23, 2022 @ 20:48:48
  Author: jelle
Revision: 1136311

archrelease: copy trunk to community-any

Added:
  osbuild/repos/community-any/PKGBUILD
(from rev 1136310, osbuild/trunk/PKGBUILD)
Deleted:
  osbuild/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:48:42 UTC (rev 1136310)
+++ PKGBUILD2022-02-23 20:48:48 UTC (rev 1136311)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=osbuild
-pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=48
-pkgrel=1
-url="https://www.osbuild.org";
-arch=(any)
-license=(Apache)
-depends=(bubblewrap curl e2fsprogs qemu python util-linux python-yaml)
-makedepends=(make python-docutils python-setuptools)
-optdepends=('dnf: build rpm/dnf images'
-'pacman: build pacman images')
-source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('479e12528dcc9c6a28d3ced4fd69def0f64f9fe13e63f301b0a60bafa1f3aa7d')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make man
-  python setup.py install --skip-build --root="$pkgdir"
-
-  install -m 0755 -d "$pkgdir/usr/lib/osbuild"
-
-  for group in assemblers devices inputs runners schemas sources stages ; do
-cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
-  done
-}

Copied: osbuild/repos/community-any/PKGBUILD (from rev 1136310, 
osbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:48:48 UTC (rev 1136311)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=osbuild
+pkgdesc='Build Pipelines for Operating System Artifacts'
+pkgver=49
+pkgrel=1
+url="https://www.osbuild.org";
+arch=(any)
+license=(Apache)
+depends=(bubblewrap curl e2fsprogs qemu python util-linux python-yaml)
+makedepends=(make python-docutils python-setuptools)
+optdepends=('dnf: build rpm/dnf images'
+'pacman: build pacman images')
+source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('ab4133f02f58c0ef07ccc1bc98dc2afd14dd7716f5e001cee5922f4718bdc012')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make man
+  python setup.py install --skip-build --root="$pkgdir"
+
+  install -m 0755 -d "$pkgdir/usr/lib/osbuild"
+
+  for group in assemblers devices inputs runners schemas sources stages ; do
+cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
+  done
+}



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

2022-02-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, February 23, 2022 @ 20:48:42
  Author: jelle
Revision: 1136310

upgpkg: osbuild 49-1

Modified:
  osbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:46:39 UTC (rev 1136309)
+++ PKGBUILD2022-02-23 20:48:42 UTC (rev 1136310)
@@ -2,7 +2,7 @@
 
 pkgname=osbuild
 pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=48
+pkgver=49
 pkgrel=1
 url="https://www.osbuild.org";
 arch=(any)
@@ -12,7 +12,7 @@
 optdepends=('dnf: build rpm/dnf images'
 'pacman: build pacman images')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('479e12528dcc9c6a28d3ced4fd69def0f64f9fe13e63f301b0a60bafa1f3aa7d')
+sha256sums=('ab4133f02f58c0ef07ccc1bc98dc2afd14dd7716f5e001cee5922f4718bdc012')
 
 build() {
   cd $pkgname-$pkgver



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:46:39
  Author: arojas
Revision: 1136309

archrelease: copy trunk to community-x86_64

Added:
  mame/repos/community-x86_64/PKGBUILD
(from rev 1136308, mame/trunk/PKGBUILD)
  mame/repos/community-x86_64/mame.desktop
(from rev 1136308, mame/trunk/mame.desktop)
  mame/repos/community-x86_64/mame.sh
(from rev 1136308, mame/trunk/mame.sh)
  mame/repos/community-x86_64/mame.svg
(from rev 1136308, mame/trunk/mame.svg)
Deleted:
  mame/repos/community-x86_64/PKGBUILD
  mame/repos/community-x86_64/mame.desktop
  mame/repos/community-x86_64/mame.sh
  mame/repos/community-x86_64/mame.svg

--+
 PKGBUILD |  202 -
 mame.desktop |   40 +--
 mame.sh  |  110 +++
 3 files changed, 176 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:46:25 UTC (rev 1136308)
+++ PKGBUILD2022-02-23 20:46:39 UTC (rev 1136309)
@@ -1,101 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: robb_force 
-# Contributor: JJDaNiMoTh 
-
-pkgbase=mame
-pkgname=(mame mame-tools)
-pkgver=0.240
-pkgrel=1
-pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support'
-url='https://mamedev.org/'
-license=(GPL2)
-arch=(x86_64)
-makedepends=(nasm python asio rapidjson glm libxinerama sdl2_ttf qt5-base 
lua53 libutf8proc pugixml portmidi portaudio flac libpulse)
-source=(https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz
-mame.sh mame.desktop mame.svg)
-sha256sums=('f5228ccd7e561e8ee6e42d85f1f1be3432f4869169a4d692e646a6959c5c8f75'
-'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
-'0e5e93f84673c2d17a1bf7a6b256cfa54ef89a086a828df19bc054c12776d821'
-'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
-
-
-prepare() {
-  cd mame-mame${pkgver/./}
-
-# Use system libraries
-  sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
-# except for asio
-  sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile
-}
-
-build() {
-  cd mame-mame${pkgver/./}
-  export CFLAGS+=" -I/usr/include/lua5.3/"
-  export CXXFLAGS+=" -I/usr/include/lua5.3/"
-
-  export CXXFLAGS+="  -Wp,-U_GLIBCXX_ASSERTIONS" # FS#73202
-
-# Hack to force linking to lua5.3
-  mkdir lib
-  ln -s /usr/lib/liblua5.3.so lib/liblua.so
-  export LDFLAGS+=" -L${PWD}/lib"
-
-  make \
-VERBOSE=1 \
-NOWERROR=1 \
-OPTIMIZE=2 \
-TOOLS=1 \
-ARCHOPTS=-flifetime-dse=1
-}
-
-package_mame() {
-  depends=(sdl2_ttf qt5-base lua53 libutf8proc pugixml portmidi portaudio flac 
libpulse hicolor-icon-theme)
-  conflicts=(sdlmame)
-  replaces=(sdlmame) 
-
-  cd mame-mame${pkgver/./}
-
-  # Install the mame script
-  install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-
-  # Install the binaries
-  install -Dm755 mame -t "$pkgdir"/usr/lib/mame
-
-  # Install the extra bits
-  install -Dm644 src/osd/modules/opengl/shader/glsl*.*h -t 
"$pkgdir"/usr/lib/$pkgname/shader/
-  cp -ar {artwork,bgfx,plugins,language,ctrlr,keymaps,hash} 
"$pkgdir"/usr/lib/$pkgname/
-
-  # Include the license
-  install -Dm644 docs/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-
-  # documentation
-  install -dm0755 "$pkgdir"/usr/share/doc
-  cp -a docs "$pkgdir"/usr/share/doc/$pkgname
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/man
-  install -Dm644 docs/man/*.6* -t "$pkgdir"/usr/share/man/man6/
-
-  # install desktop file and icon
-  install -Dm644 "$srcdir"/mame.desktop -t "$pkgdir"/usr/share/applications
-  install -Dm644 "$srcdir"/mame.svg -t 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps
-}
-
-package_mame-tools() {
-  pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support (tools)'
-  depends=(sdl2 libutf8proc flac)
-
-  cd mame-mame${pkgver/./}
-  for _i in castool chdman floptool imgtool jedutil ldresample ldverify nltool 
nlwav pngcmp regrep romcmp \
-split srcclean testkeys unidasm; do
-install -Dm755 $_i -t "$pkgdir"/usr/bin
-  done
-  mv "$pkgdir"/usr/bin/{,mame-}split # Fix conflicts
-
-  install -Dm644 docs/man/*.1* -t "$pkgdir"/usr/share/man/man1/
-}

Copied: mame/repos/community-x86_64/PKGBUILD (from rev 1136308, 
mame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:46:39 UTC (rev 1136309)
@@ -0,0 +1,101 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contribut

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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:46:25
  Author: arojas
Revision: 1136308

Update to 0.241

Modified:
  mame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:25:53 UTC (rev 1136307)
+++ PKGBUILD2022-02-23 20:46:25 UTC (rev 1136308)
@@ -5,7 +5,7 @@
 
 pkgbase=mame
 pkgname=(mame mame-tools)
-pkgver=0.240
+pkgver=0.241
 pkgrel=1
 pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support'
 url='https://mamedev.org/'
@@ -14,7 +14,7 @@
 makedepends=(nasm python asio rapidjson glm libxinerama sdl2_ttf qt5-base 
lua53 libutf8proc pugixml portmidi portaudio flac libpulse)
 source=(https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz
 mame.sh mame.desktop mame.svg)
-sha256sums=('f5228ccd7e561e8ee6e42d85f1f1be3432f4869169a4d692e646a6959c5c8f75'
+sha256sums=('008b8b9fd0cfbea63bc589ab4e9e5af6d63f865c6edf6e6378352e4dbfcb47ff'
 'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
 '0e5e93f84673c2d17a1bf7a6b256cfa54ef89a086a828df19bc054c12776d821'
 '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')



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

2022-02-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 23, 2022 @ 20:25:53
  Author: polyzen
Revision: 1136307

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:25:32 UTC (rev 1136306)
+++ PKGBUILD2022-02-23 20:25:53 UTC (rev 1136307)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=furo
-pkgname=python-sphinx-$_pkgname
-pkgver=2022.02.14.1
-pkgrel=1
-pkgdesc='A clean customizable documentation theme for Sphinx'
-arch=('any')
-url='https://github.com/pradyunsg/furo'
-license=('MIT')
-depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
-makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core'
- 'nodejs-lts-gallium' 'npm' 'expac')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('883b149e622aa020c0a2b6e5f85b463d0a13dcabace2d6068254c078dab198200a86b803f198fcdbc6d358aeeed84b2e6a292e6f2ed5f07d95659439cb2dc787')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python -m build -nw
-
-  # docs disabled for now to unblock Python 3.10 update
-
-  # sphinx needs this theme installed because it is uses it.
-  # simply injecting the package to sys.path (via PYTHONPATH or similar)
-  # is not enough because sphinx looks for themes in the registered
-  # entrypoints, this means we actually have to install the package.
-  # for this we will create a venv with access to system packages and
-  # install the theme there, then we will build the documentation.
-
-  #python -m venv --system-site-packages doc-env
-  #doc-env/bin/python setup.py install --skip-build
-
-  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
-
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sphinx-furo/repos/community-any/PKGBUILD (from rev 1136306, 
python-sphinx-furo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:25:53 UTC (rev 1136307)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Daniel M. Capella 
+
+_pkgname=furo
+pkgname=python-sphinx-$_pkgname
+pkgver=2022.02.23
+pkgrel=1
+pkgdesc='A clean customizable documentation theme for Sphinx'
+arch=('any')
+url='https://github.com/pradyunsg/furo'
+license=('MIT')
+depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+makedepends=('python-build' 'python-installer' 'python-sphinx-theme-builder' 
'python-flit-core'
+ 'nodejs-lts-gallium' 'npm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b261b5ad66d26c0447ec16f69a9e895b55b6f0230826692adcf721f0afed6fed688d1c338b738d5afda2accdfd7afe29afff1ce2572d817e01bbad350a0633b0')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -nw
+
+  # docs disabled for now to unblock Python 3.10 update
+
+  # sphinx needs this theme installed because it is uses it.
+  # simply injecting the package to sys.path (via PYTHONPATH or similar)
+  # is not enough because sphinx looks for themes in the registered
+  # entrypoints, this means we actually have to install the package.
+  # for this we will create a venv with access to system packages and
+  # install the theme there, then we will build the documentation.
+
+  #python -m venv --system-site-packages doc-env
+  #doc-env/bin/python setup.py install --skip-build
+
+  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-02-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 23, 2022 @ 20:25:32
  Author: polyzen
Revision: 1136306

upgpkg: python-sphinx-furo 2022.02.23-1

Modified:
  python-sphinx-furo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:23:13 UTC (rev 1136305)
+++ PKGBUILD2022-02-23 20:25:32 UTC (rev 1136306)
@@ -3,7 +3,7 @@
 
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
-pkgver=2022.02.14.1
+pkgver=2022.02.23
 pkgrel=1
 pkgdesc='A clean customizable documentation theme for Sphinx'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-build' 'python-installer' 'python-sphinx-theme-builder' 
'python-flit-core'
  'nodejs-lts-gallium' 'npm')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('883b149e622aa020c0a2b6e5f85b463d0a13dcabace2d6068254c078dab198200a86b803f198fcdbc6d358aeeed84b2e6a292e6f2ed5f07d95659439cb2dc787')
+sha512sums=('b261b5ad66d26c0447ec16f69a9e895b55b6f0230826692adcf721f0afed6fed688d1c338b738d5afda2accdfd7afe29afff1ce2572d817e01bbad350a0633b0')
 
 build() {
   cd $_pkgname-$pkgver



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

2022-02-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 23, 2022 @ 20:23:13
  Author: polyzen
Revision: 1136305

Switch to python-installer from python-pip

Modified:
  python-sphinx-furo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:12:52 UTC (rev 1136304)
+++ PKGBUILD2022-02-23 20:23:13 UTC (rev 1136305)
@@ -1,4 +1,5 @@
 # Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Daniel M. Capella 
 
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
@@ -9,8 +10,8 @@
 url='https://github.com/pradyunsg/furo'
 license=('MIT')
 depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
-makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core'
- 'nodejs-lts-gallium' 'npm' 'expac')
+makedepends=('python-build' 'python-installer' 'python-sphinx-theme-builder' 
'python-flit-core'
+ 'nodejs-lts-gallium' 'npm')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('883b149e622aa020c0a2b6e5f85b463d0a13dcabace2d6068254c078dab198200a86b803f198fcdbc6d358aeeed84b2e6a292e6f2ed5f07d95659439cb2dc787')
 
@@ -37,7 +38,7 @@
 package() {
   cd $_pkgname-$pkgver
 
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
   #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname



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

2022-02-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, February 23, 2022 @ 20:12:52
  Author: jelle
Revision: 1136304

archrelease: copy trunk to community-x86_64

Added:
  python-scrypt/repos/community-x86_64/PKGBUILD
(from rev 1136303, python-scrypt/trunk/PKGBUILD)
Deleted:
  python-scrypt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:12:43 UTC (rev 1136303)
+++ PKGBUILD2022-02-23 20:12:52 UTC (rev 1136304)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-
-pkgname=python-scrypt
-pkgver=0.8.19
-pkgrel=1
-pkgdesc='Bindings for the scrypt key derivation function library'
-url='https://github.com/holgern/py-scrypt'
-arch=('x86_64')
-license=('BSD')
-depends=('python' 'glibc' 'openssl')
-makedepends=('python-setuptools')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a207675cfc368ed0f333af9ec6159397c2455aab58a781869d3b7ff8226ce3214465f5373b9ae21bb7b53266da651321c3d0b4618516524fd58f72c660674e15')
-b2sums=('b3216e4c5d0deaf72ddc5ea264018878812b1bfcf978d88ebf94e7931de08d2462a06f01cb3eadce8f15377fbc0afc3909c031df5da8d8a27828fd61352bf063')
-
-build() {
-  cd py-scrypt-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd py-scrypt-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd py-scrypt-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  rm -r "${pkgdir}"/usr/lib/python*/site-packages/scrypt/tests
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-scrypt/repos/community-x86_64/PKGBUILD (from rev 1136303, 
python-scrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:12:52 UTC (rev 1136304)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+
+pkgname=python-scrypt
+pkgver=0.8.20
+pkgrel=1
+pkgdesc='Bindings for the scrypt key derivation function library'
+url='https://github.com/holgern/py-scrypt'
+arch=('x86_64')
+license=('BSD')
+depends=('python' 'glibc' 'openssl')
+makedepends=('python-setuptools')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('2bde277a8f55195743758bf8a4c6054ae8da9a4db977f5562d19b82181a8fc6420d2d5ce6e0c0d22fbb4ceaf63909172979dcf744540cac63a3cf355f99de085')
+b2sums=('020d70a7a35c8361f1831b59b67ba2443ab5c075f88348dc0fb3f87e2244162087bddf369be162f421241a9cc3d31ce77db73d553e47f5d3a76f71710d6fa888')
+
+build() {
+  cd py-scrypt-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd py-scrypt-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd py-scrypt-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  rm -r "${pkgdir}"/usr/lib/python*/site-packages/scrypt/tests
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-02-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, February 23, 2022 @ 20:12:43
  Author: jelle
Revision: 1136302

upgpkg: python-scrypt 0.8.20-1

Modified:
  python-scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 20:12:30 UTC (rev 1136301)
+++ PKGBUILD2022-02-23 20:12:43 UTC (rev 1136302)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=python-scrypt
-pkgver=0.8.19
+pkgver=0.8.20
 pkgrel=1
 pkgdesc='Bindings for the scrypt key derivation function library'
 url='https://github.com/holgern/py-scrypt'
@@ -11,8 +11,8 @@
 depends=('python' 'glibc' 'openssl')
 makedepends=('python-setuptools')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a207675cfc368ed0f333af9ec6159397c2455aab58a781869d3b7ff8226ce3214465f5373b9ae21bb7b53266da651321c3d0b4618516524fd58f72c660674e15')
-b2sums=('b3216e4c5d0deaf72ddc5ea264018878812b1bfcf978d88ebf94e7931de08d2462a06f01cb3eadce8f15377fbc0afc3909c031df5da8d8a27828fd61352bf063')
+sha512sums=('2bde277a8f55195743758bf8a4c6054ae8da9a4db977f5562d19b82181a8fc6420d2d5ce6e0c0d22fbb4ceaf63909172979dcf744540cac63a3cf355f99de085')
+b2sums=('020d70a7a35c8361f1831b59b67ba2443ab5c075f88348dc0fb3f87e2244162087bddf369be162f421241a9cc3d31ce77db73d553e47f5d3a76f71710d6fa888')
 
 build() {
   cd py-scrypt-${pkgver}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:12:43
  Author: arojas
Revision: 1136303

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1136301, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 20:12:43 UTC (rev 1136302)
+++ PKGBUILD2022-02-23 20:12:43 UTC (rev 1136303)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.32.24
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('63160d6f67d2eca8949190d2471e0537e65e30c3697d3684962b5113846d0f48')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1136301, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 20:12:43 UTC (rev 1136303)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.32.25
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('59c83a24fa3a0dde72a1a467bb7c761959be18ea2c6278fd85f49b1fbfc660f7')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2022-02-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 20:12:30
  Author: arojas
Revision: 1136301

Updteto 14.32.25

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 18:59:16 UTC (rev 1136300)
+++ PKGBUILD2022-02-23 20:12:30 UTC (rev 1136301)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.24
+pkgver=14.32.25
 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=('63160d6f67d2eca8949190d2471e0537e65e30c3697d3684962b5113846d0f48')
+sha256sums=('59c83a24fa3a0dde72a1a467bb7c761959be18ea2c6278fd85f49b1fbfc660f7')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2022-02-23 Thread Levente Polyak via arch-commits
Date: Wednesday, February 23, 2022 @ 19:51:42
  Author: anthraxx
Revision: 438019

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 19:51:33 UTC (rev 438018)
+++ PKGBUILD2022-02-23 19:51:42 UTC (rev 438019)
@@ -1,224 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=13.5
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang' 'libxslt')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql-perl-rpath.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir
-postgresql.sysusers
-postgresql.tmpfiles)
-sha256sums=('9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3'
-'02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a'
-'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
-'7db9626c322928b2465aa126b48ba7f0eebd366bf2aa19c9c0a92b488cb469c5'
-'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
-'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('3e51d6d67bba09fb134cd71c48349674e0cacfaefee299620482c93f0b09edbfead578deb63083686ab691563b088fc0ea60a6281a0bcf9145689fb3ce1ec0f0'
-
'71dc1b4e41294fd235db05317c991d42de082c49d38a2f97d1394572a93a4aa77f42ec29b4e6cf0a17adb3a4471afcb1e2464870f2b9e847906bf49541763a53'
-
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
-
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'
-
'2209b7550acad7955102ec6922754b4046b2a2ad2a7e1cfb2cc4053c0705abac7aa7d7968eab617f50894797d06345f51c9a669926bd2a77dcf688206a2027e0'
-
'a4255df47b7ac1418d20aa73aa0f6e70c7952a10d706e5523043c48b2c3b6d8e39838049dfcc826913cd0f2c06502561d1abe8b19cce7071db66139ae93a37bf'
-
'2eaf8867cc71b8e838925e1e1e2c37b5edd69c3fe7c144410a8683662ba0c342122803217d436d

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

2022-02-23 Thread Levente Polyak via arch-commits
Date: Wednesday, February 23, 2022 @ 19:51:33
  Author: anthraxx
Revision: 438018

upgpkg: postgresql 13.6-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 18:54:54 UTC (rev 438017)
+++ PKGBUILD2022-02-23 19:51:33 UTC (rev 438018)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=13.5
+pkgver=13.6
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
@@ -21,7 +21,7 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3'
+sha256sums=('bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc'
 '02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a'
 'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -30,7 +30,7 @@
 '7db9626c322928b2465aa126b48ba7f0eebd366bf2aa19c9c0a92b488cb469c5'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('3e51d6d67bba09fb134cd71c48349674e0cacfaefee299620482c93f0b09edbfead578deb63083686ab691563b088fc0ea60a6281a0bcf9145689fb3ce1ec0f0'
+b2sums=('f5ea95fd9ffc8846e0aaf5bac03b02afa71e62e796bbe40f68af727a2f3c74eddd98cb68427bcc13b87b6fa00a8e2a7b18dd7749318f0a4a32cfdbf9b0e0a873'
 
'71dc1b4e41294fd235db05317c991d42de082c49d38a2f97d1394572a93a4aa77f42ec29b4e6cf0a17adb3a4471afcb1e2464870f2b9e847906bf49541763a53'
 
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
 
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'



[arch-commits] Commit in openssh/repos (7 files)

2022-02-23 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, February 23, 2022 @ 18:54:54
  Author: grazzolini
Revision: 438017

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 438016, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/install
(from rev 438016, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 438016, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 438016, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 438016, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 438016, openssh/trunk/sshdgenkeys.service)

-+
 PKGBUILD|  116 ++
 install |   32 +
 sshd.conf   |1 
 sshd.pam|6 ++
 sshd.service|   14 ++
 sshdgenkeys.service |   15 ++
 6 files changed, 184 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 438016, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-23 18:54:54 UTC (rev 438017)
@@ -0,0 +1,116 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=8.9p1
+pkgrel=1
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 
'zlib' 'pam')
+makedepends=('linux-headers' 'libfido2')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X'
+'libfido2: FIDO/U2F support')
+options=('debug')
+validpgpkeys=('7168B983815A5EEF59A4ADFD2A3F414E736060BA')
+#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd.service'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('205cdf0040a238047e2c49f43460e03d76e5d650'
+  'SKIP'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
+  '8640ac6593602e74a863263223e92ab5c4711588'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+sha256sums=('fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+b2sums=('02934da7f7a2954141888e63e81e38fad4fb8558ddd1032de44f69684802c62771fdd7e9e470e0715059635999c8f9d2ab95f6351217e236573ead83a867f59b'
+'SKIP'
+
'62f89107d3648a359b0307497a9f105d7ff1db38a64afe3261000b5db494a5530e4b60a9aa1d7be4413599e54b72e2f53f0de8c1ff263a46a70bc5695c29'
+
'07ad5c7fb557411a6646ff6830bc9d564c07cbddc4ce819641d31c05dbdf677bfd8a99907cf529a7ee383b8c250936a6423f4b4b97ba0f1c14f627bbd629bd4e'
+
'27571f728c3c10834a81652f3917188436474b588f8b047462e44b6c7a424f60d06ce8cb74839b691870177d7261592207d7f35d4ae6c79af87d6a7ea156d395'
+
'557d015bca7008ce824111f235da67b7e0051a693aaab666e97b78e753ed7928b72274af03d7fde12033986b733d5f996faf2a4feb6ecf53f39accae31334930')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+# prepare() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+
+#   patch goes here
+
+#  autoreconf
+# }
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --disable-strip \
+   --with-ldns \
+   --with-libedit \
+   --with-security-key-builtin \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e 

  1   2   >