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

2022-07-14 Thread Christian Hesse via arch-commits
Date: Friday, July 15, 2022 @ 05:59:16
  Author: eworm
Revision: 451090

archrelease: copy trunk to testing-x86_64

Added:
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 451089, inkscape/trunk/PKGBUILD)

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

Copied: inkscape/repos/testing-x86_64/PKGBUILD (from rev 451089, 
inkscape/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-15 05:59:16 UTC (rev 451090)
@@ -0,0 +1,77 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.2.1
+_tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=1
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+options=('debug')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'graphicsmagick'
+   'gsl'
+   'gspell'
+   'gtkmm3'
+   'lcms2'
+   'lib2geom'
+   'libcdr'
+   'libjpeg-turbo'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'python-lxml'
+   'python-numpy'
+   'ttf-font'
+)
+
+optdepends=(
+   'fig2dev: xfig input'
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};)
+sha256sums=('SKIP')
+
+_backports=(
+)
+
+prepare() {
+   cd "${pkgname}"
+   git submodule update --init --recursive 
+
+   local _c
+   for _c in "${_backports[@]}"; do
+   git log --oneline -1 "${_c}"
+   git cherry-pick -n "${_c}"
+   done
+}
+
+build() {
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}



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

2022-07-14 Thread Christian Hesse via arch-commits
Date: Friday, July 15, 2022 @ 05:59:08
  Author: eworm
Revision: 451089

upgpkg: inkscape 1.2.1-1: new upstream release

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 05:58:40 UTC (rev 451088)
+++ PKGBUILD2022-07-15 05:59:08 UTC (rev 451089)
@@ -3,9 +3,9 @@
 # Contributor: tobias 
 
 pkgname=inkscape
-pkgver=1.2
-_tag='dc2aedaf03f19bd890529a9e4720a02465fa1b6c' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=5
+pkgver=1.2.1
+_tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=1
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')



[arch-commits] Commit in xf86-input-wacom/repos/extra-x86_64 (PKGBUILD PKGBUILD keys)

2022-07-14 Thread Andreas Radke via arch-commits
Date: Friday, July 15, 2022 @ 05:58:40
  Author: andyrtr
Revision: 451088

archrelease: copy trunk to extra-x86_64

Added:
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 451087, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/keys/
Deleted:
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 05:58:29 UTC (rev 451087)
+++ PKGBUILD2022-07-15 05:58:40 UTC (rev 451088)
@@ -1,43 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="X.Org Wacom tablet driver"
-arch=(x86_64)
-url="https://github.com/linuxwacom/xf86-input-wacom;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd-libs)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4' 'meson'
-   'gobject-introspection' )
-conflicts=('xorg-server<21.1.1' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig})
-# check at https://github.com/linuxwacom/xf86-input-wacom/releases
-sha256sums=('14c9262bb090ee92ff73d3447b4ae85a06564a15f44e01962473708636def252'
-'SKIP')
-#validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "
-#validpgpkeys=('5222AA87620F928D2C16F62BDB4ABF7C3424190B') # "Aaron Armstrong 
Skomra "
-#validpgpkeys=('FBE078781106933D3DDCF93E5B4EA609784983CA') # "Jason Gerecke 
"
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--D xorg-conf-dir=/usr/share/X11/xorg.conf.d/ \
--D systemd-unit-dir=/usr/lib/systemd/system/ \
--D unittests=enabled
-
-  # Print config
-  meson configure build
-  ninja -C build
-}
-
-check() {
-  meson test -C build # || /bin/true
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 451087, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 05:58:40 UTC (rev 451088)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(x86_64)
+url="https://github.com/linuxwacom/xf86-input-wacom;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd-libs)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4' 'meson'
+   'gobject-introspection'
+   # for tests
+'python-libevdev' 'python-pytest' 'python-yaml' 'python-gobject' 
'attr')
+conflicts=('xorg-server<21.1.1' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig})
+# check at https://github.com/linuxwacom/xf86-input-wacom/releases
+sha256sums=('23b674067f344de22bcbb4bac885c43df54c5e841f6dade7c9d18ba7ce297a12'
+'SKIP')
+#validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "
+#validpgpkeys=('5222AA87620F928D2C16F62BDB4ABF7C3424190B') # "Aaron Armstrong 
Skomra "
+#validpgpkeys=('FBE078781106933D3DDCF93E5B4EA609784983CA') # "Jason Gerecke 
"
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D xorg-conf-dir=/usr/share/X11/xorg.conf.d/ \
+-D systemd-unit-dir=/usr/lib/systemd/system/ \
+-D unittests=enabled
+
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+check() {
+  meson test -C build # || /bin/true
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



[arch-commits] Commit in xf86-input-wacom/trunk (4 files)

2022-07-14 Thread Andreas Radke via arch-commits
Date: Friday, July 15, 2022 @ 05:58:29
  Author: andyrtr
Revision: 451087

upgpkg: xf86-input-wacom 1.1.0-1: upstream update 1.1.0

Added:
  xf86-input-wacom/trunk/keys/
  xf86-input-wacom/trunk/keys/pgp/
  xf86-input-wacom/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
Modified:
  xf86-input-wacom/trunk/PKGBUILD

---+
 PKGBUILD  |8 +---
 keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc |1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:07:06 UTC (rev 451086)
+++ PKGBUILD2022-07-15 05:58:29 UTC (rev 451087)
@@ -4,7 +4,7 @@
 # Contributor: M Rawash 
 
 pkgname=xf86-input-wacom
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=(x86_64)
@@ -12,11 +12,13 @@
 license=(GPL)
 depends=(libxi libxinerama libxrandr systemd-libs)
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4' 'meson'
-   'gobject-introspection' )
+   'gobject-introspection'
+   # for tests
+'python-libevdev' 'python-pytest' 'python-yaml' 'python-gobject' 
'attr')
 conflicts=('xorg-server<21.1.1' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 
source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig})
 # check at https://github.com/linuxwacom/xf86-input-wacom/releases
-sha256sums=('14c9262bb090ee92ff73d3447b4ae85a06564a15f44e01962473708636def252'
+sha256sums=('23b674067f344de22bcbb4bac885c43df54c5e841f6dade7c9d18ba7ce297a12'
 'SKIP')
 #validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "

Added: keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===
(Binary files differ)

Index: 
xf86-input-wacom/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
===
--- keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-07-15 
01:07:06 UTC (rev 451086)
+++ keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc   2022-07-15 
05:58:29 UTC (rev 451087)

Property changes on: 
xf86-input-wacom/trunk/keys/pgp/3C2C43D9447D5938EF4551EBE23B7E70B467F0BF.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-14 Thread Daniel M. Capella via arch-commits
Date: Friday, July 15, 2022 @ 04:32:00
  Author: polyzen
Revision: 1252804

archrelease: copy trunk to community-x86_64

Added:
  go-yq/repos/community-x86_64/PKGBUILD
(from rev 1252803, go-yq/trunk/PKGBUILD)
Deleted:
  go-yq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 04:31:37 UTC (rev 1252803)
+++ PKGBUILD2022-07-15 04:32:00 UTC (rev 1252804)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: Mario Finelli 
-
-pkgname=go-yq
-pkgver=4.25.3
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('dcefbcaafb4ecc66ca60c2e9958b6ed96e5bef5792c6d0e159c7f1d51a573cb4f84f4c1cb4fc829f64360b8f5f04d95c3bd492737ae51931f4c651ac8295')
-
-prepare() {
-  cd yq-$pkgver
-  go mod vendor
-}
-
-build() {
-  cd yq-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
-  go build .
-}
-
-check() {
-  cd yq-$pkgver
-  go test ./...
-}
-
-package() {
-  cd yq-$pkgver
-  install -Dt "$pkgdir"/usr/bin yq
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
-  ./yq shell-completion bash | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/bash-completion/completions/yq
-  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/zsh/site-functions/_yq
-  ./yq shell-completion fish | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1252803, 
go-yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 04:32:00 UTC (rev 1252804)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: Mario Finelli 
+
+pkgname=go-yq
+pkgver=4.26.1
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('da2bb25b874880897f35a78ffb85ebf56d3e1df5ebea71c1ebd405deca4473c8ba074658b5af00b8140fcc598695bdde441383413ddc3b2800c23fee3919d5fe')
+
+prepare() {
+  cd yq-$pkgver
+  go mod vendor
+}
+
+build() {
+  cd yq-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
+  go build .
+}
+
+check() {
+  cd yq-$pkgver
+  go test ./...
+}
+
+package() {
+  cd yq-$pkgver
+  install -Dt "$pkgdir"/usr/bin yq
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+  ./yq shell-completion bash | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/bash-completion/completions/yq
+  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/zsh/site-functions/_yq
+  ./yq shell-completion fish | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-14 Thread Daniel M. Capella via arch-commits
Date: Friday, July 15, 2022 @ 04:31:37
  Author: polyzen
Revision: 1252803

upgpkg: go-yq 4.26.1-1

Modified:
  go-yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 03:44:54 UTC (rev 1252802)
+++ PKGBUILD2022-07-15 04:31:37 UTC (rev 1252803)
@@ -3,7 +3,7 @@
 # Contributor: Mario Finelli 
 
 pkgname=go-yq
-pkgver=4.25.3
+pkgver=4.26.1
 pkgrel=1
 pkgdesc='Portable command-line YAML processor'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 conflicts=('yq')
 source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('dcefbcaafb4ecc66ca60c2e9958b6ed96e5bef5792c6d0e159c7f1d51a573cb4f84f4c1cb4fc829f64360b8f5f04d95c3bd492737ae51931f4c651ac8295')
+b2sums=('da2bb25b874880897f35a78ffb85ebf56d3e1df5ebea71c1ebd405deca4473c8ba074658b5af00b8140fcc598695bdde441383413ddc3b2800c23fee3919d5fe')
 
 prepare() {
   cd yq-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:18:08
  Author: felixonmars
Revision: 1252786

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 1252785, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252785, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 03:18:08 UTC (rev 1252786)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=230
+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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:17:55
  Author: felixonmars
Revision: 1252785

upgpkg: haskell-language-server 1.3.0.0-230: rebuild with 
record-dot-preprocessor 0.2.15

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 03:16:24 UTC (rev 1252784)
+++ PKGBUILD2022-07-15 03:17:55 UTC (rev 1252785)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=229
+pkgrel=230
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:16:24
  Author: felixonmars
Revision: 1252784

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 1252783, 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 1252783, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 03:16:24 UTC (rev 1252784)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=203
+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 -u fourmolu -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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:16:10
  Author: felixonmars
Revision: 1252783

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-203: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 03:00:40 UTC (rev 1252782)
+++ PKGBUILD2022-07-15 03:16:10 UTC (rev 1252783)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=202
+pkgrel=203
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:00:40
  Author: felixonmars
Revision: 1252782

archrelease: copy trunk to community-any

Added:
  python-osc-lib/repos/community-any/PKGBUILD
(from rev 1252781, python-osc-lib/trunk/PKGBUILD)
Deleted:
  python-osc-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 03:00:26 UTC (rev 1252781)
+++ PKGBUILD2022-07-15 03:00:40 UTC (rev 1252782)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-osc-lib
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="OpenStackClient Library"
-arch=('any')
-url="https://docs.openstack.org/osc-lib/latest/;
-license=('Apache')
-depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 
'python-openstacksdk' 'python-oslo-i18n'
- 'python-oslo-utils' 'python-simplejson' 'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock')
-source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0cde4e793d7327b831c44489f89700ac3b05c26409d58eed9015da795024f782f4ece7ec1fbda6cec64aa64f26b0fcec364dff63fe8f7f365e57c72140776657')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd osc-lib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd osc-lib-$pkgver
-  # https://storyboard.openstack.org/#!/story/2008461
-  stestr run || echo "Tests failed"
-}
-
-package() {
-  cd osc-lib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 1252781, 
python-osc-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 03:00:40 UTC (rev 1252782)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-osc-lib
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="https://docs.openstack.org/osc-lib/latest/;
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 
'python-openstacksdk' 'python-oslo-i18n'
+ 'python-oslo-utils' 'python-simplejson' 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('9ceb99c40c1bd28e49d476bfd0ebb928f57641a814f674cc7b1b6a2d8937a4af4e513c1ed4cee5f90fbe238edf794eb4a0d4df62173f696b8eded0d96d63883f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd osc-lib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd osc-lib-$pkgver
+  # https://storyboard.openstack.org/#!/story/2008461
+  stestr run || echo "Tests failed"
+}
+
+package() {
+  cd osc-lib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 03:00:26
  Author: felixonmars
Revision: 1252781

upgpkg: python-osc-lib 2.6.0-1

Modified:
  python-osc-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:44:31 UTC (rev 1252780)
+++ PKGBUILD2022-07-15 03:00:26 UTC (rev 1252781)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-osc-lib
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="OpenStackClient Library"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-oslotest' 'python-requests-mock')
 
source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0cde4e793d7327b831c44489f89700ac3b05c26409d58eed9015da795024f782f4ece7ec1fbda6cec64aa64f26b0fcec364dff63fe8f7f365e57c72140776657')
+sha512sums=('9ceb99c40c1bd28e49d476bfd0ebb928f57641a814f674cc7b1b6a2d8937a4af4e513c1ed4cee5f90fbe238edf794eb4a0d4df62173f696b8eded0d96d63883f')
 
 export PBR_VERSION=$pkgver
 



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:54
  Author: felixonmars
Revision: 1252777

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.2-197: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:43:46 UTC (rev 1252776)
+++ PKGBUILD2022-07-15 02:43:54 UTC (rev 1252777)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.2
-pkgrel=196
+pkgrel=197
 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-pragmas-plugin/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:44:19
  Author: felixonmars
Revision: 1252779

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:44:07 UTC (rev 1252778)
+++ PKGBUILD2022-07-15 02:44:19 UTC (rev 1252779)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=193
+pkgrel=194
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:44:07
  Author: felixonmars
Revision: 1252778

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 1252777, 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 1252777, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:44:07 UTC (rev 1252778)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.2
+pkgrel=197
+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 -u stylish-haskell $_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 --datasubdir=$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/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:44:31
  Author: felixonmars
Revision: 1252780

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 1252779, 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 1252779, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:44:31 UTC (rev 1252780)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=194
+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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:46
  Author: felixonmars
Revision: 1252776

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 1252775, 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 1252775, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:43:46 UTC (rev 1252776)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.3
+pkgrel=194
+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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:33
  Author: felixonmars
Revision: 1252775

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.3-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:43:23 UTC (rev 1252774)
+++ PKGBUILD2022-07-15 02:43:33 UTC (rev 1252775)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.3
-pkgrel=193
+pkgrel=194
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:11
  Author: felixonmars
Revision: 1252773

upgpkg: haskell-hls-floskell-plugin 1.0.0.1-196: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:43:02 UTC (rev 1252772)
+++ PKGBUILD2022-07-15 02:43:11 UTC (rev 1252773)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.1
-pkgrel=195
+pkgrel=196
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:42:49
  Author: felixonmars
Revision: 1252771

upgpkg: haskell-hls-eval-plugin 1.1.2.0-197: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:42:40 UTC (rev 1252770)
+++ PKGBUILD2022-07-15 02:42:49 UTC (rev 1252771)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=196
+pkgrel=197
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:02
  Author: felixonmars
Revision: 1252772

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 1252771, 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 1252771, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:43:02 UTC (rev 1252772)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=197
+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 -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 --datasubdir=$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-call-hierarchy-plugin/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:42:40
  Author: felixonmars
Revision: 1252770

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 1252769, 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 1252769, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:42:40 UTC (rev 1252770)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=194
+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 -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 --datasubdir=$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-floskell-plugin/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:43:23
  Author: felixonmars
Revision: 1252774

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 1252773, 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 1252773, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:43:23 UTC (rev 1252774)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.1
+pkgrel=196
+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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:42:27
  Author: felixonmars
Revision: 1252769

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:42:17 UTC (rev 1252768)
+++ PKGBUILD2022-07-15 02:42:27 UTC (rev 1252769)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=193
+pkgrel=194
 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-ormolu-plugin/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:41:53
  Author: felixonmars
Revision: 1252766

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 1252765, 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 1252765, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:41:53 UTC (rev 1252766)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=200
+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 -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 --datasubdir=$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/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:42:17
  Author: felixonmars
Revision: 1252768

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 1252767, 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 1252767, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:42:17 UTC (rev 1252768)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=194
+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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:42:04
  Author: felixonmars
Revision: 1252767

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:41:53 UTC (rev 1252766)
+++ PKGBUILD2022-07-15 02:42:04 UTC (rev 1252767)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=193
+pkgrel=194
 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-explicit-imports-plugin/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:40:43
  Author: felixonmars
Revision: 1252762

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1252761, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252761, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:40:43 UTC (rev 1252762)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-explicit-imports-plugin
+pkgname=haskell-hls-explicit-imports-plugin
+pkgver=1.0.1.0
+pkgrel=194
+pkgdesc="Explicit imports plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghcide'
+ 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('7691ecc341fb511e51ccb6c1f67cd6f3c908f771b62423d7713d05bf13893b7ac53ae9c453ab8b6ca227ed8c9b42191cd30b9745b57f00c51f3f3646954955b8')
+
+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 --datasubdir=$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 python-filelock/repos/community-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:41:13
  Author: felixonmars
Revision: 1252764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:40:52 UTC (rev 1252763)
+++ PKGBUILD2022-07-15 02:41:13 UTC (rev 1252764)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-filelock
-pkgver=3.5.1
-pkgrel=1
-pkgdesc="A platform independent file lock"
-url="https://github.com/benediktschmitt/py-filelock;
-license=('custom:Unlicense')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-timeout')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/$pkgver.tar.gz;)
-sha512sums=('9bcebdf7c289187f22ec4b7b2e2b1756e4eba1d5a79896a6ab3143c853e5e58bb67f800bba4c8aec6bc93346e0d5a27cc34f7d4faa123788233face8d5afdb75')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd py-filelock-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd py-filelock-$pkgver
-  PYTHONPATH=src pytest tests
-}
-
-package() {
-  cd py-filelock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-filelock/repos/community-any/PKGBUILD (from rev 1252763, 
python-filelock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:41:13 UTC (rev 1252764)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-filelock
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="A platform independent file lock"
+url="https://github.com/benediktschmitt/py-filelock;
+license=('custom:Unlicense')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-timeout')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/$pkgver.tar.gz;)
+sha512sums=('f55ad90d79e90eb5a915afffecc632566456604a62b89fb13304c5812e05a34c508c863e76246a254acd98f55930d3179b0908a06d1e5a203d578a826a048ae2')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd py-filelock-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd py-filelock-$pkgver
+  PYTHONPATH=src pytest tests
+}
+
+package() {
+  cd py-filelock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:40:30
  Author: felixonmars
Revision: 1252761

upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.0-194: rebuild with 
record-dot-preprocessor 0.2.15

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:40:21 UTC (rev 1252760)
+++ PKGBUILD2022-07-15 02:40:30 UTC (rev 1252761)
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.0.1.0
-pkgrel=193
+pkgrel=194
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:41:24
  Author: felixonmars
Revision: 1252765

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-200: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:41:13 UTC (rev 1252764)
+++ PKGBUILD2022-07-15 02:41:24 UTC (rev 1252765)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=199
+pkgrel=200
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:40:52
  Author: felixonmars
Revision: 1252763

upgpkg: python-filelock 3.6.0-1

Modified:
  python-filelock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:40:43 UTC (rev 1252762)
+++ PKGBUILD2022-07-15 02:40:52 UTC (rev 1252763)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-filelock
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="A platform independent file lock"
 url="https://github.com/benediktschmitt/py-filelock;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-timeout')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/$pkgver.tar.gz;)
-sha512sums=('9bcebdf7c289187f22ec4b7b2e2b1756e4eba1d5a79896a6ab3143c853e5e58bb67f800bba4c8aec6bc93346e0d5a27cc34f7d4faa123788233face8d5afdb75')
+sha512sums=('f55ad90d79e90eb5a915afffecc632566456604a62b89fb13304c5812e05a34c508c863e76246a254acd98f55930d3179b0908a06d1e5a203d578a826a048ae2')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:40:21
  Author: felixonmars
Revision: 1252760

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252759, haskell-hls-hlint-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:40:21 UTC (rev 1252760)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-hlint-plugin
+pkgname=haskell-hls-hlint-plugin
+pkgver=1.0.1.1
+pkgrel=194
+pkgdesc="Hlint integration plugin with Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-hlint-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-apply-refact' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 
'haskell-ghcide' 'haskell-hashable'
+ 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-regex-tdfa' 'haskell-temporary' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bed7570e2b543f482f123e2ce19d4a5c5d712bde7875e97e1c4fc6eda481752e4d65f8cd4a998634ac3e85a7ce737f3ef849959d77e1c9f814ddf039f33b807')
+
+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 --datasubdir=$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' -fhlint33
+
+  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-hlint-plugin/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:40:07
  Author: felixonmars
Revision: 1252759

upgpkg: haskell-hls-hlint-plugin 1.0.1.1-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:39:59 UTC (rev 1252758)
+++ PKGBUILD2022-07-15 02:40:07 UTC (rev 1252759)
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.0.1.1
-pkgrel=193
+pkgrel=194
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-test-utils/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:59
  Author: felixonmars
Revision: 1252758

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-test-utils/repos/community-staging-x86_64/
  haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 1252757, haskell-hls-test-utils/trunk/PKGBUILD)

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

Copied: haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD (from 
rev 1252757, haskell-hls-test-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:39:59 UTC (rev 1252758)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-test-utils
+pkgname=haskell-hls-test-utils
+pkgver=1.1.0.0
+pkgrel=195
+pkgdesc="Utilities used in the tests of Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-markup' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghcide' 'haskell-hls-graph' 
'haskell-hls-plugin-api'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 
'haskell-lsp-test'
+ 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-temporary'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('08bb01af48a07b37c6d99c6da42341147259ee3f26aef4737a796a62fabbe9600464fdecb3ae4908a4df24e044abf786bcf30103b15b8d7c72f12f9a0c07fcb5')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u hspec $_hkgname.cabal
+  # https://github.com/haskell/haskell-language-server/issues/1835
+  sed -i '/configOutputFile/d' src/Test/Hls/Util.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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-test-utils/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:46
  Author: felixonmars
Revision: 1252757

upgpkg: haskell-hls-test-utils 1.1.0.0-195: rebuild with 
record-dot-preprocessor 0.2.15

Modified:
  haskell-hls-test-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:39:37 UTC (rev 1252756)
+++ PKGBUILD2022-07-15 02:39:46 UTC (rev 1252757)
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.1.0.0
-pkgrel=194
+pkgrel=195
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:37
  Author: felixonmars
Revision: 1252756

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 1252755, 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 1252755, haskell-hls-retrie-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:39:37 UTC (rev 1252756)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-retrie-plugin
+pkgname=haskell-hls-retrie-plugin
+pkgver=1.0.1.1
+pkgrel=194
+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 -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 --datasubdir=$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)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:24
  Author: felixonmars
Revision: 1252755

upgpkg: haskell-hls-retrie-plugin 1.0.1.1-194: rebuild with 
record-dot-preprocessor 0.2.15

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:39:15 UTC (rev 1252754)
+++ PKGBUILD2022-07-15 02:39:24 UTC (rev 1252755)
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.1.1
-pkgrel=193
+pkgrel=194
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



[arch-commits] Commit in qt5-ukui-platformtheme/repos/community-x86_64 (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:15
  Author: felixonmars
Revision: 1252754

archrelease: copy trunk to community-x86_64

Added:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD
(from rev 1252753, qt5-ukui-platformtheme/trunk/PKGBUILD)
Deleted:
  qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:39:01 UTC (rev 1252753)
+++ PKGBUILD2022-07-15 02:39:15 UTC (rev 1252754)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=qt5-ukui-platformtheme
-pkgver=1.0.7
-pkgrel=4
-pkgdesc="The UKUI platform theme for qt5 QPA"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/qt5-ukui-platformtheme;
-groups=('ukui')
-depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem')
-makedepends=('qt5-tools')
-source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5d4fc5672e50ef1bdcb210ac1614b062ba2b64d928f98a06f99a1accf070ae2e847cdfb84001a7e2e3c194433ebeb17ac525489a10512623d1dd3d4074c2f1de')
-
-build() {
-  cd qt5-ukui-platformtheme-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5-ukui-platformtheme-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5-ukui-platformtheme/repos/community-x86_64/PKGBUILD (from rev 
1252753, qt5-ukui-platformtheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:39:15 UTC (rev 1252754)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=qt5-ukui-platformtheme
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="The UKUI platform theme for qt5 QPA"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/qt5-ukui-platformtheme;
+groups=('ukui')
+depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem' 'libqtxdg')
+makedepends=('qt5-tools')
+source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e66bacfc3e00bd62e86f5c87ff9d204b851e7a56a17c64900c31ec612ce6b994f41b0107b826efa9d803799410b936ec7b2f0ea2ab77aa3d6b8878f30fb37591')
+
+build() {
+  cd qt5-ukui-platformtheme-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5-ukui-platformtheme-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:39:01
  Author: felixonmars
Revision: 1252753

upgpkg: qt5-ukui-platformtheme 1.0.8-1

Modified:
  qt5-ukui-platformtheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:34:42 UTC (rev 1252752)
+++ PKGBUILD2022-07-15 02:39:01 UTC (rev 1252753)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=qt5-ukui-platformtheme
-pkgver=1.0.7
-pkgrel=4
+pkgver=1.0.8
+pkgrel=1
 pkgdesc="The UKUI platform theme for qt5 QPA"
 arch=('x86_64')
 license=('GPL')
 url="https://github.com/ukui/qt5-ukui-platformtheme;
 groups=('ukui')
-depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem')
+depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem' 'libqtxdg')
 makedepends=('qt5-tools')
 
source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5d4fc5672e50ef1bdcb210ac1614b062ba2b64d928f98a06f99a1accf070ae2e847cdfb84001a7e2e3c194433ebeb17ac525489a10512623d1dd3d4074c2f1de')
+sha512sums=('e66bacfc3e00bd62e86f5c87ff9d204b851e7a56a17c64900c31ec612ce6b994f41b0107b826efa9d803799410b936ec7b2f0ea2ab77aa3d6b8878f30fb37591')
 
 build() {
   cd qt5-ukui-platformtheme-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:34:42
  Author: felixonmars
Revision: 1252752

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ghcide/repos/community-staging-x86_64/PKGBUILD (from rev 
1252751, haskell-ghcide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:34:42 UTC (rev 1252752)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghcide
+pkgname=haskell-ghcide
+pkgver=1.4.2.3
+pkgrel=2
+pkgdesc="The core of an IDE"
+url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
+ 'haskell-async' 'haskell-base16-bytestring' 
'haskell-bytestring-encoding'
+ 'haskell-case-insensitive' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-dependent-map' 'haskell-dependent-sum' 'haskell-dlist' 
'haskell-extra'
+ 'haskell-fingertree' 'haskell-fuzzy' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghc-check' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 
'haskell-ghc-trace-events'
+ 'haskell-gitrev' 'haskell-haddock-library' 'haskell-hashable' 
'haskell-heapsize'
+ 'haskell-hie-bios' 'haskell-hie-compat' 'haskell-hiedb' 
'haskell-hls-graph'
+ 'haskell-hls-plugin-api' 'haskell-hslogger' 
'haskell-implicit-hie-cradle' 'haskell-lens'
+ 'haskell-lsp' 'haskell-lsp-test' 'haskell-lsp-types' 
'haskell-monoid-subclasses'
+ 'haskell-network-uri' 'haskell-opentelemetry' 
'haskell-optparse-applicative'
+ 'haskell-parallel' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-regex-tdfa' 'haskell-retrie' 'haskell-rope-utf16-splay' 
'haskell-safe'
+ 'haskell-safe-exceptions' 'haskell-sorted-list' 
'haskell-sqlite-simple' 'haskell-syb'
+ 'haskell-unliftio' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-typelits-knownnat'
+ 'haskell-implicit-hie' 'haskell-quickcheck-instances' 
'haskell-record-dot-preprocessor'
+ 'haskell-record-hasfield' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f57bd36ef6df459271f182f68904c9b0f67e70333d9f6bf6bc29cd5cf430265083a2f53087072c420a678872a6844d6f5679b36906067104f158bfa100484fe2')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+
+  uusi -u extra -r ghc:ghc,ghc-api-compat -u hiedb $_hkgname.cabal
+
+  # extra 1.7.10
+  sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, 
modifyVar')/" src/Control/Concurrent/Strict.hs
+
+  # TODO: Skipped some broken tests for now
+  sed -i '/, benchmarkTests/d;/, findDefinitionAndHoverTests/d;/, 
bootTests/d;s/, simpleMultiDefTest//;s/echo A.hs/echo -dynamic > 
$HIE_BIOS_OUTPUT/' test/exe/Main.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+  cabal update
+  # Random test failures "Received an illegal message between the initialize 
request and response"
+  # th-linking-test-unboxed always fails too
+  PATH="$PWD/dist/build/ghcide:$PWD/dist/build/ghcide-test-preprocessor:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || 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 

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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:34:28
  Author: felixonmars
Revision: 1252751

upgpkg: haskell-ghcide 1.4.2.3-2: rebuild with record-dot-preprocessor 0.2.15

Modified:
  haskell-ghcide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:32:56 UTC (rev 1252750)
+++ PKGBUILD2022-07-15 02:34:28 UTC (rev 1252751)
@@ -3,7 +3,7 @@
 _hkgname=ghcide
 pkgname=haskell-ghcide
 pkgver=1.4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The core of an IDE"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")



[arch-commits] Commit in perl-test-utf8/repos/community-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:32:56
  Author: felixonmars
Revision: 1252750

archrelease: copy trunk to community-any

Added:
  perl-test-utf8/repos/community-any/PKGBUILD
(from rev 1252749, perl-test-utf8/trunk/PKGBUILD)
Deleted:
  perl-test-utf8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:32:39 UTC (rev 1252749)
+++ PKGBUILD2022-07-15 02:32:56 UTC (rev 1252750)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Christos Nouskas 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-test-utf8
-pkgver=1.01
-pkgrel=6
-pkgdesc="handy utf8 tests"
-arch=('any')
-url='https://search.cpan.org/dist/Test-utf8'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-module-install')
-source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz;)
-sha512sums=('07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e')
-
-build() {
-  cd Test-utf8-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-utf8-$pkgver
-  make test
-}
-
-package() {
-  cd Test-utf8-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-utf8/repos/community-any/PKGBUILD (from rev 1252749, 
perl-test-utf8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:32:56 UTC (rev 1252750)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Christos Nouskas 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-test-utf8
+pkgver=1.02
+pkgrel=1
+pkgdesc="handy utf8 tests"
+arch=('any')
+url='https://search.cpan.org/dist/Test-utf8'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz;)
+sha512sums=('f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469')
+
+build() {
+  cd Test-utf8-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-utf8-$pkgver
+  make test
+}
+
+package() {
+  cd Test-utf8-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-test-utf8/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:32:39
  Author: felixonmars
Revision: 1252749

upgpkg: perl-test-utf8 1.02-1

Modified:
  perl-test-utf8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:23:38 UTC (rev 1252748)
+++ PKGBUILD2022-07-15 02:32:39 UTC (rev 1252749)
@@ -3,8 +3,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-test-utf8
-pkgver=1.01
-pkgrel=6
+pkgver=1.02
+pkgrel=1
 pkgdesc="handy utf8 tests"
 arch=('any')
 url='https://search.cpan.org/dist/Test-utf8'
@@ -13,7 +13,7 @@
 depends=('perl')
 makedepends=('perl-module-install')
 
source=("https://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz;)
-sha512sums=('07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e')
+sha512sums=('f544174ad570c5e027acf66dcf335ddc4be3727488559933a389dbd7f2214e66490f96d0e816677310468076719d891fa3da80524b2b10345d8be8eebf4a1469')
 
 build() {
   cd Test-utf8-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:23:38
  Author: felixonmars
Revision: 1252748

archrelease: copy trunk to community-x86_64

Added:
  python-rapidjson/repos/community-x86_64/PKGBUILD
(from rev 1252747, python-rapidjson/trunk/PKGBUILD)
  python-rapidjson/repos/community-x86_64/python-3.8.patch
(from rev 1252747, python-rapidjson/trunk/python-3.8.patch)
Deleted:
  python-rapidjson/repos/community-x86_64/PKGBUILD
  python-rapidjson/repos/community-x86_64/python-3.8.patch

--+
 PKGBUILD |   76 ++---
 python-3.8.patch |   70 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:23:23 UTC (rev 1252747)
+++ PKGBUILD2022-07-15 02:23:38 UTC (rev 1252748)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-rapidjson
-pkgver=1.6
-pkgrel=1
-pkgdesc="Python wrapper around rapidjson"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/python-rapidjson;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'rapidjson')
-checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
-source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('d91debdbea28e2e303da41e333af4512ae929a3b3b37f586090826c29a677aa1e8517db746639b5cba723da3d2a0fc98447ed2bd345c2718b5420df4535d83f2')
-
-prepare() {
-  #rm -r python-rapidjson-$pkgver/rapidjson
-  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
-  # Shared rapidjson fails tests.
-
-  cp -a python-rapidjson-$pkgver{,-py2}
-}
-
-build() {
-  cd python-rapidjson-$pkgver
-  python setup.py build # --rj-include-dir=/usr/include
-}
-
-check() {
-  cd python-rapidjson-$pkgver
-  python setup.py pytest --addopts '--ignore benchmarks/'
-}
-
-package() {
-  cd python-rapidjson-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rapidjson/repos/community-x86_64/PKGBUILD (from rev 1252747, 
python-rapidjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:23:38 UTC (rev 1252748)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=1.7
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
+sha512sums=('39de6834b75ba8b6a8f6b0148e255f40027c0b0bee6bfaee9d2ae035889c38a466ef8101888a9a730e6e3668b0951fb6a9b76008687578f277169afef90ac316')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2022-07-15 02:23:23 UTC (rev 1252747)
+++ python-3.8.patch2022-07-15 02:23:38 UTC (rev 1252748)
@@ -1,35 +0,0 @@
-From aa16ff9daec2153f47c3c6977bde31df221bb097 Mon Sep 17 00:00:00 2001
-From: Lele Gaifax 
-Date: Sat, 2 Nov 2019 14:31:16 +0100
-Subject: [PATCH] Use repr() instead of str() to obtain string representation
- of PyLong instances
-
-In Python 3.8 they removed several __str__() implementations (see commit
-https://github.com/python/cpython/commit/96aeaec64738b730c719562125070a52ed570210),
 so
-under that version calling str() on an IntEnum instance gives something like
-"", not the literal integer value as before, so the right 
thing, that
-seems to work also on Python 3.7, is to use repr() instead.
-
-This fixes issue #125.

- rapidjson.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/rapidjson.cpp b/rapidjson.cpp
-index e649e52..32f527b 100644
 a/rapidjson.cpp
-+++ b/rapidjson.cpp
-@@ -2267,11 +2267,11 @@ dumps_internal(
- writer->Uint64(ui);
- }
- } else {
--// Mimic stdlib json: subclasses of int may override __str__, but 
we still
-+// Mimic stdlib json: subclasses of int may override __repr__, 
but we still
- 

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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:23:23
  Author: felixonmars
Revision: 1252747

upgpkg: python-rapidjson 1.7-1

Modified:
  python-rapidjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:19:39 UTC (rev 1252746)
+++ PKGBUILD2022-07-15 02:23:23 UTC (rev 1252747)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-rapidjson
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc="Python wrapper around rapidjson"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'rapidjson')
 checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
 
source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('d91debdbea28e2e303da41e333af4512ae929a3b3b37f586090826c29a677aa1e8517db746639b5cba723da3d2a0fc98447ed2bd345c2718b5420df4535d83f2')
+sha512sums=('39de6834b75ba8b6a8f6b0148e255f40027c0b0bee6bfaee9d2ae035889c38a466ef8101888a9a730e6e3668b0951fb6a9b76008687578f277169afef90ac316')
 
 prepare() {
   #rm -r python-rapidjson-$pkgver/rapidjson



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:19:39
  Author: felixonmars
Revision: 1252746

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:19:26 UTC (rev 1252745)
+++ PKGBUILD2022-07-15 02:19:39 UTC (rev 1252746)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-glanceclient
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-glanceclient;
-license=('Apache')
-depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 
'python-requests' 'python-warlock'
- 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 
'python-pyopenssl')
-makedepends=('python-setuptools')
-checkdepends=('python-stestr' 'python-ddt' 'python-mock' 
'python-requests-mock' 'python-testscenarios')
-options=('!emptydirs')
-source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4ec6473a5a100219e9425e2f90105283a1267f4da8545fe58c6422336f7ce6cd159a65425d894c3c4e3dddc2e44f9ffebef0c7209a2721971430e38654f7743f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-glanceclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-glanceclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-glanceclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 1252745, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:19:39 UTC (rev 1252746)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-glanceclient
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-glanceclient;
+license=('Apache')
+depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 
'python-requests' 'python-warlock'
+ 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 
'python-pyopenssl')
+makedepends=('python-setuptools')
+checkdepends=('python-stestr' 'python-ddt' 'python-mock' 
'python-requests-mock' 'python-testscenarios')
+options=('!emptydirs')
+source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c6d7ca471436dd07a653828c3cfd35fb93b9a76f2e993f744ab267d7fd6986c48ae8d574d4433808d9474d79588267311a5bc2d15458666ddc84522dfa08ae13')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-glanceclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glanceclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-glanceclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:19:26
  Author: felixonmars
Revision: 1252745

upgpkg: python-glanceclient 4.0.1-1

Modified:
  python-glanceclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:19:13 UTC (rev 1252744)
+++ PKGBUILD2022-07-15 02:19:26 UTC (rev 1252745)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-glanceclient
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-stestr' 'python-ddt' 'python-mock' 
'python-requests-mock' 'python-testscenarios')
 options=('!emptydirs')
 
source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('4ec6473a5a100219e9425e2f90105283a1267f4da8545fe58c6422336f7ce6cd159a65425d894c3c4e3dddc2e44f9ffebef0c7209a2721971430e38654f7743f')
+sha512sums=('c6d7ca471436dd07a653828c3cfd35fb93b9a76f2e993f744ab267d7fd6986c48ae8d574d4433808d9474d79588267311a5bc2d15458666ddc84522dfa08ae13')
 
 export PBR_VERSION=$pkgver
 



[arch-commits] Commit in haskell-record-dot-preprocessor/repos (2 files)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:19:13
  Author: felixonmars
Revision: 1252744

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-record-dot-preprocessor/repos/community-staging-x86_64/
  haskell-record-dot-preprocessor/repos/community-staging-x86_64/PKGBUILD
(from rev 1252743, haskell-record-dot-preprocessor/trunk/PKGBUILD)

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

Copied: haskell-record-dot-preprocessor/repos/community-staging-x86_64/PKGBUILD 
(from rev 1252743, haskell-record-dot-preprocessor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:19:13 UTC (rev 1252744)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=record-dot-preprocessor
+pkgname=haskell-record-dot-preprocessor
+pkgver=0.2.15
+pkgrel=1
+pkgdesc="Preprocessor to allow record.field syntax"
+url="https://github.com/ndmitchell/record-dot-preprocessor#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-uniplate')
+makedepends=('ghc' 'haskell-record-hasfield')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('2a4f6fc7798b5a2f0052084639feec1ed09d03a073a02280b4b0ddcd0862803a11349c8cea643db48dce85cf73e14e915e471a3d97916d1f57df0b075d5273ad')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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-record-dot-preprocessor/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:18:59
  Author: felixonmars
Revision: 1252743

upgpkg: haskell-record-dot-preprocessor 0.2.15-1: rebuild with 
record-dot-preprocessor 0.2.15

Modified:
  haskell-record-dot-preprocessor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:18:49 UTC (rev 1252742)
+++ PKGBUILD2022-07-15 02:18:59 UTC (rev 1252743)
@@ -2,8 +2,8 @@
 
 _hkgname=record-dot-preprocessor
 pkgname=haskell-record-dot-preprocessor
-pkgver=0.2.14
-pkgrel=38
+pkgver=0.2.15
+pkgrel=1
 pkgdesc="Preprocessor to allow record.field syntax"
 url="https://github.com/ndmitchell/record-dot-preprocessor#readme;
 license=("BSD")
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-extra' 'haskell-uniplate')
 makedepends=('ghc' 'haskell-record-hasfield')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('9759be4d05c6c57a3c6fc016a043b93d19a149885eb418bfb4d986adc1289c6b2dd2f091ff3930e459cd1d4190d328c4b98f0fb22cc63a4f20075c88280e2b8b')
+sha512sums=('2a4f6fc7798b5a2f0052084639feec1ed09d03a073a02280b4b0ddcd0862803a11349c8cea643db48dce85cf73e14e915e471a3d97916d1f57df0b075d5273ad')
 
 build() {
   cd $_hkgname-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:18:49
  Author: felixonmars
Revision: 1252742

archrelease: copy trunk to community-any

Added:
  python-pytest-randomly/repos/community-any/PKGBUILD
(from rev 1252741, python-pytest-randomly/trunk/PKGBUILD)
Deleted:
  python-pytest-randomly/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:18:35 UTC (rev 1252741)
+++ PKGBUILD2022-07-15 02:18:49 UTC (rev 1252742)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-randomly
-pkgver=3.10.2
-pkgrel=1
-pkgdesc='Pytest plugin to randomly order tests and control random.seed'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-randomly'
-depends=('python-importlib-metadata' 'python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 
'python-pytest-xdist')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz;)
-sha512sums=('3dd56c764106678cba61c98e3a9ec17ebf2ed88a4cf6919e0088b9448410a6d5c2ea0d7eb61d9fdf492f5a220c4db19ff64f8fa45af5624fef0af3103af9ad37')
-
-build() {
-  cd pytest-randomly-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-randomly-$pkgver
-  # TODO: Understand why...
-  PYTHONPATH="$PWD/src" pytest --deselect 
tests/test_pytest_randomly.py::test_entrypoint_injection
-}
-
-package() {
-  cd pytest-randomly-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-randomly/repos/community-any/PKGBUILD (from rev 1252741, 
python-pytest-randomly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:18:49 UTC (rev 1252742)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-randomly
+pkgver=3.10.3
+pkgrel=1
+pkgdesc='Pytest plugin to randomly order tests and control random.seed'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-randomly'
+depends=('python-importlib-metadata' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 
'python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz;)
+sha512sums=('b7ba266e968e3814898495e602eca23bf1edd7c37b1ea8a9ae396af193e65315a6377528db0b977e5bbb22b4c22d018ab5120a0982a24eb235651c868735410c')
+
+build() {
+  cd pytest-randomly-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-randomly-$pkgver
+  # TODO: Understand why...
+  PYTHONPATH="$PWD/src" pytest --deselect 
tests/test_pytest_randomly.py::test_entrypoint_injection
+}
+
+package() {
+  cd pytest-randomly-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:18:35
  Author: felixonmars
Revision: 1252741

upgpkg: python-pytest-randomly 3.10.3-1

Modified:
  python-pytest-randomly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:17:09 UTC (rev 1252740)
+++ PKGBUILD2022-07-15 02:18:35 UTC (rev 1252741)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-randomly
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 pkgdesc='Pytest plugin to randomly order tests and control random.seed'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 
'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz;)
-sha512sums=('3dd56c764106678cba61c98e3a9ec17ebf2ed88a4cf6919e0088b9448410a6d5c2ea0d7eb61d9fdf492f5a220c4db19ff64f8fa45af5624fef0af3103af9ad37')
+sha512sums=('b7ba266e968e3814898495e602eca23bf1edd7c37b1ea8a9ae396af193e65315a6377528db0b977e5bbb22b4c22d018ab5120a0982a24eb235651c868735410c')
 
 build() {
   cd pytest-randomly-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:16:56
  Author: felixonmars
Revision: 1252734

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 1252733, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 1252733, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:16:56 UTC (rev 1252734)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('34d75d01c8e88fbbb932dbe6394e570b454156f1ad02173616616c493f65bfc5c4d28ed4089312410f8cb1760a523052fe132bfcd44b8bbf42e912fe9da2cc10')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:16:43
  Author: felixonmars
Revision: 1252733

upgpkg: taskell 1.11.4-187: rebuild with text-zipper 0.12

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:16:32 UTC (rev 1252732)
+++ PKGBUILD2022-07-15 02:16:43 UTC (rev 1252733)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.4
-pkgrel=186
+pkgrel=187
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:16:32
  Author: felixonmars
Revision: 1252732

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
1252731, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:16:32 UTC (rev 1252732)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=373
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  uusi -u base -u brick -u vty $_hkgname.cabal
+  gen-setup
+  sed -i 's|renderCheckbox :: Bool -> String|renderCheckbox :: (Ord n) => Bool 
-> String|' src/Summoner/Tui/Field.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:16:18
  Author: felixonmars
Revision: 1252731

upgpkg: haskell-summoner-tui 2.0.1.1-373: rebuild with text-zipper 0.12

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:16:03 UTC (rev 1252730)
+++ PKGBUILD2022-07-15 02:16:18 UTC (rev 1252731)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=372
+pkgrel=373
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:16:03
  Author: felixonmars
Revision: 1252730

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:15:49 UTC (rev 1252729)
+++ PKGBUILD2022-07-15 02:16:03 UTC (rev 1252730)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20211029
-_commit=98910a801a238da21feac56fccbf81af8b7915f6
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('0d5e12d5953c2f9165c3094ece211958d48c3bb1512933d168df99a4ac20220fa6adac8cb7943d0d9c82fb50b4a561dbee2d7aa36df56f033b56fd8dbd3cd8dd')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 1252729, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:16:03 UTC (rev 1252730)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20211213
+_commit=dba1dcf1513969a655b8d652c87d333a022d213a
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('cf7b2d5dd6bb66fc2687688353fae4f5a356669836c0738f9692bc022a3c6fc49a107c96111c3b5d1231fdbbdc93149cbc5a6ce77951546169d47f464cbc92af')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:15:49
  Author: felixonmars
Revision: 1252729

upgpkg: rime-cantonese 0.0.0.20211213-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:14:27 UTC (rev 1252728)
+++ PKGBUILD2022-07-15 02:15:49 UTC (rev 1252729)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20211029
-_commit=98910a801a238da21feac56fccbf81af8b7915f6
+pkgver=0.0.0.20211213
+_commit=dba1dcf1513969a655b8d652c87d333a022d213a
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('0d5e12d5953c2f9165c3094ece211958d48c3bb1512933d168df99a4ac20220fa6adac8cb7943d0d9c82fb50b4a561dbee2d7aa36df56f033b56fd8dbd3cd8dd')
+sha512sums=('cf7b2d5dd6bb66fc2687688353fae4f5a356669836c0738f9692bc022a3c6fc49a107c96111c3b5d1231fdbbdc93149cbc5a6ce77951546169d47f464cbc92af')
 
 prepare() {
   cd $pkgname-$_commit



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:14:27
  Author: felixonmars
Revision: 1252728

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 1252727, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:14:27 UTC (rev 1252728)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.25
+pkgrel=84
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-doclayout' 
'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('100febd118e7ad538d82e215d7413aac1b8b914fcb8be1bc6a26c311d9d2ba2accad187ffa3bdc623c448e9c36ba5dcf81a86db139541fbc33abba3557dd8f62')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u doclayout $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname 
\
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:14:13
  Author: felixonmars
Revision: 1252727

upgpkg: hledger-ui 1.25-84: rebuild with text-zipper 0.12

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:14:04 UTC (rev 1252726)
+++ PKGBUILD2022-07-15 02:14:13 UTC (rev 1252727)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.25
-pkgrel=83
+pkgrel=84
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:14:04
  Author: felixonmars
Revision: 1252726

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-iadd/repos/community-staging-x86_64/PKGBUILD (from rev 1252725, 
hledger-iadd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:14:04 UTC (rev 1252726)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+
+_hkgname=hledger-iadd
+pkgname=hledger-iadd
+pkgver=1.3.17
+pkgrel=58
+pkgdesc="A terminal UI as drop-in replacement for hledger add"
+url="https://github.com/hpdeifel/hledger-iadd#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-free' 'haskell-hledger-lib' 
'haskell-megaparsec'
+ 'haskell-microlens' 'haskell-microlens-th' 
'haskell-optparse-applicative'
+ 'haskell-text-zipper' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vty'
+ 'haskell-xdg-basedir')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('44ae987d4a2b3950a0256d52e3afabea5b3b3351f1f802e8c9a8397753d35bb9b52ae90e7046e3f2f4a46406d05cefa7d7375cb326a9f6f6001c8fd623183896')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u hledger-lib -u megaparsec $_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 --datasubdir=$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 hledger-iadd/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:13:51
  Author: felixonmars
Revision: 1252725

upgpkg: hledger-iadd 1.3.17-58: rebuild with text-zipper 0.12

Modified:
  hledger-iadd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:13:01 UTC (rev 1252724)
+++ PKGBUILD2022-07-15 02:13:51 UTC (rev 1252725)
@@ -4,7 +4,7 @@
 _hkgname=hledger-iadd
 pkgname=hledger-iadd
 pkgver=1.3.17
-pkgrel=57
+pkgrel=58
 pkgdesc="A terminal UI as drop-in replacement for hledger add"
 url="https://github.com/hpdeifel/hledger-iadd#readme;
 license=("BSD")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:13:01
  Author: felixonmars
Revision: 1252724

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 
1252723, haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:13:01 UTC (rev 1252724)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.69
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7f158ea2815df861c495a3f3ef8d0b2f179fbb3144a0552252b45ff8f869509d607234810106371e9e7bd31edece4b6c2138beef77239a948e3c45c6f99e2ed6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-demos
+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-brick/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:12:48
  Author: felixonmars
Revision: 1252723

upgpkg: haskell-brick 0.69-4: rebuild with text-zipper 0.12

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:11:47 UTC (rev 1252722)
+++ PKGBUILD2022-07-15 02:12:48 UTC (rev 1252723)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.69
-pkgrel=3
+pkgrel=4
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:11:47
  Author: felixonmars
Revision: 1252722

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-text-zipper/repos/community-staging-x86_64/PKGBUILD (from rev 
1252721, haskell-text-zipper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-15 02:11:47 UTC (rev 1252722)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text-zipper
+pkgname=haskell-text-zipper
+pkgver=0.12
+pkgrel=1
+pkgdesc="A text editor zipper library"
+url="https://github.com/jtdaugherty/text-zipper/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('924a37fe2f21a1c6bcdac9c758e96f77f483b62d264264ecde4660c2e7765f2e3d3d586607c7250a3622102463358a72b3bdb43b62df28ccc8ba11b6711d2742')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--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
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:11:33
  Author: felixonmars
Revision: 1252721

upgpkg: haskell-text-zipper 0.12-1: rebuild with text-zipper 0.12

Modified:
  haskell-text-zipper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:08:56 UTC (rev 1252720)
+++ PKGBUILD2022-07-15 02:11:33 UTC (rev 1252721)
@@ -3,8 +3,8 @@
 
 _hkgname=text-zipper
 pkgname=haskell-text-zipper
-pkgver=0.11
-pkgrel=102
+pkgver=0.12
+pkgrel=1
 pkgdesc="A text editor zipper library"
 url="https://github.com/jtdaugherty/text-zipper/;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' "haskell-vector")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c7700f8d7c8dbacb2cffa74ddfbac2f9abf6e2c1364a414b9be6eafba22d1224d717c30d95b27618a4aea3a1a1dd4bc429a2fcd1192e964091a87ccb5c2db794')
+sha512sums=('924a37fe2f21a1c6bcdac9c758e96f77f483b62d264264ecde4660c2e7765f2e3d3d586607c7250a3622102463358a72b3bdb43b62df28ccc8ba11b6711d2742')
 
 build() {
 cd $_hkgname-$pkgver



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:08:56
  Author: felixonmars
Revision: 1252720

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:08:43 UTC (rev 1252719)
+++ PKGBUILD2022-07-15 02:08:56 UTC (rev 1252720)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-tldextract
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
-arch=('any')
-url="https://github.com/john-kurkowski/tldextract;
-license=('BSD')
-depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-filelock')
-makedepends=('python-setuptools-scm' 'python-pip')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
-  'python-isort')
-source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz;)
-sha512sums=('530e8592c2813c297355cdea591a772fad3e4cdcfccf72844c49ad68ab1acd57e6050828f78fe3bbfb9d54d62f33c63fec70dfb81d9955abf971703f53daa326')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd tldextract-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tldextract-$pkgver
-  # tldextract/_version.py is generated by setuptools-scm, and will fail 
pylint here.
-  python -m pytest --ignore build --ignore tldextract/_version.py
-}
-
-package() {
-  cd tldextract-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set sw=2 et:

Copied: python-tldextract/repos/community-any/PKGBUILD (from rev 1252719, 
python-tldextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:08:56 UTC (rev 1252720)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tldextract
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
+arch=('any')
+url="https://github.com/john-kurkowski/tldextract;
+license=('BSD')
+depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-filelock')
+makedepends=('python-setuptools-scm' 'python-pip')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
+  'python-isort')
+source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz;)
+sha512sums=('ec1c8f326772cad04caecb65fc4b6c0bd168233ca59c14b4baf0d365420fda6c740febb8399bb8ead747f259bf81b513a7edef3b3e832576703d56ab8fda1bc1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd tldextract-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tldextract-$pkgver
+  # tldextract/_version.py is generated by setuptools-scm, and will fail 
pylint here.
+  python -m pytest --ignore build --ignore tldextract/_version.py
+}
+
+package() {
+  cd tldextract-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set sw=2 et:



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:08:43
  Author: felixonmars
Revision: 1252719

upgpkg: python-tldextract 3.3.1-1

Modified:
  python-tldextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 02:04:47 UTC (rev 1252718)
+++ PKGBUILD2022-07-15 02:08:43 UTC (rev 1252719)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tldextract
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
   'python-isort')
 
source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz;)
-sha512sums=('530e8592c2813c297355cdea591a772fad3e4cdcfccf72844c49ad68ab1acd57e6050828f78fe3bbfb9d54d62f33c63fec70dfb81d9955abf971703f53daa326')
+sha512sums=('ec1c8f326772cad04caecb65fc4b6c0bd168233ca59c14b4baf0d365420fda6c740febb8399bb8ead747f259bf81b513a7edef3b3e832576703d56ab8fda1bc1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:04:47
  Author: felixonmars
Revision: 1252718

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 02:04:33 UTC (rev 1252717)
+++ PKGBUILD2022-07-15 02:04:47 UTC (rev 1252718)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-voluptuous
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A Python data validation library"
-url="https://github.com/alecthomas/voluptuous;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://pypi.io/packages/source/v/voluptuous/voluptuous-$pkgver.tar.gz;)
-sha512sums=('a4b76a7d7e3f1f2697c09b025c2386b77c48e7f9d001e05ab0b93c91167e438352ac682d52527e2cc01d009787fedd4674cf7c926ed908022fe381c09d488f29')
-
-prepare() {
-  # https://github.com/alecthomas/voluptuous/issues/333
-  rm -r voluptuous-$pkgver/*.egg-info
-}
-
-build() {
-  cd voluptuous-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd voluptuous-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd voluptuous-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-voluptuous/repos/community-any/PKGBUILD (from rev 1252717, 
python-voluptuous/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 02:04:47 UTC (rev 1252718)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-voluptuous
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="A Python data validation library"
+url="https://github.com/alecthomas/voluptuous;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/alecthomas/voluptuous/archive/refs/tags/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('874960bdd3fce213e46f8017fbc56ede02133de6f8cb439d810db38ca06d9c5fcf5496150ef4c73fd19d9e06489ba08a510fd96aa16b8825564a52fd01cc3f4f')
+
+build() {
+  cd voluptuous-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd voluptuous-$pkgver
+  pytest
+}
+
+package() {
+  cd voluptuous-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 02:04:33
  Author: felixonmars
Revision: 1252717

upgpkg: python-voluptuous 0.13.1-1

Modified:
  python-voluptuous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:58:49 UTC (rev 1252716)
+++ PKGBUILD2022-07-15 02:04:33 UTC (rev 1252717)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-voluptuous
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="A Python data validation library"
 url="https://github.com/alecthomas/voluptuous;
@@ -9,15 +9,10 @@
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://pypi.io/packages/source/v/voluptuous/voluptuous-$pkgver.tar.gz;)
-sha512sums=('a4b76a7d7e3f1f2697c09b025c2386b77c48e7f9d001e05ab0b93c91167e438352ac682d52527e2cc01d009787fedd4674cf7c926ed908022fe381c09d488f29')
+checkdepends=('python-pytest')
+source=(https://github.com/alecthomas/voluptuous/archive/refs/tags/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('874960bdd3fce213e46f8017fbc56ede02133de6f8cb439d810db38ca06d9c5fcf5496150ef4c73fd19d9e06489ba08a510fd96aa16b8825564a52fd01cc3f4f')
 
-prepare() {
-  # https://github.com/alecthomas/voluptuous/issues/333
-  rm -r voluptuous-$pkgver/*.egg-info
-}
-
 build() {
   cd voluptuous-$pkgver
   python setup.py build
@@ -25,7 +20,7 @@
 
 check() {
   cd voluptuous-$pkgver
-  python setup.py nosetests
+  pytest
 }
 
 package() {



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:58:49
  Author: felixonmars
Revision: 1252716

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:58:34 UTC (rev 1252715)
+++ PKGBUILD2022-07-15 01:58:49 UTC (rev 1252716)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zipp
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="Pathlib-compatible object wrapper for zip files"
-url="https://github.com/jaraco/zipp;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-toml' 'python-wheel')
-checkdepends=('python-jaraco.itertools' 'python-func-timeout')
-source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd zipp-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd zipp-$pkgver
-  python -m unittest discover
-}
-
-package() {
-  cd zipp-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-zipp/repos/community-any/PKGBUILD (from rev 1252715, 
python-zipp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:58:49 UTC (rev 1252716)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zipp
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Pathlib-compatible object wrapper for zip files"
+url="https://github.com/jaraco/zipp;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-toml' 'python-wheel')
+checkdepends=('python-jaraco.itertools' 'python-func-timeout')
+source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e720ea96f137d59d09c43024a410c0089e2986ef6c091df1779e1bd46573220c84c56c9454f3ace03b728bc8941b8993d003e728afe8def6b43345f9c99bf2aa')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd zipp-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd zipp-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd zipp-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:58:34
  Author: felixonmars
Revision: 1252715

upgpkg: python-zipp 3.8.1-1

Modified:
  python-zipp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:58:18 UTC (rev 1252714)
+++ PKGBUILD2022-07-15 01:58:34 UTC (rev 1252715)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zipp
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc="Pathlib-compatible object wrapper for zip files"
 url="https://github.com/jaraco/zipp;
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-toml' 'python-wheel')
 checkdepends=('python-jaraco.itertools' 'python-func-timeout')
 
source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')
+sha512sums=('e720ea96f137d59d09c43024a410c0089e2986ef6c091df1779e1bd46573220c84c56c9454f3ace03b728bc8941b8993d003e728afe8def6b43345f9c99bf2aa')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:58:18
  Author: felixonmars
Revision: 1252714

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:58:03 UTC (rev 1252713)
+++ PKGBUILD2022-07-15 01:58:18 UTC (rev 1252714)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202207070057
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip;
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('1639a3325b1c77ddc0be2532777aee353dcd25d15eafb5da4eee3a806b58b7411cf4616805665cfd253ad5360946553fad4143bfccd2307911830c9b983240e3')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1252713, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:58:18 UTC (rev 1252714)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202207140057
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip;
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('648220544ac77904a016edf5fcc45af73c108e1f980c516b4a95702108ffb7f1285d31b4c59f1b6eaf4e0b75f569d28350d9273fa0bdae05492ea2616c3efda5')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:57:54
  Author: felixonmars
Revision: 1252712

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:57:39 UTC (rev 1252711)
+++ PKGBUILD2022-07-15 01:57:54 UTC (rev 1252712)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20220712102738
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('2139444936a8afe9f1d44e9fbd3bf1b240a8579b7bdc7890790e380f988b891878db812f7b1874ba40b6797784a65a8a274bf3c7db4bcadf244f3b84f2368b5b')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1252711, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:57:54 UTC (rev 1252712)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20220714074155
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('2b48b0a0f3293b6a3d5da4cd82ed43cea4f9c8154eaff2d9bd76e7feb89a15d53706117d1f16e029b7b496e42e9a745f100176db270c59bd1899a72af65908e5')
+
+build() {
+  cd domain-list-community-$pkgver
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:58:03
  Author: felixonmars
Revision: 1252713

upgpkg: v2ray-geoip 202207140057-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:57:54 UTC (rev 1252712)
+++ PKGBUILD2022-07-15 01:58:03 UTC (rev 1252713)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202207070057
+pkgver=202207140057
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('1639a3325b1c77ddc0be2532777aee353dcd25d15eafb5da4eee3a806b58b7411cf4616805665cfd253ad5360946553fad4143bfccd2307911830c9b983240e3')
+sha512sums=('648220544ac77904a016edf5fcc45af73c108e1f980c516b4a95702108ffb7f1285d31b4c59f1b6eaf4e0b75f569d28350d9273fa0bdae05492ea2616c3efda5')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:57:39
  Author: felixonmars
Revision: 1252711

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:09:55 UTC (rev 1252710)
+++ PKGBUILD2022-07-15 01:57:39 UTC (rev 1252711)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20220712102738
+pkgver=20220714074155
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('2139444936a8afe9f1d44e9fbd3bf1b240a8579b7bdc7890790e380f988b891878db812f7b1874ba40b6797784a65a8a274bf3c7db4bcadf244f3b84f2368b5b')
+sha512sums=('2b48b0a0f3293b6a3d5da4cd82ed43cea4f9c8154eaff2d9bd76e7feb89a15d53706117d1f16e029b7b496e42e9a745f100176db270c59bd1899a72af65908e5')
 
 build() {
   cd domain-list-community-$pkgver



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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:09:55
  Author: kpcyrd
Revision: 1252710

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/PKGBUILD
(from rev 1252709, serverless/trunk/PKGBUILD)
Deleted:
  serverless/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:09:40 UTC (rev 1252709)
+++ PKGBUILD2022-07-15 01:09:55 UTC (rev 1252710)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=serverless
-pkgver=3.20.0
-pkgrel=1
-pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
-url='https://github.com/serverless/serverless'
-arch=('any')
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('3187695765b44e073e030cea5eed94d0087a79e55193cb47b285eb50b2dfa996c3cef21312e50993e35af0a84e2c11a6e6de49041be4526bf4f128ba87fea28b')
-b2sums=('cc32936c5824603ac35b4f3981d203e462360afcf5c3369beda7550a732421ee115a770c3a7dd0f323512cec1fd962bdfea8fa0d14a36014ff455d64b448021a')
-
-package() {
-  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: serverless/repos/community-any/PKGBUILD (from rev 1252709, 
serverless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:09:55 UTC (rev 1252710)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=3.21.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('b300e7d760d610dde3c9bfc33ebafe6b91b2f83715f9c23e62e8a2fb38f11933c6ac40df2f298f044b71ddeed89b12969f5ef87a499109f44d6dbb5f7e8dcb71')
+b2sums=('06981956212a469e9eab8a1be6026cdd8e6d2dd3748683f45a4ff4c62663229b210bd935f1697a9f85b2c27d572253471c8666e27bd86c95e978a8155bc711c1')
+
+package() {
+  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:09:40
  Author: kpcyrd
Revision: 1252709

upgpkg: serverless 3.21.0-1

Modified:
  serverless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:09:33 UTC (rev 1252708)
+++ PKGBUILD2022-07-15 01:09:40 UTC (rev 1252709)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=serverless
-pkgver=3.20.0
+pkgver=3.21.0
 pkgrel=1
 pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
 url='https://github.com/serverless/serverless'
@@ -11,8 +11,8 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
 noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('3187695765b44e073e030cea5eed94d0087a79e55193cb47b285eb50b2dfa996c3cef21312e50993e35af0a84e2c11a6e6de49041be4526bf4f128ba87fea28b')
-b2sums=('cc32936c5824603ac35b4f3981d203e462360afcf5c3369beda7550a732421ee115a770c3a7dd0f323512cec1fd962bdfea8fa0d14a36014ff455d64b448021a')
+sha512sums=('b300e7d760d610dde3c9bfc33ebafe6b91b2f83715f9c23e62e8a2fb38f11933c6ac40df2f298f044b71ddeed89b12969f5ef87a499109f44d6dbb5f7e8dcb71')
+b2sums=('06981956212a469e9eab8a1be6026cdd8e6d2dd3748683f45a4ff4c62663229b210bd935f1697a9f85b2c27d572253471c8666e27bd86c95e978a8155bc711c1')
 
 package() {
   npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"



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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:09:33
  Author: kpcyrd
Revision: 1252708

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:09:19 UTC (rev 1252707)
+++ PKGBUILD2022-07-15 01:09:33 UTC (rev 1252708)
@@ -1,32 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/sunng87/cargo-release'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
-makedepends=('cargo' 'pkg-config')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('eac383211431fd133567d371945157841f7a23a1defa608b5fe626098fe7798d3405ee869ee980bc0b6c7e8077ea22aacfd23fbc458af0d3b772e633dd641412')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/"vendored-libgit2"//' Cargo.toml
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1252707, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:09:33 UTC (rev 1252708)
@@ -0,0 +1,32 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.21.1
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/sunng87/cargo-release'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
+makedepends=('cargo' 'pkg-config')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('d27f5b80bfc295ad3cafab4329fc6d835eb31bf70bc00719321066eecb55930aa7c4d8d895f4cb47f207f1b67803e5ca8b627941fa644aa8270f7dcd7e8bc465')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/"vendored-libgit2"//' Cargo.toml
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBSSH2_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:09:19
  Author: kpcyrd
Revision: 1252707

upgpkg: cargo-release 0.21.1-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:09:12 UTC (rev 1252706)
+++ PKGBUILD2022-07-15 01:09:19 UTC (rev 1252707)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.21.0
+pkgver=0.21.1
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/sunng87/cargo-release'
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'libgit2' 'libssh' 'openssl' 'zlib')
 makedepends=('cargo' 'pkg-config')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('eac383211431fd133567d371945157841f7a23a1defa608b5fe626098fe7798d3405ee869ee980bc0b6c7e8077ea22aacfd23fbc458af0d3b772e633dd641412')
+b2sums=('d27f5b80bfc295ad3cafab4329fc6d835eb31bf70bc00719321066eecb55930aa7c4d8d895f4cb47f207f1b67803e5ca8b627941fa644aa8270f7dcd7e8bc465')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:09:12
  Author: kpcyrd
Revision: 1252706

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1252705, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1252705, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1252705, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1252705, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:08:46 UTC (rev 1252705)
+++ PKGBUILD2022-07-15 01:09:12 UTC (rev 1252706)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.50.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('407edd77609fafe6d93d55aeffdedc0beab163df6f437c0bcff2f2e4fc7f948568933945e57207bd2fcc6d0e36e2163a5729dd04c9e211b098ea52e43b6af552'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('9d32f2f44ac32d2bb63d402f06d6cb6ce78a46f9e8fb3dfe880468b8ed90eafacdcbc151cece65016e2559b6d3ebe8a469728bd30cd4918846a19a4c53b92e21'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1252705, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:09:12 UTC (rev 1252706)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.50.1
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('8c9ec20d5b96b15b633087f581ed7aede8340a91242d982c28d1d5338653dea7d85bc9b031df43399049ae011196e2b346bbba9e299cac5170f1f779d3a91838'
+

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

2022-07-14 Thread Kpcyrd via arch-commits
Date: Friday, July 15, 2022 @ 01:08:46
  Author: kpcyrd
Revision: 1252705

upgpkg: signal-desktop 5.50.1-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 00:52:46 UTC (rev 1252704)
+++ PKGBUILD2022-07-15 01:08:46 UTC (rev 1252705)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.50.0
+pkgver=5.50.1
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('407edd77609fafe6d93d55aeffdedc0beab163df6f437c0bcff2f2e4fc7f948568933945e57207bd2fcc6d0e36e2163a5729dd04c9e211b098ea52e43b6af552'
+sha512sums=('8c9ec20d5b96b15b633087f581ed7aede8340a91242d982c28d1d5338653dea7d85bc9b031df43399049ae011196e2b346bbba9e299cac5170f1f779d3a91838'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('9d32f2f44ac32d2bb63d402f06d6cb6ce78a46f9e8fb3dfe880468b8ed90eafacdcbc151cece65016e2559b6d3ebe8a469728bd30cd4918846a19a4c53b92e21'
+b2sums=('957023125668c0e339e4948a8376b60b740c3876d29eee6aaa08088b263f0668c56fecb4537b63368fd8caef44cf5b9c1f4d1729438d67bbee0731a43d20553f'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
 



[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:07:06
  Author: felixonmars
Revision: 451086

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 451085, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:06:52 UTC (rev 451085)
+++ PKGBUILD2022-07-15 01:07:06 UTC (rev 451086)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.86
-pkgrel=2
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-makedepends=('perl-file-find-rule' 'perl-test-inter' 'perl-test-pod' 
'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-$pkgver.tar.gz;)
-sha512sums=('894e17252c0b55b2e17dd2d46b2da65f07d2343738ca2cbf496086a2c802adaea599e05ac50a21ca64eb54661e53658505dae507cbd8bb4b8880177f550b9ca7')
-
-build() {
-  cd Date-Manip-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Date-Manip-$pkgver
-  make test
-}
-
-package() {
-  cd Date-Manip-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 451085, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:07:06 UTC (rev 451086)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.87
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+makedepends=('perl-file-find-rule' 'perl-test-inter' 'perl-test-pod' 
'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-$pkgver.tar.gz;)
+sha512sums=('f1d03b272881b1af23c1899446ad497e0c4ef301bcf5e46fad71737e3ee9d6ba8f08250939e6f4b4de10031f71bee2389a0b95190099225ce43c1bd42a85714e')
+
+build() {
+  cd Date-Manip-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-$pkgver
+  make test
+}
+
+package() {
+  cd Date-Manip-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:06:52
  Author: felixonmars
Revision: 451085

upgpkg: perl-date-manip 6.87-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 01:04:07 UTC (rev 451084)
+++ PKGBUILD2022-07-15 01:06:52 UTC (rev 451085)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.86
-pkgrel=2
+pkgver=6.87
+pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
 license=('PerlArtistic')
@@ -11,7 +11,7 @@
 makedepends=('perl-file-find-rule' 'perl-test-inter' 'perl-test-pod' 
'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-$pkgver.tar.gz;)
-sha512sums=('894e17252c0b55b2e17dd2d46b2da65f07d2343738ca2cbf496086a2c802adaea599e05ac50a21ca64eb54661e53658505dae507cbd8bb4b8880177f550b9ca7')
+sha512sums=('f1d03b272881b1af23c1899446ad497e0c4ef301bcf5e46fad71737e3ee9d6ba8f08250939e6f4b4de10031f71bee2389a0b95190099225ce43c1bd42a85714e')
 
 build() {
   cd Date-Manip-$pkgver



[arch-commits] Commit in perl-crypt-passwdmd5/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:04:07
  Author: felixonmars
Revision: 451084

archrelease: copy trunk to extra-any

Added:
  perl-crypt-passwdmd5/repos/extra-any/PKGBUILD
(from rev 451083, perl-crypt-passwdmd5/trunk/PKGBUILD)
Deleted:
  perl-crypt-passwdmd5/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 01:03:50 UTC (rev 451083)
+++ PKGBUILD2022-07-15 01:04:07 UTC (rev 451084)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=perl-crypt-passwdmd5
-pkgver=1.41
-pkgrel=3
-pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
-arch=('any')
-url="https://search.cpan.org/dist/Crypt-PasswdMD5;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-provides=('perl-passwd-md5')
-replaces=('perl-passwd-md5')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-$pkgver.tgz)
-sha512sums=('eee16e08f5cdca4d5bc2056e39e18bbbeb5e8bcf403fb44eb632a9a09496fc8b34ede4b2feaffacceafef99be390e44ca49767d98c05a62a2208e1c7e7ff5430')
-
-build() {
-  cd Crypt-PasswdMD5-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Crypt-PasswdMD5-$pkgver
-  make test
-}
-
-package() {
-  cd Crypt-PasswdMD5-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-crypt-passwdmd5/repos/extra-any/PKGBUILD (from rev 451083, 
perl-crypt-passwdmd5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 01:04:07 UTC (rev 451084)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=perl-crypt-passwdmd5
+pkgver=1.42
+pkgrel=1
+pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
+arch=('any')
+url="https://search.cpan.org/dist/Crypt-PasswdMD5;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+provides=('perl-passwd-md5')
+replaces=('perl-passwd-md5')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-$pkgver.tgz)
+sha512sums=('92b18cb50061ff0d017e26ebeb4ebf07199d7833518974c3f130d81a30f37a01cd299f4776bfa1e8cd1ca4e6e5adcd72d93ea4dcfed7a573084f0a9c7245eef8')
+
+build() {
+  cd Crypt-PasswdMD5-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Crypt-PasswdMD5-$pkgver
+  make test
+}
+
+package() {
+  cd Crypt-PasswdMD5-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-crypt-passwdmd5/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 01:03:50
  Author: felixonmars
Revision: 451083

upgpkg: perl-crypt-passwdmd5 1.42-1

Modified:
  perl-crypt-passwdmd5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-15 00:57:09 UTC (rev 451082)
+++ PKGBUILD2022-07-15 01:03:50 UTC (rev 451083)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=perl-crypt-passwdmd5
-pkgver=1.41
-pkgrel=3
+pkgver=1.42
+pkgrel=1
 pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
 arch=('any')
 url="https://search.cpan.org/dist/Crypt-PasswdMD5;
@@ -12,7 +12,7 @@
 replaces=('perl-passwd-md5')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-$pkgver.tgz)
-sha512sums=('eee16e08f5cdca4d5bc2056e39e18bbbeb5e8bcf403fb44eb632a9a09496fc8b34ede4b2feaffacceafef99be390e44ca49767d98c05a62a2208e1c7e7ff5430')
+sha512sums=('92b18cb50061ff0d017e26ebeb4ebf07199d7833518974c3f130d81a30f37a01cd299f4776bfa1e8cd1ca4e6e5adcd72d93ea4dcfed7a573084f0a9c7245eef8')
 
 build() {
   cd Crypt-PasswdMD5-$pkgver



[arch-commits] Commit in perl-file-mimeinfo/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 00:57:09
  Author: felixonmars
Revision: 451082

archrelease: copy trunk to extra-any

Added:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD
(from rev 451081, perl-file-mimeinfo/trunk/PKGBUILD)
Deleted:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 00:56:53 UTC (rev 451081)
+++ PKGBUILD2022-07-15 00:57:09 UTC (rev 451082)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-file-mimeinfo
-pkgver=0.32
-pkgrel=2
-pkgdesc='Determine file type, includes mimeopen and mimetype'
-arch=('any')
-url="https://metacpan.org/release/File-MimeInfo;
-license=('GPL' 'PerlArtistic')
-depends=('perl-encode-locale' 'perl-file-basedir' 'perl-file-desktopentry' 
'shared-mime-info')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-$pkgver.tar.gz)
-sha512sums=('c8cdad74d732321471188c96a5d03725bc51c10655fee7c0e400da6a7215fee8925be95cb9114e748747fb03c3dd33f5b4d1ca0641bdf050339537a222ea6009')
-
-build() {
-  cd File-MimeInfo-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-MimeInfo-$pkgver
-  make test
-}
-
-package() {
-  cd File-MimeInfo-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 451081, 
perl-file-mimeinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 00:57:09 UTC (rev 451082)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-mimeinfo
+pkgver=0.33
+pkgrel=1
+pkgdesc='Determine file type, includes mimeopen and mimetype'
+arch=('any')
+url="https://metacpan.org/release/File-MimeInfo;
+license=('GPL' 'PerlArtistic')
+depends=('perl-encode-locale' 'perl-file-basedir' 'perl-file-desktopentry' 
'shared-mime-info')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-$pkgver.tar.gz)
+sha512sums=('5fbba13775079da56928175f48db1c1ab8ac4d7fa3e85bdb5384c4021cab7cf8c363a3d8219cf34318136b1470e32163abae7c37a119416a5e510d8d07848c9d')
+
+build() {
+  cd File-MimeInfo-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-MimeInfo-$pkgver
+  make test
+}
+
+package() {
+  cd File-MimeInfo-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 00:56:53
  Author: felixonmars
Revision: 451081

upgpkg: perl-file-mimeinfo 0.33-1

Modified:
  perl-file-mimeinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 23:05:56 UTC (rev 451080)
+++ PKGBUILD2022-07-15 00:56:53 UTC (rev 451081)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-file-mimeinfo
-pkgver=0.32
-pkgrel=2
+pkgver=0.33
+pkgrel=1
 pkgdesc='Determine file type, includes mimeopen and mimetype'
 arch=('any')
 url="https://metacpan.org/release/File-MimeInfo;
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-$pkgver.tar.gz)
-sha512sums=('c8cdad74d732321471188c96a5d03725bc51c10655fee7c0e400da6a7215fee8925be95cb9114e748747fb03c3dd33f5b4d1ca0641bdf050339537a222ea6009')
+sha512sums=('5fbba13775079da56928175f48db1c1ab8ac4d7fa3e85bdb5384c4021cab7cf8c363a3d8219cf34318136b1470e32163abae7c37a119416a5e510d8d07848c9d')
 
 build() {
   cd File-MimeInfo-$pkgver



[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 00:52:46
  Author: felixonmars
Revision: 1252704

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 1252703, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-15 00:52:33 UTC (rev 1252703)
+++ PKGBUILD2022-07-15 00:52:46 UTC (rev 1252704)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302190
-pkgrel=2
-pkgdesc="Basic utilities for writing tests"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('f9add3bcbec5d080034878f457795c2febba78712ae74611fc513bd771d7e63a4364ae4be98e913e0c758afbe10dcd618b1b087da23e969c7398da7006cda869')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 1252703, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-15 00:52:46 UTC (rev 1252704)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302191
+pkgrel=1
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('f5ed9b182badc708145ed38a12d9abce1a072d14934fd02fd5a31f999d785714183335bbfe4f612537cebec8a42522df5f140b3c6563f7a414705e3f29d83c14')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2022-07-14 Thread Felix Yan via arch-commits
Date: Friday, July 15, 2022 @ 00:52:33
  Author: felixonmars
Revision: 1252703

upgpkg: perl-test-simple 1.302191-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 23:03:46 UTC (rev 1252702)
+++ PKGBUILD2022-07-15 00:52:33 UTC (rev 1252703)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302190
-pkgrel=2
+pkgver=1.302191
+pkgrel=1
 pkgdesc="Basic utilities for writing tests"
 arch=('any')
 license=('PerlArtistic')
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('f9add3bcbec5d080034878f457795c2febba78712ae74611fc513bd771d7e63a4364ae4be98e913e0c758afbe10dcd618b1b087da23e969c7398da7006cda869')
+sha512sums=('f5ed9b182badc708145ed38a12d9abce1a072d14934fd02fd5a31f999d785714183335bbfe4f612537cebec8a42522df5f140b3c6563f7a414705e3f29d83c14')
 
 build() {
   cd Test-Simple-$pkgver



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:05:55
  Author: heftig
Revision: 451078

archrelease: copy trunk to extra-x86_64

Added:
  gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 451076, gtk-vnc/trunk/PKGBUILD)
Deleted:
  gtk-vnc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 23:05:53 UTC (rev 451077)
+++ PKGBUILD2022-07-14 23:05:55 UTC (rev 451078)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-# Contributor: lp76 
-
-pkgname=gtk-vnc
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A VNC viewer widget for GTK+"
-url="https://wiki.gnome.org/Projects/gtk-vnc;
-arch=(x86_64)
-license=(LGPL)
-depends=(libgcrypt gtk3 gnutls libpulse)
-makedepends=(vala gobject-introspection git perl-text-csv meson)
-provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so)
-_commit=3df186523a8eab9ff6cbbcb2e23d5d8986461c2e  # tags/v1.3.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit;
-git+https://gitlab.com/keycodemap/keycodemapdb.git)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd gtk-vnc
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd gtk-vnc
-
-  git submodule init
-  git submodule set-url src/keycodemapdb "$srcdir/keycodemapdb"
-  git submodule update
-}
-
-build() {
-  arch-meson gtk-vnc build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
-}

Copied: gtk-vnc/repos/extra-x86_64/PKGBUILD (from rev 451076, 
gtk-vnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 23:05:55 UTC (rev 451078)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="VNC viewer widget for GTK"
+url="https://wiki.gnome.org/Projects/gtk-vnc;
+arch=(x86_64)
+license=(LGPL)
+depends=(libgcrypt gtk3 gnutls libpulse)
+makedepends=(vala gobject-introspection git perl-text-csv meson)
+provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so)
+options=(debug)
+_commit=1ea35aa11bdf97916409504024bcd36a01abc64d  # tags/v1.3.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit;
+"git+https://gitlab.com/keycodemap/keycodemapdb.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd gtk-vnc
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gtk-vnc
+
+  git submodule init
+  git submodule set-url src/keycodemapdb "$srcdir/keycodemapdb"
+  git submodule update
+}
+
+build() {
+  arch-meson gtk-vnc build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
+}



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:05:56
  Author: heftig
Revision: 451080

archrelease: copy trunk to extra-x86_64

Added:
  libnotify/repos/extra-x86_64/PKGBUILD
(from rev 451076, libnotify/trunk/PKGBUILD)
Deleted:
  libnotify/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 23:05:55 UTC (rev 451079)
+++ PKGBUILD2022-07-14 23:05:56 UTC (rev 451080)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libnotify
-pkgver=0.7.12
-pkgrel=1
-pkgdesc="Library for sending desktop notifications"
-url="https://gitlab.gnome.org/GNOME/libnotify;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
-options=(debug)
-_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6  # tags/0.7.12^0
-source=("git+$url.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
-  provides+=(libnotify.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 451076, 
libnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 23:05:56 UTC (rev 451080)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libnotify
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+url="https://gitlab.gnome.org/GNOME/libnotify;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+options=(debug)
+_commit=359443f70f3e99019668c02942fb39cd9efb9425  # tags/0.8.0^0
+source=("git+$url.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
+  provides+=(libnotify.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:05:55
  Author: heftig
Revision: 451079

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 451076, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 23:05:55 UTC (rev 451078)
+++ PKGBUILD2022-07-14 23:05:55 UTC (rev 451079)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.56.1
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-options=(debug)
-_commit=ef23c1bd93e5c4f3e52f87ef98e3cf7a833a18d9  # tags/0.56.1^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vala
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd vala
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vala
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd vala
-  make check
-}
-
-package() {
-  cd vala
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 451076, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 23:05:55 UTC (rev 451079)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.56.2
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+options=(debug)
+_commit=f65cb3451a3d3a7a679e0774cba1f537a7c791de  # tags/0.56.2^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vala
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd vala
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vala
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd vala
+  make check
+}
+
+package() {
+  cd vala
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:05:53
  Author: heftig
Revision: 451077

archrelease: copy trunk to extra-x86_64

Added:
  libgsf/repos/extra-x86_64/PKGBUILD
(from rev 451076, libgsf/trunk/PKGBUILD)
Deleted:
  libgsf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 23:05:42 UTC (rev 451076)
+++ PKGBUILD2022-07-14 23:05:53 UTC (rev 451077)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.49
-pkgrel=1
-arch=(x86_64)
-pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
-url="https://gitlab.gnome.org/GNOME/libgsf;
-license=(GPL LGPL)
-depends=(libxml2 gdk-pixbuf2 bzip2)
-makedepends=(gobject-introspection git gtk-doc autoconf-archive)
-checkdepends=(perl-xml-parser unzip valgrind) 
-provides=(libgsf-1.so)
-options=(debug)
-_commit=b3dd5f076232d33d431d12c4475b5c7e358e5059  # tags/LIBGSF_1_14_49^0
-source=("git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgsf
-  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libgsf
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgsf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-introspection --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd libgsf
-  make check
-}
-
-package_libgsf() {
-  cd libgsf
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 451076, 
libgsf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 23:05:53 UTC (rev 451077)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.50
+pkgrel=1
+arch=(x86_64)
+pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
+url="https://gitlab.gnome.org/GNOME/libgsf;
+license=(GPL LGPL)
+depends=(libxml2 gdk-pixbuf2 bzip2)
+makedepends=(gobject-introspection git gtk-doc autoconf-archive)
+checkdepends=(perl-xml-parser unzip valgrind) 
+provides=(libgsf-1.so)
+options=(debug)
+_commit=3f6b8dc6f2ba395eeb0dc3c2ebc60c14105be3e1  # tags/LIBGSF_1_14_50^0
+source=("git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgsf
+  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libgsf
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libgsf
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-introspection --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd libgsf
+  make check
+}
+
+package_libgsf() {
+  cd libgsf
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:05:42
  Author: heftig
Revision: 451076

0.56.2-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 23:02:57 UTC (rev 451075)
+++ PKGBUILD2022-07-14 23:05:42 UTC (rev 451076)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.56.1
+pkgver=0.56.2
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -17,7 +17,7 @@
 conflicts=(valadoc)
 replaces=(valadoc)
 options=(debug)
-_commit=ef23c1bd93e5c4f3e52f87ef98e3cf7a833a18d9  # tags/0.56.1^0
+_commit=f65cb3451a3d3a7a679e0774cba1f537a7c791de  # tags/0.56.2^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-07-14 Thread Caleb Maclennan via arch-commits
Date: Thursday, July 14, 2022 @ 23:03:46
  Author: alerque
Revision: 1252702

archrelease: copy trunk to community-x86_64

Added:
  lapce/repos/community-x86_64/PKGBUILD
(from rev 1252701, lapce/trunk/PKGBUILD)
Deleted:
  lapce/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 23:03:38 UTC (rev 1252701)
+++ PKGBUILD2022-07-14 23:03:46 UTC (rev 1252702)
@@ -1,44 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: George Rawlinson 
-
-pkgname=lapce
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='Lightning-fast and Powerful Code Editor'
-arch=(x86_64)
-url=https://lapce.dev
-_url="https://github.com/$pkgname/$pkgname;
-license=(Apache)
-depends=(expat
- fontconfig
- freetype2
- gcc-libs
- gtk3
- libxcb
- libxkbcommon)
-makedepends=(cargo
- python
- cmake)
-options=('!lto')
-_archive="$pkgname-$pkgver"
-source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('041cc835da6ee73425d150b8d95f136e107e9a2aaced30aaacd981700bee8a6e')
-
-prepare() {
-   cd "$_archive"
-   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-   cd "$_archive"
-   cargo build --frozen --profile release-lto --all-features
-}
-
-package() {
-   cd "$_archive"
-install -Dm0755 -t "$pkgdir/usr/bin/" 
"target/release-lto/$pkgname"{,-proxy}
-   local lname=dev.lapce.lapce
-   install -Dm0644 -t "$pkgdir/usr/share/applications/" 
extra/linux/$lname.desktop
-   install -Dm0644 -t "$pkgdir/usr/share/metainfo/" 
extra/linux/$lname.metainfo.xml
-   install -Dm0644 extra/images/logo.png 
"$pkgdir/usr/share/pixmaps/$lname.png"
-}

Copied: lapce/repos/community-x86_64/PKGBUILD (from rev 1252701, 
lapce/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 23:03:46 UTC (rev 1252702)
@@ -0,0 +1,44 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: George Rawlinson 
+
+pkgname=lapce
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Lightning-fast and Powerful Code Editor'
+arch=(x86_64)
+url=https://lapce.dev
+_url="https://github.com/$pkgname/$pkgname;
+license=(Apache)
+depends=(expat
+ fontconfig
+ freetype2
+ gcc-libs
+ gtk3
+ libxcb
+ libxkbcommon)
+makedepends=(cargo
+ python
+ cmake)
+options=('!lto')
+_archive="$pkgname-$pkgver"
+source=("$_url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('381f95be6ed43396ecff5da5ce7d2bc75969ba1f67e251410d72753e1059d74d')
+
+prepare() {
+   cd "$_archive"
+   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+   cd "$_archive"
+   cargo build --frozen --profile release-lto --all-features
+}
+
+package() {
+   cd "$_archive"
+install -Dm0755 -t "$pkgdir/usr/bin/" 
"target/release-lto/$pkgname"{,-proxy}
+   local lname=dev.lapce.lapce
+   install -Dm0644 -t "$pkgdir/usr/share/applications/" 
extra/linux/$lname.desktop
+   install -Dm0644 -t "$pkgdir/usr/share/metainfo/" 
extra/linux/$lname.metainfo.xml
+   install -Dm0644 extra/images/logo.png 
"$pkgdir/usr/share/pixmaps/$lname.png"
+}



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

2022-07-14 Thread Caleb Maclennan via arch-commits
Date: Thursday, July 14, 2022 @ 23:03:38
  Author: alerque
Revision: 1252701

upgpkg: lapce 0.1.3-1

Modified:
  lapce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 21:54:07 UTC (rev 1252700)
+++ PKGBUILD2022-07-14 23:03:38 UTC (rev 1252701)
@@ -2,7 +2,7 @@
 # Contributor: George Rawlinson 
 
 pkgname=lapce
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc='Lightning-fast and Powerful Code Editor'
 arch=(x86_64)
@@ -22,7 +22,7 @@
 options=('!lto')
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('041cc835da6ee73425d150b8d95f136e107e9a2aaced30aaacd981700bee8a6e')
+sha256sums=('381f95be6ed43396ecff5da5ce7d2bc75969ba1f67e251410d72753e1059d74d')
 
 prepare() {
cd "$_archive"



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:02:57
  Author: heftig
Revision: 451075

0.8.0-1

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 23:02:20 UTC (rev 451074)
+++ PKGBUILD2022-07-14 23:02:57 UTC (rev 451075)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.12
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 url="https://gitlab.gnome.org/GNOME/libnotify;
@@ -11,7 +11,7 @@
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
 options=(debug)
-_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6  # tags/0.7.12^0
+_commit=359443f70f3e99019668c02942fb39cd9efb9425  # tags/0.8.0^0
 source=("git+$url.git#commit=$_commit")
 sha256sums=('SKIP')
 



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:02:20
  Author: heftig
Revision: 451074

1.3.1-1

Modified:
  gtk-vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 23:01:18 UTC (rev 451073)
+++ PKGBUILD2022-07-14 23:02:20 UTC (rev 451074)
@@ -4,9 +4,9 @@
 # Contributor: lp76 
 
 pkgname=gtk-vnc
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
-pkgdesc="A VNC viewer widget for GTK+"
+pkgdesc="VNC viewer widget for GTK"
 url="https://wiki.gnome.org/Projects/gtk-vnc;
 arch=(x86_64)
 license=(LGPL)
@@ -13,15 +13,16 @@
 depends=(libgcrypt gtk3 gnutls libpulse)
 makedepends=(vala gobject-introspection git perl-text-csv meson)
 provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so)
-_commit=3df186523a8eab9ff6cbbcb2e23d5d8986461c2e  # tags/v1.3.0^0
+options=(debug)
+_commit=1ea35aa11bdf97916409504024bcd36a01abc64d  # tags/v1.3.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit;
-git+https://gitlab.com/keycodemap/keycodemapdb.git)
+"git+https://gitlab.com/keycodemap/keycodemapdb.git;)
 sha256sums=('SKIP'
 'SKIP')
 
 pkgver() {
   cd gtk-vnc
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-07-14 Thread Jan Steffens via arch-commits
Date: Thursday, July 14, 2022 @ 23:01:18
  Author: heftig
Revision: 451073

1.14.50-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-14 20:30:14 UTC (rev 451072)
+++ PKGBUILD2022-07-14 23:01:18 UTC (rev 451073)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.49
+pkgver=1.14.50
 pkgrel=1
 arch=(x86_64)
 pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
@@ -14,7 +14,7 @@
 checkdepends=(perl-xml-parser unzip valgrind) 
 provides=(libgsf-1.so)
 options=(debug)
-_commit=b3dd5f076232d33d431d12c4475b5c7e358e5059  # tags/LIBGSF_1_14_49^0
+_commit=3f6b8dc6f2ba395eeb0dc3c2ebc60c14105be3e1  # tags/LIBGSF_1_14_50^0
 source=("git+https://gitlab.gnome.org/GNOME/libgsf.git#commit=$_commit;)
 sha256sums=('SKIP')
 



  1   2   >