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

2022-02-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 9, 2022 @ 07:36:21
  Author: arojas
Revision: 436687

archrelease: copy trunk to extra-x86_64

Added:
  qt5-wayland/repos/extra-x86_64/PKGBUILD
(from rev 436686, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 07:36:03 UTC (rev 436686)
+++ PKGBUILD2022-02-09 07:36:21 UTC (rev 436687)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-pkgver=5.15.2+kde+r48
-pkgrel=1
-_commit=ce2caf493a1343fbd9f8e4c85baf6a61c057f242
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=qtwayland
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 436686, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 07:36:21 UTC (rev 436687)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+pkgver=5.15.2+kde+r49
+pkgrel=1
+_commit=214f7ab9d3384a4123f14d9f6cd0205cf0aaa794
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=qtwayland
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-02-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 9, 2022 @ 07:36:03
  Author: arojas
Revision: 436686

Bump revision

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 07:22:07 UTC (rev 436685)
+++ PKGBUILD2022-02-09 07:36:03 UTC (rev 436686)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-wayland
-pkgver=5.15.2+kde+r48
+pkgver=5.15.2+kde+r49
 pkgrel=1
-_commit=ce2caf493a1343fbd9f8e4c85baf6a61c057f242
+_commit=214f7ab9d3384a4123f14d9f6cd0205cf0aaa794
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in lua-language-server/repos/community-x86_64 (4 files)

2022-02-08 Thread Caleb Maclennan via arch-commits
Date: Wednesday, February 9, 2022 @ 07:14:29
  Author: alerque
Revision: 1129415

archrelease: copy trunk to community-x86_64

Added:
  lua-language-server/repos/community-x86_64/PKGBUILD
(from rev 1129414, lua-language-server/trunk/PKGBUILD)
  lua-language-server/repos/community-x86_64/wrapper
(from rev 1129414, lua-language-server/trunk/wrapper)
Deleted:
  lua-language-server/repos/community-x86_64/PKGBUILD
  lua-language-server/repos/community-x86_64/wrapper

--+
 PKGBUILD |  124 ++---
 wrapper  |   16 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 07:14:15 UTC (rev 1129414)
+++ PKGBUILD2022-02-09 07:14:29 UTC (rev 1129415)
@@ -1,62 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=2.6.3
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('bash' 'gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/bjornbytes/lovr-docs.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git config submodule.3rd/lovr-api.url ../lovr-docs
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
-  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 1129414, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 07:14:29 UTC (rev 1129415)
@@ -0,0 +1,62 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=2.6.4
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('bash' 'gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/bjornbytes/lovr-docs.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git config submodule.3rd/lovr-api.url ../lovr-docs
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname 

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

2022-02-08 Thread Caleb Maclennan via arch-commits
Date: Wednesday, February 9, 2022 @ 07:14:15
  Author: alerque
Revision: 1129414

upgpkg: lua-language-server 2.6.4-1

Modified:
  lua-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 06:26:17 UTC (rev 1129413)
+++ PKGBUILD2022-02-09 07:14:15 UTC (rev 1129414)
@@ -4,7 +4,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'



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

2022-02-08 Thread Andreas Radke via arch-commits
Date: Wednesday, February 9, 2022 @ 06:25:02
  Author: andyrtr
Revision: 436636

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 436635, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 06:24:53 UTC (rev 436635)
+++ PKGBUILD2022-02-09 06:25:02 UTC (rev 436636)
@@ -1,41 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.34
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
-makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('cf3bdb658349b2db9db44ea1a0f7060b890b95520319101d83ba5aefeb0b1e2fd578b6f72a90758438f04bffbe7536cf112b76297fd47c95e02029fd203c51fb'
-'SKIP')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build \
-   -D xkb-base="/usr/share/X11/xkb" \
-   -D compat-rules=true \
-   -D xorg-rules-symlinks=true
-
-  # Print config
-  meson configure build
-
-  ninja -C build
-
- }
- 
- package() { 
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 436635, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 06:25:02 UTC (rev 436636)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke 
+
+pkgname=xkeyboard-config
+pkgver=2.35
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
+makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('10b03fdd1014f8a90715b42644f60254ca90cc5ef8fbd18dde05c36439b2bc82'
+'SKIP')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build \
+   -D xkb-base="/usr/share/X11/xkb" \
+   -D compat-rules=true \
+   -D xorg-rules-symlinks=true
+
+  # Print config
+  meson configure build
+
+  ninja -C build
+
+ }
+ 
+ package() { 
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2022-02-08 Thread Andreas Radke via arch-commits
Date: Wednesday, February 9, 2022 @ 06:24:53
  Author: andyrtr
Revision: 436635

upgpkg: xkeyboard-config 2.35-1: upstream update 2.35

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 00:50:22 UTC (rev 436634)
+++ PKGBUILD2022-02-09 06:24:53 UTC (rev 436635)
@@ -1,8 +1,7 @@
 # Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
 
 pkgname=xkeyboard-config
-pkgver=2.34
+pkgver=2.35
 pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
@@ -12,10 +11,10 @@
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('cf3bdb658349b2db9db44ea1a0f7060b890b95520319101d83ba5aefeb0b1e2fd578b6f72a90758438f04bffbe7536cf112b76297fd47c95e02029fd203c51fb'
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('10b03fdd1014f8a90715b42644f60254ca90cc5ef8fbd18dde05c36439b2bc82'
 'SKIP')
 
 build() {



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

2022-02-08 Thread George Rawlinson via arch-commits
Date: Wednesday, February 9, 2022 @ 03:13:02
  Author: grawlinson
Revision: 1129410

archrelease: copy trunk to community-x86_64

Added:
  singularity-container/repos/community-x86_64/PKGBUILD
(from rev 1129409, singularity-container/trunk/PKGBUILD)
  singularity-container/repos/community-x86_64/tmpfiles.conf
(from rev 1129409, singularity-container/trunk/tmpfiles.conf)
Deleted:
  singularity-container/repos/community-x86_64/PKGBUILD
  singularity-container/repos/community-x86_64/tmpfiles.conf

---+
 PKGBUILD  |  177 +---
 tmpfiles.conf |2 
 2 files changed, 94 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 03:12:11 UTC (rev 1129409)
+++ PKGBUILD2022-02-09 03:13:02 UTC (rev 1129410)
@@ -1,84 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Maciej Sieczka 
-
-_pkgname=singularity
-pkgname=singularity-container
-pkgver=3.8.5
-pkgrel=1
-pkgdesc='Application containers for secure high performance computing'
-arch=('x86_64')
-url='https://singularity.hpcng.org'
-license=('BSD')
-backup=(
-  etc/singularity/capability.json
-  etc/singularity/cgroups/cgroups.toml
-  etc/singularity/ecl.toml
-  etc/singularity/global-pgp-public
-  etc/singularity/network/00_bridge.conflist
-  etc/singularity/network/10_ptp.conflist
-  etc/singularity/network/20_ipvlan.conflist
-  etc/singularity/network/30_macvlan.conflist
-  etc/singularity/network/40_fakeroot.conflist
-  etc/singularity/nvliblist.conf
-  etc/singularity/remote.yaml
-  etc/singularity/rocmliblist.conf
-  etc/singularity/seccomp-profiles/default.json
-  etc/singularity/singularity.conf
-)
-depends=('squashfs-tools' 'libseccomp')
-makedepends=('go' 'git' 'cryptsetup')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz;
-'tmpfiles.conf')
-sha512sums=('c4fc943c6e7099183988bafc894311d5ee48662e4bad03cdbe6c9a2286b9a2c6680f320b6f1fce980868c5ac3f8f4e22ce288dea60429fdf5a15821569115973'
-
'54588a0dc709a8bc14adb6b8092da4fc2af5200636d080cdc6179382ff48c9f526ecac7f8e9187cf4faed958588b3d96c09ce4fd89fd714b4d12e816d330c43f')
-b2sums=('db26eb86c6821d4540a9e1db5b0ece03228430aa7f3f1137746321e980f9bbdaf57a497ae7104b71d8605b4a747e691a4138dce10ffdbfb706bfdae1af74e257'
-
'33b6c0a8698d15155829af047df42ab2c408f7c604490bdb03210bcf2af175c86a5ad1aaba90452062b21f22f8e36b519f1a07c86ce812af89ebb6f31c160074')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  # provide version to build script
-  echo "$pkgver" > VERSION
-
-  # fix bash completion path
-  sed -e "s|/etc/bash_completion.d|/usr/share/bash-completion/completions|" \
--e 
"s|\$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|" \
--i  mlocal/frags/build_cli.mk
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  ./mconfig \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var/lib \
--P release-stripped \
--v
-
-  make -C builddir
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binaries & man pages
-  make -C builddir DESTDIR="$pkgdir" install man
-
-  # license
-  install -vDm644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # let systemd-tmpfiles generate state directory
-  rm -rf "$pkgdir/var"
-  install -vDm644 "$srcdir/tmpfiles.conf" \
-"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: singularity-container/repos/community-x86_64/PKGBUILD (from rev 
1129409, singularity-container/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 03:13:02 UTC (rev 1129410)
@@ -0,0 +1,93 @@
+# Maintainer: George Rawlinson 
+# Contributor: Maciej Sieczka 
+
+pkgname=singularity-container
+pkgver=3.8.6
+pkgrel=1
+pkgdesc='Application containers for secure high performance computing'
+arch=('x86_64')
+url='https://singularity.hpcng.org'
+license=('BSD')
+backup=(
+  etc/singularity/capability.json
+  etc/singularity/cgroups/cgroups.toml
+  etc/singularity/ecl.toml
+  etc/singularity/global-pgp-public
+  etc/singularity/network/00_bridge.conflist
+  etc/singularity/network/10_ptp.conflist
+  etc/singularity/network/20_ipvlan.conflist
+  etc/singularity/network/30_macvlan.conflist
+  etc/singularity/network/40_fakeroot.conflist
+  etc/singularity/nvliblist.conf
+  etc/singularity/remote.yaml
+  etc/singularity/rocmliblist.conf
+  etc/singularity/seccomp-profiles/default.json
+  etc/singularity/singularity.conf
+)
+depends=('squashfs-tools' 'libseccomp')

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

2022-02-08 Thread George Rawlinson via arch-commits
Date: Wednesday, February 9, 2022 @ 03:12:11
  Author: grawlinson
Revision: 1129409

upgpkg: singularity-container 3.8.6-1

* New upstream release.
* Switch source to git commit from github tarball.

Modified:
  singularity-container/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 00:51:01 UTC (rev 1129408)
+++ PKGBUILD2022-02-09 03:12:11 UTC (rev 1129409)
@@ -1,9 +1,8 @@
 # Maintainer: George Rawlinson 
 # Contributor: Maciej Sieczka 
 
-_pkgname=singularity
 pkgname=singularity-container
-pkgver=3.8.5
+pkgver=3.8.6
 pkgrel=1
 pkgdesc='Application containers for secure high performance computing'
 arch=('x86_64')
@@ -26,16 +25,26 @@
   etc/singularity/singularity.conf
 )
 depends=('squashfs-tools' 'libseccomp')
-makedepends=('go' 'git' 'cryptsetup')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz;
-'tmpfiles.conf')
-sha512sums=('c4fc943c6e7099183988bafc894311d5ee48662e4bad03cdbe6c9a2286b9a2c6680f320b6f1fce980868c5ac3f8f4e22ce288dea60429fdf5a15821569115973'
+makedepends=('git' 'go' 'cryptsetup')
+options=('!lto')
+_commit='e6433fa70749b40eadbee29434ec9da0d8985fde'
+source=(
+  "$pkgname::git+https://github.com/hpcng/singularity.git#commit=$_commit;
+  'tmpfiles.conf'
+)
+sha512sums=('SKIP'
 
'54588a0dc709a8bc14adb6b8092da4fc2af5200636d080cdc6179382ff48c9f526ecac7f8e9187cf4faed958588b3d96c09ce4fd89fd714b4d12e816d330c43f')
-b2sums=('db26eb86c6821d4540a9e1db5b0ece03228430aa7f3f1137746321e980f9bbdaf57a497ae7104b71d8605b4a747e691a4138dce10ffdbfb706bfdae1af74e257'
+b2sums=('SKIP'
 
'33b6c0a8698d15155829af047df42ab2c408f7c604490bdb03210bcf2af175c86a5ad1aaba90452062b21f22f8e36b519f1a07c86ce812af89ebb6f31c160074')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-  cd "$_pkgname-$pkgver"
+  cd "$pkgname"
 
   # provide version to build script
   echo "$pkgver" > VERSION
@@ -47,7 +56,7 @@
 }
 
 build() {
-  cd "$_pkgname-$pkgver"
+  cd "$pkgname"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -66,10 +75,10 @@
 }
 
 package() {
-  cd "$_pkgname-$pkgver"
+  cd "$pkgname"
 
   # binaries & man pages
-  make -C builddir DESTDIR="$pkgdir" install man
+  make -C builddir DESTDIR="$pkgdir" install
 
   # license
   install -vDm644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"



[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2022-02-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, February 9, 2022 @ 00:51:01
  Author: sangy
Revision: 1129408

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 1129407, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 00:50:40 UTC (rev 1129407)
+++ PKGBUILD2022-02-09 00:51:01 UTC (rev 1129408)
@@ -1,28 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-# Contributor: Adrià Arrufat 
-
-pkgname=ttf-ibm-plex
-pkgver=5.2.1
-pkgrel=2
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('6ee1073ce3568de2b537a44c556f436020eea42b05864be0c4ed2e9c81ba099c')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-find -name *.ttf ! -path "*/unhinted/*" \
- -exec install -Dm644 {} -t "${pkgdir}/usr/share/fonts/TTF" \;
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 1129407, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 00:51:01 UTC (rev 1129408)
@@ -0,0 +1,30 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+# Contributor: Adrià Arrufat 
+# Contributor: Utkarsh Singh 
+
+
+pkgname=ttf-ibm-plex
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('16253500de140321175bb94e65fd227c6b12efc050eb298c20322dbf3713a8e0')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+find -name *.ttf ! -path "*/unhinted/*" \
+ -exec install -Dm644 {} -t "${pkgdir}/usr/share/fonts/TTF" \;
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2022-02-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, February 9, 2022 @ 00:50:40
  Author: sangy
Revision: 1129407

upgpkg: ttf-ibm-plex 6.0.0-1

Thanks to Utkarsh Singh for his patch

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 23:34:00 UTC (rev 1129406)
+++ PKGBUILD2022-02-09 00:50:40 UTC (rev 1129407)
@@ -4,10 +4,12 @@
 # Contributor: pyjano 
 # Contributor: Stefan Husmann 
 # Contributor: Adrià Arrufat 
+# Contributor: Utkarsh Singh 
 
+
 pkgname=ttf-ibm-plex
-pkgver=5.2.1
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
@@ -14,7 +16,7 @@
 license=('custom:OFL')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('6ee1073ce3568de2b537a44c556f436020eea42b05864be0c4ed2e9c81ba099c')
+sha256sums=('16253500de140321175bb94e65fd227c6b12efc050eb298c20322dbf3713a8e0')
 
 conflicts=('ibm-plex-fonts')
 



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:50:21
  Author: heftig
Revision: 436633

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD
(from rev 436630, webkit2gtk-4.1/trunk/PKGBUILD)
Deleted:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 00:50:21 UTC (rev 436632)
+++ PKGBUILD2022-02-09 00:50:21 UTC (rev 436633)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-4.1
-pkgver=2.34.4
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD (from rev 436630, 
webkit2gtk-4.1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 00:50:21 UTC (rev 436633)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-4.1
+pkgver=2.34.5
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!lto)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
+
+  

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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:50:22
  Author: heftig
Revision: 436634

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD
(from rev 436630, webkit2gtk-5.0/trunk/PKGBUILD)
Deleted:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 00:50:21 UTC (rev 436633)
+++ PKGBUILD2022-02-09 00:50:22 UTC (rev 436634)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-5.0
-pkgver=2.34.4
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette libxcomposite)
-makedepends=(cmake ninja python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_GTK4=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD (from rev 436630, 
webkit2gtk-5.0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 00:50:22 UTC (rev 436634)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-5.0
+pkgver=2.34.5
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette libxcomposite)
+makedepends=(cmake ninja python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!lto)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_GTK4=ON \
+-DENABLE_GTKDOC=OFF \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-5.0.so 

[arch-commits] Commit in wpewebkit/repos/extra-x86_64 (PKGBUILD PKGBUILD fix-doc.diff)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:50:21
  Author: heftig
Revision: 436632

archrelease: copy trunk to extra-x86_64

Added:
  wpewebkit/repos/extra-x86_64/PKGBUILD
(from rev 436630, wpewebkit/trunk/PKGBUILD)
Deleted:
  wpewebkit/repos/extra-x86_64/PKGBUILD
  wpewebkit/repos/extra-x86_64/fix-doc.diff

--+
 PKGBUILD |  124 -
 fix-doc.diff |   17 ---
 2 files changed, 61 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 00:50:20 UTC (rev 436631)
+++ PKGBUILD2022-02-09 00:50:21 UTC (rev 436632)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=wpewebkit
-pkgver=2.34.4
-pkgrel=1
-pkgdesc="Web content engine for embedded devices"
-url="https://wpewebkit.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
- libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
- atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
- libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
- wayland wpebackend-fdo)
-makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
- wayland-protocols)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc} fix-doc.diff)
-sha256sums=('3653ba42dbe22a4e6751b3f7cab8d2ebb2db5b7654c5d135a2f9bedf94778cee'
-'SKIP'
-'d8406f972334b22c7bcad4b105f4fe3e1c9f3dda5b396dbf912afa01fc121d8f')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-doc.diff
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DPORT=WPE \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libWPEWebKit-1.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd $pkgname-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: wpewebkit/repos/extra-x86_64/PKGBUILD (from rev 436630, 
wpewebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 00:50:21 UTC (rev 436632)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wpewebkit
+pkgver=2.34.5
+pkgrel=1
+pkgdesc="Web content engine for embedded devices"
+url="https://wpewebkit.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
+ libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
+ atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
+ libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
+ wayland wpebackend-fdo)
+makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
+ wayland-protocols)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!lto)
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('0ef187cdcb83dbe9e7b2870f43543b68766ea3535fe8b056866e8e1d3ef02bc1'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DPORT=WPE \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libWPEWebKit-1.1.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  cd $pkgname-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  

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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:50:20
  Author: heftig
Revision: 436631

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 436630, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-09 00:49:28 UTC (rev 436630)
+++ PKGBUILD2022-02-09 00:50:20 UTC (rev 436631)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.34.4
-pkgrel=1
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!lto)
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_SOUP2=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 436630, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-09 00:50:20 UTC (rev 436631)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.34.5
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!lto)
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=ON \
+-DENABLE_GTKDOC=OFF \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.0.so 

[arch-commits] Commit in wpewebkit/trunk (PKGBUILD fix-doc.diff)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:49:28
  Author: heftig
Revision: 436630

2.34.5-1

Modified:
  wpewebkit/trunk/PKGBUILD
Deleted:
  wpewebkit/trunk/fix-doc.diff

--+
 PKGBUILD |   10 --
 fix-doc.diff |   17 -
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 00:49:23 UTC (rev 436629)
+++ PKGBUILD2022-02-09 00:49:28 UTC (rev 436630)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=wpewebkit
-pkgver=2.34.4
+pkgver=2.34.5
 pkgrel=1
 pkgdesc="Web content engine for embedded devices"
 url="https://wpewebkit.org;
@@ -19,16 +19,14 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 options=(!lto)
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc} fix-doc.diff)
-sha256sums=('3653ba42dbe22a4e6751b3f7cab8d2ebb2db5b7654c5d135a2f9bedf94778cee'
-'SKIP'
-'d8406f972334b22c7bcad4b105f4fe3e1c9f3dda5b396dbf912afa01fc121d8f')
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('0ef187cdcb83dbe9e7b2870f43543b68766ea3535fe8b056866e8e1d3ef02bc1'
+'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-doc.diff
 }
 
 build() {

Deleted: fix-doc.diff
===
--- fix-doc.diff2022-02-09 00:49:23 UTC (rev 436629)
+++ fix-doc.diff2022-02-09 00:49:28 UTC (rev 436630)
@@ -1,17 +0,0 @@
-diff -u -r wpewebkit-2.34.1/Source/PlatformWPE.cmake 
wpewebkit-2.34.1-doc/Source/PlatformWPE.cmake
 wpewebkit-2.34.1/Source/PlatformWPE.cmake  2021-09-16 12:43:07.0 
+
-+++ wpewebkit-2.34.1-doc/Source/PlatformWPE.cmake  2021-11-03 
20:19:45.981812827 +
-@@ -10,10 +10,10 @@
- )
- 
- if (ENABLE_GTKDOC)
--install(DIRECTORY 
${CMAKE_BINARY_DIR}/Documentation/wpe-${WPE_API_VERSION}/html/wpe-${WPE_API_VERSION}
--DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html"
-+install(DIRECTORY 
${CMAKE_BINARY_DIR}/Documentation/wpe-${WPE_API_DOC_VERSION}/html/wpe-${WPE_API_DOC_VERSION}
-+DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html"
- )
--install(DIRECTORY 
${CMAKE_BINARY_DIR}/Documentation/wpe-webextensions-${WPE_API_VERSION}/html/wpe-webextensions-${WPE_API_VERSION}
-+install(DIRECTORY 
${CMAKE_BINARY_DIR}/Documentation/wpe-webextensions-${WPE_API_DOC_VERSION}/html/wpe-webextensions-${WPE_API_DOC_VERSION}
- DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html"
- )
- endif ()



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:49:23
  Author: heftig
Revision: 436629

2.34.5-1

Modified:
  webkit2gtk-5.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 00:49:20 UTC (rev 436628)
+++ PKGBUILD2022-02-09 00:49:23 UTC (rev 436629)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-5.0
-pkgver=2.34.4
+pkgver=2.34.5
 pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
@@ -22,7 +22,7 @@
 'gst-libav: nonfree media decoding')
 options=(!lto)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:49:19
  Author: heftig
Revision: 436627

2.34.5-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 23:21:19 UTC (rev 436626)
+++ PKGBUILD2022-02-09 00:49:19 UTC (rev 436627)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.34.4
+pkgver=2.34.5
 pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
@@ -22,7 +22,7 @@
 'gst-libav: nonfree media decoding')
 options=(!lto)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Wednesday, February 9, 2022 @ 00:49:20
  Author: heftig
Revision: 436628

2.34.5-1

Modified:
  webkit2gtk-4.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-09 00:49:19 UTC (rev 436627)
+++ PKGBUILD2022-02-09 00:49:20 UTC (rev 436628)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-4.1
-pkgver=2.34.4
+pkgver=2.34.5
 pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
@@ -22,7 +22,7 @@
 'gst-libav: nonfree media decoding')
 options=(!lto)
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406'
+sha256sums=('68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2022-02-08 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 8, 2022 @ 23:34:00
  Author: andrewsc
Revision: 1129406

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1129405, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 23:33:43 UTC (rev 1129405)
+++ PKGBUILD2022-02-08 23:34:00 UTC (rev 1129406)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=97.0b9
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('760a972f27fd04935503732f716284a1f54244b1d539310bcb20959fceea53833816691484c4004185ec3b7c3781ff1519d19aaa40a3718a4d162c750d10efbf'
-
'c01ba2011f30326e17dc65c20b0fe5ab1b99232a525f39395e280902bcd9e7dd9a3de70f0687afbd609c3c031808d9f77be664b02f09b088a46156937bfc26ab'
-
'9ff7b94c44592122cc90e36e74f5a2ba1688318f1313ab62ac16ddb49e5b13fbd152601f7a7208e3e37d97c16d5350b04a5adede1f333607df1658898bc253c0'
-

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

2022-02-08 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 8, 2022 @ 23:33:43
  Author: andrewsc
Revision: 1129405

upgpkg: firefox-developer-edition-i18n 98.0b1-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 23:28:56 UTC (rev 1129404)
+++ PKGBUILD2022-02-08 23:33:43 UTC (rev 1129405)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=97.0b9
+pkgver=98.0b1
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('760a972f27fd04935503732f716284a1f54244b1d539310bcb20959fceea53833816691484c4004185ec3b7c3781ff1519d19aaa40a3718a4d162c750d10efbf'
-
'c01ba2011f30326e17dc65c20b0fe5ab1b99232a525f39395e280902bcd9e7dd9a3de70f0687afbd609c3c031808d9f77be664b02f09b088a46156937bfc26ab'
-
'9ff7b94c44592122cc90e36e74f5a2ba1688318f1313ab62ac16ddb49e5b13fbd152601f7a7208e3e37d97c16d5350b04a5adede1f333607df1658898bc253c0'
-
'b07f957198685a23864bf069752489096d24e8f21d6202f72ef78a73f8c6e77fec8de013921b83792dfb71b501f6908053b916951491641e96fade3694eca095'
-
'890742ed6e67e9da41d023b1e5fea002f2d8b97a8ef7a086610c3bd6ef1623e5cbf5aca4ff2582343edaa12f1170245480f63b4436ebae06f27137981a06c355'
-
'602bf81444c882cf4b33fb07f3489190387ef1ce9c6a6d4d0dafbcbc2f879b117aca033ef3c487e4ad1434d18a1ab582d21eab94ae5624cc9581d7cf2e1af324'
-
'11af5ba5530cddea0ad978770d8a31a4a9fadce625b0fc7182e0316c8babf1d6b489ee17f937a8d16ddc4853a136aea8eb24bc7a26da75c2ddcc7e54c51af6f6'
-
'd872e063b8948a33aab018c5626b1226f0eaeffa5a607afc292b8caf8be8129cf8bd1ec2f1ccdb65528c63e1f31a9571a1dd16a9eeb0b37ab2662bc2b497'
-
'f87cbb08f9df8f97f35c3937f1a27e0af80f01f2c4ecf9fb9b6eb68f98a41bedeaa3c82d4fe847c37e7fcca51aca3eba733936601eacd051efa95e8d6e29d226'
-
'894c2fce2163f7404fe003bd7d6de0e94af8a370b8c09622f1acbba36f74953f4b850b3cafb9013bf791244d56abff9d520fb50911869de88c1a675b5141d548'
-
'523f0beea1b38b7821b656390434ed5e7673156dc95e186a86fc5e0504b21bdc0236c90fac2340896d32d7fcccbccd4ea9862567f0b147f0b9519a528b8405f8'
-
'730563c07a793218ecf03121be182e770258debf4ba46f1b5711cf848f0058809ad234b7d84e7c751b2da594a64d7e62edd7d2fd3e54866f3d5602d2e6885875'
-
'012c4df806b666398dbd79bac85e3ce18edcfceaaa53d0de0f2f4c869b2dca6638b815e2609be8e3ea4e6bc4811522d65516e32e7927fa3f30abd9bfcb85c8ce'
-
'abbd6f0e9460ae0c1416881986d18935e75708ca45ee3138963d362035be3eea0e41817d0449bb48477e11759cc3702272c157a6ecbc3e8170d9e94fe088de79'
-
'4b9de802a90d5ab60b40cd6ebde7434cd6c02a630041322c6d6c2a4d6d523d45d5eebd1c9a76164dcbefbaa0a60c15a81ad0cd10d8ac8c8976fa0051f35b5111'
-
'b11da3e92d375e6d77415c8373662a9de39365fe1ddccc3849bdf040ab6d1eb5018721e739abc9efec67bbe5813813c2ab86b52b0dd0d9401307d27ceb46b876'
-
'1cb279884d162fe60e736f058fc79010dbbef28c13f7c6ece2e1e67ee4353676d1c117d25eb8a604aaadd6d5b7667562a7c5c08068bb5e6392f547663fa3a1a6'
-
'1f834836f05e7a21f6c9a12ebb1f2f2bab6a0a54c8bdee0754e8f9e576494d45954890fd8ae7f84abc2d08dc12b02d84a6f05e0a4675e4c55e56961c7cb9db59'
-
'52a6e73de11e469f95f9924734eed3260c2a12e938b768bc3436133ca353a7a71e168ad74ba44398d9d3b30f5f3b07bdd3b01b363840cef027c72d5ee5c31fe1'
-
'02107a0408a074a92b9f1b60f340899c01a9298fe8e057ef619ce2f4663d656311090a1a8c7797cc1916f9913e7933e417b8b45ebf576475b558773bf26b5b1b'
-
'bdf7b25a0d3580e8714f03ebefd3c8cd3718c841b309bc528b2eedce49b71cb1fb32030d9fd3bd00f8017477b9b8a5157e7351072a2951ac790f5e9a74de2c06'
-
'fa72399b903becf969526b83d100713d936798626dfb5563295d581c45b99aa4e0ddd4311dfc945c1854d5d5f0a5a66c7defe04fc50676eeda5f9ec1b34b16c6'
-
'f8e04827cb3d3530b1678ec496e7283684e795db4ad36fc7839ec98d978e4e6b446f58e2363fd85cd3c8c126c079a3b571f837937f7ee953c8f2896b7b133290'
-
'aceca188af17830116a47c4575a4f7cd1290c91ac0b108d46cf614910e3df53576346837391c15f8c923d8a581a2ab830cf1de4425ccfef8a9086e58ed81416a'
-
'ac157a7fca0c393d893062bf9fb75f549f16571f5669bd2e938b9f76ca231c65d0da6d856a28aa80ea3efaa604d4033f870ea669e9fba07e5016de56273fc87d'
-
'7a132e2c50330c7842b2c33e1df0e6c522c7011faac1cbc876fde920e3ddcaa662b01c681783d47adb50e83b665f3ef3e0a0098b17ae7cbe076c0db8f4a7bb0f'
-
'7e5b74e150086f3740fad0a923bdb79a0e1dcbb6955db0d58fc4fe575be918c2169c02206db9852f35c944629f79a9432446121c0ae459416ce59a43496c3011'
-
'48c3d21031c829826a3152ba555fdae828add820816dde48fbff7e5a5dc62715293b65dc1c476c77adabafa03147005fc68296fa621fad1625cbfb199a2d7f7e'
-

[arch-commits] Commit in firefox-developer-edition/trunk (1 file)

2022-02-08 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 8, 2022 @ 23:28:34
  Author: andrewsc
Revision: 1129403

upgpkg: firefox-developer-edition 98.0b1-1

Deleted:
  
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   57 ---
 1 file changed, 57 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2022-02-08 
23:27:52 UTC (rev 1129402)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2022-02-08 
23:28:34 UTC (rev 1129403)
@@ -1,57 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp |  6 +-
- widget/gtk/nsAppShell.cpp   | 12 +---
- 2 files changed, 6 insertions(+), 12 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 332f340179d3..840ad794f606 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4285,11 +4285,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 60de473de07a..004c066575c1 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,8 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
-+#include "mozilla/XREAppData.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -152,13 +154,9 @@ nsresult nsAppShell::Init() {
-   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
-   //
-   // Only bother doing this for the parent process, since it's the one
--  // creating top-level windows. (At this point, a child process hasn't
--  // received the list of registered chrome packages, so the
--  // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  // creating top-level windows.
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }



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

2022-02-08 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 8, 2022 @ 23:27:52
  Author: andrewsc
Revision: 1129402

upgpkg: firefox-developer-edition 98.0b1-1

- Removing remoting name patch as it's been merged upstream

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 23:08:48 UTC (rev 1129401)
+++ PKGBUILD2022-02-08 23:27:52 UTC (rev 1129402)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=97.0b9
+pkgver=98.0b1
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -20,16 +20,14 @@
 'hunspell-en_US: Spell checking, American English'
 'xdg-desktop-portal: Screensharing with Wayland')
 replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip !lto)
+options=(!emptydirs !makeflags !strip !lto !debug)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 firefox-install-dir.patch
-0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop
 identity-icons-brand.svg)
-sha512sums=('d9940f3513483a2d18c05102b4590c33a1199096e0d4b2701959af3182ff24709d56c6c1528873059cfc41f791fd54a8fd2c2ecc36c19294bc67f66b33e5405f'
+sha512sums=('0174e4e451108929ec4b48f331c849ba97b2dba9e61aa1adf1f8a21e4228942cd63f6e875c8415b4c6270a3b3fcf65b3b91276b325add2dd625b1933998eee8f'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
-
'f00f547a55df90a2f96c7b5f3a3c46b033f985db9a12257cb57f617ae8e0df9558baf6a79a7825f4866de45f9f4875cbbf1f0b99cd44371e047c6bc5dc6c78ba'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'
 
'b579b73176c72a5ecf36e3f63bba08fdb8041ae99d54e5cab906660fed6a9cf2311f7ca1ec1649e451cc6d5a4b1e6060b974b1d7befe9c8df3c5a89c50383c17')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
@@ -51,9 +49,6 @@
   cd firefox-${pkgver%b*}
   patch -Np1 -i ../firefox-install-dir.patch
 
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
-  patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
-
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key
 



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

2022-02-08 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 8, 2022 @ 23:21:19
  Author: freswa
Revision: 436626

prepare gcc update to 11.2.0

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 23:21:02 UTC (rev 436625)
+++ PKGBUILD2022-02-08 23:21:19 UTC (rev 436626)
@@ -1,4 +1,6 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Allan McRae 
 # Contributor: Daniel Kozak 
 
@@ -6,10 +8,10 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs gcc-d)
-pkgver=11.1.0
+pkgver=11.2.0
 _majorver=${pkgver%%.*}
 _islver=0.24
-pkgrel=3
+pkgrel=1
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -16,12 +18,12 @@
 url='https://gcc.gnu.org'
 makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python 
git libxcrypt)
 checkdepends=(dejagnu inetutils)
-options=(!emptydirs)
+options=(!emptydirs !lto)
 _libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
 # _commit=6beb39ee6c465c21d0cc547fd66b445100cdcc35
 # source=(git://gcc.gnu.org/git/gcc.git#commit=$_commit
 
source=(https://sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz{,.sig}
-http://isl.gforge.inria.fr/isl-${_islver}.tar.xz
+https://libisl.sourceforge.io/isl-${_islver}.tar.xz
 c89 c99
 gdc_phobos_path.patch
 fs64270.patch
@@ -34,7 +36,7 @@
   86CFFCA918CF3AF47147588051E8B148AC34  # 
evange...@foutrelis.com
   13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
   D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek 

-sha256sums=('4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf'
+sha256sums=('d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b'
 'SKIP'
 '043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad'
 'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
@@ -77,10 +79,11 @@
 build() {
   cd gcc-build
 
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
+  # Credits @allanmcrae
+  # 
https://github.com/allanmcrae/toolchain/blob/f18604d70c5933c31b51a320978711e4e6791cf1/gcc/PKGBUILD
+  # TODO: properly deal with the build issues resulting from this
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
 
   "$srcdir/gcc/configure" --prefix=/usr \
   --libdir=/usr/lib \
@@ -113,10 +116,10 @@
   --disable-werror \
   gdc_include_dir=/usr/include/dlang/gdc
 
-  make
+  make -O
 
   # make documentation
-  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+  make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen
 }
 
 check() {
@@ -126,7 +129,7 @@
   sed -i '/maybe-check-target-libphobos \\/d' Makefile 
 
   # do not abort on error as some are "expected"
-  make -k check || true
+  make -O -k check || true
   "$srcdir/gcc/contrib/test_summary"
 }
 



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

2022-02-08 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 8, 2022 @ 23:21:02
  Author: freswa
Revision: 436625

prepare gcc update to 11.2.0

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 22:13:46 UTC (rev 436624)
+++ PKGBUILD2022-02-08 23:21:02 UTC (rev 436625)
@@ -1,4 +1,6 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Allan McRae 
 # Contributor: judd 
 
@@ -6,8 +8,8 @@
 
 pkgname=libtool
 pkgver=2.4.6+42+gb88cebd5
-pkgrel=16
-_gccver=11.1.0
+pkgrel=17
+_gccver=11.2.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'
@@ -19,6 +21,7 @@
 provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
 conflicts=(libltdl libtool-multilib)
 replaces=(libltdl libtool-multilib)
+options=(!lto)
 _commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
 source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
 git+https://git.savannah.gnu.org/git/gnulib.git



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

2022-02-08 Thread Alexander Epaneshnikov via arch-commits
Date: Tuesday, February 8, 2022 @ 23:08:40
  Author: alex19ep
Revision: 1129400

upgpkg: matrix-synapse 1.52.0-1 upstream release

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:59:03 UTC (rev 1129399)
+++ PKGBUILD2022-02-08 23:08:40 UTC (rev 1129400)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.51.0
+pkgver=1.52.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -39,7 +39,7 @@
 'tmpfiles-synapse.conf'
 'override-hardened.conf'
 'latest-frozendict.patch')
-sha256sums=('acb587b9d4a92f15bc5f6e1f5b598ee1e1a7c3a298c923ff73ffd505de779353'
+sha256sums=('943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0'
 'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
 '74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
 '408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'



[arch-commits] Commit in postgresql/repos (11 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 22:13:46
  Author: heftig
Revision: 436624

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|  224 ++
 postgresql-check-db-dir |   49 +
 postgresql-perl-rpath.patch |   13 ++
 postgresql-run-socket.patch |   12 ++
 postgresql.install  |7 +
 postgresql.logrotate|4 
 postgresql.pam  |3 
 postgresql.service  |   43 
 postgresql.sysusers |1 
 postgresql.tmpfiles |2 
 10 files changed, 358 insertions(+)

Copied: postgresql/repos/testing-x86_64/PKGBUILD (from rev 436622, 
postgresql/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-08 22:13:46 UTC (rev 436624)
@@ -0,0 +1,224 @@
+# 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'
+
'2eaf8867cc71b8e838925e1e1e2c37b5edd69c3fe7c144410a8683662ba0c342122803217d436d808e18826d28da352978e5d15dd1bc91b6b44dbaf4cfcd4d51'
+
'5e9cba2f45604db83eb77c7bbb54bc499a38274be6cd97abb056c9bdf18e637a8ac354e18f41f614f7e1a2d6f13c2a0b562ab0aaebf9447cf5eb2d60e6501e12'
+
'8a8e5ec24ea338b2b51b8d2be5a336ac8d4cc6b25200ed0f0d564df9942997478df0c54da2fac7b27d64a34398f69047eecd0f97bdc0df8fe50a1b5ed74d')
+
+prepare() {
+  cd postgresql-${pkgver}
+  patch -p1 < 

[arch-commits] Commit in postgresql-old-upgrade/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 22:13:42
  Author: heftig
Revision: 436623

archrelease: copy trunk to testing-x86_64

Added:
  postgresql-old-upgrade/repos/testing-x86_64/
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD
(from rev 436622, postgresql-old-upgrade/trunk/PKGBUILD)

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

Copied: postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD (from rev 436622, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-08 22:13:42 UTC (rev 436623)
@@ -0,0 +1,85 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=12.9
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam'
+ 'zlib' 'icu' 'systemd-libs' 'libldap' 'krb5' 'llvm-libs')
+makedepends=('python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd' 'llvm' 'clang')
+optdepends=('python2: for PL/Python 2 support'
+'python: for PL/Python 3 support'
+'perl: for PL/Perl support'
+'tcl: for PL/Tcl support')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce')
+sha512sums=('11697d8283f5df5a9c74c2406e94d1b6da6df8358ad48f3b773825aab98e8395f9fd4e3fc8b1e6ebad3743c3dadbda8b795d4fe84a447d7913223e136cf2b88f')
+b2sums=('fc88d61d369569a3054b889848eaf1405a4f5137cd8c2cf27282115f70853dd4d5d8b4bf0a9fc60c63db936246a0a64077c9bfdb90685d4dfe375558e4519b2b')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--without-readline
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--with-llvm
+--disable-nls
+--enable-thread-safety
+  )
+
+  CFLAGS+=" -ffat-lto-objects" # Fix static libs
+
+  # only build plpython3 for now
+  ./configure "${options[@]}" \
+PYTHON=/usr/bin/python
+  make -C src/pl/plpython all
+  make -C contrib/hstore_plpython all
+  make -C contrib/ltree_plpython all
+
+  # save plpython3 build and Makefile.global
+  cp -a src/pl/plpython{,3}
+  cp -a contrib/hstore_plpython{,3}
+  cp -a contrib/ltree_plpython{,3}
+  cp -a src/Makefile.global{,.python3}
+  make distclean
+
+  # regular build with everything
+  ./configure "${options[@]}" \
+PYTHON=/usr/bin/python2
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install plpython3
+  mv src/Makefile.global src/Makefile.global.save
+  cp src/Makefile.global.python3 src/Makefile.global
+  touch -r src/Makefile.global.save src/Makefile.global
+  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
+
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 22:13:00
  Author: heftig
Revision: 436622

12.9-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 22:12:47 UTC (rev 436621)
+++ PKGBUILD2022-02-08 22:13:00 UTC (rev 436622)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=12.8
+pkgver=12.9
 _majorver=${pkgver%.*}
-pkgrel=5
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -17,9 +17,9 @@
 'perl: for PL/Perl support'
 'tcl: for PL/Tcl support')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a')
-sha512sums=('970fe1041e427ac1c8a786c93e2079b0a9c8b3fcaf9d38877894eb02e8a9afc7cd73d7ac28078c455845a922a1b7d9c1e22cb7990d8d523dd6496af9442fba01')
-b2sums=('20ad970f03665b9c1f24c646096476398c1791c49eb4f34bb6c3b1c7cf3955bb79ef81e178e5d72ffb91625a9ec1cff409fa95d390caa02862fec2599e6d8a9b')
+sha256sums=('89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce')
+sha512sums=('11697d8283f5df5a9c74c2406e94d1b6da6df8358ad48f3b773825aab98e8395f9fd4e3fc8b1e6ebad3743c3dadbda8b795d4fe84a447d7913223e136cf2b88f')
+b2sums=('fc88d61d369569a3054b889848eaf1405a4f5137cd8c2cf27282115f70853dd4d5d8b4bf0a9fc60c63db936246a0a64077c9bfdb90685d4dfe375558e4519b2b')
 
 build() {
   cd postgresql-${pkgver}
@@ -43,6 +43,8 @@
 --enable-thread-safety
   )
 
+  CFLAGS+=" -ffat-lto-objects" # Fix static libs
+
   # only build plpython3 for now
   ./configure "${options[@]}" \
 PYTHON=/usr/bin/python



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 22:12:47
  Author: heftig
Revision: 436621

fix static libs

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:59:46 UTC (rev 436620)
+++ PKGBUILD2022-02-08 22:12:47 UTC (rev 436621)
@@ -72,6 +72,8 @@
 --disable-rpath
   )
 
+  CFLAGS+=" -ffat-lto-objects" # Fix static libs
+
   # only build plpython3 for now
   ./configure "${options[@]}" \
 PYTHON=/usr/bin/python



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:46
  Author: heftig
Revision: 436620

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 21:59:05 UTC (rev 436619)
+++ PKGBUILD2022-02-08 21:59:46 UTC (rev 436620)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.42.2
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(x86_64)
-license=(GPL)
-depends=('vte3>=0.66.0' gsettings-desktop-schemas)
-makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
-groups=(gnome)
-_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 436619, 
gnome-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 21:59:46 UTC (rev 436620)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.42.2
+pkgrel=2
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas)
+makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
+groups=(gnome)
+_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix build with meson 0.61
+  # https://bugs.archlinux.org/task/73356
+  git cherry-pick -n 9a168cc23962ce9fa106dc8a40407d381a3db403
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:03
  Author: heftig
Revision: 1129399

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 1129390, 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 1129390, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:03 UTC (rev 1129399)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.32
+pkgrel=7
+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 bbswitch/repos (4 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:03
  Author: heftig
Revision: 1129397

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 1129392, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1129392, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1129392, 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 1129392, 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-08 21:59:03 UTC 
(rev 1129397)
@@ -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 = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1129392, 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-08 21:59:03 UTC 
(rev 1129397)
@@ -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 1129392, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:03 UTC (rev 1129397)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=483
+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 linux-zen/repos/testing-x86_64 (4 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:05
  Author: heftig
Revision: 436619

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  406 -
 config   |21623 ++---
 2 files changed, 11015 insertions(+), 11014 deletions(-)

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


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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:02
  Author: heftig
Revision: 436617

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 436616, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-08 21:59:02 UTC (rev 436617)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=510.47.03
+pkgrel=4
+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 linux/repos (3 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:05
  Author: heftig
Revision: 436618

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  203 +
 config   |10758 +
 2 files changed, 10961 insertions(+)

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


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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:00
  Author: heftig
Revision: 1129393

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 1129390, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1129390, 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 
1129390, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:00 UTC (rev 1129393)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=181
+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, _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, _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, _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 acpi_call/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:59
  Author: heftig
Revision: 1129392

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 1129390, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1129390, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:58:59 UTC (rev 1129392)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=17
+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 tp_smapi/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:01
  Author: heftig
Revision: 1129394

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 1129390, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1129390, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:01 UTC (rev 1129394)
@@ -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=370
+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 vhba-module/repos (3 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:03
  Author: heftig
Revision: 1129398

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 1129393, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1129393, 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 1129393, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:03 UTC (rev 1129398)
@@ -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=12
+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 r8168/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:02
  Author: heftig
Revision: 1129396

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1129392, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:02 UTC (rev 1129396)
@@ -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=55
+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 broadcom-wl/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:59:02
  Author: heftig
Revision: 1129395

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 1129390, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1129390, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:59:02 UTC (rev 1129395)
@@ -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=362
+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 deepin-anything-arch/repos (2 files)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:58
  Author: heftig
Revision: 1129391

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 1129390, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1129390, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:58:58 UTC (rev 1129391)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=62
+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 gnome-terminal/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:32
  Author: heftig
Revision: 436616

3.42.2-2: FS#73356 fix build

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:58:03 UTC (rev 436615)
+++ PKGBUILD2022-02-08 21:58:32 UTC (rev 436616)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-terminal
 pkgver=3.42.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
 arch=(x86_64)
 license=(GPL)
-depends=('vte3>=0.66.0' gsettings-desktop-schemas)
+depends=(vte3 gsettings-desktop-schemas)
 makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
 groups=(gnome)
 _commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
@@ -22,6 +22,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix build with meson 0.61
+  # https://bugs.archlinux.org/task/73356
+  git cherry-pick -n 9a168cc23962ce9fa106dc8a40407d381a3db403
 }
 
 build() {



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:04
  Author: heftig
Revision: 1129390

5.0.9-62: linux 5.16.8.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:58:02 UTC (rev 1129389)
+++ PKGBUILD2022-02-08 21:58:04 UTC (rev 1129390)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=61
+pkgrel=62
 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 acpi_call/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:02
  Author: heftig
Revision: 1129389

1.2.2-17: linux 5.16.8.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:58:01 UTC (rev 1129388)
+++ PKGBUILD2022-02-08 21:58:02 UTC (rev 1129389)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=16
+pkgrel=17
 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 vhba-module/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:01
  Author: heftig
Revision: 1129388

20211218-12: linux 5.16.8.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:58:00 UTC (rev 1129387)
+++ PKGBUILD2022-02-08 21:58:01 UTC (rev 1129388)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=11
+pkgrel=12
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:03
  Author: heftig
Revision: 436615

510.47.03-4: linux 5.16.8.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:40 UTC (rev 436614)
+++ PKGBUILD2022-02-08 21:58:03 UTC (rev 436615)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=510.47.03
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:56
  Author: heftig
Revision: 1129385

6.30.223.271-362: linux 5.16.8.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:55 UTC (rev 1129384)
+++ PKGBUILD2022-02-08 21:57:56 UTC (rev 1129385)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=361
+pkgrel=362
 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 tp_smapi/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:55
  Author: heftig
Revision: 1129384

0.43-370: linux 5.16.8.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:54 UTC (rev 1129383)
+++ PKGBUILD2022-02-08 21:57:55 UTC (rev 1129384)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=369
+pkgrel=370
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:58:00
  Author: heftig
Revision: 1129387

8.049.02-55: linux 5.16.8.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:57 UTC (rev 1129386)
+++ PKGBUILD2022-02-08 21:58:00 UTC (rev 1129387)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=54
+pkgrel=55
 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-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:54
  Author: heftig
Revision: 1129383

6.1.32-7: linux 5.16.8.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:53 UTC (rev 1129382)
+++ PKGBUILD2022-02-08 21:57:54 UTC (rev 1129383)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.32
-pkgrel=6
+pkgrel=7
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:57
  Author: heftig
Revision: 1129386

0.8-483: linux 5.16.8.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:56 UTC (rev 1129385)
+++ PKGBUILD2022-02-08 21:57:57 UTC (rev 1129386)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=482
+pkgrel=483
 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 netfilter-fullconenat/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:53
  Author: heftig
Revision: 1129382

r73.0cf3b48-181: linux 5.16.8.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:37:49 UTC (rev 1129381)
+++ PKGBUILD2022-02-08 21:57:53 UTC (rev 1129382)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=180
+pkgrel=181
 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 js91/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:40
  Author: heftig
Revision: 436614

archrelease: copy trunk to extra-x86_64

Added:
  js91/repos/extra-x86_64/PKGBUILD
(from rev 436613, js91/trunk/PKGBUILD)
Deleted:
  js91/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  254 ++---
 1 file changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 21:57:29 UTC (rev 436613)
+++ PKGBUILD2022-02-08 21:57:40 UTC (rev 436614)
@@ -1,127 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js91
-pkgver=91.5.1
-pkgrel=1
-pkgdesc="JavaScript interpreter and libraries - Version 91"
-arch=(x86_64)
-url="https://spidermonkey.dev/;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
-checkdepends=(mercurial git)
-options=(!lto)
-_relver=${pkgver}esr
-source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('36049694505ff5edd1a086480e5a3d29fedd3f0b0d4a8a27a271a66e8fc6cd1f'
-'SKIP')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-# Make sure the duplication between bin and lib is found
-COMPRESSZST+=(--long)
-
-prepare() {
-  mkdir mozbuild
-  cd firefox-$pkgver
-
-  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <
+
+pkgname=js91
+pkgver=91.6.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 91"
+arch=(x86_64)
+url="https://spidermonkey.dev/;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
+checkdepends=(mercurial git)
+options=(!lto)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
+sha256sums=('7e802832152c39588b9a5c8392e90c1b00036bf948fa4a97a7af0d1435ba09a1'
+'SKIP')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
+prepare() {
+  mkdir mozbuild
+  cd firefox-$pkgver
+
+  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <

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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:57:29
  Author: heftig
Revision: 436613

91.6.0-1

Modified:
  js91/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:56:54 UTC (rev 436612)
+++ PKGBUILD2022-02-08 21:57:29 UTC (rev 436613)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js91
-pkgver=91.5.1
+pkgver=91.6.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 91"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!lto)
 _relver=${pkgver}esr
 
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('36049694505ff5edd1a086480e5a3d29fedd3f0b0d4a8a27a271a66e8fc6cd1f'
+sha256sums=('7e802832152c39588b9a5c8392e90c1b00036bf948fa4a97a7af0d1435ba09a1'
 'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:56:54
  Author: heftig
Revision: 436612

5.16.8.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:55:48 UTC (rev 436611)
+++ PKGBUILD2022-02-08 21:56:54 UTC (rev 436612)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.16.7.arch1
+pkgver=5.16.8.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'6699d2d64ee86be4b743be24d8ed0eec1acf5c00ba415682061df201cca75726')
+'e6aca91b81c10f8a85df404f7b9944e4c1ebd812d824770de5bebe86c97c7de1')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-02-08 21:55:48 UTC (rev 436611)
+++ config  2022-02-08 21:56:54 UTC (rev 436612)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.16.7-arch1 Kernel Configuration
+# Linux/x86 5.16.8-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -6541,6 +6541,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 postgresql/trunk (PKGBUILD)

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:55:48
  Author: heftig
Revision: 436611

13.5-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:46:32 UTC (rev 436610)
+++ PKGBUILD2022-02-08 21:55:48 UTC (rev 436611)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=13.4
+pkgver=13.5
 _majorver=${pkgver%.*}
-pkgrel=6
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd'
+sha256sums=('9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3'
 '02ffb53b0a5049233f665c873b96264db77daab30e5a2194d038202d815a8e6a'
 'af6186d40128e043f333da4591455bf62b7c96e80214835f5c8c60b635ea9afb'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -30,7 +30,7 @@
 '7db9626c322928b2465aa126b48ba7f0eebd366bf2aa19c9c0a92b488cb469c5'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-b2sums=('e16684ef59f213d23366e8d18c4bf6f81d6e2eac8e940449fee1ef6b150e7ff7d3dce8831b318d1fd3f72d642110576ebc7bd981185a39f19fea6357c58be170'
+b2sums=('3e51d6d67bba09fb134cd71c48349674e0cacfaefee299620482c93f0b09edbfead578deb63083686ab691563b088fc0ea60a6281a0bcf9145689fb3ce1ec0f0'
 
'71dc1b4e41294fd235db05317c991d42de082c49d38a2f97d1394572a93a4aa77f42ec29b4e6cf0a17adb3a4471afcb1e2464870f2b9e847906bf49541763a53'
 
'5135c5f9dafe427de8d3740d4a67c6dba2869be47dc52b4190b8aa1148e702992fde1821371b68e93b224f5805f697d490ea28ec80d7ce55e5a224551b0a6247'
 
'3eab84d332d96678fe6e435ee243c8f1a82b838f601d61d3604d11e918aed7a62202edca5e476c4b9031ed284570e6fcd6c659cfdbd9624aa0019d3233755f81'



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

2022-02-08 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 21:46:32
  Author: heftig
Revision: 436610

5.16.8.zen1-1

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

--+
 PKGBUILD |4 ++--
 config   |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:23:25 UTC (rev 436609)
+++ PKGBUILD2022-02-08 21:46:32 UTC (rev 436610)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.16.7.zen2
+pkgver=5.16.8.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'fb3cb5ab92f7180d01e067b29284fa4667cf6ebc598f65a711dd52a234fd0fb8')
+'c2a9b42dbc3fa917726ac2a636c0af5f01829b3231fa8779ac04fb678cc4e3c3')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-02-08 21:23:25 UTC (rev 436609)
+++ config  2022-02-08 21:46:32 UTC (rev 436610)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.16.7-zen2 Kernel Configuration
+# Linux/x86 5.16.8-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -6590,6 +6590,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 rocksdb/repos (2 files)

2022-02-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 8, 2022 @ 21:11:49
  Author: anatolik
Revision: 1129380

archrelease: copy trunk to community-testing-x86_64

Added:
  rocksdb/repos/community-testing-x86_64/
  rocksdb/repos/community-testing-x86_64/PKGBUILD
(from rev 1129379, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-testing-x86_64/PKGBUILD (from rev 1129379, 
rocksdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 21:11:49 UTC (rev 1129380)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.28.2
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(python)
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('186a833fa36e85bd9b0b7f0577c01da42d8de82115cc4df775befb03aff98485')
+
+build() {
+  cd rocksdb-$pkgver
+  PORTABLE=1 USE_RTTI=1 make shared_lib
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
+}
+
+package() {
+  cd rocksdb-$pkgver
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2022-02-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 8, 2022 @ 21:11:33
  Author: anatolik
Revision: 1129379

upgpkg: rocksdb 6.28.2-1

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 21:10:02 UTC (rev 1129378)
+++ PKGBUILD2022-02-08 21:11:33 UTC (rev 1129379)
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.26.1
+pkgver=6.28.2
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('5aeb94677bdd4ead46eb4cefc3dbb5943141fb3ce0ba627cfd8cbabeed6475e7')
+sha256sums=('186a833fa36e85bd9b0b7f0577c01da42d8de82115cc4df775befb03aff98485')
 
 build() {
   cd rocksdb-$pkgver



[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2022-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 8, 2022 @ 21:10:20
  Author: eworm
Revision: 436607

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 436606, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 436606, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-02-08 21:10:20 UTC (rev 436607)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20220207
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('532527bd17f3ea6664452b536699818a3bf896e4ace689a43a73624711b7c921')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2022-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 8, 2022 @ 21:10:18
  Author: eworm
Revision: 436606

upgpkg: intel-ucode 20220207-1: new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 20:43:00 UTC (rev 436605)
+++ PKGBUILD2022-02-08 21:10:18 UTC (rev 436606)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20210608
+pkgver=20220207
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('fd85b6b769efd029dec6a2c07106fd18fb4dcb548b7bc4cde09295a8344ef6d7')
+sha256sums=('532527bd17f3ea6664452b536699818a3bf896e4ace689a43a73624711b7c921')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}



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

2022-02-08 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 8, 2022 @ 21:10:02
  Author: freswa
Revision: 1129378

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 21:10:00 UTC (rev 1129377)
+++ PKGBUILD2022-02-08 21:10:02 UTC (rev 1129378)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-pkgver=11.1.0
-pkgrel=1
-pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
-arch=(any)
-url='https://github.com/willmcgugan/rich'
-license=('MIT')
-depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-pip' 'python-poetry')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('1d326edea18b1eaad633665c2e50aa789f9eba19ee9b4cb50b94a160a69d12604fdf87d57ffbc903835b6e1e745fe17e0c521801b515ae73c8a44bf9ef17b6c2')
-
-build() {
-  cd rich-${pkgver}
-  poetry build --format wheel
-}
-
-package() {
-  cd rich-${pkgver}
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 1129377, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 21:10:02 UTC (rev 1129378)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=11.2.0
+pkgrel=1
+pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
+arch=(any)
+url='https://github.com/willmcgugan/rich'
+license=('MIT')
+depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
+makedepends=('python-pip' 'python-poetry')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
+b2sums=('520f512a7e26613a4cc881834f8c150963b84a6dc3a43029dde6d64d1e405d82422b9c6f0098293b6f9bdb55749c7929426dad14840c9a287889c1a6a70f6bf2')
+
+build() {
+  cd rich-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd rich-${pkgver}
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2022-02-08 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 8, 2022 @ 21:10:00
  Author: freswa
Revision: 1129377

upgpkg: python-rich 11.2.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 20:51:27 UTC (rev 1129376)
+++ PKGBUILD2022-02-08 21:10:00 UTC (rev 1129377)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=11.1.0
+pkgver=11.2.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-pip' 'python-poetry')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('1d326edea18b1eaad633665c2e50aa789f9eba19ee9b4cb50b94a160a69d12604fdf87d57ffbc903835b6e1e745fe17e0c521801b515ae73c8a44bf9ef17b6c2')
+b2sums=('520f512a7e26613a4cc881834f8c150963b84a6dc3a43029dde6d64d1e405d82422b9c6f0098293b6f9bdb55749c7929426dad14840c9a287889c1a6a70f6bf2')
 
 build() {
   cd rich-${pkgver}



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

2022-02-08 Thread Andreas Schleifer via arch-commits
Date: Tuesday, February 8, 2022 @ 20:51:27
  Author: segaja
Revision: 1129376

archrelease: copy trunk to community-x86_64

Added:
  hss/repos/community-x86_64/PKGBUILD
(from rev 1129375, hss/trunk/PKGBUILD)
Deleted:
  hss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 20:51:14 UTC (rev 1129375)
+++ PKGBUILD2022-02-08 20:51:27 UTC (rev 1129376)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-# Original Maintainer: Luca P 
-
-pkgname='hss'
-pkgver=1.8
-pkgrel=5
-arch=('x86_64' 'i686')
-pkgdesc='Interactive ssh client for multiple servers.'
-url='https://github.com/six-ddc/hss'
-license=('GPL')
-depends=(readline)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-# https://github.com/six-ddc/hss/pull/13
-
"cppflags.patch::https://github.com/six-ddc/hss/commit/70b8e897a750856e1aa2d747f29fb94d085dfe26.patch;
-)
-sha512sums=('7dbf4beda10fdf0a7f6c54748c9f5731c61ab98c9ea2575f6b6d64fe5db510ea2f131ff5af89f7a244cfab23b195c662b4cc8a7cbd775cb7d3a327473c3f2b13'
-
'bf2015f8dc4270c9a1d5f5e878634592bea99a6b773b62995ae8ef35265280e3980fc1e6486358e22958822da748d8bee4933d08b9ff886b33a64a24f9162ef9')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -p1 -i ../cppflags.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  make all
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make INSTALL_BIN="${pkgdir}/usr/bin" install
-}

Copied: hss/repos/community-x86_64/PKGBUILD (from rev 1129375, 
hss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 20:51:27 UTC (rev 1129376)
@@ -0,0 +1,25 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+# Original Maintainer: Luca P 
+
+pkgname='hss'
+pkgver=1.9
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Interactive ssh client for multiple servers'
+url='https://github.com/six-ddc/hss'
+license=('GPL')
+depends=(readline)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('b37f79a43855bd92c256db14d592960f36d9ab0496ff468912d0ad3b718a07abc465a2d0bec65f2324cc56929c9b25c7166952973cb2fa0b9940e58b7f0d2740')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make all
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make INSTALL_BIN="${pkgdir}/usr/bin" install
+}



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

2022-02-08 Thread Andreas Schleifer via arch-commits
Date: Tuesday, February 8, 2022 @ 20:51:14
  Author: segaja
Revision: 1129375

upgpkg: hss 1.9-1

Modified:
  hss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 20:40:48 UTC (rev 1129374)
+++ PKGBUILD2022-02-08 20:51:14 UTC (rev 1129375)
@@ -2,27 +2,16 @@
 # Original Maintainer: Luca P 
 
 pkgname='hss'
-pkgver=1.8
-pkgrel=5
-arch=('x86_64' 'i686')
-pkgdesc='Interactive ssh client for multiple servers.'
+pkgver=1.9
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Interactive ssh client for multiple servers'
 url='https://github.com/six-ddc/hss'
 license=('GPL')
 depends=(readline)
-source=(
-"${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-# https://github.com/six-ddc/hss/pull/13
-
"cppflags.patch::https://github.com/six-ddc/hss/commit/70b8e897a750856e1aa2d747f29fb94d085dfe26.patch;
-)
-sha512sums=('7dbf4beda10fdf0a7f6c54748c9f5731c61ab98c9ea2575f6b6d64fe5db510ea2f131ff5af89f7a244cfab23b195c662b4cc8a7cbd775cb7d3a327473c3f2b13'
-
'bf2015f8dc4270c9a1d5f5e878634592bea99a6b773b62995ae8ef35265280e3980fc1e6486358e22958822da748d8bee4933d08b9ff886b33a64a24f9162ef9')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('b37f79a43855bd92c256db14d592960f36d9ab0496ff468912d0ad3b718a07abc465a2d0bec65f2324cc56929c9b25c7166952973cb2fa0b9940e58b7f0d2740')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -p1 -i ../cppflags.patch
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
 



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

2022-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 8, 2022 @ 20:43:00
  Author: foutrelis
Revision: 436605

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
(from rev 436604, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 20:42:55 UTC (rev 436604)
+++ PKGBUILD2022-02-08 20:43:00 UTC (rev 436605)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=3
-pkgrel=2
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/archlinux/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 436604, 
archivetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 20:43:00 UTC (rev 436605)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=3
+pkgrel=3
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  # archive.sh: Exclude debug packages during repo sync
+  git format-patch -1 --stdout 35e4faa80cb6 | patch -Np1
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 8, 2022 @ 20:42:55
  Author: foutrelis
Revision: 436604

upgpkg: archivetools 3-3: exclude debug packages

Also change the url and source to gitlab.archlinux.org.

Modified:
  archivetools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 20:11:45 UTC (rev 436603)
+++ PKGBUILD2022-02-08 20:42:55 UTC (rev 436604)
@@ -2,17 +2,23 @@
 
 pkgname=archivetools
 pkgver=3
-pkgrel=2
+pkgrel=3
 pkgdesc='Arch Linux Archive Tools'
 arch=('any')
-url='https://github.com/archlinux/archivetools'
+url='https://gitlab.archlinux.org/archlinux/archivetools'
 license=('GPL2')
 depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
 makedepends=('git')
 backup=('etc/archive.conf')
-source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
+source=("git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  # archive.sh: Exclude debug packages during repo sync
+  git format-patch -1 --stdout 35e4faa80cb6 | patch -Np1
+}
+
 package() {
   cd $pkgname
   install -Dm644 archive.conf "$pkgdir/etc/archive.conf"



[arch-commits] Commit in python-cmsis-pack-manager/repos/community-x86_64 (2 files)

2022-02-08 Thread David Runge via arch-commits
Date: Tuesday, February 8, 2022 @ 20:40:48
  Author: dvzrv
Revision: 1129374

archrelease: copy trunk to community-x86_64

Added:
  python-cmsis-pack-manager/repos/community-x86_64/PKGBUILD
(from rev 1129373, python-cmsis-pack-manager/trunk/PKGBUILD)
Deleted:
  python-cmsis-pack-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 20:40:41 UTC (rev 1129373)
+++ PKGBUILD2022-02-08 20:40:48 UTC (rev 1129374)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=cmsis-pack-manager
-pkgname=python-cmsis-pack-manager
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A Rust and Python module for handling CMSIS Pack files"
-arch=(x86_64)
-url="https://github.com/pyocd/cmsis-pack-manager;
-license=(Apache)
-depends=(python-appdirs python-yaml)
-makedepends=(cargo python-setuptools-scm python-milksnake)
-checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
-# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
-options=(!lto)
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('1855fa0297ab04638c3f6559033cac32cb51d6534380eb2dc1ca1f4ff10d8851e2aeff7b5b635b0e4894b2584f79b86f97dd78381c866284f2f915ebda0d3ff2')
-b2sums=('1ccc16d56b4b0488a3f0d55445c82443b9045efb2ae041e5c17ea77748c09dde7114f2bd79bd6e2043346fd10b593463ed0be98c486e23113733e3a1a7458c1b')
-
-prepare() {
-  cd "$_name-$pkgver"
-  # python-milksnake is *not* a runtime dependency
-  # https://github.com/pyocd/cmsis-pack-manager/issues/188
-  sed '/milksnake/d' -i setup.cfg
-}
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _py_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
-
-  cd "$_name-$pkgver"
-  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
-  pytest -v
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-}

Copied: python-cmsis-pack-manager/repos/community-x86_64/PKGBUILD (from rev 
1129373, python-cmsis-pack-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 20:40:48 UTC (rev 1129374)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=cmsis-pack-manager
+pkgname=python-cmsis-pack-manager
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="A Rust and Python module for handling CMSIS Pack files"
+arch=(x86_64)
+url="https://github.com/pyocd/cmsis-pack-manager;
+license=(Apache)
+depends=(python-appdirs python-cffi python-yaml)
+makedepends=(cargo python-setuptools-scm python-milksnake)
+checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
+# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
+options=(!lto)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('1855fa0297ab04638c3f6559033cac32cb51d6534380eb2dc1ca1f4ff10d8851e2aeff7b5b635b0e4894b2584f79b86f97dd78381c866284f2f915ebda0d3ff2')
+b2sums=('1ccc16d56b4b0488a3f0d55445c82443b9045efb2ae041e5c17ea77748c09dde7114f2bd79bd6e2043346fd10b593463ed0be98c486e23113733e3a1a7458c1b')
+
+prepare() {
+  cd "$_name-$pkgver"
+  # python-milksnake is *not* a runtime dependency
+  # https://github.com/pyocd/cmsis-pack-manager/issues/188
+  sed '/milksnake/d' -i setup.cfg
+}
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+
+  cd "$_name-$pkgver"
+  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+}



[arch-commits] Commit in python-cmsis-pack-manager/trunk (PKGBUILD)

2022-02-08 Thread David Runge via arch-commits
Date: Tuesday, February 8, 2022 @ 20:40:41
  Author: dvzrv
Revision: 1129373

upgpkg: python-cmsis-pack-manager 0.4.0-3: Rebuild to add python-cffi as 
runtime dependency.

Modified:
  python-cmsis-pack-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:59:43 UTC (rev 1129372)
+++ PKGBUILD2022-02-08 20:40:41 UTC (rev 1129373)
@@ -3,12 +3,12 @@
 _name=cmsis-pack-manager
 pkgname=python-cmsis-pack-manager
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Rust and Python module for handling CMSIS Pack files"
 arch=(x86_64)
 url="https://github.com/pyocd/cmsis-pack-manager;
 license=(Apache)
-depends=(python-appdirs python-yaml)
+depends=(python-appdirs python-cffi python-yaml)
 makedepends=(cargo python-setuptools-scm python-milksnake)
 checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
 # disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444



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

2022-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 8, 2022 @ 20:11:45
  Author: eworm
Revision: 436603

archrelease: copy trunk to testing-x86_64

Added:
  galera/repos/testing-x86_64/
  galera/repos/testing-x86_64/PKGBUILD
(from rev 436602, galera/trunk/PKGBUILD)

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

Copied: galera/repos/testing-x86_64/PKGBUILD (from rev 436602, 
galera/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-08 20:11:45 UTC (rev 436603)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Hesse 
+# Contributor: Rustam Tsurik 
+# Contributor: Nico Suarez 
+
+pkgname=galera
+pkgver=26.4.11
+_mariadb_ver=10.6.6
+pkgrel=1
+pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
+arch=('x86_64')
+license=('GPL2' 'custom:OpenSSL Linking Exception')
+depends=('mariadb' 'openssl')
+makedepends=('boost' 'check' 'cmake')
+optdepends=('rsync: State Snapshot Transfers with rsync'
+'socat: State Snapshot Transfers with mariabackup')
+url='https://galeracluster.com/'
+options=('debug' '!libtool')
+validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
+source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${_mariadb_ver}/galera-${pkgver}/src/galera-${pkgver}.tar.gz"{,.asc})
+sha256sums=('08bbba89c33344474bdedbaa4db42ea33489085cf42249e9f3880a5a66dbf4b1'
+'SKIP')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+
+  cmake .
+  make
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m0755 libgalera_smm.so 
"${pkgdir}"/usr/lib/galera/libgalera_smm.so
+  ln -s galera/libgalera_smm.so "${pkgdir}"/usr/lib/libgalera_smm.so
+
+  install -D -m0755 garb/garbd "${pkgdir}"/usr/bin/garbd
+
+  install -D -m0644 scripts/packages/README 
"${pkgdir}"/usr/share/doc/galera/README
+  install -D -m0644 scripts/packages/README-MySQL 
"${pkgdir}"/usr/share/doc/galera/README-MySQL
+  install -D -m0644 scripts/mysql/README 
"${pkgdir}"/usr/share/doc/galera/mysql/README
+  install -D -m0644 COPYING "${pkgdir}"/usr/share/doc/galera/COPYING
+}
+



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

2022-02-08 Thread Christian Hesse via arch-commits
Date: Tuesday, February 8, 2022 @ 20:11:39
  Author: eworm
Revision: 436602

upgpkg: galera 26.4.11-1: new upstream release, enable debug support

Building with scons fails, but has been deprecated a long time ago.
Switch so cmake...

Modified:
  galera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:50:42 UTC (rev 436601)
+++ PKGBUILD2022-02-08 20:11:39 UTC (rev 436602)
@@ -3,21 +3,21 @@
 # Contributor: Nico Suarez 
 
 pkgname=galera
-pkgver=26.4.9
-_mariadb_ver=10.6.4
+pkgver=26.4.11
+_mariadb_ver=10.6.6
 pkgrel=1
 pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
 arch=('x86_64')
 license=('GPL2' 'custom:OpenSSL Linking Exception')
 depends=('mariadb' 'openssl')
-makedepends=('check' 'scons' 'boost')
+makedepends=('boost' 'check' 'cmake')
 optdepends=('rsync: State Snapshot Transfers with rsync'
 'socat: State Snapshot Transfers with mariabackup')
 url='https://galeracluster.com/'
-options=('!libtool')
+options=('debug' '!libtool')
 validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
 
source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${_mariadb_ver}/galera-${pkgver}/src/galera-${pkgver}.tar.gz"{,.asc})
-sha256sums=('8d027efe5de2290235ac476194c2d529ff462a5fe15a8c58570a97aea204b2b1'
+sha256sums=('08bbba89c33344474bdedbaa4db42ea33489085cf42249e9f3880a5a66dbf4b1'
 'SKIP')
 
 prepare() {
@@ -29,7 +29,8 @@
 build(){
   cd "${pkgname}-${pkgver}"
 
-  scons system_asio=0
+  cmake .
+  make
 }
 
 package(){



[arch-commits] Commit in python-cmsis-pack-manager/repos (2 files)

2022-02-08 Thread David Runge via arch-commits
Date: Tuesday, February 8, 2022 @ 19:59:43
  Author: dvzrv
Revision: 1129372

archrelease: copy trunk to community-x86_64

Added:
  python-cmsis-pack-manager/repos/community-x86_64/
  python-cmsis-pack-manager/repos/community-x86_64/PKGBUILD
(from rev 1129371, python-cmsis-pack-manager/trunk/PKGBUILD)

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

Copied: python-cmsis-pack-manager/repos/community-x86_64/PKGBUILD (from rev 
1129371, python-cmsis-pack-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-02-08 19:59:43 UTC (rev 1129372)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=cmsis-pack-manager
+pkgname=python-cmsis-pack-manager
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A Rust and Python module for handling CMSIS Pack files"
+arch=(x86_64)
+url="https://github.com/pyocd/cmsis-pack-manager;
+license=(Apache)
+depends=(python-appdirs python-yaml)
+makedepends=(cargo python-setuptools-scm python-milksnake)
+checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
+# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
+options=(!lto)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('1855fa0297ab04638c3f6559033cac32cb51d6534380eb2dc1ca1f4ff10d8851e2aeff7b5b635b0e4894b2584f79b86f97dd78381c866284f2f915ebda0d3ff2')
+b2sums=('1ccc16d56b4b0488a3f0d55445c82443b9045efb2ae041e5c17ea77748c09dde7114f2bd79bd6e2043346fd10b593463ed0be98c486e23113733e3a1a7458c1b')
+
+prepare() {
+  cd "$_name-$pkgver"
+  # python-milksnake is *not* a runtime dependency
+  # https://github.com/pyocd/cmsis-pack-manager/issues/188
+  sed '/milksnake/d' -i setup.cfg
+}
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+
+  cd "$_name-$pkgver"
+  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+}



[arch-commits] Commit in (4 files)

2022-02-08 Thread David Runge via arch-commits
Date: Tuesday, February 8, 2022 @ 19:55:27
  Author: dvzrv
Revision: 1129371

Add python-cmsis-pack-manager as dependency for python-{pyocd,spsdk}.

Added:
  python-cmsis-pack-manager/
  python-cmsis-pack-manager/repos/
  python-cmsis-pack-manager/trunk/
  python-cmsis-pack-manager/trunk/PKGBUILD

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

Added: python-cmsis-pack-manager/trunk/PKGBUILD
===
--- python-cmsis-pack-manager/trunk/PKGBUILD(rev 0)
+++ python-cmsis-pack-manager/trunk/PKGBUILD2022-02-08 19:55:27 UTC (rev 
1129371)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=cmsis-pack-manager
+pkgname=python-cmsis-pack-manager
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A Rust and Python module for handling CMSIS Pack files"
+arch=(x86_64)
+url="https://github.com/pyocd/cmsis-pack-manager;
+license=(Apache)
+depends=(python-appdirs python-yaml)
+makedepends=(cargo python-setuptools-scm python-milksnake)
+checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
+# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
+options=(!lto)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('1855fa0297ab04638c3f6559033cac32cb51d6534380eb2dc1ca1f4ff10d8851e2aeff7b5b635b0e4894b2584f79b86f97dd78381c866284f2f915ebda0d3ff2')
+b2sums=('1ccc16d56b4b0488a3f0d55445c82443b9045efb2ae041e5c17ea77748c09dde7114f2bd79bd6e2043346fd10b593463ed0be98c486e23113733e3a1a7458c1b')
+
+prepare() {
+  cd "$_name-$pkgver"
+  # python-milksnake is *not* a runtime dependency
+  # https://github.com/pyocd/cmsis-pack-manager/issues/188
+  sed '/milksnake/d' -i setup.cfg
+}
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+
+  cd "$_name-$pkgver"
+  export PYTHONPATH="build/lib.linux-$CARCH-$_py_ver:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+}



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

2022-02-08 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 8, 2022 @ 19:50:42
  Author: tpowa
Revision: 436601

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 19:50:37 UTC (rev 436600)
+++ PKGBUILD2022-02-08 19:50:42 UTC (rev 436601)
@@ -1,48 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.02
-pkgrel=22
-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' 'mktorrent' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-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/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 436600, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 19:50:42 UTC (rev 436601)
@@ -0,0 +1,48 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.02
+pkgrel=23
+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' 

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

2022-02-08 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 8, 2022 @ 19:50:37
  Author: tpowa
Revision: 436600

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:49:50 UTC (rev 436599)
+++ PKGBUILD2022-02-08 19:50:37 UTC (rev 436600)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.02
-pkgrel=22
+pkgrel=23
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-02-08 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 8, 2022 @ 19:49:50
  Author: tpowa
Revision: 436599

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-08 19:49:46 UTC (rev 436598)
+++ PKGBUILD2022-02-08 19:49:50 UTC (rev 436599)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.02
-pkgrel=22
-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' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-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/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 436598, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-08 19:49:50 UTC (rev 436599)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.02
+pkgrel=23
+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' 

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

2022-02-08 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 8, 2022 @ 19:49:46
  Author: tpowa
Revision: 436598

upgpkg: archboot 2022.02-23: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:40:14 UTC (rev 436597)
+++ PKGBUILD2022-02-08 19:49:46 UTC (rev 436598)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.02
-pkgrel=22
+pkgrel=23
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in dhall-lsp-server/repos (2 files)

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:47:46
  Author: felixonmars
Revision: 1129370

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1129369, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
1129369, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:47:46 UTC (rev 1129370)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.17
+pkgrel=31
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp0' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 
'haskell-lsp0-types'
+ 'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('79781f076e6725cbd5cfdb26b9113baf3c25c5ba50ba09d829dd837637fa0d1ebd8849e38ee13fa3ec0f70e8dd7e85ef1587f99bd2437f8cffcc2903fdea8af4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test 
--show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:47:38
  Author: felixonmars
Revision: 1129369

upgpkg: dhall-lsp-server 1.0.17-31: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:46:52 UTC (rev 1129368)
+++ PKGBUILD2022-02-08 19:47:38 UTC (rev 1129369)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.17
-pkgrel=30
+pkgrel=31
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
 license=("custom:MIT")



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:46:52
  Author: felixonmars
Revision: 1129368

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 1129367, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 1129367, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:46:52 UTC (rev 1129368)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.4.1
+pkgrel=55
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-parser' 
'haskell-bytestring-strict-builder'
+ 'haskell-network-ip' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dd1357c1c282d7f906ef1e5af8d47403a24cc31169abee4b559fd2f605bf00a32c710e49fe5f23fc5695662968ea70b2c4ad7339bee43de41cecaa1c4172820f')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/DB.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:46:44
  Author: felixonmars
Revision: 1129367

upgpkg: haskell-postgresql-binary 0.12.4.1-55: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:45:59 UTC (rev 1129366)
+++ PKGBUILD2022-02-08 19:46:44 UTC (rev 1129367)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.4.1
-pkgrel=54
+pkgrel=55
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:45:59
  Author: felixonmars
Revision: 1129366

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-summoner/repos/community-staging-x86_64/PKGBUILD (from rev 
1129365, haskell-summoner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:45:59 UTC (rev 1129366)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner
+pkgname=haskell-summoner
+pkgver=2.0.1.1
+pkgrel=263
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
+ 'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
+ 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || :
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:45:51
  Author: felixonmars
Revision: 1129365

upgpkg: haskell-summoner 2.0.1.1-263: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  haskell-summoner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:45:01 UTC (rev 1129364)
+++ PKGBUILD2022-02-08 19:45:51 UTC (rev 1129365)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=262
+pkgrel=263
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:45:01
  Author: felixonmars
Revision: 1129364

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 1129363, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 1129363, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:45:01 UTC (rev 1129364)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.39
+pkgrel=29
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('00572bdeb5f18a222750dccf8fdc465dd94905fa2e1080ac82f75511d4777b7495bbbfcd1036416e776fdd9440874124a6cffde332d4c35557cacb84f2635ccf')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:44:54
  Author: felixonmars
Revision: 1129363

upgpkg: dhall-bash 1.0.39-29: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:44:26 UTC (rev 1129362)
+++ PKGBUILD2022-02-08 19:44:54 UTC (rev 1129363)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.39
-pkgrel=28
+pkgrel=29
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:44:26
  Author: felixonmars
Revision: 1129362

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 1129361, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
1129361, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:44:26 UTC (rev 1129362)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.6.3
+pkgrel=36
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7dcaa13903a456738df846b6fbfb5dd679717d37e4e78d48af17609e92bfd0eaf60f1ba15ce2c50b9ddc709622871abc1d91b8cde94573f7d096824ee6eee375')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:44:19
  Author: felixonmars
Revision: 1129361

upgpkg: haskell-text-builder 0.6.6.3-36: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:43:51 UTC (rev 1129360)
+++ PKGBUILD2022-02-08 19:44:19 UTC (rev 1129361)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.6.3
-pkgrel=35
+pkgrel=36
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:43:51
  Author: felixonmars
Revision: 1129360

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-deque/repos/community-staging-x86_64/PKGBUILD (from rev 
1129359, haskell-deque/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:43:51 UTC (rev 1129360)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deque
+pkgname=haskell-deque
+pkgver=0.4.4
+pkgrel=32
+pkgdesc="Double-ended queues"
+url="https://github.com/nikita-volkov/deque;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-strict-list')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8c771c3906235b6c9d46c96c0c40126cfaef763df59407c87c95431ae34a8b3f051840243b2439a65e9a8f2683c1d884e72d8b716c90246d1c82d0e9e7592047')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:43:44
  Author: felixonmars
Revision: 1129359

upgpkg: haskell-deque 0.4.4-32: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  haskell-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:43:10 UTC (rev 1129358)
+++ PKGBUILD2022-02-08 19:43:44 UTC (rev 1129359)
@@ -3,7 +3,7 @@
 _hkgname=deque
 pkgname=haskell-deque
 pkgver=0.4.4
-pkgrel=31
+pkgrel=32
 pkgdesc="Double-ended queues"
 url="https://github.com/nikita-volkov/deque;
 license=("MIT")



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:43:10
  Author: felixonmars
Revision: 1129358

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 1129357, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 1129357, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:43:10 UTC (rev 1129358)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.24.1
+pkgrel=30
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-githash'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-microlens' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 
'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0941258f7c6f699967261eaf9e20c1f81f6694b8f559ac1e729f37cff64dce3b787447f69c222115437318e8ccd6c4273e52befa41b3419f8fb4cc131c7fcdf7')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger.1 -t "$pkgdir"/usr/share/man/man1/
+install -Dm644 shell-completion/hledger-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/hledger
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:43:03
  Author: felixonmars
Revision: 1129357

upgpkg: hledger 1.24.1-30: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:42:14 UTC (rev 1129356)
+++ PKGBUILD2022-02-08 19:43:03 UTC (rev 1129357)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.24.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:42:12
  Author: felixonmars
Revision: 1129355

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 1129354, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 1129354, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:42:12 UTC (rev 1129355)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.1.4
+pkgrel=88
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative' 
'haskell-th-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1e49f60eead8553d7dd4cc162b5a2a07a99eda2519a53947808d7b4c909e37cfa7734d4c8dce3cf83cbf1efbdeed6037bf480b768b7f9ee7add5e5afbe006557')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+ -f-build-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 8, 2022 @ 19:42:14
  Author: andyrtr
Revision: 1129356

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1129354, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 19:42:14 UTC (rev 1129356)
@@ -0,0 +1,50 @@
+# 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-lts
+pkgver=0.43
+pkgrel=214
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # 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 tp_smapi-lts/trunk (PKGBUILD)

2022-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 8, 2022 @ 19:42:09
  Author: andyrtr
Revision: 1129354

upgpkg: tp_smapi-lts 0.43-214: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:42:04 UTC (rev 1129353)
+++ PKGBUILD2022-02-08 19:42:09 UTC (rev 1129354)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=213
+pkgrel=214
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:41:44
  Author: felixonmars
Revision: 1129352

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-yaml/repos/community-staging-x86_64/
  dhall-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 1129351, dhall-yaml/trunk/PKGBUILD)

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 1129351, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-08 19:41:44 UTC (rev 1129352)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.9
+pkgrel=30
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('3675bd07c4798f1329309e47d3c2563bb61a4ff6d23df3c5a02f7f79d89a3ac15113b7e9a908347793c53a695f9ad27be1964d92114896c6c42d4de7d7f1a60d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:42:04
  Author: felixonmars
Revision: 1129353

upgpkg: haskell-optparse-simple 0.1.1.4-88: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:41:44 UTC (rev 1129352)
+++ PKGBUILD2022-02-08 19:42:04 UTC (rev 1129353)
@@ -4,7 +4,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.1.4
-pkgrel=87
+pkgrel=88
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")



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

2022-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 8, 2022 @ 19:41:37
  Author: felixonmars
Revision: 1129351

upgpkg: dhall-yaml 1.2.9-30: rebuild with base-compat 0.12.0, 
base-compat-batteries 0.12.0

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:41:33 UTC (rev 1129350)
+++ PKGBUILD2022-02-08 19:41:37 UTC (rev 1129351)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.9
-pkgrel=29
+pkgrel=30
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
 license=("GPL3")



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

2022-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 8, 2022 @ 19:41:33
  Author: andyrtr
Revision: 1129350

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1129349, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-08 19:41:33 UTC (rev 1129350)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.049.02
+pkgrel=53
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts 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-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-02-08 Thread Andreas Radke via arch-commits
Date: Tuesday, February 8, 2022 @ 19:41:29
  Author: andyrtr
Revision: 1129349

upgpkg: r8168-lts 8.049.02-53: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-08 19:40:53 UTC (rev 1129348)
+++ PKGBUILD2022-02-08 19:41:29 UTC (rev 1129349)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.049.02
-pkgrel=52
+pkgrel=53
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



  1   2   3   4   5   6   >