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

2021-12-23 Thread Alexander Epaneshnikov via arch-commits
Date: Friday, December 24, 2021 @ 07:24:43
  Author: alex19ep
Revision: 1083375

archrelease: copy trunk to community-any

Added:
  yt-dlp/repos/community-any/PKGBUILD
(from rev 1083374, yt-dlp/trunk/PKGBUILD)
Deleted:
  yt-dlp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-24 07:24:40 UTC (rev 1083374)
+++ PKGBUILD2021-12-24 07:24:43 UTC (rev 1083375)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Tatschner 
-# Contributor: katt 
-
-pkgname=yt-dlp
-pkgver=2021.12.01
-pkgrel=2
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python-mutagen python-pycryptodomex python-websockets)
-makedepends=(python-setuptools pandoc)
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'aria2: for using aria2 as external downloader')
-source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
-
-build() {
-  cd $pkgname-$pkgver
-  make pypi-files
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1083374, 
yt-dlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-24 07:24:43 UTC (rev 1083375)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Tatschner 
+# Contributor: katt 
+
+pkgname=yt-dlp
+pkgver=2021.12.01
+pkgrel=3
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodomex python-websockets)
+makedepends=(python-setuptools pandoc)
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'aria2: for using aria2 as external downloader')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('bf0cc22d17ffbe59c0d0378026ff135a996b86c546ec9713d838f952dea61e0f')
+
+build() {
+  cd $pkgname
+  make pypi-files
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2021-12-23 Thread Alexander Epaneshnikov via arch-commits
Date: Friday, December 24, 2021 @ 07:24:40
  Author: alex19ep
Revision: 1083374

upgpkg: yt-dlp 2021.12.01-3 use correct artifact url

Modified:
  yt-dlp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-24 06:33:26 UTC (rev 1083373)
+++ PKGBUILD2021-12-24 07:24:40 UTC (rev 1083374)
@@ -4,7 +4,7 @@
 
 pkgname=yt-dlp
 pkgver=2021.12.01
-pkgrel=2
+pkgrel=3
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'
@@ -15,16 +15,16 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'
 'aria2: for using aria2 as external downloader')
-source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('bf0cc22d17ffbe59c0d0378026ff135a996b86c546ec9713d838f952dea61e0f')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make pypi-files
   python setup.py build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   python setup.py install --root="$pkgdir" --skip-build --optimize=1
 }



[arch-commits] Commit in python-requests-unixsocket/repos/community-any (3 files)

2021-12-23 Thread George Rawlinson via arch-commits
Date: Friday, December 24, 2021 @ 06:33:26
  Author: grawlinson
Revision: 1083373

archrelease: copy trunk to community-any

Added:
  python-requests-unixsocket/repos/community-any/PKGBUILD
(from rev 1083372, python-requests-unixsocket/trunk/PKGBUILD)
Deleted:
  python-requests-unixsocket/repos/community-any/PKGBUILD
  python-requests-unixsocket/repos/community-any/fix_setuptools_warnings.patch

---+
 PKGBUILD  |   76 ++--
 fix_setuptools_warnings.patch |   17 
 2 files changed, 36 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-24 06:32:45 UTC (rev 1083372)
+++ PKGBUILD2021-12-24 06:33:26 UTC (rev 1083373)
@@ -1,40 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python-requests-unixsocket
-_name="${pkgname#python-}"
-pkgver=0.2.0
-pkgrel=6
-pkgdesc="Use requests to talk HTTP via a UNIX domain socket"
-arch=('any')
-depends=('python' 'python-requests' 'python-urllib3')
-makedepends=('python-setuptools' 'python-pip' 'python-pbr')
-url="https://github.com/msabramo/requests-unixsocket;
-license=('Apache')
-options=('!emptydirs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
-'fix_setuptools_warnings.patch')
-b2sums=('cda02b5d963b00fb06cf86819bcbf552ecc21e30064198da338f502f47547a1f93184fd06052047c6cb8a6181f0a2f7b7a7cc53183b18dc22165a41dc14144b5'
-
'fdb486b0916eb8293b21510aa9dcae9875eb8d6bcb00d1aa3b0278fbe25b12d97df35682199ba468c98ca2ae58b9281a7a44c815600e19e5ff796bbbdd27380a')
-
-prepare() {
-  cd "$_name-$pkgver"
-
-  patch --forward --input="${srcdir}/fix_setuptools_warnings.patch"
-}
-
-build() {
-  cd "$_name-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "$_name-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  # remove tests folder from package
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  rm -rf "$pkgdir$site_packages/${_name/-/_}/tests"
-}

Copied: python-requests-unixsocket/repos/community-any/PKGBUILD (from rev 
1083372, python-requests-unixsocket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-24 06:33:26 UTC (rev 1083373)
@@ -0,0 +1,36 @@
+# Maintainer: George Rawlinson 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python-requests-unixsocket
+_name="${pkgname#python-}"
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Use requests to talk HTTP via a UNIX domain socket"
+arch=('any')
+depends=('python' 'python-requests' 'python-urllib3')
+makedepends=('python-setuptools' 'python-pip' 'python-pbr')
+url="https://github.com/msabramo/requests-unixsocket;
+license=('Apache')
+options=('!emptydirs')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('21c887b0c3fa526a2debb3960e0ea4dc3b3015cdd517459b6484501176321408d1b4c87dd2840c7d8b71d08fa9114f655ae03f8bc9ff1fca33c914900ef82f5b')
+b2sums=('5b46ea051729326498f50ba7a952429d271deb102060f8e3019d259ddc21dbffdca8960e140c7ccb25898034cf37fb90dd143c970e75bdc6e6442e9515f14d6e')
+
+build() {
+  cd "$_name-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$_name-$pkgver"
+
+  python setup.py install \
+--root="$pkgdir" \
+--optimize=1 \
+--skip-build
+
+  # remove tests folder from package
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  rm -rf "$pkgdir$site_packages/${_name/-/_}/tests"
+}

Deleted: fix_setuptools_warnings.patch
===
--- fix_setuptools_warnings.patch   2021-12-24 06:32:45 UTC (rev 1083372)
+++ fix_setuptools_warnings.patch   2021-12-24 06:33:26 UTC (rev 1083373)
@@ -1,17 +0,0 @@
 setup.cfg
-+++ setup.cfg
-@@ -1,11 +1,11 @@
- [metadata]
- name = requests-unixsocket
- author = Marc Abramowitz
--author-email = m...@marc-abramowitz.com
-+author_email = m...@marc-abramowitz.com
- summary = Use requests to talk HTTP via a UNIX domain socket
--description-file = README.rst
-+description_file = README.rst
- license = Apache-2
--home-page = https://github.com/msabramo/requests-unixsocket
-+home_page = https://github.com/msabramo/requests-unixsocket
- classifier = 
-   Development Status :: 3 - Alpha
-   Intended Audience :: Developers



[arch-commits] Commit in python-requests-unixsocket/trunk (2 files)

2021-12-23 Thread George Rawlinson via arch-commits
Date: Friday, December 24, 2021 @ 06:32:45
  Author: grawlinson
Revision: 1083372

upgpkg: python-requests-unixsocket 0.3.0-1

New upstream release.

Modified:
  python-requests-unixsocket/trunk/PKGBUILD
Deleted:
  python-requests-unixsocket/trunk/fix_setuptools_warnings.patch

---+
 PKGBUILD  |   22 +-
 fix_setuptools_warnings.patch |   17 -
 2 files changed, 9 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-24 04:33:48 UTC (rev 1083371)
+++ PKGBUILD2021-12-24 06:32:45 UTC (rev 1083372)
@@ -3,8 +3,8 @@
 
 pkgname=python-requests-unixsocket
 _name="${pkgname#python-}"
-pkgver=0.2.0
-pkgrel=6
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Use requests to talk HTTP via a UNIX domain socket"
 arch=('any')
 depends=('python' 'python-requests' 'python-urllib3')
@@ -12,17 +12,10 @@
 url="https://github.com/msabramo/requests-unixsocket;
 license=('Apache')
 options=('!emptydirs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
-'fix_setuptools_warnings.patch')
-b2sums=('cda02b5d963b00fb06cf86819bcbf552ecc21e30064198da338f502f47547a1f93184fd06052047c6cb8a6181f0a2f7b7a7cc53183b18dc22165a41dc14144b5'
-
'fdb486b0916eb8293b21510aa9dcae9875eb8d6bcb00d1aa3b0278fbe25b12d97df35682199ba468c98ca2ae58b9281a7a44c815600e19e5ff796bbbdd27380a')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('21c887b0c3fa526a2debb3960e0ea4dc3b3015cdd517459b6484501176321408d1b4c87dd2840c7d8b71d08fa9114f655ae03f8bc9ff1fca33c914900ef82f5b')
+b2sums=('5b46ea051729326498f50ba7a952429d271deb102060f8e3019d259ddc21dbffdca8960e140c7ccb25898034cf37fb90dd143c970e75bdc6e6442e9515f14d6e')
 
-prepare() {
-  cd "$_name-$pkgver"
-
-  patch --forward --input="${srcdir}/fix_setuptools_warnings.patch"
-}
-
 build() {
   cd "$_name-$pkgver"
 
@@ -32,7 +25,10 @@
 package() {
   cd "$_name-$pkgver"
 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python setup.py install \
+--root="$pkgdir" \
+--optimize=1 \
+--skip-build
 
   # remove tests folder from package
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")

Deleted: fix_setuptools_warnings.patch
===
--- fix_setuptools_warnings.patch   2021-12-24 04:33:48 UTC (rev 1083371)
+++ fix_setuptools_warnings.patch   2021-12-24 06:32:45 UTC (rev 1083372)
@@ -1,17 +0,0 @@
 setup.cfg
-+++ setup.cfg
-@@ -1,11 +1,11 @@
- [metadata]
- name = requests-unixsocket
- author = Marc Abramowitz
--author-email = m...@marc-abramowitz.com
-+author_email = m...@marc-abramowitz.com
- summary = Use requests to talk HTTP via a UNIX domain socket
--description-file = README.rst
-+description_file = README.rst
- license = Apache-2
--home-page = https://github.com/msabramo/requests-unixsocket
-+home_page = https://github.com/msabramo/requests-unixsocket
- classifier = 
-   Development Status :: 3 - Alpha
-   Intended Audience :: Developers



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

2021-12-23 Thread George Rawlinson via arch-commits
Date: Friday, December 24, 2021 @ 04:33:48
  Author: grawlinson
Revision: 1083371

archrelease: copy trunk to community-x86_64

Added:
  direnv/repos/community-x86_64/PKGBUILD
(from rev 1083370, direnv/trunk/PKGBUILD)
Deleted:
  direnv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-24 03:48:00 UTC (rev 1083370)
+++ PKGBUILD2021-12-24 04:33:48 UTC (rev 1083371)
@@ -1,73 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: zimbatm 
-# Contributor: ShadowKyogre 
-# Contributor: rmorgans 
-
-pkgname=direnv
-pkgver=2.29.0
-pkgrel=2
-pkgdesc='A shell extension that manages your environment'
-arch=('x86_64')
-url="https://direnv.net;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-checkdepends=('zsh' 'fish' 'bash' 'tcsh' 'elvish')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/direnv/direnv/archive/v$pkgver.tar.gz;)
-sha512sums=('2192dcfffb0c87caf2e6edfa357ea63eda292c2fab3f441d43bb86ace3b054dc3d1519c6edb9041e20fab33f42e285d248c88b947aa0e57fd72d2bb41ba648d8')
-b2sums=('3b5f9f60a68ba2eb1434e1d0092ca84f0811024c85882b225f90bc372946785931876e18ae48e4c06986f43b6f5148c7ad74df131369f8a9511c47a75af61991')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # download dependencies
-  go mod download
-}
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  # run go tests
-  go test -v ./...
-
-  # run shell-specific tests
-  bash ./test/direnv-test.bash
-  elvish ./test/direnv-test.elv
-  fish ./test/direnv-test.fish
-  tcsh -e ./test/direnv-test.tcsh
-  zsh ./test/direnv-test.zsh
-
-  # run stdlib tests
-  ./test/stdlib.bash
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*.1
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/docs" docs/*
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: direnv/repos/community-x86_64/PKGBUILD (from rev 1083370, 
direnv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-24 04:33:48 UTC (rev 1083371)
@@ -0,0 +1,74 @@
+# Maintainer: George Rawlinson 
+# Contributor: zimbatm 
+# Contributor: ShadowKyogre 
+# Contributor: rmorgans 
+
+pkgname=direnv
+pkgver=2.30.0
+pkgrel=1
+pkgdesc='A shell extension that manages your environment'
+arch=('x86_64')
+url="https://direnv.net;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+checkdepends=('zsh' 'fish' 'bash' 'tcsh' 'elvish')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/direnv/direnv/archive/v$pkgver.tar.gz;)
+sha512sums=('b6687556e0611a061a003b5411971c876c4f29ba5c7d299b69352334a7ebcfa9810d5140d1a776c814ec195834712ca167a560c81a12f6c8fd0f42ed34483013')
+b2sums=('5006234ccbc90571d43ef385511b38fe154ce85c0aadeef9ae33821c35bcbc64aa0ef13885053cdcde89a0c145d4b545302e095b04db1ad55ba577d88e159f4c')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # download dependencies
+  go mod download
+}
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  # run go tests
+  go test -v ./...
+
+  # run shell-specific tests
+  bash ./test/direnv-test.bash
+  elvish ./test/direnv-test.elv
+  fish ./test/direnv-test.fish
+  tcsh -e ./test/direnv-test.tcsh
+  zsh ./test/direnv-test.zsh
+
+  # run stdlib tests
+  ./test/stdlib.bash
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*.1
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/docs" docs/*
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2021-12-23 Thread George Rawlinson via arch-commits
Date: Friday, December 24, 2021 @ 03:48:00
  Author: grawlinson
Revision: 1083370

upgpkg: direnv 2.30.0-1

* New upstream release.
* Disable LTO due to broken cgo relocations.
* Remove build dependency: git.

Modified:
  direnv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 23:19:39 UTC (rev 1083369)
+++ PKGBUILD2021-12-24 03:48:00 UTC (rev 1083370)
@@ -4,18 +4,19 @@
 # Contributor: rmorgans 
 
 pkgname=direnv
-pkgver=2.29.0
-pkgrel=2
+pkgver=2.30.0
+pkgrel=1
 pkgdesc='A shell extension that manages your environment'
 arch=('x86_64')
 url="https://direnv.net;
 license=('MIT')
 depends=('glibc')
-makedepends=('go' 'git')
+makedepends=('go')
 checkdepends=('zsh' 'fish' 'bash' 'tcsh' 'elvish')
+options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/direnv/direnv/archive/v$pkgver.tar.gz;)
-sha512sums=('2192dcfffb0c87caf2e6edfa357ea63eda292c2fab3f441d43bb86ace3b054dc3d1519c6edb9041e20fab33f42e285d248c88b947aa0e57fd72d2bb41ba648d8')
-b2sums=('3b5f9f60a68ba2eb1434e1d0092ca84f0811024c85882b225f90bc372946785931876e18ae48e4c06986f43b6f5148c7ad74df131369f8a9511c47a75af61991')
+sha512sums=('b6687556e0611a061a003b5411971c876c4f29ba5c7d299b69352334a7ebcfa9810d5140d1a776c814ec195834712ca167a560c81a12f6c8fd0f42ed34483013')
+b2sums=('5006234ccbc90571d43ef385511b38fe154ce85c0aadeef9ae33821c35bcbc64aa0ef13885053cdcde89a0c145d4b545302e095b04db1ad55ba577d88e159f4c')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-12-23 Thread Christian Hesse via arch-commits
Date: Thursday, December 23, 2021 @ 22:30:22
  Author: eworm
Revision: 1083364

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 1083363, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-12-23 22:30:22 UTC (rev 1083364)
@@ -0,0 +1,166 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='9c8279cdd5d0bc256b8cc0ced2312e27e069a214' # git rev-parse v${_tag_name}
+_tag_name=250
+pkgver="${_tag_name/-/}"
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson' 'python-jinja')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1#cloudflare-dns.com
+9.9.9.10#dns.quad9.net
+8.8.8.8#dns.google
+2606:4700:4700::#cloudflare-dns.com
+2620:fe::10#dns.quad9.net
+2001:4860:4860::#dns.google
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+# internal version comparison is incompatible with pacman:
+#   249~rc1 < 249 < 249.1 < 249rc
+-Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dmode=release
+
+# features
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dmicrohttpd=false
+-Dpam=false
+-Dseccomp=false
+
+# components
+-Dutmp=false
+-Dhibernate=false
+-Dldconfig=false
+-Dresolve=true
+-Defi=false
+-Dtpm=false
+-Denvironment-d=false
+-Dbinfmt=false
+-Drepart=false
+-Dcoredump=false
+-Dpstore=false
+-Doomd=false
+-Dlogind=false
+-Dhostnamed=false
+-Dlocaled=false
+-Dmachined=true
+-Dportabled=false
+-Dsysext=false
+-Duserdb=false
+-Dhomed=false
+-Dnetworkd=false
+-Dtimedated=false
+-Dtimesyncd=false
+-Dremote=false
+-Dcreate-log-dirs=false
+-Dnss-myhostname=true
+-Dnss-mymachines=true
+-Dnss-resolve=true
+-Dnss-systemd=true
+-Dfirstboot=false
+-Drandomseed=false
+-Dbacklight=false
+-Dvconsole=false
+-Dquotacheck=false
+-Dsysusers=false
+-Dtmpfiles=false
+-Dimportd=false
+-Dhwdb=false
+-Drfkill=false
+-Dxdg-autostart=false
+-Dman=false
+-Dhtml=false
+-Dtranslations=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=unified
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C 

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

2021-12-23 Thread Christian Hesse via arch-commits
Date: Thursday, December 23, 2021 @ 22:30:20
  Author: eworm
Revision: 1083363

upgpkg: lib32-systemd 250-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 22:05:16 UTC (rev 1083362)
+++ PKGBUILD2021-12-23 22:30:20 UTC (rev 1083363)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='f223664ddf5cad0db04732985ee58006bc3916e4' # git rev-parse v${_tag_name}
-_tag_name=249.7
+_tag='9c8279cdd5d0bc256b8cc0ced2312e27e069a214' # git rev-parse v${_tag_name}
+_tag_name=250
 pkgver="${_tag_name/-/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'



[arch-commits] Commit in systemd/repos (22 files)

2021-12-23 Thread Christian Hesse via arch-commits
Date: Thursday, December 23, 2021 @ 22:29:50
  Author: eworm
Revision: 433010

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 433009, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  
systemd/repos/testing-x86_64/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
(from rev 433009, 
systemd/trunk/0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 433009, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 433009, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 433009, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 433009, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 433009, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 433009, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 433009, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 433009, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 433009, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 433009, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 433009, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 433009, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 433009, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 433009, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 433009, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 433009, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 433009, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 433009, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 433009, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch 
|  143 
 
0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch
 |   78 ++
 20-systemd-sysusers.hook   
|   10 
 30-systemd-binfmt.hook 
|   10 
 30-systemd-catalog.hook
|   11 
 30-systemd-daemon-reload.hook  
|   11 
 30-systemd-hwdb.hook   
|   11 
 30-systemd-sysctl.hook 
|   10 
 30-systemd-tmpfiles.hook   
|   10 
 30-systemd-udev-reload.hook
|   11 
 30-systemd-update.hook 
|   11 
 PKGBUILD   
|  289 ++
 arch.conf  
|7 
 initcpio-hook-udev 
|   22 
 initcpio-install-systemd   
|  152 +
 initcpio-install-udev  
|   33 +
 loader.conf
|1 
 systemd-hook   
|   46 +
 systemd-user.pam   
|5 
 systemd.install   

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

2021-12-23 Thread Christian Hesse via arch-commits
Date: Thursday, December 23, 2021 @ 22:29:41
  Author: eworm
Revision: 433009

upgpkg: systemd 250-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 22:08:07 UTC (rev 433008)
+++ PKGBUILD2021-12-23 22:29:41 UTC (rev 433009)
@@ -4,10 +4,10 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='f223664ddf5cad0db04732985ee58006bc3916e4' # git rev-parse v${_tag_name}
-_tag_name=249.7
+_tag='9c8279cdd5d0bc256b8cc0ced2312e27e069a214' # git rev-parse v${_tag_name}
+_tag_name=250
 pkgver="${_tag_name/-/}"
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -215,9 +215,6 @@
   sed -i -e '/^C \/etc\/nsswitch\.conf/d' \
 -e '/^C \/etc\/issue/d' "$pkgdir"/usr/lib/tmpfiles.d/etc.conf
 
-  # add back tmpfiles.d/legacy.conf, normally omitted without sysv-compat
-  install -m0644 $pkgbase-stable/tmpfiles.d/legacy.conf 
"$pkgdir"/usr/lib/tmpfiles.d
-
   # ship default policy to leave services disabled
   echo 'disable *' >"$pkgdir"/usr/lib/systemd/system-preset/99-default.preset
 



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 22:08:07
  Author: arojas
Revision: 433008

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 22:07:57 UTC (rev 433007)
+++ PKGBUILD2021-12-23 22:08:07 UTC (rev 433008)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webchannel
-_qtver=5.15.2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
-depends=('qt5-declarative')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('127fe79c43b386713f151ed7d411cd81e45e29f9c955584f29736f78c9303ec1')
-
-prepare() {
-  mkdir -p build
-}
-
-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-webchannel/repos/extra-x86_64/PKGBUILD (from rev 433007, 
qt5-webchannel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 22:08:07 UTC (rev 433008)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webchannel
+_qtver=5.15.2
+pkgver=5.15.2+kde+r5
+pkgrel=1
+_commit=fa8b07105b5e274daaa8adcc129fa4aa0447f9f7
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=('qt5-declarative')
+makedepends=('git')
+groups=('qt' 'qt5')
+_pkgfqn=qtwebchannel
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 0159fb80446f2fc472a2391de9fc83f55ca2d50e # 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-webchannel/trunk (PKGBUILD)

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 22:07:57
  Author: arojas
Revision: 433007

Switch to KDE maintenance branch

Modified:
  qt5-webchannel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:59:26 UTC (rev 433006)
+++ PKGBUILD2021-12-23 22:07:57 UTC (rev 433007)
@@ -3,21 +3,30 @@
 
 pkgname=qt5-webchannel
 _qtver=5.15.2
-pkgver=${_qtver/-/}
+pkgver=5.15.2+kde+r5
 pkgrel=1
+_commit=fa8b07105b5e274daaa8adcc129fa4aa0447f9f7
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
 depends=('qt5-declarative')
-makedepends=()
+makedepends=('git')
 groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('127fe79c43b386713f151ed7d411cd81e45e29f9c955584f29736f78c9303ec1')
+_pkgfqn=qtwebchannel
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 0159fb80446f2fc472a2391de9fc83f55ca2d50e # Revert version bump
 }
 
 build() {



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:05:16
  Author: felixonmars
Revision: 1083362

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 1083361, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
1083361, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 22:05:16 UTC (rev 1083362)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.6
+pkgrel=170
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-errors'
+ 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('73c83f939492c66b4ad5782e01acd0af97011a0ae797bce82d9431eb3e9c155ce1b4af1c4b3a5922f10e0e468c1c009cb270b8f15c7ba3236d9d8bf9e0265018')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:05:09
  Author: felixonmars
Revision: 1083361

upgpkg: hopenpgp-tools 0.23.6-170: rebuild with lens-action 0.2.6

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 22:03:39 UTC (rev 1083360)
+++ PKGBUILD2021-12-23 22:05:09 UTC (rev 1083361)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.6
-pkgrel=169
+pkgrel=170
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:03:39
  Author: felixonmars
Revision: 1083360

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 1083359, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/ghc9.patch
(from rev 1083359, haskell-hopenpgp/trunk/ghc9.patch)
  haskell-hopenpgp/repos/community-staging-x86_64/hashable-1.3.4.patch
(from rev 1083359, haskell-hopenpgp/trunk/hashable-1.3.4.patch)

--+
 PKGBUILD |   55 +
 ghc9.patch   |   13 +++
 hashable-1.3.4.patch |   23 
 3 files changed, 91 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
1083359, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 22:03:39 UTC (rev 1083360)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.5
+pkgrel=203
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+ghc9.patch
+hashable-1.3.4.patch)
+sha512sums=('7e0ecc73054c5315093e7f64f92bc7c62a7f9ff1b2c985595db427a063460b3fc692343079676631987c9a651212d1d739289f9b1e2ecb1c086b2c9bd5a4ba0e'
+
'9a1cf92845c1120b006b39f31496af5badfc42eb460794d3bcf8ba393eb63e7989c1c3934179fd96b9b0a23d87b078412662ebbba0d7278240eba7fe0d48ce8e'
+
'71a712dc52d7d26896da4869a499e2eb6d2943f3848c374047f57241dbe200765a8cef809854f7b66bbf948f6f89839793ded3a8aa827b40920c818ba09d70bb')
+
+prepare() {
+patch -d $_hkgname-$pkgver -p1 < ghc9.patch
+patch -d $_hkgname-$pkgver -p1 < hashable-1.3.4.patch
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+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
+}
+
+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
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/ghc9.patch (from rev 
1083359, haskell-hopenpgp/trunk/ghc9.patch)
===
--- community-staging-x86_64/ghc9.patch (rev 0)
+++ community-staging-x86_64/ghc9.patch 2021-12-23 22:03:39 UTC (rev 1083360)
@@ -0,0 +1,13 @@
+diff --git a/Codec/Encryption/OpenPGP/Types/Internal/Base.hs 
b/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
+index 861b7a5..f3dcc4a 100644
+--- a/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
 b/Codec/Encryption/OpenPGP/Types/Internal/Base.hs
+@@ -1003,7 +1003,8 @@ instance Pretty SigSubPacket where
+ 
+ instance Hashable SigSubPacket
+ 
+-$(ATH.deriveJSON ATH.defaultOptions ''SigSubPacket)
++instance A.ToJSON SigSubPacket
++instance A.FromJSON SigSubPacket
+ 
+ $(makeLenses ''SigSubPacket)

Copied: haskell-hopenpgp/repos/community-staging-x86_64/hashable-1.3.4.patch 
(from rev 1083359, haskell-hopenpgp/trunk/hashable-1.3.4.patch)
===
--- community-staging-x86_64/hashable-1.3.4.patch 

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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:03:28
  Author: felixonmars
Revision: 1083359

upgpkg: haskell-hopenpgp 2.9.5-203: rebuild with lens-action 0.2.6

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 22:00:29 UTC (rev 1083358)
+++ PKGBUILD2021-12-23 22:03:28 UTC (rev 1083359)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.5
-pkgrel=202
+pkgrel=203
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')



[arch-commits] Commit in haskell-ixset-typed/repos (3 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:00:29
  Author: felixonmars
Revision: 1083358

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 1083357, haskell-ixset-typed/trunk/PKGBUILD)
  haskell-ixset-typed/repos/community-staging-x86_64/ghc9.patch
(from rev 1083357, haskell-ixset-typed/trunk/ghc9.patch)

+
 PKGBUILD   |   49 +
 ghc9.patch |   54 ++
 2 files changed, 103 insertions(+)

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
1083357, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 22:00:29 UTC (rev 1083358)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.5
+pkgrel=207
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+ghc9.patch)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582'
+
'4febefe2d34337482033ad4bfb28ec037323b176127e4a015244d630f8c5071a685d967a633cf64016865b095eb8f473abd5ec829bdf51c431e00ccd478abb0a')
+
+prepare() {
+patch -d $_hkgname-$pkgver -p1 < ghc9.patch
+}
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: haskell-ixset-typed/repos/community-staging-x86_64/ghc9.patch (from rev 
1083357, haskell-ixset-typed/trunk/ghc9.patch)
===
--- community-staging-x86_64/ghc9.patch (rev 0)
+++ community-staging-x86_64/ghc9.patch 2021-12-23 22:00:29 UTC (rev 1083358)
@@ -0,0 +1,54 @@
+commit fb8a9ae632ae7685e7fe9e1f9024b22f2e980b4a
+Author: Felix Yan 
+Date:   Tue Jun 22 09:59:29 2021 +0800
+
+Add support for template-haskell 2.17
+
+diff --git a/ixset-typed.cabal b/ixset-typed.cabal
+index 458577b..43c784c 100644
+--- a/ixset-typed.cabal
 b/ixset-typed.cabal
+@@ -38,7 +38,7 @@ library
+  deepseq  >= 1.3 && < 2,
+  safecopy >= 0.8 && < 0.11,
+  syb  >= 0.4 && < 1,
+- template-haskell >= 2.8 && < 2.17
++ template-haskell >= 2.8 && < 2.18
+ 
+   hs-source-dirs:src
+   exposed-modules:
+diff --git a/src/Data/IxSet/Typed.hs b/src/Data/IxSet/Typed.hs
+index 75be66d..fc628ea 100644
+--- a/src/Data/IxSet/Typed.hs
 b/src/Data/IxSet/Typed.hs
+@@ -594,7 +594,13 @@ inferIxSet ixset typeName calName entryPoints
+getCalType t' = error ("Unexpected type in getCalType: " 
++ pprint t')
+-}
+mkEntryPoint n = (conE 'Ix) `appE`
+-(sigE (varE 'Map.empty) (forallT binders 
(return context) $
++(sigE (varE 'Map.empty) (forallT
++#if MIN_VERSION_template_haskell(2,17,0)
++ (map 
(SpecifiedSpec <$) binders)
++#else
++ binders
++#endif
++ (return context) 
$
+  appT (appT (conT 

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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 22:00:20
  Author: felixonmars
Revision: 1083357

upgpkg: haskell-ixset-typed 0.5-207: rebuild with lens-action 0.2.6

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:59:29 UTC (rev 1083356)
+++ PKGBUILD2021-12-23 22:00:20 UTC (rev 1083357)
@@ -3,7 +3,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.5
-pkgrel=206
+pkgrel=207
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 21:59:29
  Author: felixonmars
Revision: 1083356

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
1083355, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 21:59:29 UTC (rev 1083356)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.10.4.2
+pkgrel=67
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-generic-data' 'haskell-old-time' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2b6ae8488ac00bb5048e63886433aea6c2b13c9bea252fb8622ee1b673bce9e259639fbb68ef47a17ceac65edec2631ee95bc34a665c039f5c651d6192418bf5')
+
+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"
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:59:26
  Author: arojas
Revision: 433006

archrelease: copy trunk to testing-x86_64

Added:
  libunwind/repos/testing-x86_64/
  libunwind/repos/testing-x86_64/PKGBUILD
(from rev 433005, libunwind/trunk/PKGBUILD)

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

Copied: libunwind/repos/testing-x86_64/PKGBUILD (from rev 433005, 
libunwind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-23 21:59:26 UTC (rev 433006)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer
+# Contributor: Lawrence Lee 
+# Contributor: Phillip Marvin 
+# Contributor: keystone 
+
+pkgname=libunwind
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
+arch=('x86_64')
+url='https://www.nongnu.org/libunwind/'
+license=('GPL')
+depends=('xz' 'zlib')
+makedepends=('texlive-core')
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('1d17dfb14f99a894a6cda256caf9ec481c14068aaf8f3a85fa3befa7c7cca7fca0f544a91a3a7c2f2fc55bab19b06a67ca79f55ac9081151d94478c7f611f8f7'
+'SKIP')
+validpgpkeys=('5C96BDEAF5F47FB02BD4F6B965D98560914F3F48'  # Arun Sharma
+  '1675C8DA2EF907FB116EB709EC52B396E6874AF2'  # Dave Watson
+  '75D2CFC56CC2E935A4143297015A268A17D55FA4') # Dave Watson
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # This function is ``supposed'' to fail. Upstream know, but haven't fixed it.
+  make check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 21:59:21
  Author: felixonmars
Revision: 1083355

upgpkg: haskell-safecopy 0.10.4.2-67: rebuild with lens-action 0.2.6

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:58:10 UTC (rev 1083354)
+++ PKGBUILD2021-12-23 21:59:21 UTC (rev 1083355)
@@ -3,7 +3,7 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.10.4.2
-pkgrel=66
+pkgrel=67
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy;
 license=('custom:PublicDomain')



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:59:12
  Author: arojas
Revision: 433005

Update to 1.6.2

Modified:
  libunwind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 20:17:59 UTC (rev 433004)
+++ PKGBUILD2021-12-23 21:59:12 UTC (rev 433005)
@@ -5,7 +5,7 @@
 # Contributor: keystone 
 
 pkgname=libunwind
-pkgver=1.5.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Portable and efficient C programming interface (API) to determine the 
call-chain of a program'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xz' 'zlib')
 makedepends=('texlive-core')
 
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('1df20ca7a8cee2f2e61294fa9b677e88fec52e9d5a329f88d05c2671c69fa462f6c18808c97ca9ff664ef57292537a844f00b18d142b1938c9da701ca95a4bab'
+sha512sums=('1d17dfb14f99a894a6cda256caf9ec481c14068aaf8f3a85fa3befa7c7cca7fca0f544a91a3a7c2f2fc55bab19b06a67ca79f55ac9081151d94478c7f611f8f7'
 'SKIP')
 validpgpkeys=('5C96BDEAF5F47FB02BD4F6B965D98560914F3F48'  # Arun Sharma
   '1675C8DA2EF907FB116EB709EC52B396E6874AF2'  # Dave Watson



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 21:58:10
  Author: felixonmars
Revision: 1083354

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lens-action/repos/community-staging-x86_64/
  haskell-lens-action/repos/community-staging-x86_64/PKGBUILD
(from rev 1083353, haskell-lens-action/trunk/PKGBUILD)

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

Copied: haskell-lens-action/repos/community-staging-x86_64/PKGBUILD (from rev 
1083353, haskell-lens-action/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 21:58:10 UTC (rev 1083354)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lens-action
+pkgname=haskell-lens-action
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Monadic Getters and Folds"
+url="https://github.com/ekmett/lens-action;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-lens'
+ 'haskell-profunctors' 'haskell-semigroupoids')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('44f0639063db6ec80dd2cee274b0fe9135330ee12a007329d419cfe1522738169e0915b32250a340621d4084b4dd2c54a84465e24f4ebd943d6bda59b5d380da')
+
+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-lens-action/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 21:58:03
  Author: felixonmars
Revision: 1083353

upgpkg: haskell-lens-action 0.2.6-1: rebuild with lens-action 0.2.6

Modified:
  haskell-lens-action/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:54:07 UTC (rev 1083352)
+++ PKGBUILD2021-12-23 21:58:03 UTC (rev 1083353)
@@ -2,8 +2,8 @@
 
 _hkgname=lens-action
 pkgname=haskell-lens-action
-pkgver=0.2.5
-pkgrel=71
+pkgver=0.2.6
+pkgrel=1
 pkgdesc="Monadic Getters and Folds"
 url="https://github.com/ekmett/lens-action;
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-profunctors' 'haskell-semigroupoids')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9a1502af0f7531b66803974b0bbf6d0da2fc56d19b0a7eb8736a86aa13338199eb7d5e24621e3c90cf0a27c696124b0b48c19fe538fc47d6dde65f64eb94e7f7')
+sha512sums=('44f0639063db6ec80dd2cee274b0fe9135330ee12a007329d419cfe1522738169e0915b32250a340621d4084b4dd2c54a84465e24f4ebd943d6bda59b5d380da')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:54:07
  Author: arojas
Revision: 1083352

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 21:53:58 UTC (rev 1083351)
+++ PKGBUILD2021-12-23 21:54:07 UTC (rev 1083352)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=21.11
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('b5e40e7c6aa83bb08376227d92d707e6d18f8391fbd0d4adec9d2b6a61dbd5851c95861eccba48b8aac69476880d70d8ea4f6a2942c9b631f87778b5ee3f2f6a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 1083351, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 21:54:07 UTC (rev 1083352)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=21.12
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
+sha512sums=('63a6db1dab37fa2c562f8ab94fa61f489eddcb5d362fdba00bc513cceeff18b8411c7d83233f4836934d9fe315cbfdb079f2a31ff7b77028fd2496a0fa4a6a75')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:53:58
  Author: arojas
Revision: 1083351

Update to 21.12

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:50:38 UTC (rev 1083350)
+++ PKGBUILD2021-12-23 21:53:58 UTC (rev 1083351)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=21.11
+pkgver=21.12
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('b5e40e7c6aa83bb08376227d92d707e6d18f8391fbd0d4adec9d2b6a61dbd5851c95861eccba48b8aac69476880d70d8ea4f6a2942c9b631f87778b5ee3f2f6a')
+sha512sums=('63a6db1dab37fa2c562f8ab94fa61f489eddcb5d362fdba00bc513cceeff18b8411c7d83233f4836934d9fe315cbfdb079f2a31ff7b77028fd2496a0fa4a6a75')
 
 prepare() {
   mkdir -p build



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:50:38
  Author: arojas
Revision: 1083350

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 1083349, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 21:50:28 UTC (rev 1083349)
+++ PKGBUILD2021-12-23 21:50:38 UTC (rev 1083350)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=21.11
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'gst-libav')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;
- https://github.com/FNA-XNA/FAudio/commit/de0c1f83.patch)
-sha512sums=('b5e40e7c6aa83bb08376227d92d707e6d18f8391fbd0d4adec9d2b6a61dbd5851c95861eccba48b8aac69476880d70d8ea4f6a2942c9b631f87778b5ee3f2f6a'
-
'f7db327c78486659feca6a578329bde43a320e106c25a66f221526a86ad65dfb1079f99f85fc76abc8ca38a858bc162f6ab48ff8cc69e3e7e56fd724c014')
-
-prepare() {
-  mkdir -p build
-
-# Fix build
-  patch -d FAudio-$pkgver -p1 < de0c1f83.patch
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DGSTREAMER=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 1083349, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 21:50:38 UTC (rev 1083350)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=21.12
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'gst-libav')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('63a6db1dab37fa2c562f8ab94fa61f489eddcb5d362fdba00bc513cceeff18b8411c7d83233f4836934d9fe315cbfdb079f2a31ff7b77028fd2496a0fa4a6a75')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGSTREAMER=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:50:28
  Author: arojas
Revision: 1083349

Update to 21.12

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:46:24 UTC (rev 1083348)
+++ PKGBUILD2021-12-23 21:50:28 UTC (rev 1083349)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=21.11
+pkgver=21.12
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -10,16 +10,11 @@
 license=('custom:zlib')
 depends=('sdl2' 'gst-libav')
 makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;
- https://github.com/FNA-XNA/FAudio/commit/de0c1f83.patch)
-sha512sums=('b5e40e7c6aa83bb08376227d92d707e6d18f8391fbd0d4adec9d2b6a61dbd5851c95861eccba48b8aac69476880d70d8ea4f6a2942c9b631f87778b5ee3f2f6a'
-
'f7db327c78486659feca6a578329bde43a320e106c25a66f221526a86ad65dfb1079f99f85fc76abc8ca38a858bc162f6ab48ff8cc69e3e7e56fd724c014')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('63a6db1dab37fa2c562f8ab94fa61f489eddcb5d362fdba00bc513cceeff18b8411c7d83233f4836934d9fe315cbfdb079f2a31ff7b77028fd2496a0fa4a6a75')
 
 prepare() {
   mkdir -p build
-
-# Fix build
-  patch -d FAudio-$pkgver -p1 < de0c1f83.patch
 }
 
 build() {



[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:46:24
  Author: arojas
Revision: 1083348

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 1083347, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 21:46:14 UTC (rev 1083347)
+++ PKGBUILD2021-12-23 21:46:24 UTC (rev 1083348)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.70.0
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=(x86_64)
-url=https://git.gnome.org/browse/glib-networking/
-license=(GPL2)
-depends=(
-  glib-networking
-  lib32-glib2
-  lib32-gnutls
-  lib32-libproxy
-)
-makedepends=(
-  git
-  meson
-)
-checkdepends=(
-  ca-certificates
-)
-_tag=00ecb55ab1a3178d55c3e503e7c06cea072b504c
-source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd glib-networking
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  arch-meson glib-networking build --libdir=/usr/lib32
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 1083347, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 21:46:24 UTC (rev 1083348)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.70.1
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=(x86_64)
+url=https://git.gnome.org/browse/glib-networking/
+license=(GPL2)
+depends=(
+  glib-networking
+  lib32-glib2
+  lib32-gnutls
+  lib32-libproxy
+)
+makedepends=(
+  git
+  meson
+)
+checkdepends=(
+  ca-certificates
+)
+_tag=b0d45b17f745088256c9ad1ae9a7e2467dec6286
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd glib-networking
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  arch-meson glib-networking build --libdir=/usr/lib32
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:46:14
  Author: arojas
Revision: 1083347

Update to 2.70.1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 21:36:25 UTC (rev 1083346)
+++ PKGBUILD2021-12-23 21:46:14 UTC (rev 1083347)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.70.0
+pkgver=2.70.1
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 checkdepends=(
   ca-certificates
 )
-_tag=00ecb55ab1a3178d55c3e503e7c06cea072b504c
+_tag=b0d45b17f745088256c9ad1ae9a7e2467dec6286
 source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:36:25
  Author: arojas
Revision: 1083346

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 21:36:10 UTC (rev 1083345)
+++ PKGBUILD2021-12-23 21:36:25 UTC (rev 1083346)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=lib32-libthai
-pkgver=0.1.28
-pkgrel=1
-pkgdesc='Thai language support routines'
-url='https://linux.thai.net/projects/libthai'
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libdatrie')
-makedepends=('autoconf-archive' 'git')
-source=("git+https://github.com/tlwg/libthai.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libthai
-
-  ./autogen.sh
-}
-
-build() {
-  cd libthai
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static \
---disable-doxygen-doc
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libthai install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libthai/repos/multilib-x86_64/PKGBUILD (from rev 1083345, 
lib32-libthai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 21:36:25 UTC (rev 1083346)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=lib32-libthai
+pkgver=0.1.29
+pkgrel=1
+pkgdesc='Thai language support routines'
+url='https://linux.thai.net/projects/libthai'
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libdatrie')
+makedepends=('autoconf-archive' 'git')
+source=("git+https://github.com/tlwg/libthai.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd libthai
+
+  ./autogen.sh
+}
+
+build() {
+  cd libthai
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--disable-doxygen-doc
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libthai install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 21:36:10
  Author: arojas
Revision: 1083345

Update to 0.1.29

Modified:
  lib32-libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 20:27:15 UTC (rev 1083344)
+++ PKGBUILD2021-12-23 21:36:10 UTC (rev 1083345)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul 
 
 pkgname=lib32-libthai
-pkgver=0.1.28
+pkgver=0.1.29
 pkgrel=1
 pkgdesc='Thai language support routines'
 url='https://linux.thai.net/projects/libthai'



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:27:15
  Author: arojas
Revision: 1083344

archrelease: copy trunk to community-any

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

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

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

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



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:27:06
  Author: arojas
Revision: 1083343

Update to 14.32.6

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 20:17:36 UTC (rev 1083342)
+++ PKGBUILD2021-12-23 20:27:06 UTC (rev 1083343)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.5
+pkgver=14.32.6
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('014f15503919651328e1617f0e97315a0a7d53b8d866d7c58e27cd7fbb69bc78')
+sha256sums=('6fd13f2097ea780f2b05242881bfd9541316df2f5b7367418ff0489741d6151f')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:17:59
  Author: arojas
Revision: 433004

credit

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 20:07:56 UTC (rev 433003)
+++ PKGBUILD2021-12-23 20:17:59 UTC (rev 433004)
@@ -51,7 +51,7 @@
   lib/${_JARCH}/libsplashscreen.so)
 
 prepare() {
-# Fix build with C++17
+# Fix build with C++17 (Fedora)
   patch -d hotspot-${_repo_ver} -p2 < gcc11.patch
 
   cd jdk8u-${_repo_ver}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:17:36
  Author: arojas
Revision: 1083342

archrelease: copy trunk to community-x86_64

Added:
  featherpad/repos/community-x86_64/PKGBUILD
(from rev 1083341, featherpad/trunk/PKGBUILD)
  featherpad/repos/community-x86_64/featherpad.appdata.xml
(from rev 1083341, featherpad/trunk/featherpad.appdata.xml)
Deleted:
  featherpad/repos/community-x86_64/PKGBUILD
  featherpad/repos/community-x86_64/featherpad.appdata.xml

+
 PKGBUILD   |   56 ++---
 featherpad.appdata.xml |   90 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 20:17:27 UTC (rev 1083341)
+++ PKGBUILD2021-12-23 20:17:36 UTC (rev 1083342)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Peter Mattern 
-
-pkgname=featherpad
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Lightweight Qt plain text editor'
-arch=('x86_64')
-url='https://github.com/tsujan/FeatherPad'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 
'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
-'featherpad.appdata.xml')
-sha256sums=('bb605569f851527d4151c779b63bc06b6f974bbcc689cd2b80ef84e4f7fabafb'
-'SKIP'
-'d67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
-  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: featherpad/repos/community-x86_64/PKGBUILD (from rev 1083341, 
featherpad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 20:17:36 UTC (rev 1083342)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Peter Mattern 
+
+pkgname=featherpad
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Lightweight Qt plain text editor'
+arch=('x86_64')
+url='https://github.com/tsujan/FeatherPad'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 
'qt5-x11extras')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
+'featherpad.appdata.xml')
+sha256sums=('210b7025f821ad1196b514d432033526eda7ddc77e613cdf385560b943d4c4be'
+'SKIP'
+'d67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Deleted: featherpad.appdata.xml
===
--- featherpad.appdata.xml  2021-12-23 20:17:27 UTC (rev 1083341)
+++ featherpad.appdata.xml  2021-12-23 20:17:36 UTC (rev 1083342)
@@ -1,45 +0,0 @@
-
-
-  com.github.FeatherPad
-  featherpad.desktop
-  FeatherPad
-  Lightweight Qt plain text editor
-  CC0-1.0
-  GPL-3.0
-  
-FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is 
independent of any desktop environment and has:
-
-  Drag-and-drop support, including tab detachment and attachment
-  X11 virtual desktop awareness (using tabs on current desktop but 
opening a new window on another)
-  An optionally permanent search-bar with a different search entry for 
each tab
-  Instant highlighting of found matches when searching
-  A docked window for text replacement
-  Support for showing line numbers and jumping to a specific line
-  Optional selection highlighting
-  Automatic detection of text encoding as far as possible and optional 
saving with encoding
-  Syntax highlighting for common programming languages
-  Ability to open URLs with appropriate applications
-  Session management
-  Side-pane mode
-  Auto-saving
-  Spell checking with Hunspell
-  Printing
-  Text zooming
-  Appropriate but non-interrupting prompts
-  Other features that can be found in its settings, on its menus or 
when it is actually used.
-
-  
-  
-
-  
https://raw.githubusercontent.com/tsujan/FeatherPad/master/screenshots/Tabs.png
-
-
-  
https://raw.githubusercontent.com/tsujan/FeatherPad/master/screenshots/Side-Pane.png
-
-  
-  https://github.com/tsujan/FeatherPad/issues
-  

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:17:27
  Author: arojas
Revision: 1083341

Update to 1.1.0

Modified:
  featherpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 18:29:48 UTC (rev 1083340)
+++ PKGBUILD2021-12-23 20:17:27 UTC (rev 1083341)
@@ -2,7 +2,7 @@
 # Contributor: Peter Mattern 
 
 pkgname=featherpad
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Lightweight Qt plain text editor'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
 'featherpad.appdata.xml')
-sha256sums=('bb605569f851527d4151c779b63bc06b6f974bbcc689cd2b80ef84e4f7fabafb'
+sha256sums=('210b7025f821ad1196b514d432033526eda7ddc77e613cdf385560b943d4c4be'
 'SKIP'
 'd67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
 validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')



[arch-commits] Commit in java8-openjdk/repos/extra-x86_64 (9 files)

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:07:56
  Author: arojas
Revision: 433003

archrelease: copy trunk to extra-x86_64

Added:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 433002, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/gcc11.patch
(from rev 433002, java8-openjdk/trunk/gcc11.patch)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 433002, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 433002, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 433002, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 PKGBUILD |  555 ++---
 gcc11.patch  |   74 
 install_jdk8-openjdk.sh  |  100 +++---
 install_jre8-openjdk-headless.sh |   96 +++---
 install_jre8-openjdk.sh  |   84 ++---
 5 files changed, 494 insertions(+), 415 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 20:07:39 UTC (rev 433002)
+++ PKGBUILD2021-12-23 20:07:56 UTC (rev 433003)
@@ -1,275 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Boyan Ding 
-
-pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
-pkgbase=java8-openjdk
-_java_ver=8
-_jdk_update=292
-_jdk_build=10
-pkgver=${_java_ver}.u${_jdk_update}
-_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
-pkgrel=1
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment=8' 'ccache' 'cpio' 'unzip' 'zip'
- 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')
-_url_src=https://hg.openjdk.java.net/jdk8u/jdk8u
-source=(jdk8u-${_repo_ver}.tar.gz::${_url_src}/archive/${_repo_ver}.tar.gz
-
corba-${_repo_ver}.tar.gz::${_url_src}/corba/archive/${_repo_ver}.tar.gz
-
hotspot-${_repo_ver}.tar.gz::${_url_src}/hotspot/archive/${_repo_ver}.tar.gz
-jdk-${_repo_ver}.tar.gz::${_url_src}/jdk/archive/${_repo_ver}.tar.gz
-
jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz
-jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
-
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
-
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
-
-sha256sums=('aba46c3c758b5fdedc812ce7d8ac46b45c3dfc2c51e41f9b23683d3ea4119d2b'
-'55028874f71eda4bd170580885dd1bf707fd69c1e4a4af14175e6ac777ef5927'
-'6a6be1e9d69d0bc8ca98b356e1150baae9e112241e3392c2adb6b30ec82864af'
-'67f1c3a2c897c81bafb14327fcea249b9faac31a0b4d09321eae79847d4ea509'
-'749073e9ba943a6fc87239d808463b05c804a5855fbc8c99fe9a090ae8cd07ef'
-'ca954d02629c43a0b553df75c1c7fe9cea31c428d99a9718a3e6860d684fb8a1'
-'e742f778cbdcb76b4dc593b9fed4bee26af91972096a265c1edb6d8e6ddf6fa3'
-'1f335e8fb4ddff5786d1b65345daa4e525aa4ebcefe7e24bf5428b259e47c5d0')
-
-case "${CARCH}" in
-  'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
-  'i686'  ) _JARCH=i386  ; _DOC_ARCH=x86;;
-esac
-
-_jdkname=openjdk8
-_jvmdir=/usr/lib/jvm/java-8-openjdk
-_prefix="jdk8u-${_repo_ver}/image"
-_imgdir="${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_jdk_update})"
-_nonheadless=(bin/policytool
-  lib/${_JARCH}/libjsound.so
-  lib/${_JARCH}/libjsoundalsa.so
-  lib/${_JARCH}/libsplashscreen.so)
-
-prepare() {
-  cd jdk8u-${_repo_ver}
-  for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn; do
-ln -s ../${subrepo}-${_repo_ver} ${subrepo}
-  done
-}
-
-build() {
-  cd jdk8u-${_repo_ver}
-
-  unset JAVA_HOME
-  # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346
-  export MAKEFLAGS=${MAKEFLAGS/-j*}
-
-  # Avoid optimization of HotSpot being lowered from O3 to O2
-  export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} 
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow= 
-Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse 
-fno-delete-null-pointer-checks -fcommon -Wno-error=format-overflow="
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS} -fcommon"
-
-  install -d -m 755 "${srcdir}/${_prefix}/"
-  sh configure \
---prefix="${srcdir}/${_prefix}" \
---with-update-version="${_jdk_update}" \
---with-build-number="b${_jdk_build}" \
---with-milestone="fcs" \
---enable-unlimited-crypto \
---with-zlib=system \
---with-extra-cflags="${CFLAGS}" \
---with-extra-cxxflags="${CXXFLAGS}" \
-

[arch-commits] Commit in java8-openjdk/trunk (PKGBUILD gcc11.patch)

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 20:07:39
  Author: arojas
Revision: 433002

Update to u312

Added:
  java8-openjdk/trunk/gcc11.patch
Modified:
  java8-openjdk/trunk/PKGBUILD

-+
 PKGBUILD|   31 ++--
 gcc11.patch |   74 ++
 2 files changed, 92 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:15:03 UTC (rev 433001)
+++ PKGBUILD2021-12-23 20:07:39 UTC (rev 433002)
@@ -5,10 +5,10 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=292
+_jdk_update=312
 _jdk_build=10
 pkgver=${_java_ver}.u${_jdk_update}
-_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
+_repo_ver=jdk${_java_ver}u${_jdk_update}-ga
 pkgrel=1
 arch=('x86_64')
 url='https://openjdk.java.net/'
@@ -23,16 +23,18 @@
 
jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz
 jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
-
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
+
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz
+gcc11.patch)
 
-sha256sums=('aba46c3c758b5fdedc812ce7d8ac46b45c3dfc2c51e41f9b23683d3ea4119d2b'
-'55028874f71eda4bd170580885dd1bf707fd69c1e4a4af14175e6ac777ef5927'
-'6a6be1e9d69d0bc8ca98b356e1150baae9e112241e3392c2adb6b30ec82864af'
-'67f1c3a2c897c81bafb14327fcea249b9faac31a0b4d09321eae79847d4ea509'
-'749073e9ba943a6fc87239d808463b05c804a5855fbc8c99fe9a090ae8cd07ef'
-'ca954d02629c43a0b553df75c1c7fe9cea31c428d99a9718a3e6860d684fb8a1'
-'e742f778cbdcb76b4dc593b9fed4bee26af91972096a265c1edb6d8e6ddf6fa3'
-'1f335e8fb4ddff5786d1b65345daa4e525aa4ebcefe7e24bf5428b259e47c5d0')
+sha256sums=('c10d984ab561f9e9733c313432e0da88bed9cde5202b462bc73cfe488fc65328'
+'0a66933a2d7011eece138ca1e8d3db584335c711463092c79ada638c825c41d1'
+'1bef21655dae14e1964c14add6c23c6c2f555a79e269a3bfe06e8a8d2a23fd0a'
+'f06786055e3266913a0c3b647e877d6bcffea618503c5ac30f6e224d98013207'
+'8bf8a31a5bdf98ebc1b30163b952a86288ecb1d3411f4ac659eed6a020a4f9d7'
+'d394e6e3f7858ec16d9f32b147f30f01d37bf5fbc8428019171f6677bb511ef4'
+'684ed7650fba6e36272d85076cdeabf73c22917e1b9e5a37c9645a91918eeab3'
+'253d8ffa68f210d284c3344d5df94f2ef1279e5a4155a2a1b3d2436d552864b1'
+'e1e9452b2078c3e9b45aa73491f3f187e7a9abbc40b6a7fc9239d4e5e525569e')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
@@ -49,6 +51,9 @@
   lib/${_JARCH}/libsplashscreen.so)
 
 prepare() {
+# Fix build with C++17
+  patch -d hotspot-${_repo_ver} -p2 < gcc11.patch
+
   cd jdk8u-${_repo_ver}
   for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn; do
 ln -s ../${subrepo}-${_repo_ver} ${subrepo}
@@ -63,8 +68,8 @@
   export MAKEFLAGS=${MAKEFLAGS/-j*}
 
   # Avoid optimization of HotSpot being lowered from O3 to O2
-  export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} 
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow= 
-Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse 
-fno-delete-null-pointer-checks -fcommon -Wno-error=format-overflow="
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS} -fcommon"
+  export CFLAGS="${CFLAGS//-O2/-O3} -Wno-error=deprecated-declarations 
-Wno-error=stringop-overflow= -Wno-error=return-type -Wno-error=cpp 
-fno-lifetime-dse -fno-delete-null-pointer-checks -fcommon 
-Wno-error=format-overflow="
+  export CXXFLAGS="${CXXFLAGS} -fcommon"
 
   install -d -m 755 "${srcdir}/${_prefix}/"
   sh configure \

Added: gcc11.patch
===
--- gcc11.patch (rev 0)
+++ gcc11.patch 2021-12-23 20:07:39 UTC (rev 433002)
@@ -0,0 +1,74 @@
+diff --git a/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp 
b/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
+index 31955ff7..6dcd90ac 100644
+--- openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
 openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
+@@ -4564,7 +4564,7 @@ char *ADLParser::get_paren_expr(const char *description, 
bool include_location)
+ // string(still inside the file buffer).  Returns a pointer to the string or
+ // NULL if some other token is found instead.
+ char *ADLParser::get_ident_common(bool do_preproc) {
+-  register char c;
++  char c;
+   char *start;// Pointer to start of token
+   char *end;  // Pointer to end of token
+ 
+@@ -4762,7 +4762,7 @@ char *ADLParser::get_unique_ident(FormDict& dict, const 
char* nameDescription){
+ // invokes a parse_err if the next token is not an integer.

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:28:10
  Author: arojas
Revision: 1083339

archrelease: copy trunk to community-x86_64

Added:
  chrony/repos/community-x86_64/PKGBUILD
(from rev 1083338, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.sysusers
(from rev 1083338, chrony/trunk/chrony.sysusers)
  chrony/repos/community-x86_64/chrony.tmpfiles
(from rev 1083338, chrony/trunk/chrony.tmpfiles)
Deleted:
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.sysusers
  chrony/repos/community-x86_64/chrony.tmpfiles

-+
 PKGBUILD|  182 +++---
 chrony.sysusers |2 
 chrony.tmpfiles |2 
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 18:27:58 UTC (rev 1083338)
+++ PKGBUILD2021-12-23 18:28:10 UTC (rev 1083339)
@@ -1,91 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: cdhotfire 
-# Contributor: Shinlun Hsieh 
-# Contributor: Elisamuel Resto 
-
-pkgname=chrony
-pkgver=4.1
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-url='https://chrony.tuxfamily.org/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'libcap' 'libcap.so' 'libedit' 'libedit.so' 'libseccomp' 
'libseccomp.so'
- 'nettle' 'libnettle.so' 'gnutls')
-makedepends=('asciidoctor')
-options=('!emptydirs')
-backup=('etc/chrony.conf')
-source=(https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt
-chrony.sysusers
-chrony.tmpfiles)
-sha256sums=('ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c'
-'SKIP'
-'56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
-'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
-b2sums=('f9c4b44c521ee592c109b8a3d500b9cb3ea4fbf0d7dce9d8754498ad41ce2ac87c913cf72a38557ce5f28208672163b21b067307f723fd91cc91d71f69e739ef'
-'SKIP'
-
'e310a05f95d84741f7ddbbc496c52a9f603bb79afc47e57d291a92ae02efb630a357fda378ab5a11875c3997d073e05019d88dce7bbf4377a0228f328ba78fec'
-
'e709df2f97b523ef1c7a9dae3232ccbd235ac8f025eba866165272f8ba0372a0aba965d3aae1402395e43331bd629b9d8f3fbffd75fc254f4a7e5ecd47f73130')
-validpgpkeys=(
-  '8F375C7E8D0EE125A3D3BD51537E2B76F7680DAC' # Miroslav Lichvar 

-)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i \
--e 's|pool pool.ntp.org|pool 2.arch.pool.ntp.org|g' \
--e 's|server foo.example.net|server 0.arch.pool.ntp.org|g' \
--e 's|server bar.example.net|server 1.arch.pool.ntp.org|g' \
--e 's|server baz.example.net|server 3.arch.pool.ntp.org|g' \
-examples/chrony.conf.example*
-  sed 's|/usr/sbin|/usr/bin|g' -i examples/*.service
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-scfilter \
---enable-ntp-signd \
---with-user=chrony \
---with-sendmail=/usr/bin/sendmail \
---with-hwclockfile=/etc/adjtime \
---sbindir=/usr/bin \
---with-pidfile=/run/chrony/chronyd.pid
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install-docs
-
-  install -Dm 644 "${srcdir}/chrony.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/chrony.conf"
-  install -Dm 644 "${srcdir}/chrony.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/chrony.conf"
-  install -Dm 644 examples/{chronyd,chrony-wait}.service -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 examples/chrony.logrotate "${pkgdir}/etc/logrotate.d/chrony"
-  install -Dm 644 README NEWS FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  echo "chronyd.service" | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/lib/systemd/ntp-units.d/chrony.list"
-
-  install -Dm 644 examples/chrony.conf.example3 "${pkgdir}/etc/chrony.conf"
-  sed -i \
--e '/^! pool /s/^! //' \
--e '/^! leapsectz right\/UTC/s/^! //' \
--e '/^! makestep 1.0 3/s/^! //' \
--e '/^! rtcsync/s/^! //' \
-"${pkgdir}/etc/chrony.conf"
-
-  rmdir "${pkgdir}"{/var/lib/chrony,/var/lib}
-}
-
-# vim: ts=2 sw=2 et:

Copied: chrony/repos/community-x86_64/PKGBUILD (from rev 1083338, 
chrony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 18:28:10 UTC (rev 1083339)
@@ -0,0 +1,91 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: cdhotfire 
+# Contributor: Shinlun Hsieh 
+# 

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:27:58
  Author: arojas
Revision: 1083338

Update to 4.2

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 18:23:16 UTC (rev 1083337)
+++ PKGBUILD2021-12-23 18:27:58 UTC (rev 1083338)
@@ -8,7 +8,7 @@
 # Contributor: Elisamuel Resto 
 
 pkgname=chrony
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 url='https://chrony.tuxfamily.org/'
@@ -23,11 +23,11 @@
 
${pkgname}-${pkgver}.tar.gz.asc::https://download.tuxfamily.org/chrony/${pkgname}-${pkgver}-tar-gz-asc.txt
 chrony.sysusers
 chrony.tmpfiles)
-sha256sums=('ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c'
+sha256sums=('273f9fd15c328ed6f3a5f6ba6baec35a421a34a73bb725605329b1712048db9a'
 'SKIP'
 '56aa817638c8f959169d514f1e7fc727ef31e7d3beda4fca5165292c7602ee42'
 'c0b52787f68f3ef365eef64f53f22b4fb0046a91f0e38923f9d16f1ca19c3f3a')
-b2sums=('f9c4b44c521ee592c109b8a3d500b9cb3ea4fbf0d7dce9d8754498ad41ce2ac87c913cf72a38557ce5f28208672163b21b067307f723fd91cc91d71f69e739ef'
+b2sums=('6eac4f144f5811d0f83a9827e2b5113dead1ff96952f6e6d32dcea9858e04512f635d70237fe6faced095991204b0f62bcb0e9d1a4b34e8778f205058afdfb45'
 'SKIP'
 
'e310a05f95d84741f7ddbbc496c52a9f603bb79afc47e57d291a92ae02efb630a357fda378ab5a11875c3997d073e05019d88dce7bbf4377a0228f328ba78fec'
 
'e709df2f97b523ef1c7a9dae3232ccbd235ac8f025eba866165272f8ba0372a0aba965d3aae1402395e43331bd629b9d8f3fbffd75fc254f4a7e5ecd47f73130')



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:02:59
  Author: arojas
Revision: 1083322

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 1083321, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 1083321, vtk/trunk/PKGBUILD)

--+
 .contrib |6 ++
 PKGBUILD |  127 +
 2 files changed, 133 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 1083321, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2021-12-23 18:02:59 UTC (rev 1083322)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 1083321, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 18:02:59 UTC (rev 1083322)
@@ -0,0 +1,127 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Bruno Pagani 
+# Contributor: Michael Migliore 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=9.1.0
+pkgrel=9
+pkgdesc="Software system for 3D computer graphics, image processing, and 
visualization"
+arch=(x86_64)
+url="https://www.vtk.org/;
+license=(BSD)
+depends=(gcc-libs double-conversion tbb)
+makedepends=(adios2 cmake boost doxygen ffmpeg gdal git gnuplot 
java-environment=11
+ liblas libxt openimagedenoise openmp openmpi openvdb openvr 
ospray pdal
+ postgresql python-matplotlib qt5-base qt5-tools qt5-webkit
+ qt5-x11extras tk unixodbc wget
+ cgns double-conversion eigen expat fmt freetype2 gl2ps glew hdf5 
libjpeg
+ jsoncpp libharu proj libxml2 lz4 xz python-mpi4py netcdf libogg
+ libpng pugixml rapidjson sqlite libtheora libtiff utf8cpp zfp 
zlib)
+# pegtl https://gitlab.kitware.com/vtk/vtk/-/issues/18151
+optdepends=('gnuplot: plotting tools'
+'graphviz: drawing tools'
+'java-runtime=11: java bindings'
+'python: python bindings'
+'python-mpi4py: OpenMPI python support'
+'python-matplotlib: for Matplotlib rendering'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'tk: tcl bindings'
+adios2
+cgns
+ffmpeg
+gdal
+gl2ps
+glew
+hdf5
+jsoncpp
+libarchive
+libharu
+liblas
+lz4
+netcdf
+openimagedenoise
+openvdb
+openvr
+ospray
+pdal
+postgresql
+pugixml
+proj
+sqlite
+unixodbc)
+source=(${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz
+
vtk-tbb-2021.patch::https://gitlab.kitware.com/vtk/vtk-m/-/merge_requests/2509.patch)
+options=(staticlibs)
+sha256sums=('8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96'
+'37cff664c4eaacf44ecb995e62e9e54e54880bae0857d598c74660a2159ccb2e')
+
+prepare() {
+  cd VTK-${pkgver}
+  # We have a patched libharu
+  sed -i "s|2.4.0|2.3.0|" ThirdParty/libharu/CMakeLists.txt
+  # We have a patched fmt
+  sed -i "s|8.1.0|8.0.1|" ThirdParty/fmt/CMakeLists.txt
+  # Fix build with TBB 2021
+  patch -d ThirdParty/vtkm/vtkvtkm/vtk-m -p1 -i "$srcdir"/vtk-tbb-2021.patch
+}
+
+build() {
+  # To help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+  # To set tcl lib path
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+  # We do not have packages for cli11, exprtk, ioss
+  cmake -B build -S VTK-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LICENSEDIR=share/licenses/vtk \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_SKIP_INSTALL_RPATH=ON \
+-DBUILD_SHARED_LIBS=ON \
+-DVTK_BUILD_ALL_MODULES=ON \
+-DVTK_INSTALL_TCL_DIR=/usr/lib/tcl${_tkver}/vtk/ \
+-DVTK_LEGACY_REMOVE=ON \
+-DVTK_SMP_ENABLE_OPENMP=ON \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTK_PYTHON_VERSION=3 \
+-DVTK_USE_MPI=ON \
+-DVTK_USE_TK=ON \
+-DVTK_VERSIONED_INSTALL=OFF \
+-DVTK_WRAP_JAVA=ON \
+-DVTK_WRAP_PYTHON=ON \
+-DVTKOSPRAY_ENABLE_DENOISER=ON \
+-DVTKm_ENABLE_HDF5_IO=ON \
+-DVTKm_ENABLE_MPI=ON \
+-DVTKm_ENABLE_OPENMP=ON \
+-DVTK_USE_EXTERNAL=ON \
+-DVTK_MODULE_USE_EXTERNAL_VTK_cli11=OFF \
+-DVTK_MODULE_USE_EXTERNAL_VTK_exprtk=OFF \
+

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:02:47
  Author: arojas
Revision: 1083321

gdal 3.4 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 18:01:01 UTC (rev 1083320)
+++ PKGBUILD2021-12-23 18:02:47 UTC (rev 1083321)
@@ -7,7 +7,7 @@
 
 pkgname=vtk
 pkgver=9.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Software system for 3D computer graphics, image processing, and 
visualization"
 arch=(x86_64)
 url="https://www.vtk.org/;



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:01:01
  Author: arojas
Revision: 1083320

archrelease: copy trunk to community-x86_64

Added:
  kid3/repos/community-x86_64/PKGBUILD
(from rev 1083319, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 1083319, kid3/trunk/kid3.changelog)
Deleted:
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog

+
 PKGBUILD   |  142 -
 kid3.changelog |  310 +++
 2 files changed, 226 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 18:00:51 UTC (rev 1083319)
+++ PKGBUILD2021-12-23 18:01:01 UTC (rev 1083320)
@@ -1,71 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3-common' 'kid3-qt' 'kid3')
-pkgver=3.8.7
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor"
-arch=('x86_64')
-url="https://kid3.kde.org/;
-license=('GPL')
-depends=('chromaprint' 'flac' 'id3lib' 'kxmlgui' 'libmp4v2'
- 'qt5-declarative' 'qt5-multimedia' 'taglib' 'kio')
-makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules' 'kdoctools' 'python' 
'qt5-tools')
-changelog=$pkgbase.changelog
-source=(https://prdownloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.sig})
-validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('9239576626295fb31f12027d5c6c79d65658ebc0822ab59c5eb3d7a84dee2f41'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-}
-
-build() {
-  cd "${srcdir}"/build
-  export CXXFLAGS+=' -DNDEBUG' # FS#69904
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_APPS="CLI;Qt;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-  make
-}
-
-package_kid3-common() {
-  pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, CLI version and common 
files"
-  depends=('chromaprint' 'flac' 'id3lib' 'libmp4v2' 'libvorbis' 'qt5-base' 
'taglib')
-  optdepends=('qt5-declarative: GUI support library'
-  'qt5-multimedia: GUI support library')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/bin/kid3{,-qt} \
-"$pkgdir"/usr/share/{applications,icons,kxmlgui5,metainfo}
-}
-
-package_kid3-qt() {
-  pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-  depends=("kid3-common=$pkgver" 'qt5-declarative' 'qt5-multimedia')
-
-  cd "$srcdir"/build
-  make -C src/app/qt DESTDIR="${pkgdir}" install
-}
-
-package_kid3() {
-  pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-  depends=("kid3-common=$pkgver" 'kxmlgui' 'qt5-declarative' 'qt5-multimedia' 
'kio')
-
-  cd "$srcdir"/build
-  make -C src/app DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/bin/kid3-{cli,qt} \
-"$pkgdir"/usr/share/applications/org.kde.kid3-qt.desktop \
-"$pkgdir"/usr/share/icons/hicolor/*/apps/kid3-qt.{png,svg} \
-"$pkgdir"/usr/share/metainfo/org.kde.kid3-qt.appdata.xml
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 1083319, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 18:01:01 UTC (rev 1083320)
@@ -0,0 +1,71 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3-common' 'kid3-qt' 'kid3')
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor"
+arch=('x86_64')
+url="https://kid3.kde.org/;
+license=('GPL')
+depends=('chromaprint' 'flac' 'id3lib' 'kxmlgui' 'libmp4v2'
+ 'qt5-declarative' 'qt5-multimedia' 'taglib' 'kio')
+makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules' 'kdoctools' 'python' 
'qt5-tools')
+changelog=$pkgbase.changelog
+source=(https://prdownloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.sig})
+validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
+sha256sums=('ca109c91a778546bbdb8e83f0848c91d996faa7cf806ab8af849664c2d040199'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+  export CXXFLAGS+=' -DNDEBUG' # FS#69904
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_APPS="CLI;Qt;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+  make
+}
+
+package_kid3-common() {
+  pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, CLI version and common 
files"
+  depends=('chromaprint' 'flac' 'id3lib' 'libmp4v2' 'libvorbis' 'qt5-base' 
'taglib')
+  optdepends=('qt5-declarative: GUI support library'
+  'qt5-multimedia: GUI support library')
+
+  cd "$srcdir"/build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir"/usr/bin/kid3{,-qt} \
+"$pkgdir"/usr/share/{applications,icons,kxmlgui5,metainfo}
+}
+

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 18:00:51
  Author: arojas
Revision: 1083319

Update to 3.9.0

Modified:
  kid3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:57:34 UTC (rev 1083318)
+++ PKGBUILD2021-12-23 18:00:51 UTC (rev 1083319)
@@ -3,7 +3,7 @@
 
 pkgbase=kid3
 pkgname=('kid3-common' 'kid3-qt' 'kid3')
-pkgver=3.8.7
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 changelog=$pkgbase.changelog
 
source=(https://prdownloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.sig})
 validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('9239576626295fb31f12027d5c6c79d65658ebc0822ab59c5eb3d7a84dee2f41'
+sha256sums=('ca109c91a778546bbdb8e83f0848c91d996faa7cf806ab8af849664c2d040199'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in pan/trunk (pan-enchant-2.patch)

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:57:34
  Author: arojas
Revision: 1083318

Drop unused patch

Deleted:
  pan/trunk/pan-enchant-2.patch

-+
 pan-enchant-2.patch |   56 --
 1 file changed, 56 deletions(-)

Deleted: pan-enchant-2.patch
===
--- pan-enchant-2.patch 2021-12-23 17:57:09 UTC (rev 1083317)
+++ pan-enchant-2.patch 2021-12-23 17:57:34 UTC (rev 1083318)
@@ -1,56 +0,0 @@
-From 80cc2da52e839916f9290b53a0540a29cb6442bc Mon Sep 17 00:00:00 2001
-From: Petr Kovar 
-Date: Mon, 6 Dec 2021 23:21:21 +0100
-Subject: [PATCH] Actually build with enchant-2 for GTK 3
-
-CI: Don't bother trying to build with gtkspell-2.0 if enchant is
-no longer ailable on Ubuntu.
-
-CI: Since GTK 3 is not default, don't run make distcheck for it.

- .gitlab-ci.yml| 11 +--
- configure.ac  |  3 ++-
- pan/gui/group-prefs-dialog.cc |  4 
- 3 files changed, 11 insertions(+), 7 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index a719895..27e39ca 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -59,6 +59,7 @@ GTK3_REQUIRED=3.0.0
- GTKSPELL_REQUIRED=2.0.7
- GTKSPELL3_REQUIRED=2.0.16
- ENCHANT_REQUIRED=1.6.0
-+ENCHANT2_REQUIRED=2.2.3
- GNUTLS_REQUIRED=3.0.0
- LIBNOTIFY_REQUIRED=0.4.1
- LIBGKR_REQUIRED=3.2.0
-@@ -159,7 +160,7 @@ if test "x$want_gtk3" = "xyes" ; then
- AC_DEFINE(HAVE_GTK,[1],[GTK+ 3 support])]
- )
-   if test "x$want_gtkspell" = "xyes" ; then
--PKG_CHECK_MODULES([GTKSPELL], [gtkspell3-3.0 >= $GTKSPELL3_REQUIRED 
enchant >= $ENCHANT_REQUIRED],
-+PKG_CHECK_MODULES([GTKSPELL], [gtkspell3-3.0 >= $GTKSPELL3_REQUIRED 
enchant-2 >= $ENCHANT2_REQUIRED],
-   [
-   gtkspell_msg=yes
-   AC_DEFINE(HAVE_GTKSPELL,[1],[GtkSpell support for 
spellchecking])
-diff --git a/pan/gui/group-prefs-dialog.cc b/pan/gui/group-prefs-dialog.cc
-index 8bd07a8..5b9296a 100644
 a/pan/gui/group-prefs-dialog.cc
-+++ b/pan/gui/group-prefs-dialog.cc
-@@ -22,8 +22,12 @@
- #include 
- #include "gtk-compat.h"
- #ifdef HAVE_GTKSPELL
-+#if GTKSPELL_VERSION == 3
-+#include 
-+#else
- #include 
- #endif
-+#endif
- #include 
- #include 
- #include 
--- 
-GitLab
-



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:57:09
  Author: arojas
Revision: 1083317

archrelease: copy trunk to community-x86_64

Added:
  pan/repos/community-x86_64/PKGBUILD
(from rev 1083316, pan/trunk/PKGBUILD)
  pan/repos/community-x86_64/pan-enchant-2.patch
(from rev 1083316, pan/trunk/pan-enchant-2.patch)
Deleted:
  pan/repos/community-x86_64/PKGBUILD
  pan/repos/community-x86_64/pan-enchant-2.patch

-+
 PKGBUILD|   58 +++--
 pan-enchant-2.patch |  112 +-
 2 files changed, 81 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 17:56:58 UTC (rev 1083316)
+++ PKGBUILD2021-12-23 17:57:09 UTC (rev 1083317)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Bernard Baeyens (berbae) 
-
-pkgname=pan
-pkgver=0.148
-pkgrel=1
-pkgdesc='A powerful Newsgroup Article reader'
-arch=(x86_64)
-url='http://pan.rebelbase.com/'
-license=(GPL2)
-depends=(gtkspell3 gmime3)
-source=(https://pan.rebelbase.com/download/releases/$pkgver/source/pan-$pkgver.tar.gz
-pan-enchant-2.patch)
-sha256sums=('95798df5b5428d1134b41b7e0554d67131842706cd042605f50c79189cb5a28c'
-'1e4928c3cd555d0e4dc8b880e14e1409fe0647035addcc93359fb1800c4e7cfd')
-
-prepare() {
-  cd pan-$pkgver
-  sed -e '/gtk+-2.0/d' -i configure.ac
-  patch -p1 -i ../pan-enchant-2.patch # Fix build with enchant 2
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd pan-$pkgver
-  ./configure --prefix=/usr --with-gnutls --with-gtk3 --with-gtkspell
-  make
-}
-
-package() {
-  cd pan-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pan/repos/community-x86_64/PKGBUILD (from rev 1083316, 
pan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 17:57:09 UTC (rev 1083317)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Bernard Baeyens (berbae) 
+
+pkgname=pan
+pkgver=0.149
+pkgrel=1
+pkgdesc='A powerful Newsgroup Article reader'
+arch=(x86_64)
+url='http://pan.rebelbase.com/'
+license=(GPL2)
+depends=(gtkspell3 gmime3)
+makedepends=(itstool)
+source=(https://pan.rebelbase.com/download/releases/$pkgver/source/pan-$pkgver.tar.gz)
+sha256sums=('2445252125bc56d022dda1236adf80ae85274b41e5002c5667b0e032725b32b7')
+
+build() {
+  cd pan-$pkgver
+  ./configure --prefix=/usr --with-gnutls --with-gtk3 --with-gtkspell
+  make
+}
+
+package() {
+  cd pan-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: pan-enchant-2.patch
===
--- pan-enchant-2.patch 2021-12-23 17:56:58 UTC (rev 1083316)
+++ pan-enchant-2.patch 2021-12-23 17:57:09 UTC (rev 1083317)
@@ -1,56 +0,0 @@
-From 80cc2da52e839916f9290b53a0540a29cb6442bc Mon Sep 17 00:00:00 2001
-From: Petr Kovar 
-Date: Mon, 6 Dec 2021 23:21:21 +0100
-Subject: [PATCH] Actually build with enchant-2 for GTK 3
-
-CI: Don't bother trying to build with gtkspell-2.0 if enchant is
-no longer ailable on Ubuntu.
-
-CI: Since GTK 3 is not default, don't run make distcheck for it.

- .gitlab-ci.yml| 11 +--
- configure.ac  |  3 ++-
- pan/gui/group-prefs-dialog.cc |  4 
- 3 files changed, 11 insertions(+), 7 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index a719895..27e39ca 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -59,6 +59,7 @@ GTK3_REQUIRED=3.0.0
- GTKSPELL_REQUIRED=2.0.7
- GTKSPELL3_REQUIRED=2.0.16
- ENCHANT_REQUIRED=1.6.0
-+ENCHANT2_REQUIRED=2.2.3
- GNUTLS_REQUIRED=3.0.0
- LIBNOTIFY_REQUIRED=0.4.1
- LIBGKR_REQUIRED=3.2.0
-@@ -159,7 +160,7 @@ if test "x$want_gtk3" = "xyes" ; then
- AC_DEFINE(HAVE_GTK,[1],[GTK+ 3 support])]
- )
-   if test "x$want_gtkspell" = "xyes" ; then
--PKG_CHECK_MODULES([GTKSPELL], [gtkspell3-3.0 >= $GTKSPELL3_REQUIRED 
enchant >= $ENCHANT_REQUIRED],
-+PKG_CHECK_MODULES([GTKSPELL], [gtkspell3-3.0 >= $GTKSPELL3_REQUIRED 
enchant-2 >= $ENCHANT2_REQUIRED],
-   [
-   gtkspell_msg=yes
-   AC_DEFINE(HAVE_GTKSPELL,[1],[GtkSpell support for 
spellchecking])
-diff --git a/pan/gui/group-prefs-dialog.cc b/pan/gui/group-prefs-dialog.cc
-index 8bd07a8..5b9296a 100644
 a/pan/gui/group-prefs-dialog.cc
-+++ b/pan/gui/group-prefs-dialog.cc
-@@ -22,8 +22,12 @@
- #include 
- #include "gtk-compat.h"
- #ifdef HAVE_GTKSPELL
-+#if GTKSPELL_VERSION == 3
-+#include 
-+#else
- #include 
- #endif
-+#endif
- #include 
- #include 
- #include 
--- 
-GitLab
-

Copied: pan/repos/community-x86_64/pan-enchant-2.patch (from rev 1083316, 
pan/trunk/pan-enchant-2.patch)
===
--- pan-enchant-2.patch (rev 0)
+++ pan-enchant-2.patch 2021-12-23 17:57:09 UTC (rev 1083317)
@@ -0,0 +1,56 

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:56:58
  Author: arojas
Revision: 1083316

Update to 0.149

Modified:
  pan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:42:23 UTC (rev 1083315)
+++ PKGBUILD2021-12-23 17:56:58 UTC (rev 1083316)
@@ -2,7 +2,7 @@
 # Contributor: Bernard Baeyens (berbae) 
 
 pkgname=pan
-pkgver=0.148
+pkgver=0.149
 pkgrel=1
 pkgdesc='A powerful Newsgroup Article reader'
 arch=(x86_64)
@@ -9,18 +9,10 @@
 url='http://pan.rebelbase.com/'
 license=(GPL2)
 depends=(gtkspell3 gmime3)
-source=(https://pan.rebelbase.com/download/releases/$pkgver/source/pan-$pkgver.tar.gz
-pan-enchant-2.patch)
-sha256sums=('95798df5b5428d1134b41b7e0554d67131842706cd042605f50c79189cb5a28c'
-'1e4928c3cd555d0e4dc8b880e14e1409fe0647035addcc93359fb1800c4e7cfd')
+makedepends=(itstool)
+source=(https://pan.rebelbase.com/download/releases/$pkgver/source/pan-$pkgver.tar.gz)
+sha256sums=('2445252125bc56d022dda1236adf80ae85274b41e5002c5667b0e032725b32b7')
 
-prepare() {
-  cd pan-$pkgver
-  sed -e '/gtk+-2.0/d' -i configure.ac
-  patch -p1 -i ../pan-enchant-2.patch # Fix build with enchant 2
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
   cd pan-$pkgver
   ./configure --prefix=/usr --with-gnutls --with-gtk3 --with-gtkspell



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:42:23
  Author: arojas
Revision: 1083315

archrelease: copy trunk to community-staging-x86_64

Added:
  qmapshack/repos/community-staging-x86_64/
  qmapshack/repos/community-staging-x86_64/PKGBUILD
(from rev 1083314, qmapshack/trunk/PKGBUILD)

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

Copied: qmapshack/repos/community-staging-x86_64/PKGBUILD (from rev 1083314, 
qmapshack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:42:23 UTC (rev 1083315)
@@ -0,0 +1,24 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sanpi 
+# Contributor: Martin Brodbeck 
+
+pkgname=qmapshack
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='Consumer grade GIS software'
+arch=('x86_64')
+url='https://github.com/Maproom/qmapshack/wiki'
+license=('GPL3')
+depends=('alglib' 'gdal' 'proj' 'qt5-tools' 'qt5-webengine' 'quazip' 
'routino>=3.1')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Maproom/qmapshack/archive/refs/tags/V_$pkgver.tar.gz)
+sha256sums=('b407c0710c77e87c9c1f9e1e0d9d6b9055b28dda41b77f9c69ca10a9a6f4e0d5')
+
+build() {
+  cmake -S $pkgname-V_$pkgver -B build -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:42:16
  Author: arojas
Revision: 1083314

Update to 1.16.1, gdal 3.4 rebuild

Modified:
  qmapshack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:36:07 UTC (rev 1083313)
+++ PKGBUILD2021-12-23 17:42:16 UTC (rev 1083314)
@@ -3,7 +3,7 @@
 # Contributor: Martin Brodbeck 
 
 pkgname=qmapshack
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='Consumer grade GIS software'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('alglib' 'gdal' 'proj' 'qt5-tools' 'qt5-webengine' 'quazip' 
'routino>=3.1')
 makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Maproom/qmapshack/archive/refs/tags/V_1.16.0.tar.gz)
-sha256sums=('0beae1063fc17c033e6084ea71bc0cc95de505f6fc04da9cf8b70f8003df4302')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Maproom/qmapshack/archive/refs/tags/V_$pkgver.tar.gz)
+sha256sums=('b407c0710c77e87c9c1f9e1e0d9d6b9055b28dda41b77f9c69ca10a9a6f4e0d5')
 
 build() {
   cmake -S $pkgname-V_$pkgver -B build -DCMAKE_INSTALL_PREFIX='/usr'



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:36:07
  Author: arojas
Revision: 1083313

archrelease: copy trunk to community-staging-x86_64

Added:
  qgis/repos/community-staging-x86_64/
  qgis/repos/community-staging-x86_64/PKGBUILD
(from rev 1083312, qgis/trunk/PKGBUILD)

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

Copied: qgis/repos/community-staging-x86_64/PKGBUILD (from rev 1083312, 
qgis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:36:07 UTC (rev 1083313)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.22.2
+pkgrel=3
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
+ 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
+ 'python-qscintilla-qt5' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
+ 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwt' 'spatialindex')
+makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
+ 'txt2tags' 'sip' 'pyqt-builder')
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
+ 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
+sha256sums=('ff488a1f49a9b161dcffeb0bc8cc3142d3b4e7f4a5e8f95dcb25efc39b400870'
+'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DQWTPOLAR_LIBRARY=/usr/lib/libqwt.so \
+-DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQWT_POLAR_VERSION=0x060200" \
+-DWITH_INTERNAL_QWTPOLAR=FALSE \
+-DWITH_PDAL=TRUE
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml 
"$pkgdir/usr/share/mime/packages/qgis.xml"
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:35:58
  Author: arojas
Revision: 1083312

gdal 3.4 rebuild

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:13:16 UTC (rev 1083311)
+++ PKGBUILD2021-12-23 17:35:58 UTC (rev 1083312)
@@ -10,7 +10,7 @@
 
 pkgname=qgis
 pkgver=3.22.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=('GPL')



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:15:03
  Author: arojas
Revision: 433001

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 433000, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 17:14:52 UTC (rev 433000)
+++ PKGBUILD2021-12-23 17:15:03 UTC (rev 433001)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-_pkgver=5.0.0
-pkgver=${_pkgver/-/}
-pkgrel=1
-pkgdesc='Edit and paint images'
-arch=(x86_64)
-url='https://krita.org'
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
python-pyqt5 libheif
- qt5-tools sip kseexpr libmypaint)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter'
-'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 
'libmypaint: support for MyPaint brushes')
-source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
-sha256sums=('84d5833dbcab3fd3a418f4c37670d82ad919430f0c6d0a57b993907471eecc57'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

-  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov 
(main key) 
-  '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita 
Foundation 
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 433000, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 17:15:03 UTC (rev 433001)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=5.0.0
+pkgver=${_pkgver/-/}
+pkgrel=2
+pkgdesc='Edit and paint images'
+arch=(x86_64)
+url='https://krita.org'
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
python-pyqt5 libheif
+ qt5-tools sip kseexpr libmypaint)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
+'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
+'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 
'libmypaint: support for MyPaint brushes')
+source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
+sha256sums=('84d5833dbcab3fd3a418f4c37670d82ad919430f0c6d0a57b993907471eecc57'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov 
(main key) 
+  '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita 
Foundation 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:14:52
  Author: arojas
Revision: 433000

Drop krita-plugin-gmic optdepend, they require their own forked gmic now

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 12:43:01 UTC (rev 432999)
+++ PKGBUILD2021-12-23 17:14:52 UTC (rev 433000)
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=5.0.0
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc='Edit and paint images'
 arch=(x86_64)
 url='https://krita.org'
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
python-pyqt5 libheif
  qt5-tools sip kseexpr libmypaint)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter'
+'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
 'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 
'libmypaint: support for MyPaint brushes')
 
source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
 sha256sums=('84d5833dbcab3fd3a418f4c37670d82ad919430f0c6d0a57b993907471eecc57'



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:13:16
  Author: arojas
Revision: 1083311

archrelease: copy trunk to community-staging-x86_64

Added:
  python-fiona/repos/community-staging-x86_64/
  python-fiona/repos/community-staging-x86_64/PKGBUILD
(from rev 1083310, python-fiona/trunk/PKGBUILD)

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

Copied: python-fiona/repos/community-staging-x86_64/PKGBUILD (from rev 1083310, 
python-fiona/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:13:16 UTC (rev 1083311)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Fiona
+pkgname=python-${_pkg,,}
+pkgver=1.8.20
+pkgrel=6
+pkgdesc="Read and write geographic data files"
+arch=(x86_64)
+url="https://github.com/Toblerity/Fiona;
+license=(BSD)
+depends=(
+gdal
+python-attrs
+python-certifi
+python-click
+python-click-plugins
+python-cligj
+python-munch
+python-six
+)
+optdepends=(
+'python-shapely: fio-calc functionnality'
+'python-boto3: s3 support'
+)
+makedepends=(cython python-setuptools)
+checkdepends=(python-pytest python-boto3 python-pytz python-shapely)
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+# need sources generated with newer cython than the one used in pypi sources
+# https://github.com/Toblerity/Fiona/issues/1043
+source=(https://github.com/Toblerity/Fiona/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('9db20c25cd5657e12cf2b60bdd33954064ca31b7048b605885d34b390f898018')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  mv fiona{,.bak} # Avoid non-working local import
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  # Currently they are 67 failing tests but no time to investigate
+  PYTHONPATH="${PWD}"/build/lib.linux-${CARCH}-${python_version}/ pytest -m 
"not wheel" || echo "Warning: failed tests"
+  mv fiona{.bak,}
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:13:02
  Author: arojas
Revision: 1083310

gdal 3.4 rebuild

Modified:
  python-fiona/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:10:48 UTC (rev 1083309)
+++ PKGBUILD2021-12-23 17:13:02 UTC (rev 1083310)
@@ -3,7 +3,7 @@
 _pkg=Fiona
 pkgname=python-${_pkg,,}
 pkgver=1.8.20
-pkgrel=5
+pkgrel=6
 pkgdesc="Read and write geographic data files"
 arch=(x86_64)
 url="https://github.com/Toblerity/Fiona;



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:10:48
  Author: arojas
Revision: 1083309

archrelease: copy trunk to community-staging-x86_64

Added:
  postgis/repos/community-staging-x86_64/
  postgis/repos/community-staging-x86_64/PKGBUILD
(from rev 1083308, postgis/trunk/PKGBUILD)
  postgis/repos/community-staging-x86_64/postgis.changelog
(from rev 1083308, postgis/trunk/postgis.changelog)

---+
 PKGBUILD  |   36 
 postgis.changelog |  147 
 2 files changed, 183 insertions(+)

Copied: postgis/repos/community-staging-x86_64/PKGBUILD (from rev 1083308, 
postgis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:10:48 UTC (rev 1083309)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4')
+optdepends=('perl: for contrib script postgis_restore.pl')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7ab9e154c6947c0cffb8fa12d70806add9aa060e62b6c86a2e206f9d4b507cfd')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+#   sed -i 's/pj_get_release/proj_info/' configure # fix for proj8
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: postgis/repos/community-staging-x86_64/postgis.changelog (from rev 
1083308, postgis/trunk/postgis.changelog)
===
--- community-staging-x86_64/postgis.changelog  (rev 0)
+++ community-staging-x86_64/postgis.changelog  2021-12-23 17:10:48 UTC (rev 
1083309)
@@ -0,0 +1,147 @@
+2021-06-05 Jaroslav Lichtblau 
+* postgis-3.1.2-1
+
+2021-04-20 Jaroslav Lichtblau 
+* postgis-3.1.0-1
+
+2020-12-25 Jaroslav Lichtblau 
+* postgis-3.0.3-1
+* FS#68921 rebuild
+
+2020-02-23 Jaroslav Lichtblau 
+* postgis-3.0.1-1
+
+2019-11-27 Jaroslav Lichtblau 
+* postgis-3.0.0-1
+
+2019-10-16 Jaroslav Lichtblau 
+* postgis-2.5.3-2 protobuf 3.10 rebuild
+
+2019-09-18 Jaroslav Lichtblau 
+* postgis-2.5.3-1
+
+2019-06-16 Jaroslav Lichtblau 
+* postgis-2.5.2-1
+
+2019-03-04 Jaroslav Lichtblau 
+* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
+
+2018-11-21 Jaroslav Lichtblau 
+* postgis-2.5.1-1
+
+2018-11-17 Jaroslav Lichtblau 
+* postgis-2.5.0-2 - postgresql rebuild
+
+2018-09-30 Jaroslav Lichtblau 
+* postgis-2.5.0-1
+
+2018-09-02 Jaroslav Lichtblau 
+* postgis-2.4.4-5 protobuf 3.6.1 rebuild
+
+2018-07-29 Jaroslav Lichtblau 
+* postgis-2.4.4-4 protobuf 3.6.0 rebuild
+
+2018-05-16 Jaroslav Lichtblau 
+* postgis-2.4.4-2 proj soname rebuild
+
+2018-05-12 Jaroslav Lichtblau 
+* postgis-2.4.4-1
+
+2018-01-16 Jaroslav Lichtblau 
+* postgis-2.4.3-1
+
+2017-11-16 Jaroslav Lichtblau 
+* postgis-2.4.2-1
+
+2017-11-12 Jaroslav Lichtblau 
+* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.1-1
+
+2017-10-21 Jaroslav Lichtblau 
+* postgis-2.4.0-1
+
+2017-07-03 Jaroslav Lichtblau 
+* postgis-2.3.3-1
+
+2017-03-02 Jaroslav Lichtblau 
+* postgis-2.3.2-1
+
+2016-12-12 Jaroslav Lichtblau 
+* postgis-2.3.1-1
+
+2016-11-21 Jaroslav Lichtblau 
+* postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
+2016-09-30 Jaroslav Lichtblau 
+* postgis-2.3.0-1
+
+2016-09-14 Jaroslav Lichtblau 
+* postgis-2.2.2-2 proj 4.9.3 rebuild
+
+2016-05-16 Jaroslav Lichtblau 
+* postgis-2.2.2-1
+
+2016-01-22 Jaroslav Lichtblau 
+* postgis-2.2.1-2 postgresql 9.5 rebuild
+
+2016-01-09 Jaroslav Lichtblau 
+* postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau 
+* postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau 
+* postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau 
+* postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau 
+* postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau 
+* postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau 
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau 
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau 
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin 
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau 
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau 
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee 
+* Rebuild for PostgreSQL 9.2.x
+   

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:10:40
  Author: arojas
Revision: 1083308

Update to 3.2.0, gdal 3.4 rebuild

Modified:
  postgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:06:56 UTC (rev 1083307)
+++ PKGBUILD2021-12-23 17:10:40 UTC (rev 1083308)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=3.1.4
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('clang' 'llvm')
 changelog=$pkgname.changelog
 source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dc8e3fe8bc532e422f5d724c5a7c437f611716f6410d4d2db9762e1a3796')
+sha256sums=('7ab9e154c6947c0cffb8fa12d70806add9aa060e62b6c86a2e206f9d4b507cfd')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:06:56
  Author: arojas
Revision: 1083307

archrelease: copy trunk to community-staging-x86_64

Added:
  pdal/repos/community-staging-x86_64/
  pdal/repos/community-staging-x86_64/PKGBUILD
(from rev 1083306, pdal/trunk/PKGBUILD)
  
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
(from rev 1083306, 
pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)

+
 PKGBUILD   |   45 +
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   49 +++
 2 files changed, 94 insertions(+)

Copied: pdal/repos/community-staging-x86_64/PKGBUILD (from rev 1083306, 
pdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:06:56 UTC (rev 1083307)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=2.3.0
+pkgrel=5
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io;
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu' 'libunwind' 
'laz-perf')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz;)
+sha512sums=('9de87de7370175e76b95d3ec08667eb28b90a63eed8133f144427ff931e575d1f37aa13496f12054577539ee552458475dd054bcbdedfabe52eb0e32c4483d05')
+
+prepare() {
+cd "PDAL-$pkgver-src/"
+sed -i "s/LAZPERF 2.0/LAZPERF 3.0/" cmake/lazperf.cmake
+}
+
+build() {
+cd "PDAL-$pkgver-src/"
+
+cmake \
+-B build \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+ninja -C build
+}
+
+package() {
+cd "PDAL-$pkgver-src"
+
+DESTDIR="$pkgdir/" ninja -C build install
+
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
 (from rev 1083306, pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
===
--- community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
(rev 0)
+++ community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
2021-12-23 17:06:56 UTC (rev 1083307)
@@ -0,0 +1,49 @@
+From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
+From: Andrew Bell 
+Date: Tue, 24 Jul 2018 08:49:40 -0400
+Subject: [PATCH] Constify python strings. Close #2099
+
+---
+ plugins/python/plang/Environment.cpp | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
+index 19f5c1ae7..0bbcf2d70 100644
+--- a/plugins/python/plang/Environment.cpp
 b/plugins/python/plang/Environment.cpp
+@@ -190,9 +190,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("unable to get repr in getTraceback");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -208,9 +208,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("couldn't make string representation of 
traceback value");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -266,9 +266,9 @@ std::string readPythonString(PyObject* dict, const 
std::string& key)
+ throw pdal::pdal_error("unable to get repr in readPythonString");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, );
++const char *d = PyUnicode_AsUTF8AndSize(r, );
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ ss << d;
+ 



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:06:47
  Author: arojas
Revision: 1083306

gdal 3.4 rebuild

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:05:54 UTC (rev 1083305)
+++ PKGBUILD2021-12-23 17:06:47 UTC (rev 1083306)
@@ -2,7 +2,7 @@
 # Contributor: SaultDon 
 pkgname=pdal
 pkgver=2.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io;



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:05:54
  Author: arojas
Revision: 1083305

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 1083304, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 17:05:41 UTC (rev 1083304)
+++ PKGBUILD2021-12-23 17:05:54 UTC (rev 1083305)
@@ -1,76 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic krita-plugin-gmic)
-pkgver=3.0.0
-pkgrel=1
-arch=(x86_64)
-url='https://gmic.eu/'
-license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('3f056bb9e6dbf0674af4c8dce59f4198172187662f7fbb36cc63ebc8c1b71120')
-
-build() {
-  cmake -B build -S gmic-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DBUILD_LIB_STATIC=OFF \
--DENABLE_OPENCV=ON
-  cmake --build build
-
-  export LDFLAGS="$LDFLAGS -L../build"
-  cmake -B build-qt -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=none
-  cmake --build build-qt
-
-  cmake -B build-gimp -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=gimp
-  cmake --build build-gimp
-
-  cmake -B build-krita -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  cmake --build build-krita
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(graphicsmagick opencv fftw)
-  optdepends=('qt5-base: for the Qt UI')
-
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  DESTDIR="$pkgdir" cmake --install build-qt
-
-  install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  DESTDIR="$pkgdir" cmake --install build-gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-krita
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 1083304, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 17:05:54 UTC (rev 1083305)
@@ -0,0 +1,61 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic)
+pkgver=3.0.0
+pkgrel=2
+arch=(x86_64)
+url='https://gmic.eu/'
+license=(custom:CeCILL)
+makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
+sha256sums=('3f056bb9e6dbf0674af4c8dce59f4198172187662f7fbb36cc63ebc8c1b71120')
+
+build() {
+  cmake -B build -S gmic-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DYNAMIC_LINKING=ON \
+-DBUILD_LIB_STATIC=OFF \
+-DENABLE_OPENCV=ON
+  cmake --build build
+
+  export LDFLAGS="$LDFLAGS -L../build"
+  cmake -B build-qt -S gmic-$pkgver/gmic-qt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DYNAMIC_LINKING=ON \
+-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
+-DGMIC_QT_HOST=none
+  cmake --build build-qt
+
+  cmake -B build-gimp -S gmic-$pkgver/gmic-qt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_DYNAMIC_LINKING=ON \
+-DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
+-DGMIC_QT_HOST=gimp
+  cmake --build build-gimp
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(graphicsmagick opencv fftw)
+  optdepends=('qt5-base: for the Qt UI')
+
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  DESTDIR="$pkgdir" cmake --install build-qt
+
+  install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc="Gimp plugin for the G'MIC 

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:05:41
  Author: arojas
Revision: 1083304

Drop krita plugin, it doesn't support krita 5

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 17:02:58 UTC (rev 1083303)
+++ PKGBUILD2021-12-23 17:05:41 UTC (rev 1083304)
@@ -5,9 +5,9 @@
 # Contributor: Archie 
 
 pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic krita-plugin-gmic)
+pkgname=(gmic gimp-plugin-gmic)
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://gmic.eu/'
 license=(custom:CeCILL)
@@ -37,13 +37,6 @@
 -DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
 -DGMIC_QT_HOST=gimp
   cmake --build build-gimp
-
-  cmake -B build-krita -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  cmake --build build-krita
 }
 
 package_gmic() {
@@ -66,11 +59,3 @@
   DESTDIR="$pkgdir" cmake --install build-gimp
   install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-krita
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:02:58
  Author: arojas
Revision: 1083303

archrelease: copy trunk to community-staging-x86_64

Added:
  paraview/repos/community-staging-x86_64/
  paraview/repos/community-staging-x86_64/PKGBUILD
(from rev 1083302, paraview/trunk/PKGBUILD)
  paraview/repos/community-staging-x86_64/paraview-tbb-2021.patch
(from rev 1083302, paraview/trunk/paraview-tbb-2021.patch)
  paraview/repos/community-staging-x86_64/paraview-vtkm-tbb-2021.patch
(from rev 1083302, paraview/trunk/paraview-vtkm-tbb-2021.patch)

--+
 PKGBUILD |   83 ++
 paraview-tbb-2021.patch  |  280 +
 paraview-vtkm-tbb-2021.patch |  526 +
 3 files changed, 889 insertions(+)

Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 1083302, 
paraview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 17:02:58 UTC (rev 1083303)
@@ -0,0 +1,83 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Mathieu Westphal 
+# Contributor: Stéphane Gaudreault 
+# Contributor: 
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.9.1
+pkgrel=10
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org;
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras qt5-svg intel-tbb openmpi ffmpeg
+ adios2 liblas ospray pdal python-numpy cgns protobuf
+ double-conversion expat freetype2 gdal gl2ps glew hdf5 libjpeg jsoncpp
+ libjsoncpp.so libharu libxml2 lz4 xz python-mpi4py netcdf libogg
+ libpng pugixml rapidjson libtheora libtiff zlib)
+optdepends=(python-matplotlib python-pandas)
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen utf8cpp)
+# pegtl https://gitlab.kitware.com/vtk/vtk/-/issues/18151
+conflicts=(vtk)
+source=(${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz
+
vtk-gcc11.patch::https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7554.patch
+
vtk-fix-shader-initialization.patch::https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7978.patch
+paraview-tbb-2021.patch
+paraview-vtkm-tbb-2021.patch)
+sha256sums=('0d486cb6fbf55e428845c9650486f87466efcb3155e40489182a7ea85dfd4c8d'
+'c9959adcb59e2f2657f0144b0b68239d4174947fb2ab8051f2575241281e4d68'
+'10864f69e2d6577c56cc536438b5dd7a52b004f6bb253a17569899922d804fe8'
+'7091f7b4052688191ca5594f8e1dc1ed00dcc882343b9d360fbacd187161a914'
+'ee0b5b28fdb2e906ee04b5eb28d87fa1e6646601d48b523d3d8f1760a811c416')
+
+prepare() {
+  cd ParaView-v${pkgver/R/-R}
+  # We have a patched libharu
+  sed -i "s|2.4.0|2.3.0|" VTK/ThirdParty/libharu/CMakeLists.txt
+  # Missing includes with GCC11
+  patch -p1 -d VTK < ../vtk-gcc11.patch
+  # FS#71081
+  patch -p1 -d VTK < ../vtk-fix-shader-initialization.patch
+  # Fix build with HDF5 1.12.1, 
https://gitlab.kitware.com/vtk/vtk/-/issues/18265
+  sed -i 's/typedef int hid_t;/typedef int64_t hid_t;/' 
VTK/ThirdParty/xdmf3/vtkxdmf3/core/XdmfHDF5Controller.hpp
+  # Fix build with TBB 2021
+  patch -p1 -d VTK < ../paraview-tbb-2021.patch
+  cp VTK/CMake/FindTBB.cmake 
VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/FindTBB.cmake
+  patch -p1 -d VTK/ThirdParty/vtkm/vtkvtkm/vtk-m < 
"$srcdir"/paraview-vtkm-tbb-2021.patch
+}
+
+build() {
+  # LICENSEDIR blocked by https://gitlab.kitware.com/vtk/vtk/-/issues/18266
+  cmake -B build -S ParaView-v${pkgver/R/-R} -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_INSTALL_RPATH=ON \
+-DPARAVIEW_ENABLE_ADIOS2=ON \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_FIDES=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_LAS=ON \
+-DPARAVIEW_ENABLE_MOTIONFX=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_RAYTRACING=ON \
+-DPARAVIEW_ENABLE_VISITBRIDGE=ON \
+-DPARAVIEW_ENABLE_XDMF3=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_PYTHON=ON \
+-DPARAVIEW_VERSIONED_INSTALL=OFF \
+-DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTK_MODULE_USE_EXTERNAL_VTK_pegtl=OFF \
+-Wno-dev
+  ninja -C build ${MAKEFLAGS}
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  # Fix licenses install
+  mv "${pkgdir}"/usr/share/licenses/{ParaView,paraview}
+}

Copied: paraview/repos/community-staging-x86_64/paraview-tbb-2021.patch (from 
rev 1083302, paraview/trunk/paraview-tbb-2021.patch)
===
--- community-staging-x86_64/paraview-tbb-2021.patch
(rev 0)
+++ community-staging-x86_64/paraview-tbb-2021.patch2021-12-23 17:02:58 UTC 
(rev 1083303)
@@ -0,0 

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 17:02:44
  Author: arojas
Revision: 1083302

gdal 3.4 rebuild

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:56:49 UTC (rev 1083301)
+++ PKGBUILD2021-12-23 17:02:44 UTC (rev 1083302)
@@ -8,7 +8,7 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=(x86_64)
 url="https://www.paraview.org;



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

2021-12-23 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 23, 2021 @ 16:56:49
  Author: jelle
Revision: 1083301

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 16:50:28 UTC (rev 1083300)
+++ PKGBUILD2021-12-23 16:56:49 UTC (rev 1083301)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Angel Velasquez 
-# Contributor: Sébastien Luttringer 
-
-pkgname=python-sqlalchemy
-pkgver=1.4.26
-pkgrel=1
-arch=('x86_64')
-url="https://www.sqlalchemy.org/;
-license=('MIT')
-pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python' 'python-greenlet')
-optdepends=('python-psycopg2: connect to PostgreSQL database')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('0289bfc61391e330a8b3df0876727947c6ebd55b54922d3c6107e47a1da27fd6bf7087edbf259e1ef8e7359f53c73d833185f0bc72d307defdb56560bbb21902'
-'SKIP')
-
-prepare() {
-  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
-  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 1083300, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 16:56:49 UTC (rev 1083301)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Angel Velasquez 
+# Contributor: Sébastien Luttringer 
+
+pkgname=python-sqlalchemy
+pkgver=1.4.29
+pkgrel=1
+arch=('x86_64')
+url="https://www.sqlalchemy.org/;
+license=('MIT')
+pkgdesc='Python SQL toolkit and Object Relational Mapper'
+depends=('python' 'python-greenlet')
+optdepends=('python-psycopg2: connect to PostgreSQL database')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('40f7b30db6c080061aa2d38c8257c1d9df4cd5a99425becc89ffb339bd764f60c6174fc85fc2dad8be248baf8e78c20b9ac28a5ddff0f58033fa7756517bb50f'
+'SKIP')
+
+prepare() {
+  sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
+  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2021-12-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, December 23, 2021 @ 16:50:28
  Author: yan12125
Revision: 1083300

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 16:50:15 UTC (rev 1083299)
+++ PKGBUILD2021-12-23 16:50:28 UTC (rev 1083300)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-sphinx-jinja
-pkgver=1.1.1
-pkgrel=5
-pkgdesc='A sphinx extension to include jinja based templates based 
documentation into a sphinx doc'
-arch=(any)
-url='https://github.com/tardyp/sphinx-jinja'
-license=(MIT)
-depends=(python python-docutils python-jinja python-sphinx)
-makedepends=(python-setuptools python-pbr)
-checkdepends=(python-nose python-sphinx-testing)
-source=("https://files.pythonhosted.org/packages/source/s/sphinx-jinja/sphinx-jinja-$pkgver.tar.gz;)
-sha256sums=('372406fe557be7c3f000ddd0ff130e7bb2d83f47df02e255fd24fe62d81ee143')
-
-build() {
-  cd sphinx-jinja-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sphinx-jinja-$pkgver
-  # Running tests with 'nosetests' fails with issues around namespace packages
-  python -m nose -v
-}
-
-package() {
-  cd sphinx-jinja-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-sphinx-jinja/repos/community-any/PKGBUILD (from rev 1083299, 
python-sphinx-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 16:50:28 UTC (rev 1083300)
@@ -0,0 +1,46 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-sphinx-jinja
+pkgver=1.2.1
+# curl https://api.github.com/repos/tardyp/sphinx-jinja/git/ref/tags/$pkgver | 
jq -r .object.sha
+_tag=8ac1d0a217e768ce944ad68fcce3d9d65b9dc781
+pkgrel=1
+pkgdesc='A sphinx extension to include jinja based templates based 
documentation into a sphinx doc'
+arch=(any)
+url='https://github.com/tardyp/sphinx-jinja'
+license=(MIT)
+depends=(python python-docutils python-jinja python-sphinx)
+makedepends=(git python-build python-install python-poetry-core)
+checkdepends=(python-pytest)
+# tests are no longer included in PyPI source tarballs after upstream switched 
to poetry
+source=("git+https://github.com/tardyp/sphinx-jinja.git?signed#tag=$_tag;)
+sha256sums=('SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # https://github.com/tardyp.gpg
+)
+
+prepare() {
+  cd sphinx-jinja
+  rm -v sphinxcontrib/__init__.py
+}
+
+pkgver() {
+  cd sphinx-jinja
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd sphinx-jinja
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd sphinx-jinja
+  pytest
+}
+
+package() {
+  cd sphinx-jinja
+  python -m install --optimize 0 1 --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-12-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, December 23, 2021 @ 16:50:15
  Author: yan12125
Revision: 1083299

upgpkg: python-sphinx-jinja 1.2.1-1

Modified:
  python-sphinx-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:31:10 UTC (rev 1083298)
+++ PKGBUILD2021-12-23 16:50:15 UTC (rev 1083299)
@@ -1,31 +1,46 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-sphinx-jinja
-pkgver=1.1.1
-pkgrel=5
+pkgver=1.2.1
+# curl https://api.github.com/repos/tardyp/sphinx-jinja/git/ref/tags/$pkgver | 
jq -r .object.sha
+_tag=8ac1d0a217e768ce944ad68fcce3d9d65b9dc781
+pkgrel=1
 pkgdesc='A sphinx extension to include jinja based templates based 
documentation into a sphinx doc'
 arch=(any)
 url='https://github.com/tardyp/sphinx-jinja'
 license=(MIT)
 depends=(python python-docutils python-jinja python-sphinx)
-makedepends=(python-setuptools python-pbr)
-checkdepends=(python-nose python-sphinx-testing)
-source=("https://files.pythonhosted.org/packages/source/s/sphinx-jinja/sphinx-jinja-$pkgver.tar.gz;)
-sha256sums=('372406fe557be7c3f000ddd0ff130e7bb2d83f47df02e255fd24fe62d81ee143')
+makedepends=(git python-build python-install python-poetry-core)
+checkdepends=(python-pytest)
+# tests are no longer included in PyPI source tarballs after upstream switched 
to poetry
+source=("git+https://github.com/tardyp/sphinx-jinja.git?signed#tag=$_tag;)
+sha256sums=('SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # https://github.com/tardyp.gpg
+)
 
+prepare() {
+  cd sphinx-jinja
+  rm -v sphinxcontrib/__init__.py
+}
+
+pkgver() {
+  cd sphinx-jinja
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
-  cd sphinx-jinja-$pkgver
-  python setup.py build
+  cd sphinx-jinja
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd sphinx-jinja-$pkgver
-  # Running tests with 'nosetests' fails with issues around namespace packages
-  python -m nose -v
+  cd sphinx-jinja
+  pytest
 }
 
 package() {
-  cd sphinx-jinja-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  cd sphinx-jinja
+  python -m install --optimize 0 1 --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:31:10
  Author: arojas
Revision: 1083298

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 1083297, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch
(from rev 1083297, openscenegraph/trunk/openscenegraph-openexr3.patch)

---+
 PKGBUILD  |   48 +++
 openscenegraph-openexr3.patch |   82 
 2 files changed, 130 insertions(+)

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
1083297, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 16:31:10 UTC (rev 1083298)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.6.5
+pkgrel=10
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('fontconfig' 'libglvnd' 'libxinerama')
+makedepends=('cmake' 'ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
+optdepends=('ffmpeg' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
+openscenegraph-openexr3.patch)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
+'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b'
+
'0788e87bf17adf586d5041c5b565d0a09fe38f7c5e96a843e69f5171737aef68bd277b240ccf860cfb78e36ea6d7d7c599ecff104bb78de513d1b3edb70358ef')
+
+prepare() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  patch -p1 < ../openscenegraph-openexr3.patch # Fix build with openEXR 3
+}
+
+build() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+  ..
+  VERBOSE=1 make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch 
(from rev 1083297, openscenegraph/trunk/openscenegraph-openexr3.patch)
===
--- community-staging-x86_64/openscenegraph-openexr3.patch  
(rev 0)
+++ community-staging-x86_64/openscenegraph-openexr3.patch  2021-12-23 
16:31:10 UTC (rev 1083298)
@@ -0,0 +1,82 @@
+diff --git a/CMakeModules/FindOpenEXR.cmake b/CMakeModules/FindOpenEXR.cmake
+index 233be972b..d1b022881 100644
+--- a/CMakeModules/FindOpenEXR.cmake
 b/CMakeModules/FindOpenEXR.cmake
+@@ -51,11 +51,11 @@ MACRO(OPENEXR_FIND libname)
+ OPENEXR_FIND_VAR(OPENEXR_${libname}_LIBRARY_DEBUG ${libname}d)
+ ENDMACRO(OPENEXR_FIND)
+ 
+-OPENEXR_FIND(IlmImf)
++OPENEXR_FIND(OpenEXR)
+ 
+ SET(OPENEXR_FOUND "NO")
+-IF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY)
+-SET(OPENEXR_LIBRARIES ${OPENEXR_IlmImf_LIBRARY} )
+-SET(OPENEXR_LIBRARIES_VARS OPENEXR_IlmImf_LIBRARY )
++IF(OPENEXR_INCLUDE_DIR AND OPENEXR_OpenEXR_LIBRARY)
++SET(OPENEXR_LIBRARIES ${OPENEXR_OpenEXR_LIBRARY} )
++SET(OPENEXR_LIBRARIES_VARS OPENEXR_OpenEXR_LIBRARY )
+ SET(OPENEXR_FOUND "YES")
+-ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY)
++ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_OpenEXR_LIBRARY)
+diff --git a/CMakeModules/Findilmbase.cmake b/CMakeModules/Findilmbase.cmake
+index 4b076c7c9..4610497fa 100644
+--- a/CMakeModules/Findilmbase.cmake
 b/CMakeModules/Findilmbase.cmake
+@@ -10,7 +10,7 @@
+ # Created by Robert Osfield. 
+ 
+ 
+-FIND_PATH(ILMBASE_INCLUDE_DIR OpenEXR/ImathVec.h
++FIND_PATH(ILMBASE_INCLUDE_DIR Imath/ImathVec.h
+ $ENV{ILMBASE_DIR}/include
+ $ENV{ILMBASE_DIR}
+ ~/Library/Frameworks
+@@ -28,7 +28,7 @@ FIND_PATH(ILMBASE_INCLUDE_DIR OpenEXR/ImathVec.h
+ # example: ILMBASE_FIND_VAR(OPENEXR_IlmThread_LIBRARY IlmThread)
+ MACRO(ILMBASE_FIND_VAR varname libname)
+ FIND_LIBRARY( ${varname}
+-NAMES ${libname} ${libname}-2_1 ${libname}-2_2
++NAMES ${libname} ${libname}-2_1 ${libname}-2_2 

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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:30:59
  Author: arojas
Revision: 1083297

gdal 3.4 rebuild

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:24:42 UTC (rev 1083296)
+++ PKGBUILD2021-12-23 16:30:59 UTC (rev 1083297)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.6.5
-pkgrel=9
+pkgrel=10
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:24:42
  Author: arojas
Revision: 1083296

archrelease: copy trunk to community-staging-x86_64

Added:
  merkaartor/repos/community-staging-x86_64/
  merkaartor/repos/community-staging-x86_64/PKGBUILD
(from rev 1083295, merkaartor/trunk/PKGBUILD)

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

Copied: merkaartor/repos/community-staging-x86_64/PKGBUILD (from rev 1083295, 
merkaartor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 16:24:42 UTC (rev 1083296)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+# Contributor: Gaetan Bisson 
+# Contributor: Michael Kanis 
+# Contributor: Paulo Freire 
+# Contributor: Brice Maron 
+
+pkgname=merkaartor
+pkgver=0.19.0
+pkgrel=2
+pkgdesc='OpenStreetMap editor'
+arch=('x86_64')
+url='http://merkaartor.be/'
+license=('GPL2')
+depends=('exiv2' 'gdal' 'gpsd' 'hicolor-icon-theme' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("https://github.com/openstreetmap/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f538d1eb380005cbd5d047070b276da59c58bb7ff47218e20a080b893d0ba457')
+
+build() {
+  cd $pkgname-$pkgver
+  lrelease src/src.pro
+  qmake-qt5 Merkaartor.pro PREFIX=/usr GPSDLIB=1 GEOIMAGE=1
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:24:35
  Author: arojas
Revision: 1083295

gdal 3.4 rebuild

Modified:
  merkaartor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:23:13 UTC (rev 1083294)
+++ PKGBUILD2021-12-23 16:24:35 UTC (rev 1083295)
@@ -6,7 +6,7 @@
 
 pkgname=merkaartor
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenStreetMap editor'
 arch=('x86_64')
 url='http://merkaartor.be/'



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:23:13
  Author: arojas
Revision: 1083294

archrelease: copy trunk to community-staging-x86_64

Added:
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 1083293, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/scons4.patch
(from rev 1083293, mapnik/trunk/scons4.patch)

--+
 PKGBUILD |   44 
 scons4.patch |   11 +++
 2 files changed, 55 insertions(+)

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 1083293, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 16:23:13 UTC (rev 1083294)
@@ -0,0 +1,44 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.1.0
+pkgrel=8
+pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
+arch=('x86_64')
+url="https://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'cairo' 'freetype2' 'gdal' 'harfbuzz' 'icu' 
'libjpeg-turbo' 'libpng'
+ 'libtiff' 'libwebp' 'libxml2' 'postgresql-libs' 'proj' 'sqlite' 
'zlib')
+makedepends=('boost' 'scons')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
+scons4.patch)
+sha256sums=('43d76182d2a975212b4ad11524c74e577576c11039fdab5286b828397d8e6261'
+'79a85ddba3ec17b86cb216e21442611498a9f2612f03e98708057b3c3a6e8b06')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  # Partial fix to build with SCons 4 (https://bugs.archlinux.org/task/71630)
+  patch -Np1 -i ../scons4.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons configure  FAST=True \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+XMLPARSER=libxml2 \
+DESTDIR="$pkgdir" \
+CUSTOM_CXXFLAGS="$CXXFLAGS" \
+CUSTOM_LDFLAGS="$LDFLAGS" \
+CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons install
+}

Copied: mapnik/repos/community-staging-x86_64/scons4.patch (from rev 1083293, 
mapnik/trunk/scons4.patch)
===
--- community-staging-x86_64/scons4.patch   (rev 0)
+++ community-staging-x86_64/scons4.patch   2021-12-23 16:23:13 UTC (rev 
1083294)
@@ -0,0 +1,11 @@
+diff -upr mapnik-v3.1.0.orig/SConstruct mapnik-v3.1.0/SConstruct
+--- mapnik-v3.1.0.orig/SConstruct  2021-01-08 13:23:24.0 +0200
 mapnik-v3.1.0/SConstruct   2021-11-22 11:41:03.413991679 +0200
+@@ -126,7 +126,6 @@ PLUGINS = { # plugins with external depe
+ 
+ def init_environment(env):
+ env.Decider('MD5-timestamp')
+-env.SourceCode(".", None)
+ if os.environ.get('RANLIB'):
+ env['RANLIB'] = os.environ['RANLIB']
+ if os.environ.get('AR'):



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 16:23:04
  Author: arojas
Revision: 1083293

gdal 3.4 rebuild

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:18:12 UTC (rev 1083292)
+++ PKGBUILD2021-12-23 16:23:04 UTC (rev 1083293)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=3.1.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
 arch=('x86_64')
 url="https://mapnik.org/;



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

2021-12-23 Thread Andreas Schleifer via arch-commits
Date: Thursday, December 23, 2021 @ 16:18:12
  Author: segaja
Revision: 1083292

upgpkg: python-sqlalchemy 1.4.29-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 16:03:25 UTC (rev 1083291)
+++ PKGBUILD2021-12-23 16:18:12 UTC (rev 1083292)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=python-sqlalchemy
-pkgver=1.4.26
+pkgver=1.4.29
 pkgrel=1
 arch=('x86_64')
 url="https://www.sqlalchemy.org/;
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('0289bfc61391e330a8b3df0876727947c6ebd55b54922d3c6107e47a1da27fd6bf7087edbf259e1ef8e7359f53c73d833185f0bc72d307defdb56560bbb21902'
+sha512sums=('40f7b30db6c080061aa2d38c8257c1d9df4cd5a99425becc89ffb339bd764f60c6174fc85fc2dad8be248baf8e78c20b9ac28a5ddff0f58033fa7756517bb50f'
 'SKIP')
 
 prepare() {



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

2021-12-23 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, December 23, 2021 @ 16:03:25
  Author: orhun
Revision: 1083291

archrelease: copy trunk to community-x86_64

Added:
  atuin/repos/community-x86_64/PKGBUILD
(from rev 1083290, atuin/trunk/PKGBUILD)
Deleted:
  atuin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-23 16:03:15 UTC (rev 1083290)
+++ PKGBUILD2021-12-23 16:03:25 UTC (rev 1083291)
@@ -1,45 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Ellie Huxtable 
-
-pkgname=atuin
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Magical shell history"
-arch=('x86_64')
-url="https://github.com/ellie/atuin;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('fa745be79b3689fa1036861e8a0becebaa2fd993a252dc729a49c7ad8e7922b5')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-  for sh in 'bash' 'fish' 'zsh'; do
-"target/release/$pkgname" gen-completions -s "$sh" -o completions/
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: atuin/repos/community-x86_64/PKGBUILD (from rev 1083290, 
atuin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-23 16:03:25 UTC (rev 1083291)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Ellie Huxtable 
+
+pkgname=atuin
+pkgver=0.8.0
+pkgrel=3
+pkgdesc="Magical shell history"
+arch=('x86_64')
+url="https://github.com/ellie/atuin;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('fa745be79b3689fa1036861e8a0becebaa2fd993a252dc729a49c7ad8e7922b5')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+  for sh in 'bash' 'fish' 'zsh'; do
+"target/release/$pkgname" gen-completions -s "$sh" -o completions/
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-23 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, December 23, 2021 @ 16:03:15
  Author: orhun
Revision: 1083290

upgpkg: atuin 0.8.0-3: rebuild with LTO disabled

Modified:
  atuin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:47:57 UTC (rev 1083289)
+++ PKGBUILD2021-12-23 16:03:15 UTC (rev 1083290)
@@ -3,7 +3,7 @@
 
 pkgname=atuin
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Magical shell history"
 arch=('x86_64')
 url="https://github.com/ellie/atuin;
@@ -12,6 +12,7 @@
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha256sums=('fa745be79b3689fa1036861e8a0becebaa2fd993a252dc729a49c7ad8e7922b5')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:41:05
  Author: felixonmars
Revision: 1083240

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1083239, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1083239, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:41:05 UTC (rev 1083240)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=42
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+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' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:40:58
  Author: felixonmars
Revision: 1083239

upgpkg: haskell-language-server 1.3.0.0-42: rebuild with pureMD5 2.1.4

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:38:07 UTC (rev 1083238)
+++ PKGBUILD2021-12-23 15:40:58 UTC (rev 1083239)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=41
+pkgrel=42
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:38:07
  Author: felixonmars
Revision: 1083238

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083237, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083237, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:38:07 UTC (rev 1083238)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=37
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0a4d0171df49d2d417dac00853a9f0c58618efb7a5805ab3b95441f0d8c60872947935ca94b33ca75518e311a136a893f0e3744fc49cdb94fba6f55367f3c0be')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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-hls-module-name-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:37:59
  Author: felixonmars
Revision: 1083237

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-37: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:37:08 UTC (rev 1083236)
+++ PKGBUILD2021-12-23 15:37:59 UTC (rev 1083237)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:37:08
  Author: felixonmars
Revision: 1083236

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083235, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083235, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:37:08 UTC (rev 1083236)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.2
+pkgrel=38
+pkgdesc="Integration with the Stylish Haskell code formatter"
+url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'stylish-haskell')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d850d4be6cc746b6279512bb359efda197aeebd467a59a21670f3b95977c6ba086852dedde3c48171f0cff8405c8e340dea44fe3e187e4731a06eb112502ad9c')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --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-hls-stylish-haskell-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:37:00
  Author: felixonmars
Revision: 1083235

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.2-38: rebuild with pureMD5 
2.1.4

Modified:
  haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:36:08 UTC (rev 1083234)
+++ PKGBUILD2021-12-23 15:37:00 UTC (rev 1083235)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.2
-pkgrel=37
+pkgrel=38
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:36:08
  Author: felixonmars
Revision: 1083234

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083233, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1083233, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:36:08 UTC (rev 1083234)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=37
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('4b3103a98ec57c9f050ffd1c534a0e23b1bfcbe78dda441c351b874939ce34a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghc-api-compat $_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 --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-hls-call-hierarchy-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:36:01
  Author: felixonmars
Revision: 1083233

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-37: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:34:46 UTC (rev 1083232)
+++ PKGBUILD2021-12-23 15:36:01 UTC (rev 1083233)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-floskell-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:34:38
  Author: felixonmars
Revision: 1083231

upgpkg: haskell-hls-floskell-plugin 1.0.0.1-37: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-floskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:33:49 UTC (rev 1083230)
+++ PKGBUILD2021-12-23 15:34:38 UTC (rev 1083231)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-floskell-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:34:46
  Author: felixonmars
Revision: 1083232

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083231, haskell-hls-floskell-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083231, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:34:46 UTC (rev 1083232)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.1
+pkgrel=37
+pkgdesc="Integration with the Floskell code formatter"
+url="https://hackage.haskell.org/package/hls-floskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-floskell' 'haskell-ghcide' 
'haskell-hls-plugin-api' 'haskell-lsp-types')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0f420355b67447426e77f149a5cf735f613b2c863b08f625e0a0d91a33bcf565684d702f67743ef9d50eaa235551c30c76743fedd78ead9fbed429e838acf113')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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-hls-fourmolu-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:33:41
  Author: felixonmars
Revision: 1083229

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-39: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:32:49 UTC (rev 1083228)
+++ PKGBUILD2021-12-23 15:33:41 UTC (rev 1083229)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=38
+pkgrel=39
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:33:49
  Author: felixonmars
Revision: 1083230

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083229, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083229, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:33:49 UTC (rev 1083230)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=39
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --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-hls-haddock-comments-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:32:49
  Author: felixonmars
Revision: 1083228

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083227, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083227, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:32:49 UTC (rev 1083228)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.3
+pkgrel=37
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bc705b51d86d400c2f843330be5ffa9064726da64644cbc1a4c2fead1caaec5812c35ef499877aa9d07417c3854c933187dd227cd8c90f54042ead07f38bcc7')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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-hls-haddock-comments-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:32:41
  Author: felixonmars
Revision: 1083227

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.3-37: rebuild with pureMD5 
2.1.4

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:31:50 UTC (rev 1083226)
+++ PKGBUILD2021-12-23 15:32:41 UTC (rev 1083227)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.3
-pkgrel=36
+pkgrel=37
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:31:50
  Author: felixonmars
Revision: 1083226

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083225, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1083225, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:31:50 UTC (rev 1083226)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=37
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('bf284033b7d2c3491b655ca32a7a791a4e62c838a4caafea36e28844052b2a192cf39d97ae1415a698ea22d7ffcc5f0290c37a91bba841b93c1ceabe089d7e07')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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-hls-pragmas-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:31:42
  Author: felixonmars
Revision: 1083225

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-37: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 15:29:32 UTC (rev 1083224)
+++ PKGBUILD2021-12-23 15:31:42 UTC (rev 1083225)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:29:32
  Author: felixonmars
Revision: 1083224

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083223, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1083223, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 15:29:32 UTC (rev 1083224)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=38
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghc-api-compat $_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 --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-hls-ormolu-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 15:29:24
  Author: felixonmars
Revision: 1083223

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-38: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 14:29:32 UTC (rev 1083222)
+++ PKGBUILD2021-12-23 15:29:24 UTC (rev 1083223)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 14:29:32
  Author: felixonmars
Revision: 1083222

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083221, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1083221, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 14:29:32 UTC (rev 1083222)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=38
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghc-api-compat $_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
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+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-hls-eval-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 14:29:25
  Author: felixonmars
Revision: 1083221

upgpkg: haskell-hls-eval-plugin 1.1.2.0-38: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 14:26:00 UTC (rev 1083220)
+++ PKGBUILD2021-12-23 14:29:25 UTC (rev 1083221)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 14:25:51
  Author: arojas
Revision: 1083219

gdal 3.4 rebuild

Modified:
  liblas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 14:25:06 UTC (rev 1083218)
+++ PKGBUILD2021-12-23 14:25:51 UTC (rev 1083219)
@@ -2,7 +2,7 @@
 
 pkgname=liblas
 pkgver=1.8.1.r120+ge12742f4
-pkgrel=7
+pkgrel=8
 pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
 arch=(x86_64)
 url="https://liblas.org/;



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

2021-12-23 Thread Antonio Rojas via arch-commits
Date: Thursday, December 23, 2021 @ 14:26:00
  Author: arojas
Revision: 1083220

archrelease: copy trunk to community-staging-x86_64

Added:
  liblas/repos/community-staging-x86_64/
  liblas/repos/community-staging-x86_64/PKGBUILD
(from rev 1083219, liblas/trunk/PKGBUILD)
  liblas/repos/community-staging-x86_64/fix-gdal-2.5.patch
(from rev 1083219, liblas/trunk/fix-gdal-2.5.patch)

+
 PKGBUILD   |   56 +++
 fix-gdal-2.5.patch |   28 +
 2 files changed, 84 insertions(+)

Copied: liblas/repos/community-staging-x86_64/PKGBUILD (from rev 1083219, 
liblas/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 14:26:00 UTC (rev 1083220)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=liblas
+pkgver=1.8.1.r120+ge12742f4
+pkgrel=8
+pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
+arch=(x86_64)
+url="https://liblas.org/;
+license=(BSD)
+depends=(boost-libs gdal laszip2 libgeotiff proj)
+makedepends=(cmake boost git)
+#source=(https://download.osgeo.org/liblas/libLAS-${pkgver}.tar.bz2)
+#md5sums=('2e6a975dafdf57f59a385ccb87eb5919')
+#sha256sums=('9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')
+source=(git+https://github.com/libLAS/libLAS.git#commit=e12742f4152146d3a71f9b2de573257e91736c93
+fix-gdal-2.5.patch)
+sha256sums=(SKIP 
c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af)
+
+pkgver() {
+  cd libLAS
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+prepare() {
+  cd libLAS
+  # https://github.com/libLAS/libLAS/issues/164
+  patch -Np1 -i ../fix-gdal-2.5.patch
+  # Find our laszip 2.x version
+  sed -i 's@laszip/@laszip2/@g' cmake/modules/FindLASzip.cmake
+  sed -i 's@laszip/@laszip2/@g' src/header.cpp
+  sed -i 's@laszip/@laszip2/@g' src/version.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/zippoint.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/reader/zipreader.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/writer/zipwriter.cpp
+}
+
+build() {
+  #cmake -B build -S libLAS-${pkgver} \
+  cmake -B build -S libLAS \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GDAL=True \
+-DWITH_GEOTIFF=True \
+-DWITH_LASZIP=True \
+-DWITH_UTILITIES=True \
+-DCMAKE_INSTALL_RPATH=/usr/lib/laszip2 \
+-DLASZIP_INCLUDE_DIR=/usr/include \
+-DLASZIP_LIBRARY=/usr/lib/laszip2/liblaszip.so \
+-G "Unix Makefiles"
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  #install -Dm644 libLAS-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 libLAS/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: liblas/repos/community-staging-x86_64/fix-gdal-2.5.patch (from rev 
1083219, liblas/trunk/fix-gdal-2.5.patch)
===
--- community-staging-x86_64/fix-gdal-2.5.patch (rev 0)
+++ community-staging-x86_64/fix-gdal-2.5.patch 2021-12-23 14:26:00 UTC (rev 
1083220)
@@ -0,0 +1,28 @@
+diff --git a/src/gt_wkt_srs.cpp b/src/gt_wkt_srs.cpp
+--- a/src/gt_wkt_srs.cpp
 b/src/gt_wkt_srs.cpp
+@@ -299,7 +299,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ oSRS.SetFromUserInput(pszWKT);
+ oSRS.SetExtension( "PROJCS", "PROJ4",
+"+proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  
+no_defs" );
+-oSRS.FixupOrdering();
+ CPLFree(pszWKT);
+ pszWKT = NULL;
+ oSRS.exportToWkt();
+@@ -505,7 +504,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ {
+ char   *pszWKT;
+ oSRS.morphFromESRI();
+-oSRS.FixupOrdering();
+ if( oSRS.exportToWkt(  ) == OGRERR_NONE )
+ return pszWKT;
+ }
+@@ -1107,8 +1105,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ /*  */
+ char   *pszWKT;
+
+-oSRS.FixupOrdering();
+-
+ if( oSRS.exportToWkt(  ) == OGRERR_NONE )
+ return pszWKT;
+ else



[arch-commits] Commit in haskell-hls-retrie-plugin/repos (2 files)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 14:25:06
  Author: felixonmars
Revision: 1083218

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1083217, haskell-hls-retrie-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1083217, haskell-hls-retrie-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-23 14:25:06 UTC (rev 1083218)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-retrie-plugin
+pkgname=haskell-hls-retrie-plugin
+pkgver=1.0.1.1
+pkgrel=37
+pkgdesc="Retrie integration plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-retrie-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hashable' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-retrie' 'haskell-safe-exceptions'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d5059c9d1e5af9acf1a9842c76270400076f2eb168a2dfd61961cb5328c72e4aaf14ad9a1543a3729d87800d658b941e1daaa15a1bd628d3d72657499dd47488')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghc-api-compat $_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
+}
+
+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-hls-retrie-plugin/trunk (PKGBUILD)

2021-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 23, 2021 @ 14:24:57
  Author: felixonmars
Revision: 1083217

upgpkg: haskell-hls-retrie-plugin 1.0.1.1-37: rebuild with pureMD5 2.1.4

Modified:
  haskell-hls-retrie-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-23 14:24:06 UTC (rev 1083216)
+++ PKGBUILD2021-12-23 14:24:57 UTC (rev 1083217)
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.1.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



  1   2   3   >