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

2021-07-03 Thread Christian Rebischke via arch-commits
Date: Sunday, July 4, 2021 @ 03:50:02
  Author: shibumi
Revision: 971989

archrelease: copy trunk to community-x86_64

Added:
  yaegi/repos/community-x86_64/PKGBUILD
(from rev 971988, yaegi/trunk/PKGBUILD)
Deleted:
  yaegi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-04 03:49:51 UTC (rev 971988)
+++ PKGBUILD2021-07-04 03:50:02 UTC (rev 971989)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: navigaid 
-pkgname=yaegi
-pkgver=0.9.18
-pkgrel=1
-pkgdesc='Yet another Elegant Go Interpreter'
-arch=('x86_64')
-url='https://github.com/containous/yaegi'
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('fdc9f69fa21ec35e86c01efdd5d583ac859916febe470f000407010abf944fd41501648ee87bad58927b9e3eceb401613245105da28854208661419326fc7d9f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v ./cmd/yaegi
-}
-
-# disabling tests...
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  sed -i 's|"-race", ||' ./cmd/yaegi/yaegi_test.go
-#  GOROOT="/usr/lib/go" go test -v ./...
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 971988, 
yaegi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-04 03:50:02 UTC (rev 971989)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke 
+# Contributor: navigaid 
+pkgname=yaegi
+pkgver=0.9.19
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
+sha512sums=('7497ef981d6c5b19db8cce1ddd7251df018745ea90dbbc45479f543b6fcd0e1d02252d066606ad4f6b313aef85224ec480c4cfa30ae80959b734497836ca399b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v ./cmd/yaegi
+}
+
+# disabling tests...
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  sed -i 's|"-race", ||' ./cmd/yaegi/yaegi_test.go
+#  GOROOT="/usr/lib/go" go test -v ./...
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-07-03 Thread Christian Rebischke via arch-commits
Date: Sunday, July 4, 2021 @ 03:49:51
  Author: shibumi
Revision: 971988

upgpkg: yaegi 0.9.19-1

Modified:
  yaegi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-04 03:48:07 UTC (rev 971987)
+++ PKGBUILD2021-07-04 03:49:51 UTC (rev 971988)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: navigaid 
 pkgname=yaegi
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('fdc9f69fa21ec35e86c01efdd5d583ac859916febe470f000407010abf944fd41501648ee87bad58927b9e3eceb401613245105da28854208661419326fc7d9f')
+sha512sums=('7497ef981d6c5b19db8cce1ddd7251df018745ea90dbbc45479f543b6fcd0e1d02252d066606ad4f6b313aef85224ec480c4cfa30ae80959b734497836ca399b')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-07-03 Thread Christian Rebischke via arch-commits
Date: Sunday, July 4, 2021 @ 03:48:07
  Author: shibumi
Revision: 971987

archrelease: copy trunk to community-x86_64

Added:
  tanka/repos/community-x86_64/PKGBUILD
(from rev 971986, tanka/trunk/PKGBUILD)
Deleted:
  tanka/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-04 03:48:02 UTC (rev 971986)
+++ PKGBUILD2021-07-04 03:48:07 UTC (rev 971987)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=tanka
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
-arch=('x86_64')
-url="https://github.com/grafana/tanka;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('c3fe24dcd768d98c9de2d4d5225eb77c30d6c5239f4b1486ee91813d023772669e06774cedbea33c7dc4af6dfd53e509ee57b1d1f94548b64f9ae6efd8d03dbe')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/grafana "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
-  chmod +x ./tk
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
-}

Copied: tanka/repos/community-x86_64/PKGBUILD (from rev 971986, 
tanka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-04 03:48:07 UTC (rev 971987)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tanka
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
+arch=('x86_64')
+url="https://github.com/grafana/tanka;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
+sha512sums=('933a0ae2b55fb52ddb9d6d5f966a656dc82f3d63f9ca764d460d526701c7d95b56dcfe0f68ca764bf368a154deef1afe13abbc08d3db4c677c9b54f035e3152b')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/grafana "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
+  chmod +x ./tk
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
+}



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

2021-07-03 Thread Christian Rebischke via arch-commits
Date: Sunday, July 4, 2021 @ 03:48:02
  Author: shibumi
Revision: 971986

upgpkg: tanka 0.17.0-1

Modified:
  tanka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-04 02:54:48 UTC (rev 971985)
+++ PKGBUILD2021-07-04 03:48:02 UTC (rev 971986)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=tanka
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('c3fe24dcd768d98c9de2d4d5225eb77c30d6c5239f4b1486ee91813d023772669e06774cedbea33c7dc4af6dfd53e509ee57b1d1f94548b64f9ae6efd8d03dbe')
+sha512sums=('933a0ae2b55fb52ddb9d6d5f966a656dc82f3d63f9ca764d460d526701c7d95b56dcfe0f68ca764bf368a154deef1afe13abbc08d3db4c677c9b54f035e3152b')
 
 prepare() {
   export GOPATH="${srcdir}"



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

2021-07-03 Thread Jiachen Yang via arch-commits
Date: Sunday, July 4, 2021 @ 02:54:48
  Author: farseerfc
Revision: 971985

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 971984, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 971984, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |  156 ++--
 skk-jisyo.install |   20 +++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-04 02:54:02 UTC (rev 971984)
+++ PKGBUILD2021-07-04 02:54:48 UTC (rev 971985)
@@ -1,78 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20210627
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenance tools')
-license=('GPL')
-install=${pkgname}.install
-
-_skk_jisyo_gz=(L
-   M
-   ML
-   S
-   JIS2
-   JIS2004
-   JIS3_4
-   assoc
-   china_taiwan
-   fullname
-   geo
-   itaiji
-   itaiji.JIS3_4
-   jinmei
-   law
-   lisp
-   mazegaki
-   okinawa
-   propernoun
-   pubdic+
-   requested
-   station
-   wrong
-   wrong.annotated)
-
-source=()
-for _t in "${_skk_jisyo_gz[@]}" ; do
-  
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
-done
-
-sha512sums=('0fb86b9534190a9417a5a49b7ded192fdc0074789db885a945e530c54df752c698639cf1c14def4ce5c3cd9dafcf4e564465fe16ce7809a086704e47d6502902'
-
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
-
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
-
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
-
'df34831e6e254443193ff8ccf0290f8105c153f559bfdde694b179ae8cf3e3405e2ba6965f700a80ddb08329871ee418b8b8779d80154116f2608fffb5b58b80'
-
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
-
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
-
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'061bdefea9b35d75d01db88b3b1b7440a77e20121131ffcd925fdccad7caa721b5727e30b05fb6f0f13df36f8cff582be4b76ac50c04b06ac6b1529347e904d6'
-
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
-
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
-
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
-
'f7cec0d34cdce69f14e0514851b38763d8457445923bbe7cd67724b2615a8194c868fc5db339c109af4f360ccd1684d64cc3dafe18806011ac84b0fbc8e6c24c'
-
'dcdabf07459f8747a6dcb07120cdb5f6d89d3d9b402330215be6e3828f4f072c18c5250fafa73603c436d7db3380eb469a75e30117bcc4fcbfce583ad8b71b64'
-
'c6a83e5bfba5f7d03f632eef594a00093b721176215997195f12f78c3f3f9dfcfff4d795f7e7ce4612dfbf0c6c3ce67b64e2bce7385d663ccef346fe32ae9967'
-
'e93ad4e50182f747f6b37fa81944b6bad447f4076adf11c444bef1d3a8c1e8dafd0c69b4a40716e45a4c4ae567dabcd49b617437e84cccf7f79d8ae32aedfb07'
-
'8b0780182d4c943ad5e36b3a8b64ca3484c3debf09986bfb2c881848afeac8144e570e1ee36ae4b7e710d81ffd7bb64d249d971a690b7b8fa2d64b5a953fa3fc'
-
'03998eaf7c7935481141b6687cbf712fad54a831d9e93b84a936a7fe896f8005abfd1ea9245dcae901bfa6354d44424ddd09d519af8a5e885607ba9aa8202b4e'
-
'7439640d0f81fbee38de7200bf32fd83115958255c92e3b8b4413a7a687aa5b5e721a11f99bf54669a13d691ccae83dc71fe0beffa63415949c536f84db0b290'
-
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
-
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
-

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

2021-07-03 Thread Jiachen Yang via arch-commits
Date: Sunday, July 4, 2021 @ 02:54:02
  Author: farseerfc
Revision: 971984

upgpkg: skk-jisyo 20210704-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-04 01:02:02 UTC (rev 971983)
+++ PKGBUILD2021-07-04 02:54:02 UTC (rev 971984)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20210627
+pkgver=20210704
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -42,7 +42,7 @@
   
source+=("SKK-JISYO.$_t.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.$_t.gz;)
 done
 
-sha512sums=('0fb86b9534190a9417a5a49b7ded192fdc0074789db885a945e530c54df752c698639cf1c14def4ce5c3cd9dafcf4e564465fe16ce7809a086704e47d6502902'
+sha512sums=('37e5b2509565c081b93f3aeb43eaf0e9ac60c928d9e57e5015cf67a58f3f0c1a182f08cfb5beeffdc61293c4f7c80746477b64b8925573bb43b3dc467c25338b'
 
'9104143e26c21b62668d6aafb19a8e8f6cbe99d40896cfca2946b8f8d0fbf12b706723b0a4edad27aa6cb3be34a43c2f0a419965b289c1349fdfc364679f0606'
 
'bd21a9290d6b7c20ec3e2df67ea438bc5408340b1f8d99a61f937a0952ab292c6899dcf6827027e4d55f195c55d8950ceef3427d0c1c18a41d13f6ec45274972'
 
'd2818d63b7c5f807651dc6978bdcfea5c1ac8003da9ebbe24c908ba0fdf13a304c01c3c181993c31377ce93790a67a3518b782374b66ca8c76e1ecc305bf77a4'
@@ -50,7 +50,7 @@
 
'8bbdc4176093be79e6ca9e3e518401fa9c7a781f67bb74ca1a86cf90c133fe1ea0388a0ca4e9b7a99bde5ba237eccd2c7eb5341589a18fe5b15eec695a6dbc41'
 
'd20909169d970b41855b8b7f34ad08bd40f9e5f24981c00c0c0f377280ad87f63c1b963360dda2a5ad07efcf54a850a421c7a3dbc28bf92d6894809bec91d3d1'
 
'f52a5836870cda0a3a48b2473a093552f3cadfd6b1b5f584fe668a95f9e9d905e7cb4f8ec6c5a86399bafe78b9d3a2ec215cf95d0278b3c3418caa3dfaf0'
-
'061bdefea9b35d75d01db88b3b1b7440a77e20121131ffcd925fdccad7caa721b5727e30b05fb6f0f13df36f8cff582be4b76ac50c04b06ac6b1529347e904d6'
+
'adef5a1b1b1b0de50f3cb49081d0d9e973df886615a43dcd549a6717f691f4da0035b9c0057c871ac6f366ec076eadd253681a9cb7845bcaabaa8d95d7eb'
 
'085215ffce63af7c5397e7db688e74f00c617a61688ee7a950e7be791962e9cd5a9f01e955415176c98fc37816a4852c3f698e4f3471cc9b77de5f09f229db28'
 
'a4bb2e5edd0c3e65a1a9166860f0ea0021ef69c570dff514016ee256b5219f538cc1e0f7f3738a8eb7269e25b6757ad3cf2292592c98ccb1428ce017e2dd7f12'
 
'3fe5fb21d553d21f7ffdd0ed689c610e9d045f76ce605da2f615bed5a62c7ea3d61c5f1de4ba9c9aeb2d737346d5308035ca85c1ec2558f2820fe6037d88ce7a'
@@ -64,7 +64,7 @@
 
'a2cd46c79a623540e4adc1c3c4a441686faf7c7851c4bc99b400f045bbce4f3cb3bc65dc4be456669b683ea4fe0b5469c959da1956d291749fb3b52e0c588064'
 
'464da7fb52c2427a154129b2440b1c4eb314c384ddab0f9dbe68b0ba6f2088171b7de8ee727bcdc2bf7f9ee8422bf5bf6dad5226fd6ae583727a56a195201bb7'
 
'b6ec4c742124a35ea6f2bd314dd40106c1ca58cd3d5bc9c836a423f42e3d31797862038de1bd2ad69b3f96336215f7fc39bcf9a6442277797f3013519436043b'
-
'a67a51f3337f4af2d2e5b3755df7135b51f7aebf7278683fa32268ae5fe316bd0115e8aef5762d41a94e6f883d64fa7924b47e198fe32f0d3fadd5215e4629fb'
+
'e1524189b206b35668bc7aa6c523be4f8d2c0bacff1663b1c218193f57cad151b5ab21f955d60209e1f64165a562abaefc5ecf1189faf4d194a298d0b5663704'
 
'56bba4617a84a3da349b3beb3d33e43e473dfe2af0833158f9771e662ddb124b950389d0cc5efaf5afe375ebe192d02d4ac70efbafb2419717d45b64d273b1cd')
 
 



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

2021-07-03 Thread George Rawlinson via arch-commits
Date: Sunday, July 4, 2021 @ 01:02:02
  Author: grawlinson
Revision: 971983

upgpkg: lynis 3.0.5-1

New upstream release.

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-04 00:28:32 UTC (rev 971982)
+++ PKGBUILD2021-07-04 01:02:02 UTC (rev 971983)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=lynis
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -15,7 +15,7 @@
 'iptables: firewall tests'
 'bash-completion: completion for bash')
 source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('0e31cab00302678019d4a3d617e376fa1e8ca981b5eeb5dd22ce6f821f33957db351a4cd81a06f44eb0a8ca5094b1a5c062021c637b37e848ed0451de0f6c7c4'
+sha512sums=('bd95ebc6f33f0f94937b2ba92296a82b15626102c8112dc5c71118cad1af32a5e4df83695ba15ecda19e51563836cc1f8ad8078ef855ad21d11672baa773d789'
 'SKIP')
 validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
 



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 4, 2021 @ 00:28:32
  Author: orhun
Revision: 971982

archrelease: copy trunk to community-x86_64

Added:
  menyoki/repos/community-x86_64/PKGBUILD
(from rev 971981, menyoki/trunk/PKGBUILD)
Deleted:
  menyoki/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-04 00:28:24 UTC (rev 971981)
+++ PKGBUILD2021-07-04 00:28:32 UTC (rev 971982)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=menyoki
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
-arch=('x86_64')
-url="https://github.com/orhun/menyoki;
-license=('GPL3')
-depends=('gcc-libs' 'libxrandr')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('77a7e7cd44ae15c2820bbda64582e69d20921ff80ba9658b148511ae295734f895d6daf614d3d27be3809dab1d42352ed2df6268326ebbea4c18465ba9560f1d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/completions"
-  install -Dm 644 "completions/$pkgname.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: menyoki/repos/community-x86_64/PKGBUILD (from rev 971981, 
menyoki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-04 00:28:32 UTC (rev 971982)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=menyoki
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
+arch=('x86_64')
+url="https://github.com/orhun/menyoki;
+license=('GPL3')
+depends=('gcc-libs' 'libxrandr')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c0ceba825a6e71960c5e4b7492da6265c0735937a1c2e61fb80040ff33b6d46646b2c486ef58f89b12447c23ea8728d802726abd994c37c83df79076b7566c6b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/completions"
+  install -Dm 644 "completions/$pkgname.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
+}



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 4, 2021 @ 00:28:24
  Author: orhun
Revision: 971981

upgpkg: menyoki 1.5.1-1: upstream release

Modified:
  menyoki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 23:30:28 UTC (rev 971980)
+++ PKGBUILD2021-07-04 00:28:24 UTC (rev 971981)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=menyoki
-pkgver=1.4.2
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'libxrandr')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('77a7e7cd44ae15c2820bbda64582e69d20921ff80ba9658b148511ae295734f895d6daf614d3d27be3809dab1d42352ed2df6268326ebbea4c18465ba9560f1d')
+sha512sums=('c0ceba825a6e71960c5e4b7492da6265c0735937a1c2e61fb80040ff33b6d46646b2c486ef58f89b12447c23ea8728d802726abd994c37c83df79076b7566c6b')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 23:30:28
  Author: orhun
Revision: 971980

archrelease: copy trunk to community-x86_64

Added:
  onefetch/repos/community-x86_64/PKGBUILD
(from rev 971979, onefetch/trunk/PKGBUILD)
Deleted:
  onefetch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 23:30:20 UTC (rev 971979)
+++ PKGBUILD2021-07-03 23:30:28 UTC (rev 971980)
@@ -1,35 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Stephen Gregoratto 
-# Contributor: Ossama Hjaji 
-
-pkgname=onefetch
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="Git repository summary on your terminal"
-url="https://github.com/o2sh/onefetch;
-license=('MIT')
-arch=('x86_64')
-depends=('libgit2')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c78b69a230125968df9defb5dfd04fa93fd9c91bcec6ebf02f4b5b50ae5e4360')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --all-features --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: onefetch/repos/community-x86_64/PKGBUILD (from rev 971979, 
onefetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 23:30:28 UTC (rev 971980)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Stephen Gregoratto 
+# Contributor: Ossama Hjaji 
+
+pkgname=onefetch
+pkgver=2.10.2
+pkgrel=1
+pkgdesc="Git repository summary on your terminal"
+url="https://github.com/o2sh/onefetch;
+license=('MIT')
+arch=('x86_64')
+depends=('libgit2')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('6e4d4effcd4fd94ce21625a5e32da5da6446c8874200e40dd791e623b7aff7bb')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --all-features --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 23:30:20
  Author: orhun
Revision: 971979

upgpkg: onefetch 2.10.2-1: upstream release

Modified:
  onefetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 22:57:45 UTC (rev 971978)
+++ PKGBUILD2021-07-03 23:30:20 UTC (rev 971979)
@@ -3,7 +3,7 @@
 # Contributor: Ossama Hjaji 
 
 pkgname=onefetch
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc="Git repository summary on your terminal"
 url="https://github.com/o2sh/onefetch;
@@ -12,7 +12,7 @@
 depends=('libgit2')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c78b69a230125968df9defb5dfd04fa93fd9c91bcec6ebf02f4b5b50ae5e4360')
+sha256sums=('6e4d4effcd4fd94ce21625a5e32da5da6446c8874200e40dd791e623b7aff7bb')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (3 files)

2021-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 3, 2021 @ 22:55:21
  Author: heftig
Revision: 971977

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 971976, lib32-pango/trunk/PKGBUILD)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/fix-test.diff

---+
 PKGBUILD  |  107 ++--
 fix-test.diff |   55 
 2 files changed, 51 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 22:55:04 UTC (rev 971976)
+++ PKGBUILD2021-07-03 22:55:21 UTC (rev 971977)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.48.6
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(git meson)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # Test assumes no bitmap fonts?
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pango build \
---libdir=/usr/lib32 \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 971976, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 22:55:21 UTC (rev 971977)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.48.7
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=467bda1e0bc2614b10e2edc46dccc9588388e045  # tags/1.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-07-03 22:55:04 UTC (rev 971976)
+++ fix-test.diff   2021-07-03 22:55:21 UTC (rev 971977)
@@ -1,55 +0,0 @@
-diff --git i/tests/test-common.c w/tests/test-common.c
-index a6339415..3b8880e3 100644
 i/tests/test-common.c
-+++ w/tests/test-common.c
-@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
- {
-   char *s, *p;
-   PangoAttribute *attr;
--  long start, end;
-+  long long start, end;
-   GEnumClass *class;
-   int i;
-   PangoColor color;
- 
-   s = string;
-   g_assert (*s == '[');
- 
-   s++;
--  start = strtol (s, , 10);
-+  start = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ',');
-   s = p + 1;
- 
-   g_assert (start >= 0);
- 
--  end = strtol (s, , 10);
-+  end = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ']');
-   s = p + 1;
-diff --git i/tests/test-font.c w/tests/test-font.c
-index e2147485..34689d5f 100644
 i/tests/test-font.c
-+++ w/tests/test-font.c
-@@ -346,9 +346,16 @@ test_font_models (void)
-   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
- 
-   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
--  /* no more bitmap fonts */
--  g_assert_null (sizes);
-- 

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

2021-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 3, 2021 @ 22:55:21
  Author: heftig
Revision: 418913

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 418912, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/fix-test.diff

---+
 PKGBUILD  |  113 ++--
 fix-test.diff |   55 ---
 2 files changed, 54 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 22:55:12 UTC (rev 418912)
+++ PKGBUILD2021-07-03 22:55:21 UTC (rev 418913)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pango
-pkgname=(pango pango-docs)
-pkgver=1.48.6
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # Test assumes no bitmap fonts?
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pango() {
-  provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_pango-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 418912, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 22:55:21 UTC (rev 418913)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.48.7
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+_commit=467bda1e0bc2614b10e2edc46dccc9588388e045  # tags/1.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-07-03 22:55:12 UTC (rev 418912)
+++ fix-test.diff   2021-07-03 22:55:21 UTC (rev 418913)
@@ -1,55 +0,0 @@
-diff --git i/tests/test-common.c w/tests/test-common.c
-index a6339415..3b8880e3 100644
 i/tests/test-common.c
-+++ w/tests/test-common.c
-@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
- {
-   char *s, *p;
-   PangoAttribute *attr;
--  long start, end;
-+  long long start, end;
-   GEnumClass *class;
-   int i;
-   PangoColor color;
- 
-   s = string;
-   g_assert (*s == '[');
- 
-   s++;
--  start = strtol (s, , 10);
-+  start = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ',');
-   s = p + 1;
- 
-   g_assert (start >= 0);
- 
--  end = strtol (s, , 10);
-+  end = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ']');
-   s = p + 1;
-diff --git i/tests/test-font.c w/tests/test-font.c
-index e2147485..34689d5f 100644
 i/tests/test-font.c
-+++ w/tests/test-font.c
-@@ -346,9 +346,16 @@ test_font_models (void)
-   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
- 
-   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
--  /* no more bitmap fonts */
--  g_assert_null (sizes);
--  g_assert_cmpint (n_sizes, ==, 0);
-+
-+  if (n_sizes == 0)
-+{
-+  g_assert_null (sizes);
-+}
-+  else

[arch-commits] Commit in pango/trunk (PKGBUILD fix-test.diff)

2021-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 3, 2021 @ 22:55:12
  Author: heftig
Revision: 418912

1.48.7-1

Modified:
  pango/trunk/PKGBUILD
Deleted:
  pango/trunk/fix-test.diff

---+
 PKGBUILD  |   13 -
 fix-test.diff |   55 ---
 2 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 18:57:35 UTC (rev 418911)
+++ PKGBUILD2021-07-03 22:55:12 UTC (rev 418912)
@@ -3,7 +3,7 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.48.6
+pkgver=1.48.7
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -13,11 +13,9 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
+_commit=467bda1e0bc2614b10e2edc46dccc9588388e045  # tags/1.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd pango
@@ -26,9 +24,6 @@
 
 prepare() {
   cd pango
-
-  # Test assumes no bitmap fonts?
-  git apply -3 ../fix-test.diff
 }
 
 build() {

Deleted: fix-test.diff
===
--- fix-test.diff   2021-07-03 18:57:35 UTC (rev 418911)
+++ fix-test.diff   2021-07-03 22:55:12 UTC (rev 418912)
@@ -1,55 +0,0 @@
-diff --git i/tests/test-common.c w/tests/test-common.c
-index a6339415..3b8880e3 100644
 i/tests/test-common.c
-+++ w/tests/test-common.c
-@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
- {
-   char *s, *p;
-   PangoAttribute *attr;
--  long start, end;
-+  long long start, end;
-   GEnumClass *class;
-   int i;
-   PangoColor color;
- 
-   s = string;
-   g_assert (*s == '[');
- 
-   s++;
--  start = strtol (s, , 10);
-+  start = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ',');
-   s = p + 1;
- 
-   g_assert (start >= 0);
- 
--  end = strtol (s, , 10);
-+  end = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ']');
-   s = p + 1;
-diff --git i/tests/test-font.c w/tests/test-font.c
-index e2147485..34689d5f 100644
 i/tests/test-font.c
-+++ w/tests/test-font.c
-@@ -346,9 +346,16 @@ test_font_models (void)
-   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
- 
-   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
--  /* no more bitmap fonts */
--  g_assert_null (sizes);
--  g_assert_cmpint (n_sizes, ==, 0);
-+
-+  if (n_sizes == 0)
-+{
-+  g_assert_null (sizes);
-+}
-+  else
-+{
-+  g_assert_nonnull (sizes);
-+  g_free (sizes);
-+}
- 
-   g_object_unref (obj2);
- }



[arch-commits] Commit in lib32-pango/trunk (PKGBUILD fix-test.diff)

2021-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 3, 2021 @ 22:55:04
  Author: heftig
Revision: 971976

1.48.7-1

Modified:
  lib32-pango/trunk/PKGBUILD
Deleted:
  lib32-pango/trunk/fix-test.diff

---+
 PKGBUILD  |   13 -
 fix-test.diff |   55 ---
 2 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 20:08:03 UTC (rev 971975)
+++ PKGBUILD2021-07-03 22:55:04 UTC (rev 971976)
@@ -4,7 +4,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-pango
-pkgver=1.48.6
+pkgver=1.48.7
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -15,11 +15,9 @@
 makedepends=(git meson)
 checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=61763238b548d717d0772f31467ad7e9b6a557ae  # tags/1.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'d74df5b325007d02c3054a9e2a623327d0d195adf18d0ee41689672c27657cdb')
+_commit=467bda1e0bc2614b10e2edc46dccc9588388e045  # tags/1.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd pango
@@ -28,9 +26,6 @@
 
 prepare() {
   cd pango
-
-  # Test assumes no bitmap fonts?
-  git apply -3 ../fix-test.diff
 }
 
 build() {

Deleted: fix-test.diff
===
--- fix-test.diff   2021-07-03 20:08:03 UTC (rev 971975)
+++ fix-test.diff   2021-07-03 22:55:04 UTC (rev 971976)
@@ -1,55 +0,0 @@
-diff --git i/tests/test-common.c w/tests/test-common.c
-index a6339415..3b8880e3 100644
 i/tests/test-common.c
-+++ w/tests/test-common.c
-@@ -225,23 +225,23 @@ attribute_from_string (const char *string)
- {
-   char *s, *p;
-   PangoAttribute *attr;
--  long start, end;
-+  long long start, end;
-   GEnumClass *class;
-   int i;
-   PangoColor color;
- 
-   s = string;
-   g_assert (*s == '[');
- 
-   s++;
--  start = strtol (s, , 10);
-+  start = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ',');
-   s = p + 1;
- 
-   g_assert (start >= 0);
- 
--  end = strtol (s, , 10);
-+  end = strtoll (s, , 10);
-   g_assert (p > s);
-   g_assert (*p == ']');
-   s = p + 1;
-diff --git i/tests/test-font.c w/tests/test-font.c
-index e2147485..34689d5f 100644
 i/tests/test-font.c
-+++ w/tests/test-font.c
-@@ -346,9 +346,16 @@ test_font_models (void)
-   g_assert_true (pango_font_face_get_family (PANGO_FONT_FACE (obj2)) 
== (PangoFontFamily *)obj);
- 
-   pango_font_face_list_sizes (PANGO_FONT_FACE (obj2), , 
_sizes);
--  /* no more bitmap fonts */
--  g_assert_null (sizes);
--  g_assert_cmpint (n_sizes, ==, 0);
-+
-+  if (n_sizes == 0)
-+{
-+  g_assert_null (sizes);
-+}
-+  else
-+{
-+  g_assert_nonnull (sizes);
-+  g_free (sizes);
-+}
- 
-   g_object_unref (obj2);
- }



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 20:08:03
  Author: orhun
Revision: 971975

archrelease: copy trunk to community-x86_64

Added:
  onefetch/repos/community-x86_64/PKGBUILD
(from rev 971974, onefetch/trunk/PKGBUILD)
Deleted:
  onefetch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 20:07:53 UTC (rev 971974)
+++ PKGBUILD2021-07-03 20:08:03 UTC (rev 971975)
@@ -1,35 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Stephen Gregoratto 
-# Contributor: Ossama Hjaji 
-
-pkgname=onefetch
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="Git repository summary on your terminal"
-url="https://github.com/o2sh/onefetch;
-license=('MIT')
-arch=('x86_64')
-depends=('libgit2')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('33ac8e019e5b7412fec3c7593843e0c3780ca473498c31e36cbe95371fff943b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --all-features --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: onefetch/repos/community-x86_64/PKGBUILD (from rev 971974, 
onefetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 20:08:03 UTC (rev 971975)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Stephen Gregoratto 
+# Contributor: Ossama Hjaji 
+
+pkgname=onefetch
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="Git repository summary on your terminal"
+url="https://github.com/o2sh/onefetch;
+license=('MIT')
+arch=('x86_64')
+depends=('libgit2')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('c78b69a230125968df9defb5dfd04fa93fd9c91bcec6ebf02f4b5b50ae5e4360')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --all-features --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 20:07:53
  Author: orhun
Revision: 971974

upgpkg: onefetch 2.10.1-1: upstream release

Modified:
  onefetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 20:00:21 UTC (rev 971973)
+++ PKGBUILD2021-07-03 20:07:53 UTC (rev 971974)
@@ -3,7 +3,7 @@
 # Contributor: Ossama Hjaji 
 
 pkgname=onefetch
-pkgver=2.9.1
+pkgver=2.10.1
 pkgrel=1
 pkgdesc="Git repository summary on your terminal"
 url="https://github.com/o2sh/onefetch;
@@ -12,7 +12,7 @@
 depends=('libgit2')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('33ac8e019e5b7412fec3c7593843e0c3780ca473498c31e36cbe95371fff943b')
+sha256sums=('c78b69a230125968df9defb5dfd04fa93fd9c91bcec6ebf02f4b5b50ae5e4360')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-07-03 Thread Daniel M. Capella via arch-commits
Date: Saturday, July 3, 2021 @ 20:00:21
  Author: polyzen
Revision: 971973

archrelease: copy trunk to community-any

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

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

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

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



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

2021-07-03 Thread Daniel M. Capella via arch-commits
Date: Saturday, July 3, 2021 @ 20:00:02
  Author: polyzen
Revision: 971972

upgpkg: pyright 1.1.155-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 19:59:35 UTC (rev 971971)
+++ PKGBUILD2021-07-03 20:00:02 UTC (rev 971972)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.154
+pkgver=1.1.155
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b2cdfa0231c608170080011d399d201161d9c7367a1230cb738cab43b8296ada91f766cb73757bae54e96d942f31d086ccd3427195d9c893d6140bbc32227f28')
+b2sums=('ed8c12a467e666fbb28247f99e6da4382833f3ffe92ef7b3f8d4a631d13feb0b9835fc01d3351a7f2c1d9c96c157abe103f99554a3747165a556db7b3d35ed30')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in python-django-debug-toolbar/repos (2 files)

2021-07-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 3, 2021 @ 19:59:35
  Author: jelle
Revision: 971971

archrelease: copy trunk to community-any

Added:
  python-django-debug-toolbar/repos/community-any/
  python-django-debug-toolbar/repos/community-any/PKGBUILD
(from rev 971970, python-django-debug-toolbar/trunk/PKGBUILD)

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

Copied: python-django-debug-toolbar/repos/community-any/PKGBUILD (from rev 
971970, python-django-debug-toolbar/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-07-03 19:59:35 UTC (rev 971971)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Anthony25 
+# Contributor Jeremy "Ichimonji10" Audet 
+
+_name=django-debug-toolbar
+pkgname=python-django-debug-toolbar
+pkgver=3.2
+pkgrel=1
+pkgdesc='A configurable set of panels that display various debug information 
about the current request/response.'
+arch=(any)
+url='https://github.com/jazzband/django-debug-toolbar'
+license=(BSD)
+makedepends=(python-setuptools)
+checkdepends=(python-jinja python-html5lib)
+depends=(python-django python-sqlparse)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jazzband/${_name}/archive/${pkgver}.tar.gz)
+sha256sums=('ffa8975f09e9acc18567bd11738a237002a6179ed0b9397e32faed70c5bd50b2')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  # Doesn't work due to warnings
+  #PYTHONPATH=. DB_BACKEND=sqlite3 DB_NAME=":memory:" 
DJANGO_SETTINGS_MODULE=tests.settings python -m django test tests
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-django-debug-toolbar/trunk (PKGBUILD)

2021-07-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 3, 2021 @ 19:59:28
  Author: jelle
Revision: 971970

upgpkg: python-django-debug-toolbar 3.2-1

Modified:
  python-django-debug-toolbar/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 19:11:20 UTC (rev 971969)
+++ PKGBUILD2021-07-03 19:59:28 UTC (rev 971970)
@@ -11,8 +11,8 @@
 url='https://github.com/jazzband/django-debug-toolbar'
 license=(BSD)
 makedepends=(python-setuptools)
+checkdepends=(python-jinja python-html5lib)
 depends=(python-django python-sqlparse)
-options=(!emptydirs)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jazzband/${_name}/archive/${pkgver}.tar.gz)
 sha256sums=('ffa8975f09e9acc18567bd11738a237002a6179ed0b9397e32faed70c5bd50b2')
 
@@ -21,6 +21,12 @@
   python setup.py build
 }
 
+check() {
+  cd "${_name}-${pkgver}"
+  # Doesn't work due to warnings
+  #PYTHONPATH=. DB_BACKEND=sqlite3 DB_NAME=":memory:" 
DJANGO_SETTINGS_MODULE=tests.settings python -m django test tests
+}
+
 package() {
   cd "${_name}-${pkgver}"
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build



[arch-commits] Commit in (4 files)

2021-07-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 3, 2021 @ 19:11:20
  Author: jelle
Revision: 971969

Add python-django-debug-toolbar

For all our various django projects in the repositories.

Added:
  python-django-debug-toolbar/
  python-django-debug-toolbar/repos/
  python-django-debug-toolbar/trunk/
  python-django-debug-toolbar/trunk/PKGBUILD

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

Added: python-django-debug-toolbar/trunk/PKGBUILD
===
--- python-django-debug-toolbar/trunk/PKGBUILD  (rev 0)
+++ python-django-debug-toolbar/trunk/PKGBUILD  2021-07-03 19:11:20 UTC (rev 
971969)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Anthony25 
+# Contributor Jeremy "Ichimonji10" Audet 
+
+_name=django-debug-toolbar
+pkgname=python-django-debug-toolbar
+pkgver=3.2
+pkgrel=1
+pkgdesc='A configurable set of panels that display various debug information 
about the current request/response.'
+arch=(any)
+url='https://github.com/jazzband/django-debug-toolbar'
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python-django python-sqlparse)
+options=(!emptydirs)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jazzband/${_name}/archive/${pkgver}.tar.gz)
+sha256sums=('ffa8975f09e9acc18567bd11738a237002a6179ed0b9397e32faed70c5bd50b2')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-07-03 Thread Antonio Rojas via arch-commits
Date: Saturday, July 3, 2021 @ 18:57:35
  Author: arojas
Revision: 418911

archrelease: copy trunk to testing-x86_64

Added:
  texinfo/repos/testing-x86_64/
  texinfo/repos/testing-x86_64/PKGBUILD
(from rev 418910, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-install.hook
(from rev 418910, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-x86_64/texinfo-remove.hook
(from rev 418910, texinfo/trunk/texinfo-remove.hook)

--+
 PKGBUILD |   39 +++
 texinfo-install.hook |   11 +++
 texinfo-remove.hook  |   10 ++
 3 files changed, 60 insertions(+)

Copied: texinfo/repos/testing-x86_64/PKGBUILD (from rev 418910, 
texinfo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-03 18:57:35 UTC (rev 418911)
@@ -0,0 +1,39 @@
+# Maintainer:
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=texinfo
+pkgver=6.8
+pkgrel=1
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=(x86_64)
+url='https://www.gnu.org/software/texinfo/'
+license=(GPL3)
+groups=(base-devel)
+depends=(ncurses gzip perl sh)
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+texinfo-install.hook
+texinfo-remove.hook)
+sha256sums=('8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4'
+'SKIP'
+'5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801'
+'913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 texinfo-{install,remove}.hook 
"$pkgdir"/usr/share/libalpm/hooks/
+}

Copied: texinfo/repos/testing-x86_64/texinfo-install.hook (from rev 418910, 
texinfo/trunk/texinfo-install.hook)
===
--- testing-x86_64/texinfo-install.hook (rev 0)
+++ testing-x86_64/texinfo-install.hook 2021-07-03 18:57:35 UTC (rev 418911)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Target = usr/share/info/*
+
+[Action]
+Description = Updating the info directory file...
+When = PostTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 
2> /dev/null; done'
+NeedsTargets

Copied: texinfo/repos/testing-x86_64/texinfo-remove.hook (from rev 418910, 
texinfo/trunk/texinfo-remove.hook)
===
--- testing-x86_64/texinfo-remove.hook  (rev 0)
+++ testing-x86_64/texinfo-remove.hook  2021-07-03 18:57:35 UTC (rev 418911)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = Path
+Operation = Remove
+Target = usr/share/info/*
+
+[Action]
+Description = Removing old entries from the info directory file...
+When = PreTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" 
/usr/share/info/dir 2> /dev/null; done'
+NeedsTargets



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

2021-07-03 Thread Antonio Rojas via arch-commits
Date: Saturday, July 3, 2021 @ 18:56:08
  Author: arojas
Revision: 418910

Update to 6.8

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 14:59:06 UTC (rev 418909)
+++ PKGBUILD2021-07-03 18:56:08 UTC (rev 418910)
@@ -1,10 +1,11 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Allan McRae 
 # Contributor: Tom Newsom 
 
 pkgname=texinfo
-pkgver=6.7
-pkgrel=3
+pkgver=6.8
+pkgrel=1
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=(x86_64)
 url='https://www.gnu.org/software/texinfo/'
@@ -14,10 +15,10 @@
 source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
 texinfo-install.hook
 texinfo-remove.hook)
-md5sums=('d4c5d8cc84438c5993ec5163a59522a6'
- 'SKIP'
- '38b77649656db93b3c35f2e653ffc858'
- '21205a4b3b5235649490600c739d3c1a')
+sha256sums=('8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4'
+'SKIP'
+'5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801'
+'913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')
 validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
 
 build() {



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 18:44:53
  Author: orhun
Revision: 971968

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 18:44:41 UTC (rev 971967)
+++ PKGBUILD2021-07-03 18:44:53 UTC (rev 971968)
@@ -1,33 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: kpcyrd 
-
-pkgname=cargo-bloat
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Find out what takes most of the space in your executable"
-url="https://github.com/RazrFalcon/cargo-bloat;
-depends=('gcc-libs')
-makedepends=('rust')
-arch=('x86_64')
-license=('MIT')
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('68f5203b758ca2b5a34c90b85a1a95b5c8d3e09e65744d38d9803a65f65f19e6')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-bloat/repos/community-x86_64/PKGBUILD (from rev 971967, 
cargo-bloat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 18:44:53 UTC (rev 971968)
@@ -0,0 +1,33 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: kpcyrd 
+
+pkgname=cargo-bloat
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Find out what takes most of the space in your executable"
+url="https://github.com/RazrFalcon/cargo-bloat;
+depends=('gcc-libs')
+makedepends=('rust')
+arch=('x86_64')
+license=('MIT')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('e8acd89ffcd555934672b0a10ba3b64072eaabf9d4ebe6be1bb6d4d7c0f9f73c')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-07-03 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, July 3, 2021 @ 18:44:41
  Author: orhun
Revision: 971967

upgpkg: cargo-bloat 0.10.1-1: upstream release

Modified:
  cargo-bloat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 17:15:14 UTC (rev 971966)
+++ PKGBUILD2021-07-03 18:44:41 UTC (rev 971967)
@@ -2,8 +2,8 @@
 # Contributor: kpcyrd 
 
 pkgname=cargo-bloat
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Find out what takes most of the space in your executable"
 url="https://github.com/RazrFalcon/cargo-bloat;
 depends=('gcc-libs')
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('MIT')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('68f5203b758ca2b5a34c90b85a1a95b5c8d3e09e65744d38d9803a65f65f19e6')
+sha256sums=('e8acd89ffcd555934672b0a10ba3b64072eaabf9d4ebe6be1bb6d4d7c0f9f73c')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 17:15:14
  Author: felixonmars
Revision: 971966

archrelease: copy trunk to community-x86_64

Added:
  clash/repos/community-x86_64/PKGBUILD
(from rev 971965, clash/trunk/PKGBUILD)
  clash/repos/community-x86_64/clash@.service
(from rev 971965, clash/trunk/clash@.service)
  clash/repos/community-x86_64/clash_user.service
(from rev 971965, clash/trunk/clash_user.service)
Deleted:
  clash/repos/community-x86_64/PKGBUILD
  clash/repos/community-x86_64/clash@.service
  clash/repos/community-x86_64/clash_user.service

+
 PKGBUILD   |   86 +--
 clash@.service |   24 +++---
 clash_user.service |   22 ++---
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 17:14:54 UTC (rev 971965)
+++ PKGBUILD2021-07-03 17:15:14 UTC (rev 971966)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ariel AxionL 
-# Contributor: Luke Yue 
-
-pkgname=clash
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A rule based proxy in Go"
-arch=('x86_64')
-url="https://github.com/Dreamacro/clash;
-license=('GPL3')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("clash@.service"
-"clash_user.service"
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
-sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
-
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
-
'ea10c7a65ba9dca5fe0ff5f16faf93b903f6125f4081fd12b293ffa4ea254e95c4e911a4c2a47b98ba2232590760f32db1322e77aa7d089633635efa89992ffa')
-
-build() {
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-cd "${pkgname}-${pkgver}"
-go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test github.com/Dreamacro/clash/...
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
-install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
-install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
-}

Copied: clash/repos/community-x86_64/PKGBUILD (from rev 971965, 
clash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 17:15:14 UTC (rev 971966)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Ariel AxionL 
+# Contributor: Luke Yue 
+
+pkgname=clash
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="A rule based proxy in Go"
+arch=('x86_64')
+url="https://github.com/Dreamacro/clash;
+license=('GPL3')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("clash@.service"
+"clash_user.service"
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
+sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
+
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
+
'be5c08771ba1e4385649925981c5e9265c719b77a3932c6e224ce1b4269aaca9f25af32e0bcd9c1fb4f430c309dfbaa9355f18fed0c105b6e0bc3e5260d89921')
+
+build() {
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+cd "${pkgname}-${pkgver}"
+go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test github.com/Dreamacro/clash/...
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
+install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
+install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
+}

Deleted: clash@.service
===
--- clash@.service  2021-07-03 17:14:54 UTC (rev 971965)
+++ clash@.service  2021-07-03 17:15:14 UTC (rev 971966)
@@ -1,12 +0,0 @@
-[Unit]

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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 17:14:54
  Author: felixonmars
Revision: 971965

upgpkg: clash 1.6.5-1

Modified:
  clash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 17:06:33 UTC (rev 971964)
+++ PKGBUILD2021-07-03 17:14:54 UTC (rev 971965)
@@ -3,7 +3,7 @@
 # Contributor: Luke Yue 
 
 pkgname=clash
-pkgver=1.6.0
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="A rule based proxy in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
 
sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
 
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
-
'ea10c7a65ba9dca5fe0ff5f16faf93b903f6125f4081fd12b293ffa4ea254e95c4e911a4c2a47b98ba2232590760f32db1322e77aa7d089633635efa89992ffa')
+
'be5c08771ba1e4385649925981c5e9265c719b77a3932c6e224ce1b4269aaca9f25af32e0bcd9c1fb4f430c309dfbaa9355f18fed0c105b6e0bc3e5260d89921')
 
 build() {
 export CGO_CPPFLAGS="${CPPFLAGS}"



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 17:06:11
  Author: felixonmars
Revision: 971962

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-what4/repos/community-staging-x86_64/PKGBUILD (from rev 971961, 
haskell-what4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 17:06:11 UTC (rev 971962)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=what4
+pkgname=haskell-what4
+pkgver=1.2
+pkgrel=6
+pkgdesc="Solver-agnostic symbolic values support for issuing queries"
+url="https://github.com/GaloisInc/what4;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bimap' 'haskell-bifunctors' 
'haskell-bv-sized'
+ 'haskell-config-value' 'haskell-deriving-compat' 
'haskell-data-binary-ieee754'
+ 'haskell-extra' 'haskell-fingertree' 'haskell-hashable' 
'haskell-hashtables'
+ 'haskell-io-streams' 'haskell-lens' 'haskell-libbf' 'haskell-panic'
+ 'haskell-parameterized-utils' 'haskell-prettyprinter' 
'haskell-scientific'
+ 'haskell-temporary' 'haskell-th-abstraction' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-versions'
+ 'haskell-zenc')
+makedepends=('ghc' 'uusi' 'haskell-contravariant' 'haskell-exceptions' 
'haskell-hedgehog'
+ 'haskell-lumberjack' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-checklist'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-sugar')
+checkdepends=('cvc4' 'yices' 'z3')
+optdepends=('cvc4' 'yices' 'z3')
+# https://github.com/GaloisInc/what4/pull/135
+#source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://github.com/GaloisInc/what4/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('c2b29b7cf0d78f606f5cebebf9661b5863e6dc926724ce073757705754fa67b39422659d27dc806101988e6b373dcea71b8f4525e403983cda011f66de7877d1')
+
+prepare() {
+cd $_hkgname-$pkgver/$_hkgname
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver/$_hkgname
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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/$_hkgname
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver/$_hkgname
+
+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-what4/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 17:06:01
  Author: felixonmars
Revision: 971961

upgpkg: haskell-what4 1.2-6: rebuild with lumberjack 1.0.0.1

Modified:
  haskell-what4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 16:57:19 UTC (rev 971960)
+++ PKGBUILD2021-07-03 17:06:01 UTC (rev 971961)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4;
 license=('BSD')



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:57:19
  Author: felixonmars
Revision: 971960

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lumberjack/repos/community-staging-x86_64/PKGBUILD (from rev 
971959, haskell-lumberjack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 16:57:19 UTC (rev 971960)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lumberjack
+pkgname=haskell-lumberjack
+pkgver=1.0.0.1
+pkgrel=1
+pkgdesc="Trek through your code forest and make logs"
+url="https://github.com/GaloisInc/lumberjack;
+license=("custom:ISC")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-contravariant' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('a6cc5aa29409f415c134af9eb0fd00e74db06188924a0d83e3c55e1acac5127c6a9ccc619ef04a3fa8e2edd97cb34125168e3ca9053834bb99cc7813251023d1')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-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-lumberjack/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:57:08
  Author: felixonmars
Revision: 971959

upgpkg: haskell-lumberjack 1.0.0.1-1: rebuild with lumberjack 1.0.0.1

Modified:
  haskell-lumberjack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 16:45:10 UTC (rev 971958)
+++ PKGBUILD2021-07-03 16:57:08 UTC (rev 971959)
@@ -2,8 +2,8 @@
 
 _hkgname=lumberjack
 pkgname=haskell-lumberjack
-pkgver=1.0.0.0
-pkgrel=3
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Trek through your code forest and make logs"
 url="https://github.com/GaloisInc/lumberjack;
 license=("custom:ISC")
@@ -12,14 +12,8 @@
  'haskell-prettyprinter-ansi-terminal')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('d1d584de9548a1cc04ffc1a8345ce561f2df123e6de339ba6b20606635167bab')
+sha512sums=('a6cc5aa29409f415c134af9eb0fd00e74db06188924a0d83e3c55e1acac5127c6a9ccc619ef04a3fa8e2edd97cb34125168e3ca9053834bb99cc7813251023d1')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  # https://github.com/GaloisInc/lumberjack/issues/2
-  sed -i 's/adjustLogAction = local/adjustLogAction x = local x/' 
example/ExampleLog.hs
-}
-
 build() {
   cd $_hkgname-$pkgver
 



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:39:31
  Author: felixonmars
Revision: 971956

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 971955, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 971955, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 16:39:31 UTC (rev 971956)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=335
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+uusi $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || echo 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:39:21
  Author: felixonmars
Revision: 971955

upgpkg: postgrest 7.0.1-335: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, 
hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0, swagger2 2.6.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 16:36:03 UTC (rev 971954)
+++ PKGBUILD2021-07-03 16:39:21 UTC (rev 971955)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=334
+pkgrel=335
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:36:03
  Author: felixonmars
Revision: 971954

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 971953, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 971953, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 16:36:03 UTC (rev 971954)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.10
+pkgrel=159
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant'
+ 'haskell-singleton-bool' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-cabal-doctest' 
'haskell-doctest'
+ 'haskell-hspec-discover' 'haskell-lens-aeson' 
'haskell-utf8-string' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df3b397ce03dbb4c852598d4d188bcddde40fd9bd762eac53c837267420876ba3aa4d07fb638ffe0d0fa60c9cf080ad483508bf0359b45120f807ed65331f3bc')
+
+prepare() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell-servant/servant-swagger/issues/129
+sed -i '/toSwagger comprehensiveAPI/d' test/Servant/SwaggerSpec.hs
+uusi -u base -u doctest -u lens -u hspec $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 || 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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:35:53
  Author: felixonmars
Revision: 971953

upgpkg: haskell-servant-swagger 1.1.10-159: rebuild with ghc 9.0.1, 
ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 
1.0.0.0, swagger2 2.6.1

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 16:26:44 UTC (rev 971952)
+++ PKGBUILD2021-07-03 16:35:53 UTC (rev 971953)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.10
-pkgrel=158
+pkgrel=159
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("BSD")
@@ -22,7 +22,7 @@
 cd $_hkgname-$pkgver
 # https://github.com/haskell-servant/servant-swagger/issues/129
 sed -i '/toSwagger comprehensiveAPI/d' test/Servant/SwaggerSpec.hs
-uusi -u doctest -u lens -u hspec $_hkgname.cabal
+uusi -u base -u doctest -u lens -u hspec $_hkgname.cabal
 }
 
 build() {



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:26:44
  Author: felixonmars
Revision: 971952

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-swagger2/repos/community-testing-x86_64/
  haskell-swagger2/repos/community-testing-x86_64/PKGBUILD
(from rev 971951, haskell-swagger2/trunk/PKGBUILD)

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

Copied: haskell-swagger2/repos/community-testing-x86_64/PKGBUILD (from rev 
971951, haskell-swagger2/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-07-03 16:26:44 UTC (rev 971952)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.6.1
+_commit=44ad73cd0f49c0cd17ad9f9ec4a9fdb3d4e7e776
+pkgrel=1
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-base-compat-batteries'
+ 'haskell-cookie' 'haskell-hashable' 'haskell-generics-sop' 
'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-optics-core'
+ 'haskell-optics-th' 'haskell-quickcheck' 'haskell-scientific'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
+ 'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
+ 'haskell-utf8-string')
+source=("https://github.com/GetShopTV/swagger2/archive/$_commit/$pkgname-$_commit.tar.gz;)
+#source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e2ba7f08b217533cbcf6d0d59e0f4da94645dc9ea6805cf7eebc3188f5d9ff5bb55471588ebd55bf13ade8c1ac5ff249dac58da7b5cc827dc8e4fcff65bec35')
+
+prepare() {
+cd $_hkgname-$_commit
+uusi -u aeson -u base -u hspec -u lens -u optics-core -u optics-th -u 
template-haskell $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$_commit
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-$_commit
+# https://github.com/GetShopTV/swagger2/issues/222
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $_hkgname-$_commit
+
+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-swagger2/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 16:26:32
  Author: felixonmars
Revision: 971951

upgpkg: haskell-swagger2 2.6.1-1: rebuild with ghc 9.0.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 16:17:36 UTC (rev 971950)
+++ PKGBUILD2021-07-03 16:26:32 UTC (rev 971951)
@@ -3,8 +3,9 @@
 
 _hkgname=swagger2
 pkgname=haskell-swagger2
-pkgver=2.6
-pkgrel=162
+pkgver=2.6.1
+_commit=44ad73cd0f49c0cd17ad9f9ec4a9fdb3d4e7e776
+pkgrel=1
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("BSD")
@@ -13,21 +14,21 @@
  'haskell-cookie' 'haskell-hashable' 'haskell-generics-sop' 
'haskell-http-media'
  'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-optics-core'
  'haskell-optics-th' 'haskell-quickcheck' 'haskell-scientific'
- 'haskell-transformers-compat' 'haskell-unordered-containers' 
'haskell-vector'
- 'haskell-uuid-types')
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types')
 makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
  'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
  'haskell-utf8-string')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d7ca7710ad1c1b42c7f9066b94a3abaf22be6826a84255dbbcbb0c0bbae3612cd934432fa907b4f650049e83fae94d6ead602e93f29e739f14c17144fe5a2101')
+source=("https://github.com/GetShopTV/swagger2/archive/$_commit/$pkgname-$_commit.tar.gz;)
+#source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e2ba7f08b217533cbcf6d0d59e0f4da94645dc9ea6805cf7eebc3188f5d9ff5bb55471588ebd55bf13ade8c1ac5ff249dac58da7b5cc827dc8e4fcff65bec35')
 
 prepare() {
-cd $_hkgname-$pkgver
-uusi -u QuickCheck -u aeson -u hspec -u lens -u optics-core -u optics-th 
$_hkgname.cabal
+cd $_hkgname-$_commit
+uusi -u aeson -u base -u hspec -u lens -u optics-core -u optics-th -u 
template-haskell $_hkgname.cabal
 }
 
 build() {
-cd $_hkgname-$pkgver
+cd $_hkgname-$_commit
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
@@ -40,13 +41,13 @@
 }
 
 check() {
-cd $_hkgname-$pkgver
+cd $_hkgname-$_commit
 # https://github.com/GetShopTV/swagger2/issues/222
 runhaskell Setup test || echo "Tests failed"
 }
 
 package() {
-cd $_hkgname-$pkgver
+cd $_hkgname-$_commit
 
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh



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

2021-07-03 Thread Jonas Witschel via arch-commits
Date: Saturday, July 3, 2021 @ 16:17:36
  Author: diabonas
Revision: 971950

archrelease: copy trunk to community-any

Added:
  weechat-matrix/repos/community-any/PKGBUILD
(from rev 971949, weechat-matrix/trunk/PKGBUILD)
  weechat-matrix/repos/community-any/weechat-matrix.install
(from rev 971949, weechat-matrix/trunk/weechat-matrix.install)
Deleted:
  weechat-matrix/repos/community-any/PKGBUILD
  weechat-matrix/repos/community-any/weechat-matrix.install

+
 PKGBUILD   |  106 +++
 weechat-matrix.install |   28 ++--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 16:17:30 UTC (rev 971949)
+++ PKGBUILD2021-07-03 16:17:36 UTC (rev 971950)
@@ -1,53 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=weechat-matrix
-pkgver=0.3.0
-_tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
-pkgrel=1
-pkgdesc='WeeChat Matrix protocol script written in Python'
-arch=('any')
-url='https://github.com/poljar/weechat-matrix'
-license=('ISC')
-depends=('python' 'python-atomicwrites' 'python-attrs' 'python-logbook' 
'python-matrix-nio'
- 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
-makedepends=('git' 'python-dephell' 'python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
-optdepends=('python-aiohttp: matrix_sso_helper support'
-'python-magic: matrix_upload support'
-'python-requests: matrix_decrypt and matrix_upload support'
-'xdg-open: default plumber for matrix_decrypt')
-install='weechat-matrix.install'
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
-   dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-   cd "$pkgname"
-   python setup.py build
-}
-
-check() {
-   cd "$pkgname"
-   python -m pytest
-}
-
-package() {
-   cd "$pkgname"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
-   for _script in matrix_decrypt matrix_sso_helper matrix_upload
-   do
-   install -Dm755 "contrib/$_script.py" "$pkgdir/usr/bin/$_script"
-   done
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: weechat-matrix/repos/community-any/PKGBUILD (from rev 971949, 
weechat-matrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 16:17:36 UTC (rev 971950)
@@ -0,0 +1,53 @@
+# Maintainer: Jonas Witschel 
+pkgname=weechat-matrix
+pkgver=0.3.0
+_tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
+pkgrel=2
+pkgdesc='WeeChat Matrix protocol script written in Python'
+arch=('any')
+url='https://github.com/poljar/weechat-matrix'
+license=('ISC')
+depends=('python' 'python-atomicwrites' 'python-attrs' 'python-logbook' 
'python-matrix-nio'
+ 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
+makedepends=('git' 'python-dephell' 'python-setuptools')
+checkdepends=('python-hypothesis' 'python-pytest')
+optdepends=('python-aiohttp: matrix_sso_helper support'
+'python-magic: matrix_upload support'
+'python-requests: matrix_decrypt and matrix_upload support'
+'xdg-utils: default plumber for matrix_decrypt')
+install='weechat-matrix.install'
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
+   dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+   cd "$pkgname"
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname"
+   python -m pytest
+}
+
+package() {
+   cd "$pkgname"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
+   for _script in matrix_decrypt matrix_sso_helper matrix_upload
+   do
+   install -Dm755 "contrib/$_script.py" "$pkgdir/usr/bin/$_script"
+   done
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: weechat-matrix.install
===
--- 

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

2021-07-03 Thread Jonas Witschel via arch-commits
Date: Saturday, July 3, 2021 @ 16:17:30
  Author: diabonas
Revision: 971949

upgpkg: weechat-matrix 0.3.0-2: correct dependency name

The package containing the "xdg-open" executable is called "xdg-utils".

Modified:
  weechat-matrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 15:43:29 UTC (rev 971948)
+++ PKGBUILD2021-07-03 16:17:30 UTC (rev 971949)
@@ -2,7 +2,7 @@
 pkgname=weechat-matrix
 pkgver=0.3.0
 _tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
@@ -14,7 +14,7 @@
 optdepends=('python-aiohttp: matrix_sso_helper support'
 'python-magic: matrix_upload support'
 'python-requests: matrix_decrypt and matrix_upload support'
-'xdg-open: default plumber for matrix_decrypt')
+'xdg-utils: default plumber for matrix_decrypt')
 install='weechat-matrix.install'
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')



[arch-commits] Commit in haskell-uri-bytestring/repos/community-testing-x86_64 (2 files)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 15:43:29
  Author: felixonmars
Revision: 971948

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-uri-bytestring/repos/community-testing-x86_64/PKGBUILD
(from rev 971947, haskell-uri-bytestring/trunk/PKGBUILD)
Deleted:
  haskell-uri-bytestring/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 15:43:18 UTC (rev 971947)
+++ PKGBUILD2021-07-03 15:43:29 UTC (rev 971948)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=uri-bytestring
-pkgname=haskell-uri-bytestring
-pkgver=0.3.3.0
-pkgrel=73
-pkgdesc="Haskell URI parsing as ByteStrings"
-url="https://github.com/Soostone/uri-bytestring;
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hedgehog' 'haskell-tasty' 
'haskell-tasty-hedgehog'
- 'haskell-tasty-hunit' 'haskell-base-compat' 'haskell-safe')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('29be8a04bc95e5d86cb3f1c042e0acfec3970af7d9424c8e3218e143b2b9d783d1e7585597ba588928bd843b4d7f02dbb7f3ad862f39c60e4baa6c262faa9669')
-
-prepare() {
-sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_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 --disable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-lib-Werror
-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/Soostone/uri-bytestring/issues/50
-# 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
-}

Copied: haskell-uri-bytestring/repos/community-testing-x86_64/PKGBUILD (from 
rev 971947, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 15:43:29 UTC (rev 971948)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.3.3.1
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-hedgehog' 
'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-safe')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('58a467b94a887c018be118f1775e9c7b8ecdf75d655fc1dd235bc2a49a7e5356b4be5a51cabc3135341193a78065e1b44901745ebe9016fcc6636131a2c28672')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+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-uri-bytestring/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 15:43:18
  Author: felixonmars
Revision: 971947

upgpkg: haskell-uri-bytestring 0.3.3.1-1

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 15:25:36 UTC (rev 971946)
+++ PKGBUILD2021-07-03 15:43:18 UTC (rev 971947)
@@ -2,27 +2,23 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.3.3.0
-pkgrel=73
+pkgver=0.3.3.1
+pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hedgehog' 'haskell-tasty' 
'haskell-tasty-hedgehog'
- 'haskell-tasty-hunit' 'haskell-base-compat' 'haskell-safe')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-hedgehog' 
'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 'haskell-safe')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('29be8a04bc95e5d86cb3f1c042e0acfec3970af7d9424c8e3218e143b2b9d783d1e7585597ba588928bd843b4d7f02dbb7f3ad862f39c60e4baa6c262faa9669')
+sha512sums=('58a467b94a887c018be118f1775e9c7b8ecdf75d655fc1dd235bc2a49a7e5356b4be5a51cabc3135341193a78065e1b44901745ebe9016fcc6636131a2c28672')
 
-prepare() {
-sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_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 --disable-tests \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-lib-Werror
 runhaskell Setup build $MAKEFLAGS
@@ -34,8 +30,7 @@
 
 check() {
 cd $_hkgname-$pkgver
-# https://github.com/Soostone/uri-bytestring/issues/50
-# runhaskell Setup test --show-details=direct
+runhaskell Setup test --show-details=direct
 }
 
 package() {



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 15:25:36
  Author: felixonmars
Revision: 971946

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 15:25:25
  Author: felixonmars
Revision: 971945

upgpkg: deno 1.11.5-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 15:12:52 UTC (rev 971944)
+++ PKGBUILD2021-07-03 15:25:25 UTC (rev 971945)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.11.4
+pkgver=1.11.5
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



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

2021-07-03 Thread Jonas Witschel via arch-commits
Date: Saturday, July 3, 2021 @ 15:12:52
  Author: diabonas
Revision: 971944

archrelease: copy trunk to community-any

Added:
  weechat-matrix/repos/community-any/PKGBUILD
(from rev 971943, weechat-matrix/trunk/PKGBUILD)
  weechat-matrix/repos/community-any/weechat-matrix.install
(from rev 971943, weechat-matrix/trunk/weechat-matrix.install)
Deleted:
  weechat-matrix/repos/community-any/PKGBUILD
  weechat-matrix/repos/community-any/weechat-matrix.install

+
 PKGBUILD   |  111 ++-
 weechat-matrix.install |   28 +--
 2 files changed, 67 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 15:12:46 UTC (rev 971943)
+++ PKGBUILD2021-07-03 15:12:52 UTC (rev 971944)
@@ -1,58 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=weechat-matrix
-pkgver=0.2.0
-_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git rev-parse "$pkgver"
-pkgrel=4
-pkgdesc='WeeChat Matrix protocol script written in Python'
-arch=('any')
-url='https://github.com/poljar/weechat-matrix'
-license=('ISC')
-depends=('python' 'python-atomicwrites' 'python-attrs' 'python-future' 
'python-logbook'
- 'python-matrix-nio' 'python-pygments' 'python-pyopenssl' 
'python-webcolors' 'weechat')
-makedepends=('git' 'python-dephell' 'python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
-optdepends=('python-aiohttp: matrix_sso_helper support'
-'python-magic: matrix_upload support'
-'python-requests: matrix_decrypt and matrix_upload support'
-'ranger: default plumber for matrix_decrypt')
-install='weechat-matrix.install'
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
-
-   # Fix condition to not force the user through the SSO process
-   # (https://github.com/poljar/weechat-matrix/issues/260)
-   git cherry-pick --no-commit ef09292005d67708511a44c8285df1342ab66bd1
-
-   dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-   cd "$pkgname"
-   python setup.py build
-}
-
-check() {
-   cd "$pkgname"
-   python -m pytest
-}
-
-package() {
-   cd "$pkgname"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
-   for _script in matrix_decrypt matrix_sso_helper matrix_upload
-   do
-   install -Dm755 "contrib/$_script.py" "$pkgdir/usr/bin/$_script"
-   done
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: weechat-matrix/repos/community-any/PKGBUILD (from rev 971943, 
weechat-matrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 15:12:52 UTC (rev 971944)
@@ -0,0 +1,53 @@
+# Maintainer: Jonas Witschel 
+pkgname=weechat-matrix
+pkgver=0.3.0
+_tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
+pkgrel=1
+pkgdesc='WeeChat Matrix protocol script written in Python'
+arch=('any')
+url='https://github.com/poljar/weechat-matrix'
+license=('ISC')
+depends=('python' 'python-atomicwrites' 'python-attrs' 'python-logbook' 
'python-matrix-nio'
+ 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
+makedepends=('git' 'python-dephell' 'python-setuptools')
+checkdepends=('python-hypothesis' 'python-pytest')
+optdepends=('python-aiohttp: matrix_sso_helper support'
+'python-magic: matrix_upload support'
+'python-requests: matrix_decrypt and matrix_upload support'
+'xdg-open: default plumber for matrix_decrypt')
+install='weechat-matrix.install'
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+   sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
+   dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+   cd "$pkgname"
+   python setup.py build
+}
+
+check() {
+   cd "$pkgname"
+   python -m pytest
+}
+
+package() {
+   cd "$pkgname"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm755 main.py 
"$pkgdir/usr/share/weechat/python/weechat-matrix.py"
+   for _script in matrix_decrypt matrix_sso_helper matrix_upload
+   do
+   install -Dm755 "contrib/$_script.py" 

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

2021-07-03 Thread Jonas Witschel via arch-commits
Date: Saturday, July 3, 2021 @ 15:12:46
  Author: diabonas
Revision: 971943

upgpkg: weechat-matrix 0.3.0-1: upstream release

- python-future is no longer required since upstream commit
  69cbba8839ad68420d55bd56833eb3e970ee6311.
- xdg-open has replaced rifle as the default plumber (commit
  e06a4dced463f103b38040067d2cc6f55344d9ce).
- The backported commit ef09292005d67708511a44c8285df1342ab66bd1 is part of
  this release.

Modified:
  weechat-matrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 15:06:10 UTC (rev 971942)
+++ PKGBUILD2021-07-03 15:12:46 UTC (rev 971943)
@@ -1,20 +1,20 @@
 # Maintainer: Jonas Witschel 
 pkgname=weechat-matrix
-pkgver=0.2.0
-_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git rev-parse "$pkgver"
-pkgrel=4
+pkgver=0.3.0
+_tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
+pkgrel=1
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
 license=('ISC')
-depends=('python' 'python-atomicwrites' 'python-attrs' 'python-future' 
'python-logbook'
- 'python-matrix-nio' 'python-pygments' 'python-pyopenssl' 
'python-webcolors' 'weechat')
+depends=('python' 'python-atomicwrites' 'python-attrs' 'python-logbook' 
'python-matrix-nio'
+ 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
 makedepends=('git' 'python-dephell' 'python-setuptools')
 checkdepends=('python-hypothesis' 'python-pytest')
 optdepends=('python-aiohttp: matrix_sso_helper support'
 'python-magic: matrix_upload support'
 'python-requests: matrix_decrypt and matrix_upload support'
-'ranger: default plumber for matrix_decrypt')
+'xdg-open: default plumber for matrix_decrypt')
 install='weechat-matrix.install'
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')
@@ -28,11 +28,6 @@
 prepare() {
cd "$pkgname"
sed -ri 's|#!/usr/bin/env( -S)? python3|#!/usr/bin/python3|' 
contrib/*.py
-
-   # Fix condition to not force the user through the SSO process
-   # (https://github.com/poljar/weechat-matrix/issues/260)
-   git cherry-pick --no-commit ef09292005d67708511a44c8285df1342ab66bd1
-
dephell deps convert --from pyproject.toml --to setup.py
 }
 



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

2021-07-03 Thread Konstantin Gizdov via arch-commits
Date: Saturday, July 3, 2021 @ 15:06:10
  Author: kgizdov
Revision: 971942

archrelease: copy trunk to community-x86_64

Added:
  dune/repos/community-x86_64/PKGBUILD
(from rev 971941, dune/trunk/PKGBUILD)
Deleted:
  dune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 15:06:05 UTC (rev 971941)
+++ PKGBUILD2021-07-03 15:06:10 UTC (rev 971942)
@@ -1,38 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=2.8.5
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=(glibc "ocaml>=4.11.1" ocaml-findlib ocaml-csexp)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4d0d8611aeb945afdff4319d7195e3b84e1896e64010a2809ca59d3e0721eded3e7c560cf28ea19c93f5a82b1843d97165751060a6b2425c8db9a7cfc17d6e32')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
dune_release_pkgs='dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs,dune-site'
-make dune.exe
-./dune.exe build -p $dune_release_pkgs --profile dune-bootstrap
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr 
--libdir='$(ocamlfind printconf destdir)'" install
-DESTDIR="${pkgdir}" ./dune.exe install --prefix "/usr" 
--libdir=$(ocamlfind printconf destdir)
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 971941, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 15:06:10 UTC (rev 971942)
@@ -0,0 +1,38 @@
+# Maintainer: Konstantin Gizdov 
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=(glibc "ocaml>=4.11.1" ocaml-findlib ocaml-csexp)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1c3b64746b00215cd97b36c0f1c6e2416c9d15c795265634240e9da37e2c2fce02ab3c309a0cb967f9f20a5c6df14e943c3c2942c1a8f4743c3a19c699f4eb24')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
dune_release_pkgs='dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs,dune-site'
+make dune.exe
+./dune.exe build -p $dune_release_pkgs --profile dune-bootstrap
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr 
--libdir='$(ocamlfind printconf destdir)'" install
+DESTDIR="${pkgdir}" ./dune.exe install --prefix "/usr" 
--libdir=$(ocamlfind printconf destdir)
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}



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

2021-07-03 Thread Konstantin Gizdov via arch-commits
Date: Saturday, July 3, 2021 @ 15:06:05
  Author: kgizdov
Revision: 971941

upgpkg: dune 2.9.0-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 14:42:52 UTC (rev 971940)
+++ PKGBUILD2021-07-03 15:06:05 UTC (rev 971941)
@@ -3,7 +3,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.8.5
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(Apache)
 depends=(glibc "ocaml>=4.11.1" ocaml-findlib ocaml-csexp)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4d0d8611aeb945afdff4319d7195e3b84e1896e64010a2809ca59d3e0721eded3e7c560cf28ea19c93f5a82b1843d97165751060a6b2425c8db9a7cfc17d6e32')
+sha512sums=('1c3b64746b00215cd97b36c0f1c6e2416c9d15c795265634240e9da37e2c2fce02ab3c309a0cb967f9f20a5c6df14e943c3c2942c1a8f4743c3a19c699f4eb24')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in php7/repos/extra-x86_64 (18 files)

2021-07-03 Thread Pierre Schmitz via arch-commits
Date: Saturday, July 3, 2021 @ 14:59:06
  Author: pierre
Revision: 418909

archrelease: copy trunk to extra-x86_64

Added:
  php7/repos/extra-x86_64/PKGBUILD
(from rev 418908, php7/trunk/PKGBUILD)
  php7/repos/extra-x86_64/apache.conf
(from rev 418908, php7/trunk/apache.conf)
  php7/repos/extra-x86_64/apache.patch
(from rev 418908, php7/trunk/apache.patch)
  php7/repos/extra-x86_64/enchant-2.patch
(from rev 418908, php7/trunk/enchant-2.patch)
  php7/repos/extra-x86_64/generate_patches
(from rev 418908, php7/trunk/generate_patches)
  php7/repos/extra-x86_64/php-fpm.patch
(from rev 418908, php7/trunk/php-fpm.patch)
  php7/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 418908, php7/trunk/php-fpm.tmpfiles)
  php7/repos/extra-x86_64/php.ini.patch
(from rev 418908, php7/trunk/php.ini.patch)
  php7/repos/extra-x86_64/php7.patch
(from rev 418908, php7/trunk/php7.patch)
Deleted:
  php7/repos/extra-x86_64/PKGBUILD
  php7/repos/extra-x86_64/apache.conf
  php7/repos/extra-x86_64/apache.patch
  php7/repos/extra-x86_64/enchant-2.patch
  php7/repos/extra-x86_64/generate_patches
  php7/repos/extra-x86_64/php-fpm.patch
  php7/repos/extra-x86_64/php-fpm.tmpfiles
  php7/repos/extra-x86_64/php.ini.patch
  php7/repos/extra-x86_64/php7.patch

--+
 PKGBUILD |  694 ++---
 apache.conf  |   26 -
 apache.patch |   20 -
 enchant-2.patch  |   98 +++
 generate_patches |  136 +-
 php-fpm.patch|  152 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  154 +--
 php7.patch   |   22 -
 9 files changed, 652 insertions(+), 652 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 14:58:58 UTC (rev 418908)
+++ PKGBUILD2021-07-03 14:59:06 UTC (rev 418909)
@@ -1,347 +0,0 @@
-# Maintainer: Pierre Schmitz 
-# Contributor: Matt Harrison 
-
-pkgbase=php7
-pkgname=('php7'
- 'php7-cgi'
- 'php7-apache'
- 'php7-fpm'
- 'php7-embed'
- 'php7-phpdbg'
- 'php7-dblib'
- 'php7-enchant'
- 'php7-gd'
- 'php7-imap'
- 'php7-intl'
- 'php7-sodium'
- 'php7-odbc'
- 'php7-pgsql'
- 'php7-pspell'
- 'php7-snmp'
- 'php7-sqlite'
- 'php7-tidy'
- 'php7-xsl')
-pkgver=7.4.20
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://www.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl'
- 'oniguruma')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
-'enchant-2.patch' 'php7.patch')
-sha512sums=('40261c5a85341fa7c495db86ef3526d1ae2751c6abb05251819c2b7080050715eb44a19c3f8655d101f4308209487ce16dcf94067b71b084c912470796b217f7'
-'SKIP'
-
'284e3c0fe3ded0ff3e7d53f2769ea207b4591ef42abeff2d8604e87fe379929bd3b19ff294a729834f339a9da85ae7d4a7d8605890677222f78601b4f2b22247'
-
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
-
'bf43a99b464a873986954233e2df4841eeab21a6d359a777b7514a4fa34462c9f0fd85243086122ed50c766d5b60fb83f9f181a9b43ae1b527672a4f3b8d8eed'
-
'7248e9a93faebb86b156130b6ecd8c9733ae8dfa2789c738f9db5a2ab2daee294132b7d8a5a59c860e9e235fdc1bc6a9e9b8b410a23ccc5c6627297d834d3120'
-
'642e9f84d9d0df96e5d9bafcd3aed7aab3b4374e7917be98e9fa386919c64e9a27ac2daace99b4fcaa7256cca60a87d22893c2ef5383e5353926d8869fda376d'
-
'5d7d44d692848fbb952e17e5bd6dffa79b764526e4940fbe0a5138ad62cb41abdb8c9bb8dd64cd1d0b488c74972bcf3f9c6d32a3bbeac90982fdf6321d3ec788'
-
'f8c197fb657958016340db87de3e3427cc692791e88c650362ed89bfd3be6180e430e5c446d19566b7e66225f9fa8cbed46a0909c87d6e046e65135d3031')
-validpgpkeys=('5A52880781F755608BF815FC910DEB46F53EA312'
-  '42670A7FE4D0441C8E4632349E4FDC074A4EF02D')
-
-prepare() {
-   cd "${srcdir}/php-${pkgver}"
-
-   patch -p0 -i "${srcdir}/apache.patch"
-   patch -p0 -i "${srcdir}/php-fpm.patch"
-   patch -p0 -i "${srcdir}/php.ini.patch"
-   patch -p0 -i "${srcdir}/enchant-2.patch"
-   patch -p0 -i "${srcdir}/php7.patch"
-   autoconf
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   local _phpconfig="--srcdir=../php-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php7 \
-   --localstatedir=/var 

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

2021-07-03 Thread Pierre Schmitz via arch-commits
Date: Saturday, July 3, 2021 @ 14:58:58
  Author: pierre
Revision: 418908

upgpkg: php7 7.4.21-1

Modified:
  php7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-02 18:51:37 UTC (rev 418907)
+++ PKGBUILD2021-07-03 14:58:58 UTC (rev 418908)
@@ -21,7 +21,7 @@
  'php7-sqlite'
  'php7-tidy'
  'php7-xsl')
-pkgver=7.4.20
+pkgver=7.4.21
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -33,7 +33,7 @@
 source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
 'enchant-2.patch' 'php7.patch')
-sha512sums=('40261c5a85341fa7c495db86ef3526d1ae2751c6abb05251819c2b7080050715eb44a19c3f8655d101f4308209487ce16dcf94067b71b084c912470796b217f7'
+sha512sums=('778ddbfe614fdc6a00bc82c61f4c636bdbe815ce3398415a29bd24a2fd4ca2113b3b804303585d8830242e04b0c202bbc7c725a46c9bad79b070a0e896e5e681'
 'SKIP'
 
'284e3c0fe3ded0ff3e7d53f2769ea207b4591ef42abeff2d8604e87fe379929bd3b19ff294a729834f339a9da85ae7d4a7d8605890677222f78601b4f2b22247'
 
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'



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

2021-07-03 Thread Konstantin Gizdov via arch-commits
Date: Saturday, July 3, 2021 @ 14:42:52
  Author: kgizdov
Revision: 971940

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 971939, bazel/trunk/PKGBUILD)
  bazel/repos/community-x86_64/grpc_rename_gettid.patch
(from rev 971939, bazel/trunk/grpc_rename_gettid.patch)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD
  bazel/repos/community-x86_64/grpc_rename_gettid.patch

--+
 PKGBUILD |   84 
 grpc_rename_gettid.patch |  156 ++---
 2 files changed, 123 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 14:42:46 UTC (rev 971939)
+++ PKGBUILD2021-07-03 14:42:52 UTC (rev 971940)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.build/'
-depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
-
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('7e89a26b78b0c18bd570618c7610d8de4f6beddbc751efdb5b9357d0309afbf5c83da6b6a367435ce1360361bd010b0987addb4270ba49737ba6b7e8d1f2bb98'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
-  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
-  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
-  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
-  mkdir -p "${pkgdir}/opt/bazel"
-  for d in examples third_party tools; do
-cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 971939, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 14:42:52 UTC (rev 971940)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.build/'
+depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
+makedepends=('gcc10' 'git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('18a8f4087b87e2d1dea118491458981bcb162ca736cc451169da9f638520071d846de77d32e4542a0142641f7e94d56d4cca7b0c17098d3d7dc67875528c634c'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  # https://github.com/bazelbuild/bazel/issues/13613
+  CC=/usr/bin/gcc-10 \
+  CXX=/usr/bin/g++-10 \
+  EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
+  # https://github.com/bazelbuild/bazel/issues/13613
+  CC=/usr/bin/gcc-10 \
+  CXX=/usr/bin/g++-10 \
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:

Deleted: grpc_rename_gettid.patch
===
--- grpc_rename_gettid.patch2021-07-03 14:42:46 UTC (rev 971939)
+++ grpc_rename_gettid.patch2021-07-03 14:42:52 UTC (rev 971940)
@@ -1,78 +0,0 @@
-From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
-From: Benjamin Peterson 
-Date: Fri, 3 May 2019 08:11:00 -0700

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

2021-07-03 Thread Konstantin Gizdov via arch-commits
Date: Saturday, July 3, 2021 @ 14:42:46
  Author: kgizdov
Revision: 971939

upgpkg: bazel 4.1.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 13:54:35 UTC (rev 971938)
+++ PKGBUILD2021-07-03 14:42:46 UTC (rev 971939)
@@ -4,7 +4,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -11,16 +11,22 @@
 license=('Apache')
 url='https://bazel.build/'
 depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
+makedepends=('gcc10' 'git' 'protobuf' 'python')
 options=('!distcc' '!strip')
 
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
 
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('7e89a26b78b0c18bd570618c7610d8de4f6beddbc751efdb5b9357d0309afbf5c83da6b6a367435ce1360361bd010b0987addb4270ba49737ba6b7e8d1f2bb98'
+sha512sums=('18a8f4087b87e2d1dea118491458981bcb162ca736cc451169da9f638520071d846de77d32e4542a0142641f7e94d56d4cca7b0c17098d3d7dc67875528c634c'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 
 build() {
+  # https://github.com/bazelbuild/bazel/issues/13613
+  CC=/usr/bin/gcc-10 \
+  CXX=/usr/bin/g++-10 \
   EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
+  # https://github.com/bazelbuild/bazel/issues/13613
+  CC=/usr/bin/gcc-10 \
+  CXX=/usr/bin/g++-10 \
   ./output/bazel build scripts:bazel-complete.bash
   cd output
   ./bazel shutdown



[arch-commits] Commit in intel-media-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-07-03 Thread Daniel Bermond via arch-commits
Date: Saturday, July 3, 2021 @ 13:54:35
  Author: dbermond
Revision: 971938

archrelease: copy trunk to community-x86_64

Added:
  intel-media-sdk/repos/community-x86_64/PKGBUILD
(from rev 971937, intel-media-sdk/trunk/PKGBUILD)
Deleted:
  intel-media-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 13:54:09 UTC (rev 971937)
+++ PKGBUILD2021-07-03 13:54:35 UTC (rev 971938)
@@ -1,63 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgbase=intel-media-sdk
-pkgname=('intel-media-sdk' 'libmfx')
-pkgver=21.1.3
-pkgrel=2
-pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
-arch=('x86_64')
-url='https://software.intel.com/en-us/media-sdk/'
-license=('MIT')
-makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
- 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
-source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
-
"https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch;)
-sha256sums=('718e68e3be78fcdc2dea0e3cd4714c38df2d451d7c8afef840c9c07e82bd4cb9'
-'ec78fdcd4a492ce75c81129d3834763ff04e4a73fbc16f6e5890e5cb8c191fdb')
-
-prepare() {
-cd MediaSDK-intel-mediasdk-${pkgver}
-patch -p1 -i ../f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch
-}
-
-build() {
-cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
--DBUILD_ALL:BOOL='ON' \
--DBUILD_TOOLS:BOOL='ON' \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--DENABLE_ITT:BOOL='OFF' \
--DENABLE_OPENCL:BOOL='OFF' \
--DENABLE_WAYLAND:BOOL='ON' \
--DENABLE_X11_DRI3:BOOL='ON' \
--Wno-dev
-make -C build
-}
-
-check() {
-make -C build test
-}
-
-package_intel-media-sdk() {
-depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
-
-make -C build DESTDIR="$pkgdir" install
-ln -s ../share/mfx/samples/libcttmetrics.so 
"${pkgdir}/usr/lib/libcttmetrics.so"
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-# remove core component libmfx
-[ -d 'libmfx' ] && rm -rf libmfx
-mkdir -p libmfx/{include,lib/pkgconfig}
-mv "${pkgdir}/usr/include/mfx" libmfx/include
-mv "${pkgdir}/usr/lib/libmfx.so"* libmfx/lib
-mv "${pkgdir}/usr/lib/pkgconfig/"{,lib}mfx.pc libmfx/lib/pkgconfig
-rm -d "${pkgdir}/usr/include"
-}
-
-package_libmfx() {
-pkgdesc='Intel Media SDK dispatcher library'
-depends=('gcc-libs')
-
-mv libmfx "${pkgdir}/usr"
-install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: intel-media-sdk/repos/community-x86_64/PKGBUILD (from rev 971937, 
intel-media-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 13:54:35 UTC (rev 971938)
@@ -0,0 +1,63 @@
+# Maintainer: Daniel Bermond 
+
+pkgbase=intel-media-sdk
+pkgname=('intel-media-sdk' 'libmfx')
+pkgver=21.2.3
+pkgrel=1
+pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
+arch=('x86_64')
+url='https://software.intel.com/en-us/media-sdk/'
+license=('MIT')
+makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
+ 'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
+source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
+
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
+sha256sums=('7791be83e5e9f6d55f31d6ad9037012fc78b846724644b9db2087d1b7dfec078'
+'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
+
+prepare() {
+patch -d "MediaSDK-intel-mediasdk-${pkgver}" -Np1 -i 
"${srcdir}/010-intel-media-sdk-fix-reproducible-build.patch"
+}
+
+build() {
+cmake -B build -S "MediaSDK-intel-mediasdk-${pkgver}" \
+-DBUILD_ALL:BOOL='ON' \
+-DBUILD_TOOLS:BOOL='ON' \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-DENABLE_ITT:BOOL='OFF' \
+-DENABLE_OPENCL:BOOL='OFF' \
+-DENABLE_WAYLAND:BOOL='ON' \
+-DENABLE_X11_DRI3:BOOL='ON' \
+-DMFX_APPS_DIR='/usr/lib/mfx' \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package_intel-media-sdk() {
+depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
+
+make -C build DESTDIR="$pkgdir" install
+ln -s mfx/samples/libcttmetrics.so 

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

2021-07-03 Thread Daniel Bermond via arch-commits
Date: Saturday, July 3, 2021 @ 13:54:09
  Author: dbermond
Revision: 971937

upgpkg: intel-media-sdk 21.2.3-1

Modified:
  intel-media-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 13:07:36 UTC (rev 971936)
+++ PKGBUILD2021-07-03 13:54:09 UTC (rev 971937)
@@ -2,8 +2,8 @@
 
 pkgbase=intel-media-sdk
 pkgname=('intel-media-sdk' 'libmfx')
-pkgver=21.1.3
-pkgrel=2
+pkgver=21.2.3
+pkgrel=1
 pkgdesc='API to access hardware-accelerated video on Intel Gen graphics 
hardware platforms'
 arch=('x86_64')
 url='https://software.intel.com/en-us/media-sdk/'
@@ -11,13 +11,12 @@
 makedepends=('libdrm' 'libva' 'wayland' 'intel-media-driver'
  'cmake' 'libpciaccess' 'libx11' 'libxcb' 'python')
 
source=("https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${pkgver}.tar.gz;
-
"https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch;)
-sha256sums=('718e68e3be78fcdc2dea0e3cd4714c38df2d451d7c8afef840c9c07e82bd4cb9'
-'ec78fdcd4a492ce75c81129d3834763ff04e4a73fbc16f6e5890e5cb8c191fdb')
+
'010-intel-media-sdk-fix-reproducible-build.patch'::'https://github.com/Intel-Media-SDK/MediaSDK/commit/f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch')
+sha256sums=('7791be83e5e9f6d55f31d6ad9037012fc78b846724644b9db2087d1b7dfec078'
+'f1d8a4edf953cfec1516f1a8383c5ee033245aba16cfae0bc79b7de1a6365fcc')
 
 prepare() {
-cd MediaSDK-intel-mediasdk-${pkgver}
-patch -p1 -i ../f6925886f27a39eed2e43c5b7b6c342d00f7a970.patch
+patch -d "MediaSDK-intel-mediasdk-${pkgver}" -Np1 -i 
"${srcdir}/010-intel-media-sdk-fix-reproducible-build.patch"
 }
 
 build() {
@@ -30,6 +29,7 @@
 -DENABLE_OPENCL:BOOL='OFF' \
 -DENABLE_WAYLAND:BOOL='ON' \
 -DENABLE_X11_DRI3:BOOL='ON' \
+-DMFX_APPS_DIR='/usr/lib/mfx' \
 -Wno-dev
 make -C build
 }
@@ -42,7 +42,7 @@
 depends=('libdrm' 'libva' 'wayland' "libmfx=${pkgver}" 
'intel-media-driver')
 
 make -C build DESTDIR="$pkgdir" install
-ln -s ../share/mfx/samples/libcttmetrics.so 
"${pkgdir}/usr/lib/libcttmetrics.so"
+ln -s mfx/samples/libcttmetrics.so "${pkgdir}/usr/lib/libcttmetrics.so"
 install -D -m644 "MediaSDK-intel-mediasdk-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 
 # remove core component libmfx



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

2021-07-03 Thread Daniel Bermond via arch-commits
Date: Saturday, July 3, 2021 @ 13:07:36
  Author: dbermond
Revision: 971936

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 13:07:09 UTC (rev 971935)
+++ PKGBUILD2021-07-03 13:07:36 UTC (rev 971936)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('ba59efd479935c542e75771d9e15e848ef5812812ec8bba1d5bbf11b878d3356'
-'0d6fd0e4c2fe453d38900fc5dea362c7ef6ddc08e5661b80bdce5edf9d090baf')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 971935, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 13:07:36 UTC (rev 971936)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
+sha256sums=('431824dee0b048877c625c5d61f03a60d40550711df25006e0543c5ec3f1e234'
+'37415c9a5daf1dff9baa23976c062e0cb1ea14124e8f6f394d2e2b9bde35f8ea')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+cargo install --frozen --offline --no-track --path "${pkgname}-${pkgver}" 
--root "${pkgdir}/usr"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-07-03 Thread Daniel Bermond via arch-commits
Date: Saturday, July 3, 2021 @ 13:07:09
  Author: dbermond
Revision: 971935

upgpkg: cargo-c 0.9.0-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 11:00:45 UTC (rev 971934)
+++ PKGBUILD2021-07-03 13:07:09 UTC (rev 971935)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.8.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('ba59efd479935c542e75771d9e15e848ef5812812ec8bba1d5bbf11b878d3356'
-'0d6fd0e4c2fe453d38900fc5dea362c7ef6ddc08e5661b80bdce5edf9d090baf')
+sha256sums=('431824dee0b048877c625c5d61f03a60d40550711df25006e0543c5ec3f1e234'
+'37415c9a5daf1dff9baa23976c062e0cb1ea14124e8f6f394d2e2b9bde35f8ea')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



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

2021-07-03 Thread Jiachen Yang via arch-commits
Date: Saturday, July 3, 2021 @ 11:00:45
  Author: farseerfc
Revision: 971934

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 971933, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/fix-gcc11-assert.patch
(from rev 971933, telegram-desktop/trunk/fix-gcc11-assert.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/fix-gcc11-assert.patch

+
 PKGBUILD   |  108 ---
 fix-gcc11-assert.patch |   52 +++---
 2 files changed, 82 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 11:00:06 UTC (rev 971933)
+++ PKGBUILD2021-07-03 11:00:45 UTC (rev 971934)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.8.4
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' )
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'libtg_owt' 'extra-cmake-modules')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-"fix-gcc11-assert.patch")
-sha512sums=('b0e78aa9bffa1707425f058737b0d0a0db26e8fba14e1413e465eefcbbc95dc0eaee642d1ebc4a82c8239188a3eed677c5c3eb748203348a14ba2ace61afd779'
-
'd94c21f45a14eea009f4dc099a0be7774aa9c64d6bdb2745eb866a505ad4d95e4e75e53e110bcdc2db553809d8aea485e3fa321feccc7660120c0f418f4d5e3f')
-
-prepare() {
-cd tdesktop-$pkgver-full/cmake
-# force webrtc link to libjpeg and X11 libs
-echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a 
external/webrtc/CMakeLists.txt
-echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes 
Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
-echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage 
Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
-
-cd ..
-patch -b -d Telegram/lib_webview/ -Np1 -i ${srcdir}/fix-gcc11-assert.patch
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake . \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \
--DDESKTOP_APP_SPECIAL_TARGET=""
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 971933, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 11:00:45 UTC (rev 971934)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.8.4
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 
'glibmm'
+ 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' )
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'libtg_owt' 'extra-cmake-modules')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
+"fix-gcc11-assert.patch"
+
"fix-freeze-after-file-dialog.patch::https://github.com/telegramdesktop/tdesktop/commit/1261c775d4ca6fb78277ec213794da7c15e304e2.patch;)
+sha512sums=('b0e78aa9bffa1707425f058737b0d0a0db26e8fba14e1413e465eefcbbc95dc0eaee642d1ebc4a82c8239188a3eed677c5c3eb748203348a14ba2ace61afd779'
+
'd94c21f45a14eea009f4dc099a0be7774aa9c64d6bdb2745eb866a505ad4d95e4e75e53e110bcdc2db553809d8aea485e3fa321feccc7660120c0f418f4d5e3f'
+
'2a5c8f5ca5a3a34872567ac98032717c40689baab2926d9fa8960404c6630925732f028dc7fdcf28bef11dd247a78779c3f5ca631f8b75abf23e23dab8d0f24c')
+
+prepare() {
+cd tdesktop-$pkgver-full/cmake
+  

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

2021-07-03 Thread Jiachen Yang via arch-commits
Date: Saturday, July 3, 2021 @ 11:00:06
  Author: farseerfc
Revision: 971933

upgpkg: telegram-desktop 2.8.4-2: telegram-desktop: backport file dialog fix

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:37:44 UTC (rev 971932)
+++ PKGBUILD2021-07-03 11:00:06 UTC (rev 971933)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=2.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -13,9 +13,11 @@
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
  'libtg_owt' 'extra-cmake-modules')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-"fix-gcc11-assert.patch")
+"fix-gcc11-assert.patch"
+
"fix-freeze-after-file-dialog.patch::https://github.com/telegramdesktop/tdesktop/commit/1261c775d4ca6fb78277ec213794da7c15e304e2.patch;)
 
sha512sums=('b0e78aa9bffa1707425f058737b0d0a0db26e8fba14e1413e465eefcbbc95dc0eaee642d1ebc4a82c8239188a3eed677c5c3eb748203348a14ba2ace61afd779'
-
'd94c21f45a14eea009f4dc099a0be7774aa9c64d6bdb2745eb866a505ad4d95e4e75e53e110bcdc2db553809d8aea485e3fa321feccc7660120c0f418f4d5e3f')
+
'd94c21f45a14eea009f4dc099a0be7774aa9c64d6bdb2745eb866a505ad4d95e4e75e53e110bcdc2db553809d8aea485e3fa321feccc7660120c0f418f4d5e3f'
+
'2a5c8f5ca5a3a34872567ac98032717c40689baab2926d9fa8960404c6630925732f028dc7fdcf28bef11dd247a78779c3f5ca631f8b75abf23e23dab8d0f24c')
 
 prepare() {
 cd tdesktop-$pkgver-full/cmake
@@ -26,6 +28,8 @@
 
 cd ..
 patch -b -d Telegram/lib_webview/ -Np1 -i ${srcdir}/fix-gcc11-assert.patch
+# backport file dialog patch
+patch -Np1 -i ${srcdir}/fix-freeze-after-file-dialog.patch
 }
 
 build() {



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

2021-07-03 Thread Ike Devolder via arch-commits
Date: Saturday, July 3, 2021 @ 10:37:44
  Author: idevolder
Revision: 971932

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 971931, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 971931, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

--+
 PKGBUILD |   92 ++---
 eula.txt |  192 ++---
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:37:38 UTC (rev 971931)
+++ PKGBUILD2021-07-03 10:37:44 UTC (rev 971932)
@@ -1,46 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=4.0.2312.33-1
-pkgver=4.0.2312.33
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com;
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'libnotify: native notifications'
-)
-source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
-'eula.txt')
-sha512sums=('18aa30a5ef904c24b0680546c4d8ecab19a61f05ffca9b81cd6d4cc4fe1e968fc7476e6c83dee7dd66d3f0f6ee049eef0acc1ea293a955459c842ac469db7c1b'
-
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
-
-package() {
-cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
-
-# suid sandbox
-chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
-# make /usr/bin/vivaldi-stable available
-binf="$pkgdir/usr/bin/vivaldi-stable"
-if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
-install -dm755 "$pkgdir/usr/bin"
-ln -s /opt/vivaldi/vivaldi "$binf"
-fi
-
-# install icons
-for res in 16 22 24 32 48 64 128 256; do
-install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
-"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-done
-
-# license
-install -Dm644 "$srcdir/eula.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/eula.txt"
-}
-

Copied: vivaldi/repos/community-x86_64/PKGBUILD (from rev 971931, 
vivaldi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:37:44 UTC (rev 971932)
@@ -0,0 +1,46 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: TZ86
+
+pkgname=vivaldi
+_rpmversion=4.0.2312.36-1
+pkgver=4.0.2312.36
+pkgrel=1
+pkgdesc='An advanced browser made with the power user in mind.'
+url="https://vivaldi.com;
+options=(!strip !zipman)
+license=('custom')
+arch=('x86_64')
+depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
+'libnotify: native notifications'
+)
+source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
+'eula.txt')
+sha512sums=('8e5e7eed55d4f38bf5a6a1d59564371e450cdab97838e77a864ad428054708b84b6e85dc85aafdb4bd5006d5e077284ede43e3a51776d72edb898429f84675bd'
+
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
+
+package() {
+cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
+
+# suid sandbox
+chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
+
+# make /usr/bin/vivaldi-stable available
+binf="$pkgdir/usr/bin/vivaldi-stable"
+if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
+install -dm755 "$pkgdir/usr/bin"
+ln -s /opt/vivaldi/vivaldi "$binf"
+fi
+
+# install icons
+for res in 16 22 24 32 48 64 128 256; do
+install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
+"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+done
+
+# license
+install -Dm644 "$srcdir/eula.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/eula.txt"
+}
+

Deleted: eula.txt
===
--- eula.txt2021-07-03 10:37:38 UTC (rev 971931)
+++ eula.txt2021-07-03 10:37:44 UTC (rev 971932)
@@ -1,96 +0,0 @@
-Vivaldi End User License Agreement
-
-Read the end user license agreement for Vivaldi Browser and find out how to get
-in touch if you have any questions about regarding our EULA.
-
-Last updated: November 18, 2016
-
-1. This End User License Agreement (“EULA”) governs your use (“You”) of the
-browser software in 

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

2021-07-03 Thread Ike Devolder via arch-commits
Date: Saturday, July 3, 2021 @ 10:37:38
  Author: idevolder
Revision: 971931

upgpkg: vivaldi 4.0.2312.36-1

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:30:16 UTC (rev 971930)
+++ PKGBUILD2021-07-03 10:37:38 UTC (rev 971931)
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=4.0.2312.33-1
-pkgver=4.0.2312.33
+_rpmversion=4.0.2312.36-1
+pkgver=4.0.2312.36
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -17,7 +17,7 @@
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
 'eula.txt')
-sha512sums=('18aa30a5ef904c24b0680546c4d8ecab19a61f05ffca9b81cd6d4cc4fe1e968fc7476e6c83dee7dd66d3f0f6ee049eef0acc1ea293a955459c842ac469db7c1b'
+sha512sums=('8e5e7eed55d4f38bf5a6a1d59564371e450cdab97838e77a864ad428054708b84b6e85dc85aafdb4bd5006d5e077284ede43e3a51776d72edb898429f84675bd'
 
'7cbfc3258a92ee05eeb67c5b65a92aab27f34146fd097007de5eb8e2703610c03bfa52f7ee1d6055735f927b4dcc919a79b7caf6fb5a5a9596cac11cc083e874')
 
 package() {



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:30:16
  Author: foxboron
Revision: 971930

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 971929, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:30:09 UTC (rev 971929)
+++ PKGBUILD2021-07-03 10:30:16 UTC (rev 971930)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.24.12
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=a9ede22134ad68e7841b88294fd87328895b4604   #refs/tags/v0.24.12^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 971929, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:30:16 UTC (rev 971930)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.24.13
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=1f6327063e4c4e160d538da4c0be374d7093692d   #refs/tags/v0.24.13^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:30:09
  Author: foxboron
Revision: 971929

upgpkg: k9s 0.24.13-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:25:51 UTC (rev 971928)
+++ PKGBUILD2021-07-03 10:30:09 UTC (rev 971929)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.24.12
+pkgver=0.24.13
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=a9ede22134ad68e7841b88294fd87328895b4604   #refs/tags/v0.24.12^{}
+_commit=1f6327063e4c4e160d538da4c0be374d7093692d   #refs/tags/v0.24.13^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:25:51
  Author: foxboron
Revision: 971928

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 971927, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:25:44 UTC (rev 971927)
+++ PKGBUILD2021-07-03 10:25:51 UTC (rev 971928)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=gopass
-pkgver=1.12.6
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
-sha512sums=('81aff815062698715d0dc000efed80b2a1cb28c5a307cc7c090126dd982b87c9a6e44c07081f44c19292d3dd06c683be1d9de7c285a051b65c2872d54880740a')
-
-prepare(){
-  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
-}
-
-build(){
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make 
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 971927, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:25:51 UTC (rev 971928)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.12.7
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
+sha512sums=('dc77709af4ee544359c653c9c0d45497a7a3dcef962e1daf89c407ebb8f66e1a6cc86791a1b5fb8aa619d0ba4f7624370d712c01ea0ad33e8347264673f42966')
+
+prepare(){
+  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
+}
+
+build(){
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make 
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:25:44
  Author: foxboron
Revision: 971927

upgpkg: gopass 1.12.7-1

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:24:23 UTC (rev 971926)
+++ PKGBUILD2021-07-03 10:25:44 UTC (rev 971927)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=gopass
-pkgver=1.12.6
+pkgver=1.12.7
 pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 'xsel: clipboard support'
 'xclip: clipboard support')
 
source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
-sha512sums=('81aff815062698715d0dc000efed80b2a1cb28c5a307cc7c090126dd982b87c9a6e44c07081f44c19292d3dd06c683be1d9de7c285a051b65c2872d54880740a')
+sha512sums=('dc77709af4ee544359c653c9c0d45497a7a3dcef962e1daf89c407ebb8f66e1a6cc86791a1b5fb8aa619d0ba4f7624370d712c01ea0ad33e8347264673f42966')
 
 prepare(){
   sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:24:23
  Author: foxboron
Revision: 971926

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 971925, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:24:16 UTC (rev 971925)
+++ PKGBUILD2021-07-03 10:24:23 UTC (rev 971926)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e0a3f1d4bc9e2561e080314dfbff294602e782c16fcfb17e5b9f67f89a1c145a')
-
-prepare() {
-cd "cli-${pkgver}"
-# TODO: These tests invoke the TTY and our container *really* does not 
like that
-rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-make DESTDIR="${pkgdir}" prefix="/usr" install
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 971925, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:24:23 UTC (rev 971926)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('14ef58fb2f09da1d66194527e1e8b637d28d972d273a6a627056aa960a9a9121')
+
+prepare() {
+cd "cli-${pkgver}"
+# TODO: These tests invoke the TTY and our container *really* does not 
like that
+rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+make DESTDIR="${pkgdir}" prefix="/usr" install
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:24:16
  Author: foxboron
Revision: 971925

upgpkg: github-cli 1.12.1-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:22:26 UTC (rev 971924)
+++ PKGBUILD2021-07-03 10:24:16 UTC (rev 971925)
@@ -3,7 +3,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e0a3f1d4bc9e2561e080314dfbff294602e782c16fcfb17e5b9f67f89a1c145a')
+sha256sums=('14ef58fb2f09da1d66194527e1e8b637d28d972d273a6a627056aa960a9a9121')
 
 prepare() {
 cd "cli-${pkgver}"



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:22:26
  Author: foxboron
Revision: 971924

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:22:19 UTC (rev 971923)
+++ PKGBUILD2021-07-03 10:22:26 UTC (rev 971924)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Pappa 
-
-pkgname=python-xlib
-pkgver=0.30
-pkgrel=1
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib;
-arch=('any')
-license=('LGPL')
-depends=('python-six')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
-sha256sums=('bd92c6687768d4b3547399ebdf967ff40e9d1e9cfd2e365ec627a66ddcc60c22')
-
-build(){
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  python ./runtests.py
-}
-
-package_python-xlib() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 971923, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:22:26 UTC (rev 971924)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Pappa 
+
+pkgname=python-xlib
+pkgver=0.31
+pkgrel=1
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib;
+arch=('any')
+license=('LGPL')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
+sha256sums=('5484b3a30904bd8efb8bc7af455f93b87c99b779605a07c7c81f607e5254113d')
+
+build(){
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  python ./runtests.py
+}
+
+package_python-xlib() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:22:19
  Author: foxboron
Revision: 971923

upgpkg: python-xlib 0.31-1

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:13:23 UTC (rev 971922)
+++ PKGBUILD2021-07-03 10:22:19 UTC (rev 971923)
@@ -4,7 +4,7 @@
 # Contributor: Pappa 
 
 pkgname=python-xlib
-pkgver=0.30
+pkgver=0.31
 pkgrel=1
 pkgdesc="A fully functional X client library for Python programs"
 url="https://github.com/python-xlib/python-xlib;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
-sha256sums=('bd92c6687768d4b3547399ebdf967ff40e9d1e9cfd2e365ec627a66ddcc60c22')
+sha256sums=('5484b3a30904bd8efb8bc7af455f93b87c99b779605a07c7c81f607e5254113d')
 
 build(){
   cd "$pkgname-$pkgver"



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:13:23
  Author: foxboron
Revision: 971922

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 971921, tailscale/trunk/PKGBUILD)
  tailscale/repos/community-x86_64/tailscale.install
(from rev 971921, tailscale/trunk/tailscale.install)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD
  tailscale/repos/community-x86_64/tailscale.install

---+
 PKGBUILD  |  118 ++--
 tailscale.install |   24 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:13:14 UTC (rev 971921)
+++ PKGBUILD2021-07-03 10:13:23 UTC (rev 971922)
@@ -1,59 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com;
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-_commit=405ea978f8beeb59164c6d42a79b5014a3f6563d   #refs/tags/v1.10.0^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
-sha256sums=('SKIP')
-install="tailscale.install"
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-eval "$(./version/version.sh)"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${VERSION_LONG} \
--X tailscale.com/version.Short=${VERSION_SHORT} \
--X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 971921, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:13:23 UTC (rev 971922)
@@ -0,0 +1,59 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com;
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+_commit=cd3fd076cc7952724f38fb4af24b349879d7145d   #refs/tags/v1.10.1^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
+sha256sums=('SKIP')
+install="tailscale.install"
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+eval "$(./version/version.sh)"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${VERSION_LONG} \
+-X tailscale.com/version.Short=${VERSION_SHORT} \
+-X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: tailscale.install
===
--- tailscale.install   2021-07-03 10:13:14 UTC (rev 971921)
+++ tailscale.install   2021-07-03 10:13:23 UTC (rev 971922)

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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:13:14
  Author: foxboron
Revision: 971921

upgpkg: tailscale 1.10.1-1

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 10:11:22 UTC (rev 971920)
+++ PKGBUILD2021-07-03 10:13:14 UTC (rev 971921)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -11,7 +11,7 @@
 makedepends=("git" "go")
 depends=("glibc")
 backup=("etc/default/tailscaled")
-_commit=405ea978f8beeb59164c6d42a79b5014a3f6563d   #refs/tags/v1.10.0^{}
+_commit=cd3fd076cc7952724f38fb4af24b349879d7145d   #refs/tags/v1.10.1^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
 sha256sums=('SKIP')
 install="tailscale.install"



[arch-commits] Commit in darktable/repos/community-x86_64 (3 files)

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:11:22
  Author: foxboron
Revision: 971920

archrelease: copy trunk to community-x86_64

Added:
  darktable/repos/community-x86_64/PKGBUILD
(from rev 971919, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-x86_64/PKGBUILD
  darktable/repos/community-x86_64/darktable-openexr3.patch

--+
 PKGBUILD |  108 +
 darktable-openexr3.patch |   18 ---
 2 files changed, 51 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 10:11:16 UTC (rev 971919)
+++ PKGBUILD2021-07-03 10:11:22 UTC (rev 971920)
@@ -1,57 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-pkgname=darktable
-epoch=2
-pkgver=3.4.1
-pkgrel=7
-pkgdesc="Utility to organize and develop raw images"
-arch=(x86_64)
-url="https://darktable.org;
-license=(GPL3)
-depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes 
zlib
- exiv2 flickcurl openjpeg2 graphicsmagick lua53 osm-gps-map libsecret 
openmp
- gmic libavif)
-optdepends=('dcraw: base curve script'
-'perl-image-exiftool: base curve script'
-'imagemagick: base curve and noise profile scripts'
-'ghostscript: noise profile script'
-'gnuplot: noise profile script')
-makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema 
libwebp)
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc}
- darktable-openexr3.patch)
-sha256sums=('7fc3f851da9bcd7c5053ecd09f21aa3eb6103be98a6c58f52010b6f22174941e'
-'SKIP'
-'534e7e82adb5cf3c9eda81bbdf3e373879bfa72bb6cd5f865750f6c589d57f51')
-validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9  # darktable releases 

-  F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry 

-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < darktable-openexr3.patch # Fix build with 
OpenEXR 3
-}
-
-build() {
-cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DBINARY_PACKAGE_BUILD=1 \
--DBUILD_USERMANUAL=False \
--DUSE_LIBSECRET=ON \
--DUSE_LUA=ON \
--DUSE_COLORD=ON \
--DBUILD_CURVE_TOOLS=ON \
--DBUILD_NOISE_TOOLS=ON \
--DRAWSPEED_ENABLE_LTO=ON \
--DPROJECT_VERSION=${pkgver}
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 971919, 
darktable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 10:11:22 UTC (rev 971920)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=(x86_64)
+url="https://darktable.org;
+license=(GPL3)
+depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes 
zlib
+ exiv2 flickcurl openjpeg2 graphicsmagick lua53 osm-gps-map libsecret 
openmp
+ gmic libavif)
+optdepends=('dcraw: base curve script'
+'perl-image-exiftool: base curve script'
+'imagemagick: base curve and noise profile scripts'
+'ghostscript: noise profile script'
+'gnuplot: noise profile script')
+makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema 
libwebp)
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc})
+sha256sums=('86bcd0184af38b93c3688dffd3d5c19cc65f268ecf9358d649fa11fe26c70a39'
+'SKIP')
+validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9  # darktable releases 

+  F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry 

+
+build() {
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBINARY_PACKAGE_BUILD=1 \
+-DBUILD_USERMANUAL=False \
+-DUSE_LIBSECRET=ON \
+-DUSE_LUA=ON \
+-DUSE_COLORD=ON \
+-DBUILD_CURVE_TOOLS=ON \
+-DBUILD_NOISE_TOOLS=ON \
+-DRAWSPEED_ENABLE_LTO=ON \
+-DPROJECT_VERSION=${pkgver}
+make -C build
+}
+
+package() {
+make -C build 

[arch-commits] Commit in darktable/trunk (darktable-openexr3.patch)

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:11:16
  Author: foxboron
Revision: 971919

upgpkg: darktable 2:3.6.0-1

Deleted:
  darktable/trunk/darktable-openexr3.patch

--+
 darktable-openexr3.patch |   18 --
 1 file changed, 18 deletions(-)

Deleted: darktable-openexr3.patch
===
--- darktable-openexr3.patch2021-07-03 10:10:46 UTC (rev 971918)
+++ darktable-openexr3.patch2021-07-03 10:11:16 UTC (rev 971919)
@@ -1,18 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 6cbeab77d..21cf6b44a 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -329,7 +329,12 @@ if(USE_CAMERA_SUPPORT)
- endif(USE_CAMERA_SUPPORT)
- 
- if(USE_OPENEXR)
--  find_package(OpenEXR)
-+  find_package(OpenEXR 3.0 CONFIG)
-+  if(TARGET OpenEXR::OpenEXR)
-+set(OpenEXR_LIBRARIES OpenEXR::OpenEXR)
-+  else()
-+find_package(OpenEXR)
-+  endif()
-   if(OpenEXR_FOUND)
- include_directories(SYSTEM ${OpenEXR_INCLUDE_DIRS})
- list(APPEND LIBS ${OpenEXR_LIBRARIES})



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

2021-07-03 Thread Morten Linderud via arch-commits
Date: Saturday, July 3, 2021 @ 10:10:46
  Author: foxboron
Revision: 971918

upgpkg: darktable 2:3.6.0-1

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 09:41:14 UTC (rev 971917)
+++ PKGBUILD2021-07-03 10:10:46 UTC (rev 971918)
@@ -6,8 +6,8 @@
 
 pkgname=darktable
 epoch=2
-pkgver=3.4.1
-pkgrel=7
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=(x86_64)
 url="https://darktable.org;
@@ -21,18 +21,12 @@
 'ghostscript: noise profile script'
 'gnuplot: noise profile script')
 makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema 
libwebp)
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc}
- darktable-openexr3.patch)
-sha256sums=('7fc3f851da9bcd7c5053ecd09f21aa3eb6103be98a6c58f52010b6f22174941e'
-'SKIP'
-'534e7e82adb5cf3c9eda81bbdf3e373879bfa72bb6cd5f865750f6c589d57f51')
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc})
+sha256sums=('86bcd0184af38b93c3688dffd3d5c19cc65f268ecf9358d649fa11fe26c70a39'
+'SKIP')
 validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9  # darktable releases 

   F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry 

 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < darktable-openexr3.patch # Fix build with 
OpenEXR 3
-}
-
 build() {
 cmake -B build -S ${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2021-07-03 Thread Kpcyrd via arch-commits
Date: Saturday, July 3, 2021 @ 09:41:14
  Author: kpcyrd
Revision: 971917

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 09:40:59 UTC (rev 971916)
+++ PKGBUILD2021-07-03 09:41:14 UTC (rev 971917)
@@ -1,26 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.13.11
-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' 'openssl' 'zlib')
-makedepends=('cargo')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('0184057f257af4a5f5f28eb1ee84fa1fddf95001d611680a15ed5ecc1030ffd77c834940cc575a9c8bfc06cb5c70bfd80e26562558108f202648666ba3464fb2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-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 971916, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 09:41:14 UTC (rev 971917)
@@ -0,0 +1,26 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.16.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' 'openssl' 'zlib')
+makedepends=('cargo')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('c4b7548c0b49db25da7bd102d2e28d515b7fb6c1428d9803de79688ebf6c5bddf4777e5dd8ae0eb2fe8ea5e9400175996706ccfe550e4b201d0bceece54876e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+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)

2021-07-03 Thread Kpcyrd via arch-commits
Date: Saturday, July 3, 2021 @ 09:40:59
  Author: kpcyrd
Revision: 971916

upgpkg: cargo-release 0.16.0-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 09:39:39 UTC (rev 971915)
+++ PKGBUILD2021-07-03 09:40:59 UTC (rev 971916)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.13.11
+pkgver=0.16.0
 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' 'openssl' 'zlib')
 makedepends=('cargo')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('0184057f257af4a5f5f28eb1ee84fa1fddf95001d611680a15ed5ecc1030ffd77c834940cc575a9c8bfc06cb5c70bfd80e26562558108f202648666ba3464fb2')
+b2sums=('c4b7548c0b49db25da7bd102d2e28d515b7fb6c1428d9803de79688ebf6c5bddf4777e5dd8ae0eb2fe8ea5e9400175996706ccfe550e4b201d0bceece54876e3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-07-03 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 3, 2021 @ 09:39:39
  Author: arodseth
Revision: 971915

archrelease: copy trunk to community-x86_64

Added:
  haxe/repos/community-x86_64/PKGBUILD
(from rev 971914, haxe/trunk/PKGBUILD)
Deleted:
  haxe/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-03 09:39:33 UTC (rev 971914)
+++ PKGBUILD2021-07-03 09:39:39 UTC (rev 971915)
@@ -1,70 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Daichi Shinozaki 
-# Contributor: Andy Li 
-# Contributor: Kyle Brady  
-# Contributor: Patrick Hof 
-# Contributor: Michael Fellinger 
-
-pkgname=haxe
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Cross-platform toolkit and programming language'
-arch=(x86_64)
-url='https://haxe.org/'
-license=(GPL MIT LGPL)
-depends=(neko mbedtls)
-optdepends=(java-environment mono php python)
-makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote 
perl-ipc-system-simple)
-options=(!makeflags !strip)
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=a2f4ba95400edf10195ce2a1c87c56dc0d67111b;)
 # tag: 4.2.2
-b2sums=(SKIP)
-
-prepare() {
-  cd $pkgname-$pkgver
-  git submodule update --init
-
-  # Prepare opam and ocamlfind before building
-  export HOME="$srcdir"
-  opam init -a
-  eval $(opam env)
-
-  # Install required OCaml packages
-  opam install -y camlp5 dune extlib jbuilder luv ocamlfind \
-ppx_tools_versioned ptmap sedlex sha xml-light
-
-  # Create the script that will be placed in /etc/profile.d
-  echo 'export HAXE_STD_PATH=/usr/share/haxe/std' > haxe.sh
-}
-
-build() {
-  # Needed to make Haxe build with OCaml 4.06 and 4.07
-  # For more info, see: 
https://github.com/HaxeFoundation/haxe/issues/6883#issuecomment-370142073
-  export OCAMLPARAM='safe-string=0,_'
-
-  # Prepare opam and ocamlfind before building
-  eval $(opam env)
-
-  cd $pkgname-$pkgver
-  make libs haxe
-
-  # "make tools" did not work. These are the replacement commands:
-  cd "$srcdir"/$pkgname-$pkgver/extra/haxelib_src
-  ../../haxe client.hxml || true
-  nekotools boot run.n
-  mv run ../../haxelib
-}
-
-check() {
-  $pkgname-$pkgver/haxe -version
-  $pkgname-$pkgver/haxelib version
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir/usr/"{bin/,share/haxe/}
-  install -m 755 haxe{,lib} "$pkgdir"/usr/bin/
-  cp -rf std "$pkgdir/usr/share/$pkgname/"
-  install -Dm 644 haxe.sh "$pkgdir/etc/profile.d/haxe.sh"
-  install -Dm 644 extra/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: haxe/repos/community-x86_64/PKGBUILD (from rev 971914, 
haxe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-03 09:39:39 UTC (rev 971915)
@@ -0,0 +1,70 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Andy Li 
+# Contributor: Kyle Brady  
+# Contributor: Patrick Hof 
+# Contributor: Michael Fellinger 
+
+pkgname=haxe
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Cross-platform toolkit and programming language'
+arch=(x86_64)
+url='https://haxe.org/'
+license=(GPL MIT LGPL)
+depends=(neko mbedtls)
+optdepends=(java-environment mono php python)
+makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote 
perl-ipc-system-simple)
+options=(!makeflags !strip)
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=1385eda48e60387e349282d26347b28d0b2768ca;)
 # tag: 4.2.3
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  git submodule update --init
+
+  # Prepare opam and ocamlfind before building
+  export HOME="$srcdir"
+  opam init -a
+  eval $(opam env)
+
+  # Install required OCaml packages
+  opam install -y camlp5 dune extlib jbuilder luv ocamlfind \
+ppx_tools_versioned ptmap sedlex sha xml-light
+
+  # Create the script that will be placed in /etc/profile.d
+  echo 'export HAXE_STD_PATH=/usr/share/haxe/std' > haxe.sh
+}
+
+build() {
+  # Needed to make Haxe build with OCaml 4.06 and 4.07
+  # For more info, see: 
https://github.com/HaxeFoundation/haxe/issues/6883#issuecomment-370142073
+  export OCAMLPARAM='safe-string=0,_'
+
+  # Prepare opam and ocamlfind before building
+  eval $(opam env)
+
+  cd $pkgname-$pkgver
+  make libs haxe
+
+  # "make tools" did not work. These are the replacement commands:
+  cd "$srcdir/$pkgname-$pkgver/extra/haxelib_src"
+  ../../haxe client.hxml || true
+  nekotools boot run.n
+  mv run ../../haxelib
+}
+
+check() {
+  $pkgname-$pkgver/haxe -version
+  $pkgname-$pkgver/haxelib version
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir/usr/"{bin/,share/haxe/}
+  install -m 755 haxe{,lib} "$pkgdir"/usr/bin/
+  cp -rf std "$pkgdir/usr/share/$pkgname/"
+  install -Dm 644 haxe.sh "$pkgdir/etc/profile.d/haxe.sh"

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

2021-07-03 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 3, 2021 @ 09:39:33
  Author: arodseth
Revision: 971914

upgpkg: haxe 4.2.3-1

Modified:
  haxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:24:48 UTC (rev 971913)
+++ PKGBUILD2021-07-03 09:39:33 UTC (rev 971914)
@@ -6,7 +6,7 @@
 # Contributor: Michael Fellinger 
 
 pkgname=haxe
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc='Cross-platform toolkit and programming language'
 arch=(x86_64)
@@ -16,8 +16,8 @@
 optdepends=(java-environment mono php python)
 makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote 
perl-ipc-system-simple)
 options=(!makeflags !strip)
-source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=a2f4ba95400edf10195ce2a1c87c56dc0d67111b;)
 # tag: 4.2.2
-b2sums=(SKIP)
+source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=1385eda48e60387e349282d26347b28d0b2768ca;)
 # tag: 4.2.3
+b2sums=('SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -48,7 +48,7 @@
   make libs haxe
 
   # "make tools" did not work. These are the replacement commands:
-  cd "$srcdir"/$pkgname-$pkgver/extra/haxelib_src
+  cd "$srcdir/$pkgname-$pkgver/extra/haxelib_src"
   ../../haxe client.hxml || true
   nekotools boot run.n
   mv run ../../haxelib



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:22:34
  Author: felixonmars
Revision: 971908

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 971907, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
971907, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:22:34 UTC (rev 971908)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=213
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/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 --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:22:24
  Author: felixonmars
Revision: 971907

upgpkg: haskell-hasql-pool 0.5.2-213: rebuild with 
template-haskell-compat-v0208 0.1.6

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:21:31 UTC (rev 971906)
+++ PKGBUILD2021-07-03 08:22:24 UTC (rev 971907)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=212
+pkgrel=213
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:21:31
  Author: felixonmars
Revision: 971906

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 971905, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 971905, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:21:31 UTC (rev 971906)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.2
+pkgrel=28
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'uusi' 'haskell-async' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('25b068f654c55f35d92e059d2876a09694ee6881935b7585d5fcf52f421a91a0d191f3339d40a01288c6847d5ae3b609665aeb3f83a119d5a4ee07e6cdcbd5b1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/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 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:21:22
  Author: felixonmars
Revision: 971905

upgpkg: haskell-hasql-transaction 1.0.0.2-28: rebuild with 
template-haskell-compat-v0208 0.1.6

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:20:21 UTC (rev 971904)
+++ PKGBUILD2021-07-03 08:21:22 UTC (rev 971905)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.2
-pkgrel=27
+pkgrel=28
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:20:21
  Author: felixonmars
Revision: 971904

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 971903, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:20:21 UTC (rev 971904)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.5.1
+pkgrel=24
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-bytestring-strict-builder' 
'haskell-contravariant'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-contravariant-extras' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-quickcheck'
+ 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cca8683aad8a334e5d53c98241070f667ecd63bb7b40d00ed6a630b64f3815d7e7f41897b1ec2167eecad2dceabd66fbc92345917b16881e41da0692890be4de')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test --show-details=direct
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:20:11
  Author: felixonmars
Revision: 971903

upgpkg: haskell-hasql 1.4.5.1-24: rebuild with template-haskell-compat-v0208 
0.1.6

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:18:53 UTC (rev 971902)
+++ PKGBUILD2021-07-03 08:20:11 UTC (rev 971903)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.5.1
-pkgrel=23
+pkgrel=24
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:18:53
  Author: felixonmars
Revision: 971902

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-contravariant-extras/repos/community-staging-x86_64/
  haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 971901, haskell-contravariant-extras/trunk/PKGBUILD)

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

Copied: haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 971901, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:18:53 UTC (rev 971902)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.5.2
+pkgrel=9
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-contravariant' 
'haskell-template-haskell-compat-v0208')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('79b9be33cd173320f0aee1e764bd667a97e104a03653ec671d9a5fb767deb49163baa40fb331e79324a2ac1cdc5eb1aa565ac1f7d7414dbc1424b0778d34efca')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-contravariant-extras/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:18:43
  Author: felixonmars
Revision: 971901

upgpkg: haskell-contravariant-extras 0.3.5.2-9: rebuild with 
template-haskell-compat-v0208 0.1.6

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:18:02 UTC (rev 971900)
+++ PKGBUILD2021-07-03 08:18:43 UTC (rev 971901)
@@ -4,7 +4,7 @@
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
 pkgver=0.3.5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras;
 license=("MIT")



[arch-commits] Commit in haskell-template-haskell-compat-v0208/repos (2 files)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:18:02
  Author: felixonmars
Revision: 971900

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-template-haskell-compat-v0208/repos/community-staging-x86_64/
  haskell-template-haskell-compat-v0208/repos/community-staging-x86_64/PKGBUILD
(from rev 971899, haskell-template-haskell-compat-v0208/trunk/PKGBUILD)

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

Copied: 
haskell-template-haskell-compat-v0208/repos/community-staging-x86_64/PKGBUILD 
(from rev 971899, haskell-template-haskell-compat-v0208/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:18:02 UTC (rev 971900)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=template-haskell-compat-v0208
+pkgname=haskell-template-haskell-compat-v0208
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A backwards compatibility layer for Template Haskell newer than 2.8"
+url="https://github.com/nikita-volkov/template-haskell-compat-v0208;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('dc6cf4c700bb011382d1afa0446bab81d92ee311345eda0092bf6994cb726964297874ced09a86b9aeb849903f69275558a6ed09abc88e36b395d855ae6f0540')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-template-haskell-compat-v0208/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:17:51
  Author: felixonmars
Revision: 971899

upgpkg: haskell-template-haskell-compat-v0208 0.1.6-1: rebuild with 
template-haskell-compat-v0208 0.1.6

Modified:
  haskell-template-haskell-compat-v0208/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:11:45 UTC (rev 971898)
+++ PKGBUILD2021-07-03 08:17:51 UTC (rev 971899)
@@ -2,8 +2,8 @@
 
 _hkgname=template-haskell-compat-v0208
 pkgname=haskell-template-haskell-compat-v0208
-pkgver=0.1.5
-pkgrel=5
+pkgver=0.1.6
+pkgrel=1
 pkgdesc="A backwards compatibility layer for Template Haskell newer than 2.8"
 url="https://github.com/nikita-volkov/template-haskell-compat-v0208;
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('65cc574ac755a0efbca523a621f2b812191af7c1993750ae5a1791d6964a41cd645c517bf877451bcc957748022df85917906c643f1ecd6bb9b7d253646f8117')
+sha512sums=('dc6cf4c700bb011382d1afa0446bab81d92ee311345eda0092bf6994cb726964297874ced09a86b9aeb849903f69275558a6ed09abc88e36b395d855ae6f0540')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:11:28
  Author: felixonmars
Revision: 971895

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 971894, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:11:28 UTC (rev 971895)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.12.1
+pkgrel=6
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 
'haskell-cryptohash-sha256'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 
'haskell-indexed-traversable'
+ 'haskell-indexed-traversable-instances' 'haskell-ini' 
'haskell-lattices'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'shellcheck' 
'haskell-temporary'
+ 'haskell-unordered-containers' 'haskell-zinza')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d93a6b8e880255469b34b568320659802252379f0c5486ed315b366fd07dae935a480047468912bc5a397b9e55b00ea964451790f963d05b8df1d426d871da1c')
+
+prepare(){
+  uusi -u attoparsec -u ShellCheck $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:11:18
  Author: felixonmars
Revision: 971894

upgpkg: haskell-ci 0.12.1-6: rebuild with cabal-install-parsers 0.4.2

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:10:03 UTC (rev 971893)
+++ PKGBUILD2021-07-03 08:11:18 UTC (rev 971894)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.12.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:10:03
  Author: felixonmars
Revision: 971893

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-plan/repos/community-staging-x86_64/
  cabal-plan/repos/community-staging-x86_64/PKGBUILD
(from rev 971892, cabal-plan/trunk/PKGBUILD)

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

Copied: cabal-plan/repos/community-staging-x86_64/PKGBUILD (from rev 971892, 
cabal-plan/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:10:03 UTC (rev 971893)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cabal-plan
+pkgname=cabal-plan
+pkgver=0.7.2.0
+pkgrel=28
+pkgdesc="Library and utility for processing cabal's plan.json file"
+url="https://github.com/hvr/cabal-plan;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-base-compat'
+ 'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 
'haskell-optics-core'
+ 'haskell-optparse-applicative' 'haskell-semialign' 
'haskell-singleton-bool' 'haskell-tar'
+ 'haskell-these' 'haskell-topograph' 'haskell-vector' 'haskell-zlib')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('233a3d1460732fe3486169023758e431d37c5c9156fb28d829decaf7b9170f85')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base -u Cabal -u optics-core -u semialign $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+-fexe -flicense-report
+
+  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"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.GPLv2
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:09:53
  Author: felixonmars
Revision: 971892

upgpkg: cabal-plan 0.7.2.0-28: rebuild with cabal-install-parsers 0.4.2

Modified:
  cabal-plan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 08:08:39 UTC (rev 971891)
+++ PKGBUILD2021-07-03 08:09:53 UTC (rev 971892)
@@ -3,7 +3,7 @@
 _hkgname=cabal-plan
 pkgname=cabal-plan
 pkgver=0.7.2.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Library and utility for processing cabal's plan.json file"
 url="https://github.com/hvr/cabal-plan;
 license=("GPL")



[arch-commits] Commit in haskell-cabal-install-parsers/repos (2 files)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:08:39
  Author: felixonmars
Revision: 971891

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cabal-install-parsers/repos/community-staging-x86_64/
  haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD
(from rev 971890, haskell-cabal-install-parsers/trunk/PKGBUILD)

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

Copied: haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD 
(from rev 971890, haskell-cabal-install-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 08:08:39 UTC (rev 971891)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cabal-install-parsers
+pkgname=haskell-cabal-install-parsers
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Utilities to work with cabal-install files"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL" "BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-instances'
+ 'haskell-cryptohash-sha256' 'haskell-lukko' 'haskell-network-uri' 
'haskell-tar')
+makedepends=('ghc' 'uusi' 'haskell-ansi-terminal' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tree-diff')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f41dd0fe65994330aca0b372f96e370eeaf5b7f9909682aa7d394244e4144358b70e482b2d4cd54ba78068b202155fb6dacd38b81eadeaa877c6bc5bbf2ba8fb')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-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  # Generate cabal config for tests
+  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-cabal-install-parsers/trunk (PKGBUILD)

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 08:08:29
  Author: felixonmars
Revision: 971890

upgpkg: haskell-cabal-install-parsers 0.4.2-1: rebuild with 
cabal-install-parsers 0.4.2

Modified:
  haskell-cabal-install-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 07:49:39 UTC (rev 971889)
+++ PKGBUILD2021-07-03 08:08:29 UTC (rev 971890)
@@ -2,8 +2,8 @@
 
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL" "BSD")
@@ -13,15 +13,11 @@
 makedepends=('ghc' 'uusi' 'haskell-ansi-terminal' 'haskell-tasty' 
'haskell-tasty-golden'
  'haskell-tasty-hunit' 'haskell-tree-diff')
 checkdepends=('cabal-install')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;
-
$_hkgname-tree-diff-0.2.patch::https://github.com/haskell-CI/haskell-ci/pull/500.patch)
-sha512sums=('4a2bdd8ab34767b32af3a8178151494a2f922d761945fa03bfe514b3cae03c0fd4c17b809ad0bae2adc3f35afb8bfad47881dfbc125182b63bbcd497512c46ef'
-
'57809a0e379595b84534c56eaf08d0a1c34e52e3bfbc6aa631785746cb0c67eb00fcea241ceef26c0dc0801fa26cfb429a4a04b4515c3f2433035b63f9201420')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f41dd0fe65994330aca0b372f96e370eeaf5b7f9909682aa7d394244e4144358b70e482b2d4cd54ba78068b202155fb6dacd38b81eadeaa877c6bc5bbf2ba8fb')
 
 prepare() {
   cd $_hkgname-$pkgver
-  patch -p2 -i ../$_hkgname-tree-diff-0.2.patch
-  uusi -u base -u tasty $_hkgname.cabal
   gen-setup
 }
 



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:43:01
  Author: felixonmars
Revision: 971881

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 971880, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
971880, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 07:43:01 UTC (rev 971881)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.12.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-gitrev' 'haskell-microlens'
+ 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('5e2dbd5d63d0a6b295da9efc97273d3d2c9a08f50ddda3df3f1df31b112be082233011e632c551be34043d50114f7d2373219ef68ffa1fa59a9fb4d31b9351d5')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:42:51
  Author: felixonmars
Revision: 971880

upgpkg: pandoc-crossref 0.3.12.0-6: rebuild with commonmark 0.2.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 07:41:19 UTC (rev 971879)
+++ PKGBUILD2021-07-03 07:42:51 UTC (rev 971880)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.12.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:41:19
  Author: felixonmars
Revision: 971879

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 971878, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 07:41:19 UTC (rev 971879)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.12.1
+pkgrel=5
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 
'haskell-cryptohash-sha256'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 
'haskell-indexed-traversable'
+ 'haskell-indexed-traversable-instances' 'haskell-ini' 
'haskell-lattices'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'shellcheck' 
'haskell-temporary'
+ 'haskell-unordered-containers' 'haskell-zinza')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d93a6b8e880255469b34b568320659802252379f0c5486ed315b366fd07dae935a480047468912bc5a397b9e55b00ea964451790f963d05b8df1d426d871da1c')
+
+prepare(){
+  uusi -u attoparsec -u ShellCheck $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:41:09
  Author: felixonmars
Revision: 971878

upgpkg: haskell-ci 0.12.1-5: rebuild with commonmark 0.2.1

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 07:39:44 UTC (rev 971877)
+++ PKGBUILD2021-07-03 07:41:09 UTC (rev 971878)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:39:44
  Author: felixonmars
Revision: 971877

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 971876, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 971876, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 07:39:44 UTC (rev 971877)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.2
+pkgrel=41
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc' 'uusi')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87b7377add4ce37766f9fd812cd9bf03097c9ba452b646e7ae1dc65946a7210c9d24d8c83b4be4146a0f100aff5bc9a3a562b3990c74f1c29ee191e249f97714')
+
+prepare() {
+cd $pkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:39:34
  Author: felixonmars
Revision: 971876

upgpkg: shellcheck 0.7.2-41: rebuild with commonmark 0.2.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-03 07:36:18 UTC (rev 971875)
+++ PKGBUILD2021-07-03 07:39:34 UTC (rev 971876)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.2
-pkgrel=40
+pkgrel=41
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")



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

2021-07-03 Thread Felix Yan via arch-commits
Date: Saturday, July 3, 2021 @ 07:36:18
  Author: felixonmars
Revision: 971875

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
971874, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-03 07:36:18 UTC (rev 971875)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.14.0.0
+pkgrel=75
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5f3f7a952b085cf1a59a646c15e42f29c89d4ed0a5a96f55156d19b86340c2361da6c19ff7a70bde98122423e237dc7082bfcc84bc5e96ab9421fdaef84a8cce')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u cryptonite -u file-embed -u memory -u optparse-applicative -u 
pandoc -u tasty -u template-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 \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+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
+LC_CTYPE=en_US.UTF-8 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
+}



  1   2   >