[arch-commits] Commit in man-pages-l10n/repos/community-any (4 files)

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 19:24:14
  Author: jlichtblau
Revision: 1290400

archrelease: copy trunk to community-any

Added:
  man-pages-l10n/repos/community-any/PKGBUILD
(from rev 1290399, man-pages-l10n/trunk/PKGBUILD)
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog
(from rev 1290399, man-pages-l10n/trunk/man-pages-l10n.changelog)
Deleted:
  man-pages-l10n/repos/community-any/PKGBUILD
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog

--+
 PKGBUILD |  430 ++---
 man-pages-l10n.changelog |  255 +-
 2 files changed, 344 insertions(+), 341 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 19:24:03 UTC (rev 1290399)
+++ PKGBUILD2022-09-01 19:24:14 UTC (rev 1290400)
@@ -1,215 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mario Blättermann 
-# Contributor: Benjamin Vialle 
-# Contributor: Rafael Fontenelle 
-
-pkgbase=man-pages-l10n
-pkgname=('man-pages-cs'
- 'man-pages-da'
- 'man-pages-de'
- 'man-pages-el'
- 'man-pages-es'
- 'man-pages-fi'
- 'man-pages-fr'
- 'man-pages-hu'
- 'man-pages-id'
- 'man-pages-it'
- 'man-pages-mk'
- 'man-pages-nb'
- 'man-pages-nl'
- 'man-pages-pl'
- 'man-pages-pt_br'
- 'man-pages-ro'
- 'man-pages-sv'
- 'man-pages-sr'
- 'man-pages-uk'
- 'man-pages-vi')
-pkgver=4.14.0
-pkgrel=1
-pkgdesc="Translation of man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n;
-license=('GPL3')
-depends=('man')
-makedepends=('po4a')
-changelog=$pkgbase.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/$pkgver/manpages-l10n-$pkgver.tar.bz2)
-sha256sums=('79c0b83f3bd303ba0888cbab7a1ae2a940250edcc19895de1bfea3c49c3b6730')
-
-build() {
-  cd "${srcdir}"/manpages-l10n-$pkgver
-  ./configure --prefix=/usr --enable-distribution=archlinux 
--enable-compression=none
-
-  for _lang in cs da de el es fi fr hu id it mk nb nl pl pt_BR ro sr sv uk vi; 
do
-make -C po/"${_lang}"
-  done
-}
-
-check() {
-  cd "${srcdir}"/manpages-l10n-$pkgver
-
-  for _lang in cs da de el es fi fr hu id it mk nb nl pl pt_BR ro sr sv uk vi; 
do
-make check -k -C po/"${_lang}"
-  done
-}
-
-package_man-pages-cs() {
-  pkgdesc="Czech man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/cs
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-da() {
-  pkgdesc="Danish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/da
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-de() {
-  pkgdesc="German man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/de
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-el() {
-  pkgdesc="Greek man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/el
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-es() {
-  pkgdesc="Spanish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/es
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fi() {
-  pkgdesc="Finnish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/fi
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fr() {
-  pkgdesc="French man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/fr
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-hu() {
-  pkgdesc="Hungarian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/hu
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-id() {
-  pkgdesc="Indonesian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/id
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-it() {
-  pkgdesc="Italian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/it
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-mk() {
-  pkgdesc="Macedonian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/mk
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nb() {
-  pkgdesc="Norwegian bokmål man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/nb
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nl() {
-  pkgdesc="Dutch man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/nl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pl() {
-  pkgdesc="Polish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/pl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pt_br() {
-  pkgdesc="Brazilian Portuguese man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-$pkgver/po/pt_BR
-  make DESTDIR="${pkgdir}" install
-}
-

[arch-commits] Commit in man-pages-l10n/trunk (PKGBUILD man-pages-l10n.changelog)

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 19:24:03
  Author: jlichtblau
Revision: 1290399

upgpkg: man-pages-l10n 4.15.0-1 - new upstream release

Modified:
  man-pages-l10n/trunk/PKGBUILD
  man-pages-l10n/trunk/man-pages-l10n.changelog

--+
 PKGBUILD |4 ++--
 man-pages-l10n.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 18:54:23 UTC (rev 1290398)
+++ PKGBUILD2022-09-01 19:24:03 UTC (rev 1290399)
@@ -24,7 +24,7 @@
  'man-pages-sr'
  'man-pages-uk'
  'man-pages-vi')
-pkgver=4.14.0
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="Translation of man pages"
 arch=('any')
@@ -35,7 +35,7 @@
 changelog=$pkgbase.changelog
 options=('!emptydirs')
 
source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/$pkgver/manpages-l10n-$pkgver.tar.bz2)
-sha256sums=('79c0b83f3bd303ba0888cbab7a1ae2a940250edcc19895de1bfea3c49c3b6730')
+sha256sums=('355ac5e5a6ad7a847ebd7937b95f9447ffdabbb3159dc4cd84fcc05693ebefe5')
 
 build() {
   cd "${srcdir}"/manpages-l10n-$pkgver

Modified: man-pages-l10n.changelog
===
--- man-pages-l10n.changelog2022-09-01 18:54:23 UTC (rev 1290398)
+++ man-pages-l10n.changelog2022-09-01 19:24:03 UTC (rev 1290399)
@@ -1,3 +1,6 @@
+2022-09-01 Jaroslav Lichtblau 
+   * man-pages-l10n 4.15.0-1
+
 2022-05-11 Jaroslav Lichtblau 
* man-pages-l10n 4.14.0-1
* added Greek and Ukrainian



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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:49:31
  Author: jlichtblau
Revision: 1290396

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1290395, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 18:49:25 UTC (rev 1290395)
+++ PKGBUILD2022-09-01 18:49:31 UTC (rev 1290396)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.102.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('082fc7b753038f42158e3627262747157d86a51b0e149356ef4a1a149cbb40c49627e3c74cd61b6fcbfc426df5491e1afafd6d8ede5c8bd074a0e70d358f3960')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1290395, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 18:49:31 UTC (rev 1290396)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.102.3
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('bcbe1a0725f55ff2b81ad88bb42cc99324ece940155c4b056b1a713000364728955702a1a867193e158e4df8286652d8b8a65fb1befc314d63880ad8af3fc00c')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:49:25
  Author: jlichtblau
Revision: 1290395

upgpkg: hugo 0.102.3-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 18:42:44 UTC (rev 1290394)
+++ PKGBUILD2022-09-01 18:49:25 UTC (rev 1290395)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.102.0
+pkgver=0.102.3
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('082fc7b753038f42158e3627262747157d86a51b0e149356ef4a1a149cbb40c49627e3c74cd61b6fcbfc426df5491e1afafd6d8ede5c8bd074a0e70d358f3960')
+sha512sums=('bcbe1a0725f55ff2b81ad88bb42cc99324ece940155c4b056b1a713000364728955702a1a867193e158e4df8286652d8b8a65fb1befc314d63880ad8af3fc00c')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:42:44
  Author: jlichtblau
Revision: 1290394

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1290393, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 18:42:37 UTC (rev 1290393)
+++ PKGBUILD2022-09-01 18:42:44 UTC (rev 1290394)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.101.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('541d0e04e868845119f2b488fd53b92929ea4dc08685d438a2914b41586e204588b193522013e8eed908dc0c3fbc2714aefb1afad0beae875d57d71aadc59c70')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1290393, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 18:42:44 UTC (rev 1290394)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.102.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('082fc7b753038f42158e3627262747157d86a51b0e149356ef4a1a149cbb40c49627e3c74cd61b6fcbfc426df5491e1afafd6d8ede5c8bd074a0e70d358f3960')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:42:37
  Author: jlichtblau
Revision: 1290393

upgpkg: hugo 0.102.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 18:33:19 UTC (rev 1290392)
+++ PKGBUILD2022-09-01 18:42:37 UTC (rev 1290393)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.101.0
+pkgver=0.102.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('541d0e04e868845119f2b488fd53b92929ea4dc08685d438a2914b41586e204588b193522013e8eed908dc0c3fbc2714aefb1afad0beae875d57d71aadc59c70')
+sha512sums=('082fc7b753038f42158e3627262747157d86a51b0e149356ef4a1a149cbb40c49627e3c74cd61b6fcbfc426df5491e1afafd6d8ede5c8bd074a0e70d358f3960')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:33:19
  Author: jlichtblau
Revision: 1290392

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   70 +-
 yaz.changelog |  208 
 2 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 18:33:12 UTC (rev 1290391)
+++ PKGBUILD2022-09-01 18:33:19 UTC (rev 1290392)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.31.1
-pkgrel=2
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('x86_64')
-url="https://www.indexdata.dk/yaz;
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-makedepends=('zsh')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('14cc34d19fd1fd27e544619f4c13300f14dc807088a1acc69fcb5c28d29baa15')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-x86_64/PKGBUILD (from rev 1290391, 
yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 18:33:19 UTC (rev 1290392)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.32.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('x86_64')
+url="https://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+makedepends=('zsh')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('04d08c799d5ee56a2670e6ac0b42398d2ff956bd9bf144bfe9c4c30e557140e0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: yaz.changelog
===
--- yaz.changelog   2022-09-01 18:33:12 UTC (rev 1290391)
+++ yaz.changelog   2022-09-01 18:33:19 UTC (rev 1290392)
@@ -1,104 +0,0 @@
-2022-03-21 Jaroslav Lichtblau 
-   * yaz 5.31.1-1
-
-2021-05-15 Jaroslav Lichtblau 
-   * yaz 5.31.0-1
-
-2020-07-06 Jaroslav Lichtblau 
-   * yaz 5.30.3-1
-
-2020-04-20 Jaroslav Lichtblau 
-   * yaz 5.30.2-1
-
-2020-03-23 Jaroslav Lichtblau 
-   * yaz 5.30.0-1
-
-2020-03-08 Jaroslav Lichtblau 
-   * yaz 5.29.0-1
-
-2019-12-11 Jaroslav Lichtblau 
-   * yaz 5.28.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-   * yaz 5.27.2-1
-
-2018-12-04 Jaroslav Lichtblau 
-   * yaz 5.27.1-1
-
-2018-10-14 Jaroslav Lichtblau 
-   * yaz 5.27.0-1
-
-2018-07-15 Jaroslav Lichtblau 
-   * yaz 5.26.1-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * yaz 5.25.0-1
-
-2017-09-06 Jaroslav Lichtblau 
-   * yaz 5.23.1-1
-
-2017-08-05 Jaroslav Lichtblau 
-   * yaz 5.23.0-1
-
-2017-05-30 Jaroslav Lichtblau 
-   * yaz 5.22.0-1
-
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 

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

2022-09-01 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, September 1, 2022 @ 18:33:12
  Author: jlichtblau
Revision: 1290391

upgpkg: yaz 5.32.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 17:40:28 UTC (rev 1290390)
+++ PKGBUILD2022-09-01 18:33:12 UTC (rev 1290391)
@@ -6,8 +6,8 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.31.1
-pkgrel=2
+pkgver=5.32.0
+pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('x86_64')
 url="https://www.indexdata.dk/yaz;
@@ -16,7 +16,7 @@
 makedepends=('zsh')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('14cc34d19fd1fd27e544619f4c13300f14dc807088a1acc69fcb5c28d29baa15')
+sha256sums=('04d08c799d5ee56a2670e6ac0b42398d2ff956bd9bf144bfe9c4c30e557140e0')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 18:25:57
  Author: jlichtblau
Revision: 1243956

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   58 +-
 homebank.changelog |  295 +--
 2 files changed, 178 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 18:25:51 UTC (rev 1243955)
+++ PKGBUILD2022-07-04 18:25:57 UTC (rev 1243956)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.5.5
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('bece05ecb52392147424aa1e5a179389777b82bf468abebd73eb70b2af9c9e67')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 1243955, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 18:25:57 UTC (rev 1243956)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.5.6
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('460e8e8c72e4c152039d7ab3a8f5c0f03c6a49dae1d93e95fe02c1343f2fc7da')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2022-07-04 18:25:51 UTC (rev 1243955)
+++ homebank.changelog  2022-07-04 18:25:57 UTC (rev 1243956)
@@ -1,146 +0,0 @@
-2022-05-02 Jaroslav Lichtblau 
-   * homebank 5.5.5-1
-
-2022-01-16 Jaroslav Lichtblau 
-   * homebank 5.5.4-1
-
-2021-08-28 Jaroslav Lichtblau 
-   * homebank 5.5.3-1
-
-2021-05-15 Jaroslav Lichtblau 
-   * homebank 5.5.2-1
-
-2021-03-13 Jaroslav Lichtblau 
-   * homebank 5.5.1-1
-
-2021-03-13 Jaroslav Lichtblau 
-   * homebank 5.5-1
-
-2020-09-09 Jaroslav Lichtblau 
-   * homebank 5.4.3-1
-
-2020-07-09 Jaroslav Lichtblau 
-   * homebank 5.4.2-1
-
-2020-02-10 Jaroslav Lichtblau 
-   * homebank 5.3.2-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3.1-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3-1
-
-2019-09-21 Jaroslav Lichtblau 
-   * homebank 5.2.8-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * homebank 5.2.7-1
-
-2019-05-25 Jaroslav Lichtblau 
-   * homebank 5.2.6-1
-
-2019-05-19 Jaroslav Lichtblau 
-   * homebank 5.2.5-1
-
-2019-04-24 Jaroslav Lichtblau 
-   * homebank 5.2.4-1
-
-2019-03-19 Jaroslav Lichtblau 
-   * homebank 5.2.3-1
-
-2018-10-07 Jaroslav Lichtblau 
-   * homebank 5.2.2-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * homebank 5.2.1-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * homebank 5.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * homebank 5.1.8-1
-
-2018-01-07 Jaroslav Lichtblau 
-   * homebank 5.1.7-1
-
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 18:25:51
  Author: jlichtblau
Revision: 1243955

upgpkg: homebank 5.5.6-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 18:25:44 UTC (rev 1243954)
+++ PKGBUILD2022-07-04 18:25:51 UTC (rev 1243955)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.5.5
+pkgver=5.5.6
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('bece05ecb52392147424aa1e5a179389777b82bf468abebd73eb70b2af9c9e67')
+sha256sums=('460e8e8c72e4c152039d7ab3a8f5c0f03c6a49dae1d93e95fe02c1343f2fc7da')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2022-07-04 18:25:44 UTC (rev 1243954)
+++ homebank.changelog  2022-07-04 18:25:51 UTC (rev 1243955)
@@ -1,3 +1,6 @@
+2022-07-04 Jaroslav Lichtblau 
+   * homebank 5.5.6-1
+
 2022-05-02 Jaroslav Lichtblau 
* homebank 5.5.5-1
 



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:40:02
  Author: jlichtblau
Revision: 1243916

archrelease: copy trunk to community-x86_64

Added:
  gnucash/repos/community-x86_64/PKGBUILD
(from rev 1243915, gnucash/trunk/PKGBUILD)
Deleted:
  gnucash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 16:39:55 UTC (rev 1243915)
+++ PKGBUILD2022-07-04 16:40:02 UTC (rev 1243916)
@@ -1,49 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=4.10
-pkgrel=2
-pkgdesc='Personal and small-business financial-accounting application'
-arch=(x86_64)
-url='https://gnucash.org/'
-license=(GPL)
-depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
-makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
-optdepends=('gnucash-docs: documentation'
-'libdbi-drivers: open and save data into SQL database'
-'perl-date-manip: stock information lookups'
-'perl-finance-quote: stock information lookups')
-options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7fd4bb919f6e39388ab47bfa11af6fa3f59e9b9bd695c7d4e9208af85cb9c93b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Do not treat warnings as errors
-  sed -e 's|-Werror||g' -i CMakeLists.txt
-
-  cmake-DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_PYTHON=ON \
--DCOMPILE_GSCHEMAS=OFF
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || : # 2 tests failed
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
-}

Copied: gnucash/repos/community-x86_64/PKGBUILD (from rev 1243915, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 16:40:02 UTC (rev 1243916)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=4.11
+pkgrel=1
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk libofx)
+makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig python)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f814ede30d7be0dec0afb2ae8d03628b9ae34c848b68312e4c5aded94c102b19')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:39:55
  Author: jlichtblau
Revision: 1243915

upgpkg: gnucash 4.11-1 - new upstream release

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 16:32:44 UTC (rev 1243914)
+++ PKGBUILD2022-07-04 16:39:55 UTC (rev 1243915)
@@ -4,14 +4,14 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=4.10
-pkgrel=2
+pkgver=4.11
+pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
 license=(GPL)
-depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
-makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
+depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk libofx)
+makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig python)
 optdepends=('gnucash-docs: documentation'
 'libdbi-drivers: open and save data into SQL database'
 'perl-date-manip: stock information lookups'
@@ -18,7 +18,7 @@
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7fd4bb919f6e39388ab47bfa11af6fa3f59e9b9bd695c7d4e9208af85cb9c93b')
+sha256sums=('f814ede30d7be0dec0afb2ae8d03628b9ae34c848b68312e4c5aded94c102b19')
 
 build() {
   cd $pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:23:54
  Author: jlichtblau
Revision: 1243910

archrelease: copy trunk to community-any

Added:
  gnucash-docs/repos/community-any/PKGBUILD
(from rev 1243909, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 16:23:47 UTC (rev 1243909)
+++ PKGBUILD2022-07-04 16:23:54 UTC (rev 1243910)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-
-pkgname=gnucash-docs
-pkgver=4.10.1
-pkgrel=1
-pkgdesc='Documentation for GnuCash'
-arch=('any')
-url='https://gnucash.org/docs.phtml'
-license=('FDL')
-depends=('yelp')
-makedepends=('cmake')
-source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('8f81dfbf13a49ec0ab676a82f8dde5b364658528df2ac41372d1e0fb68a8c231')
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir build
-}
-
-
-build() {
-  cd $pkgname-$pkgver/build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnucash-docs/repos/community-any/PKGBUILD (from rev 1243909, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 16:23:54 UTC (rev 1243910)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+
+pkgname=gnucash-docs
+pkgver=4.11
+pkgrel=1
+pkgdesc='Documentation for GnuCash'
+arch=('any')
+url='https://gnucash.org/docs.phtml'
+license=('FDL')
+depends=('yelp')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
+sha256sums=('a83b8ef39111961d805100a860053557a1166cbf0b93a66dfb2c3f732ec25898')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir build
+}
+
+
+build() {
+  cd $pkgname-$pkgver/build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="${pkgdir}" install
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:23:47
  Author: jlichtblau
Revision: 1243909

upgpkg: gnucash-docs 4.11-1 - new upstream release

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 16:21:13 UTC (rev 1243908)
+++ PKGBUILD2022-07-04 16:23:47 UTC (rev 1243909)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=4.10.1
+pkgver=4.11
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('yelp')
 makedepends=('cmake')
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('8f81dfbf13a49ec0ab676a82f8dde5b364658528df2ac41372d1e0fb68a8c231')
+sha256sums=('a83b8ef39111961d805100a860053557a1166cbf0b93a66dfb2c3f732ec25898')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:19:00
  Author: jlichtblau
Revision: 1243906

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 16:18:55 UTC (rev 1243905)
+++ PKGBUILD2022-07-04 16:19:00 UTC (rev 1243906)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Francois Boulogne 
-
-pkgname=python-gphoto2
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Python interface to libgphoto2"
-arch=('x86_64')
-url="https://github.com/jim-easterbrook/python-gphoto2;
-license=('GPL3')
-depends=('libgphoto2' 'python')
-makedepends=('swig' 'python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4318187fbbf1eddbd4924cfed13a4e5ebbd43e043bd351fa741cb1cf9fb1e213')
-
-prepare() {
-  cd $pkgname-$pkgver
-#https://github.com/jim-easterbrook/python-gphoto2/issues/136
-  python developer/build_swig.py system
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package(){
-  cd $pkgname-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gphoto2/repos/community-x86_64/PKGBUILD (from rev 1243905, 
python-gphoto2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 16:19:00 UTC (rev 1243906)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Francois Boulogne 
+
+pkgname=python-gphoto2
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Python interface to libgphoto2"
+arch=('x86_64')
+url="https://github.com/jim-easterbrook/python-gphoto2;
+license=('GPL3')
+depends=('libgphoto2' 'python')
+makedepends=('swig' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('88ddcaaadddb6cd08ba886bd395fefa778a5f16e229c9592babbe44eaf257bfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+#https://github.com/jim-easterbrook/python-gphoto2/issues/136
+  python developer/build_swig.py system
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package(){
+  cd $pkgname-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 16:18:55
  Author: jlichtblau
Revision: 1243905

upgpkg: python-gphoto2 2.3.3-1 - new upstream release

Modified:
  python-gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:49:47 UTC (rev 1243904)
+++ PKGBUILD2022-07-04 16:18:55 UTC (rev 1243905)
@@ -2,7 +2,7 @@
 # Contributor: Francois Boulogne 
 
 pkgname=python-gphoto2
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Python interface to libgphoto2"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libgphoto2' 'python')
 makedepends=('swig' 'python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4318187fbbf1eddbd4924cfed13a4e5ebbd43e043bd351fa741cb1cf9fb1e213')
+sha256sums=('88ddcaaadddb6cd08ba886bd395fefa778a5f16e229c9592babbe44eaf257bfd')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:49:47
  Author: jlichtblau
Revision: 1243904

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 1243903, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 15:49:42 UTC (rev 1243903)
+++ PKGBUILD2022-07-04 15:49:47 UTC (rev 1243904)
@@ -1,25 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.8.8
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="https://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
- 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
-'qt5-tools: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('f911606b57d05426162367d222f870512a5e2e6cfb22d9ad31d3ea4e55514fff')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 1243903, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 15:49:47 UTC (rev 1243904)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.8.9
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="https://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
+ 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
+'qt5-tools: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('bcb5d41e0903734c0ac1015b0e599bf99eb1975bcbdcbce623eb42d230532595')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:49:42
  Author: jlichtblau
Revision: 1243903

upgpkg: variety 0.8.9-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:48:01 UTC (rev 1243902)
+++ PKGBUILD2022-07-04 15:49:42 UTC (rev 1243903)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
 'qt5-tools: set wallpaper for KDE Plasma')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('f911606b57d05426162367d222f870512a5e2e6cfb22d9ad31d3ea4e55514fff')
+sha256sums=('bcb5d41e0903734c0ac1015b0e599bf99eb1975bcbdcbce623eb42d230532595')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:48:01
  Author: jlichtblau
Revision: 1243902

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 1243901, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 15:47:56 UTC (rev 1243901)
+++ PKGBUILD2022-07-04 15:48:01 UTC (rev 1243902)
@@ -1,25 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.8.7
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="https://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
- 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
-'qt5-tools: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('9df854904eec5a1cea0a3053263e47bad9ad8aa8e2be9e8f9a766bc9feb8b195')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 1243901, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 15:48:01 UTC (rev 1243902)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.8.8
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="https://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
+ 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
+'qt5-tools: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('f911606b57d05426162367d222f870512a5e2e6cfb22d9ad31d3ea4e55514fff')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:47:56
  Author: jlichtblau
Revision: 1243901

upgpkg: variety 0.8.8-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:46:34 UTC (rev 1243900)
+++ PKGBUILD2022-07-04 15:47:56 UTC (rev 1243901)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.8.7
+pkgver=0.8.8
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
 'qt5-tools: set wallpaper for KDE Plasma')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('9df854904eec5a1cea0a3053263e47bad9ad8aa8e2be9e8f9a766bc9feb8b195')
+sha256sums=('f911606b57d05426162367d222f870512a5e2e6cfb22d9ad31d3ea4e55514fff')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:43:52
  Author: jlichtblau
Revision: 1243898

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 1243897, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 15:43:47 UTC (rev 1243897)
+++ PKGBUILD2022-07-04 15:43:52 UTC (rev 1243898)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching'
-'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('ef243be9b841f7ba5a9536001df93c4826d502128d4b77bd8ded9e0bd804fd50')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-#FS#70224 to fix reproducible building
-  export PYTHONHASHSEED=0
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 1243897, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 15:43:52 UTC (rev 1243898)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('f94cfbd62c31dbedaac5202191c9581637688b1fe5a2a5266ca3f0dbddd5f1af')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+#FS#70224 to fix reproducible building
+  export PYTHONHASHSEED=0
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:43:47
  Author: jlichtblau
Revision: 1243897

upgpkg: translate-toolkit 3.7.1-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:39:43 UTC (rev 1243896)
+++ PKGBUILD2022-07-04 15:43:47 UTC (rev 1243897)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('ef243be9b841f7ba5a9536001df93c4826d502128d4b77bd8ded9e0bd804fd50')
+sha256sums=('f94cfbd62c31dbedaac5202191c9581637688b1fe5a2a5266ca3f0dbddd5f1af')
 
 package() {
   cd "${srcdir}"/translate-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:39:43
  Author: jlichtblau
Revision: 1243896

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 1243895, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 15:39:38 UTC (rev 1243895)
+++ PKGBUILD2022-07-04 15:39:43 UTC (rev 1243896)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching'
-'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('0a5c0e6f0690c8b51c97ac9cf5a920ac3ef507369e747ce2ea261577dfd53dfd')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-#FS#70224 to fix reproducible building
-  export PYTHONHASHSEED=0
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 1243895, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 15:39:43 UTC (rev 1243896)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('ef243be9b841f7ba5a9536001df93c4826d502128d4b77bd8ded9e0bd804fd50')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+#FS#70224 to fix reproducible building
+  export PYTHONHASHSEED=0
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
+}



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:39:38
  Author: jlichtblau
Revision: 1243895

upgpkg: translate-toolkit 3.7.0-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:37:07 UTC (rev 1243894)
+++ PKGBUILD2022-07-04 15:39:38 UTC (rev 1243895)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('0a5c0e6f0690c8b51c97ac9cf5a920ac3ef507369e747ce2ea261577dfd53dfd')
+sha256sums=('ef243be9b841f7ba5a9536001df93c4826d502128d4b77bd8ded9e0bd804fd50')
 
 package() {
   cd "${srcdir}"/translate-$pkgver



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

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:37:07
  Author: jlichtblau
Revision: 1243894

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   64 +++
 sdcv.changelog |   45 --
 2 files changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-04 15:37:00 UTC (rev 1243893)
+++ PKGBUILD2022-07-04 15:37:07 UTC (rev 1243894)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=sdcv
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="StarDict Console Version"
-arch=('x86_64')
-url="https://dushistov.github.io/sdcv/;
-license=('GPL')
-depends=('glib2' 'readline' 'zlib')
-makedepends=('cmake')
-provides=('stardict')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/Dushistov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('75fb95b1607fdd2fb9f7795d3432d295904614150575ae539202f680499803c9')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -d build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-  make lang
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: sdcv/repos/community-x86_64/PKGBUILD (from rev 1243893, 
sdcv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-04 15:37:07 UTC (rev 1243894)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=sdcv
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="StarDict Console Version"
+arch=('x86_64')
+url="https://dushistov.github.io/sdcv/;
+license=('GPL')
+depends=('glib2' 'readline' 'zlib')
+makedepends=('cmake')
+provides=('stardict')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/Dushistov/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('9fddec393f5dd6b208991d8225f90cb14d50fa9e7735f2414035d8a2ca065f28')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -d build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+  make lang
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sdcv.changelog
===
--- sdcv.changelog  2022-07-04 15:37:00 UTC (rev 1243893)
+++ sdcv.changelog  2022-07-04 15:37:07 UTC (rev 1243894)
@@ -1,21 +0,0 @@
-2020-08-19 Jaroslav Lichtblau 
-   * sdcv 0.5.3-1
-
-2017-08-16 Jaroslav Lichtblau 
-   * sdcv 0.5.2-1
-
-2017-05-02 Jaroslav Lichtblau 
-   * sdcv 0.5.1-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * sdcv 0.5.0beta4-2 readline 7.0 rebuild
-
-2016-05-01 Jaroslav Lichtblau 
-   * sdcv 0.5.0beta4-1
-
-2014-07-07 Jaroslav Lichtblau 
-   * sdcv 0.4.2-8 mtree rebuild
-
-2011-10-26 Jaroslav Lichtblau 
-   * sdcv 0.4.2-6
-   * moved to [community] with 206 votes

Copied: sdcv/repos/community-x86_64/sdcv.changelog (from rev 1243893, 
sdcv/trunk/sdcv.changelog)
===
--- sdcv.changelog  (rev 0)
+++ sdcv.changelog  2022-07-04 15:37:07 UTC (rev 1243894)
@@ -0,0 +1,24 @@
+2022-07-04 Jaroslav Lichtblau 
+   * sdcv 0.5.4-1
+
+2020-08-19 Jaroslav Lichtblau 
+   * sdcv 0.5.3-1
+
+2017-08-16 Jaroslav Lichtblau 
+   * sdcv 0.5.2-1
+
+2017-05-02 Jaroslav Lichtblau 
+   * sdcv 0.5.1-1
+
+2016-11-06 Jaroslav Lichtblau 
+   * sdcv 0.5.0beta4-2 readline 7.0 rebuild
+
+2016-05-01 Jaroslav Lichtblau 
+   * sdcv 0.5.0beta4-1
+
+2014-07-07 Jaroslav Lichtblau 
+   * sdcv 0.4.2-8 mtree rebuild
+
+2011-10-26 Jaroslav Lichtblau 
+   * sdcv 0.4.2-6
+   * moved to [community] with 206 votes



[arch-commits] Commit in sdcv/trunk (PKGBUILD sdcv.changelog)

2022-07-04 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, July 4, 2022 @ 15:37:00
  Author: jlichtblau
Revision: 1243893

upgpkg: sdcv 0.5.4-1 - new upstream release

Modified:
  sdcv/trunk/PKGBUILD
  sdcv/trunk/sdcv.changelog

+
 PKGBUILD   |4 ++--
 sdcv.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 15:33:09 UTC (rev 1243892)
+++ PKGBUILD2022-07-04 15:37:00 UTC (rev 1243893)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=sdcv
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="StarDict Console Version"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('stardict')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Dushistov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('75fb95b1607fdd2fb9f7795d3432d295904614150575ae539202f680499803c9')
+sha256sums=('9fddec393f5dd6b208991d8225f90cb14d50fa9e7735f2414035d8a2ca065f28')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: sdcv.changelog
===
--- sdcv.changelog  2022-07-04 15:33:09 UTC (rev 1243892)
+++ sdcv.changelog  2022-07-04 15:37:00 UTC (rev 1243893)
@@ -1,3 +1,6 @@
+2022-07-04 Jaroslav Lichtblau 
+   * sdcv 0.5.4-1
+
 2020-08-19 Jaroslav Lichtblau 
* sdcv 0.5.3-1
 



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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:33:01
  Author: jlichtblau
Revision: 1238698

archrelease: copy trunk to community-x86_64

Added:
  gif2png/repos/community-x86_64/PKGBUILD
(from rev 1238697, gif2png/trunk/PKGBUILD)
  gif2png/repos/community-x86_64/go.mod
(from rev 1238697, gif2png/trunk/go.mod)
  gif2png/repos/community-x86_64/go.sum
(from rev 1238697, gif2png/trunk/go.sum)
Deleted:
  gif2png/repos/community-x86_64/PKGBUILD
  gif2png/repos/community-x86_64/go.mod
  gif2png/repos/community-x86_64/go.sum

--+
 PKGBUILD |  146 ++---
 go.mod   |   20 
 go.sum   |   24 +-
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-20 15:32:53 UTC (rev 1238697)
+++ PKGBUILD2022-06-20 15:33:01 UTC (rev 1238698)
@@ -1,73 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: George Rawlinson 
-# Contributor: Morten Linderud 
-# Contributor: Giovanni Scafora 
-# Contributor: eric 
-# Contributor: Andrew Rose 
-
-pkgname=gif2png
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="A GIF to PNG image format converter"
-arch=('x86_64')
-url="http://www.catb.org/~esr/gif2png/;
-license=('ZLIB')
-depends=('glibc')
-makedepends=('go' 'xmlto' 'docbook-xsl')
-options=('!lto')
-source=("https://gitlab.com/esr/gif2png/-/archive/$pkgver/gif2png-$pkgver.tar.gz;
 'go.mod' 'go.sum')
-sha512sums=('4f35995e89c2da65b538a88600f0f8f7b42ded8d7c41c8d11c46a7e8ad52d7bcb3a8cb497a96e18df40e7a53cd1fd0fd42b01a174400b54a8a8b3b79f533b2de'
-
'2b7c190c89ce856b16c29337ad431de9c8e384864e7d7a2387ca3fa65d2d23e61856e352b3a5884d5d9b70e5372a63baaa284c2b6632cc882b7554da7b48d748'
-
'fb8fef8a65388a11674f456904eafedc3107f3d10b24b9b7955382b47beb10d8314862537b5a18c2edbcd5a5f2d3e61ccd16b66cf21d327665b83d08c54a1bc7')
-b2sums=('5e3a0e425ec1f18ef669b0ad0f7ac79235ded0fa9cbc8e215f53b8bcdb8a286c0b6b55005c804999843726a7884832c4e17bae574d9d326269bbbdae87279d28'
-
'42c54423ce062a4bdcc38f7e7fc16412f5a40ee1ed5a0aaa3c121ea4adee0a3af073a7dcca01875305e6ba8447d950580a6b20f11d821a1391f962e0e77f3968'
-
'788b7b466d86e77e5075296471b7f1fdd9b02ff6de351f78ff5a40116a62de364004d8d37a0b0f6119d8297455886943b99e2c8d106536651f5ed3249d2141fb')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # ensure reproducible builds with pinned dependencies
-  cp ../go.{mod,sum} .
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-.
-
-  # man page
-  xmlto man gif2png.xml
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  make -C test gif2png-test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" gif2png
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" gif2png.1
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
-}

Copied: gif2png/repos/community-x86_64/PKGBUILD (from rev 1238697, 
gif2png/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-20 15:33:01 UTC (rev 1238698)
@@ -0,0 +1,73 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: George Rawlinson 
+# Contributor: Morten Linderud 
+# Contributor: Giovanni Scafora 
+# Contributor: eric 
+# Contributor: Andrew Rose 
+
+pkgname=gif2png
+pkgver=3.0.0
+pkgrel=4
+pkgdesc="A GIF to PNG image format converter"
+arch=('x86_64')
+url="http://www.catb.org/~esr/gif2png/;
+license=('ZLIB')
+depends=('glibc')
+makedepends=('go' 'xmlto' 'docbook-xsl')
+options=('!lto')
+source=("https://gitlab.com/esr/gif2png/-/archive/$pkgver/gif2png-$pkgver.tar.gz;
 'go.mod' 'go.sum')
+sha512sums=('4f35995e89c2da65b538a88600f0f8f7b42ded8d7c41c8d11c46a7e8ad52d7bcb3a8cb497a96e18df40e7a53cd1fd0fd42b01a174400b54a8a8b3b79f533b2de'
+
'2b7c190c89ce856b16c29337ad431de9c8e384864e7d7a2387ca3fa65d2d23e61856e352b3a5884d5d9b70e5372a63baaa284c2b6632cc882b7554da7b48d748'
+
'fb8fef8a65388a11674f456904eafedc3107f3d10b24b9b7955382b47beb10d8314862537b5a18c2edbcd5a5f2d3e61ccd16b66cf21d327665b83d08c54a1bc7')
+b2sums=('5e3a0e425ec1f18ef669b0ad0f7ac79235ded0fa9cbc8e215f53b8bcdb8a286c0b6b55005c804999843726a7884832c4e17bae574d9d326269bbbdae87279d28'
+
'42c54423ce062a4bdcc38f7e7fc16412f5a40ee1ed5a0aaa3c121ea4adee0a3af073a7dcca01875305e6ba8447d950580a6b20f11d821a1391f962e0e77f3968'
+
'788b7b466d86e77e5075296471b7f1fdd9b02ff6de351f78ff5a40116a62de364004d8d37a0b0f6119d8297455886943b99e2c8d106536651f5ed3249d2141fb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # ensure reproducible builds with pinned dependencies
+  

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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:32:53
  Author: jlichtblau
Revision: 1238697

upgpkg: gif2png 3.0.0-4 - Go 1.18 rebuild

Modified:
  gif2png/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-20 15:29:15 UTC (rev 1238696)
+++ PKGBUILD2022-06-20 15:32:53 UTC (rev 1238697)
@@ -7,7 +7,7 @@
 
 pkgname=gif2png
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A GIF to PNG image format converter"
 arch=('x86_64')
 url="http://www.catb.org/~esr/gif2png/;



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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:29:15
  Author: jlichtblau
Revision: 1238696

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1238695, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-20 15:29:08 UTC (rev 1238695)
+++ PKGBUILD2022-06-20 15:29:15 UTC (rev 1238696)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.100.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('23126ce07b68752ad16c72300335254e8cae48524a1763edecd77ea2253b39afc07e9fe75a5375d48b50e3f0577c6872023a3aaa0a292c42ba23ed3ad1d360f5')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1238695, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-20 15:29:15 UTC (rev 1238696)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.101.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('541d0e04e868845119f2b488fd53b92929ea4dc08685d438a2914b41586e204588b193522013e8eed908dc0c3fbc2714aefb1afad0beae875d57d71aadc59c70')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:29:08
  Author: jlichtblau
Revision: 1238695

upgpkg: hugo 0.101.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-20 15:18:24 UTC (rev 1238694)
+++ PKGBUILD2022-06-20 15:29:08 UTC (rev 1238695)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.100.2
+pkgver=0.101.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('23126ce07b68752ad16c72300335254e8cae48524a1763edecd77ea2253b39afc07e9fe75a5375d48b50e3f0577c6872023a3aaa0a292c42ba23ed3ad1d360f5')
+sha512sums=('541d0e04e868845119f2b488fd53b92929ea4dc08685d438a2914b41586e204588b193522013e8eed908dc0c3fbc2714aefb1afad0beae875d57d71aadc59c70')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:18:24
  Author: jlichtblau
Revision: 1238694

archrelease: copy trunk to community-x86_64

Added:
  aqbanking/repos/community-x86_64/PKGBUILD
(from rev 1238693, aqbanking/trunk/PKGBUILD)
Deleted:
  aqbanking/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-20 15:18:17 UTC (rev 1238693)
+++ PKGBUILD2022-06-20 15:18:24 UTC (rev 1238694)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: David Moore 
-
-pkgname=aqbanking
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="A library for online banking and financial applications"
-arch=('x86_64')
-url="https://www.aquamaniac.de/rdm/projects/aqbanking;
-license=('GPL')
-depends=('gwenhywfar')
-options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/435/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/434/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
-sha256sums=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
-
-  export PKG_CONFIG=/usr/bin/pkg-config
-  ./configure --prefix=/usr --enable-gwenhywfar \
-  --with-backends="aqhbci aqofxconnect aqpaypal" \
-  --with-build-datetime=$(BUILD_DATE) \
-  --with-backends=aqnone
#https://www.aquamaniac.de/rdm/issues/258
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 1238693, 
aqbanking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-20 15:18:24 UTC (rev 1238694)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=6.5.0
+pkgrel=2
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking;
+license=('GPL')
+depends=('gwenhywfar')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/435/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/434/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
+sha256sums=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+  --with-build-datetime=$(BUILD_DATE) \
+  --with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone 
https://www.aquamaniac.de/rdm/issues/258
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



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

2022-06-20 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 20, 2022 @ 15:18:17
  Author: jlichtblau
Revision: 1238693

upgpkg: aqbanking 6.5.0-2 - FS#75058 fix

Modified:
  aqbanking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-20 14:54:36 UTC (rev 1238692)
+++ PKGBUILD2022-06-20 15:18:17 UTC (rev 1238693)
@@ -4,7 +4,7 @@
 
 pkgname=aqbanking
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for online banking and financial applications"
 arch=('x86_64')
 url="https://www.aquamaniac.de/rdm/projects/aqbanking;
@@ -24,9 +24,8 @@
 
   export PKG_CONFIG=/usr/bin/pkg-config
   ./configure --prefix=/usr --enable-gwenhywfar \
-  --with-backends="aqhbci aqofxconnect aqpaypal" \
   --with-build-datetime=$(BUILD_DATE) \
-  --with-backends=aqnone
#https://www.aquamaniac.de/rdm/issues/258
+  --with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone 
https://www.aquamaniac.de/rdm/issues/258
   make
 }
 



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 16:00:19
  Author: jlichtblau
Revision: 1237738

archrelease: copy trunk to community-x86_64

Added:
  aqbanking/repos/community-x86_64/PKGBUILD
(from rev 1237737, aqbanking/trunk/PKGBUILD)
Deleted:
  aqbanking/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 16:00:13 UTC (rev 1237737)
+++ PKGBUILD2022-06-13 16:00:19 UTC (rev 1237738)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: David Moore 
-
-pkgname=aqbanking
-pkgver=6.4.1
-pkgrel=1
-pkgdesc="A library for online banking and financial applications"
-arch=('x86_64')
-url="https://www.aquamaniac.de/rdm/projects/aqbanking;
-license=('GPL')
-depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
-options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/400/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/399/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
-sha256sums=('79adeaf05e99b5aa0d31c3eac3db37a56bb375f537b3f106a9acfcf844dadd77'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
-
-  export PKG_CONFIG=/usr/bin/pkg-config
-  ./configure --prefix=/usr --enable-gwenhywfar \
-  --with-backends="aqhbci aqofxconnect aqpaypal" \
-  --with-build-datetime=$(BUILD_DATE)
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 1237737, 
aqbanking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 16:00:19 UTC (rev 1237738)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking;
+license=('GPL')
+depends=('gwenhywfar')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/435/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/434/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
+sha256sums=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+  --with-backends="aqhbci aqofxconnect aqpaypal" \
+  --with-build-datetime=$(BUILD_DATE) \
+  --with-backends=aqnone
#https://www.aquamaniac.de/rdm/issues/258
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 16:00:13
  Author: jlichtblau
Revision: 1237737

upgpkg: aqbanking 6.5.0-1 - new upstream release

Modified:
  aqbanking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:56:58 UTC (rev 1237736)
+++ PKGBUILD2022-06-13 16:00:13 UTC (rev 1237737)
@@ -3,18 +3,18 @@
 # Contributor: David Moore 
 
 pkgname=aqbanking
-pkgver=6.4.1
+pkgver=6.5.0
 pkgrel=1
 pkgdesc="A library for online banking and financial applications"
 arch=('x86_64')
 url="https://www.aquamaniac.de/rdm/projects/aqbanking;
 license=('GPL')
-depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+depends=('gwenhywfar')
 options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/400/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/399/$pkgname-$pkgver.tar.gz.asc)
+source=(https://www.aquamaniac.de/rdm/attachments/download/435/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/434/$pkgname-$pkgver.tar.gz.asc)
 validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
-sha256sums=('79adeaf05e99b5aa0d31c3eac3db37a56bb375f537b3f106a9acfcf844dadd77'
+sha256sums=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e'
 'SKIP')
 
 build() {
@@ -25,7 +25,8 @@
   export PKG_CONFIG=/usr/bin/pkg-config
   ./configure --prefix=/usr --enable-gwenhywfar \
   --with-backends="aqhbci aqofxconnect aqpaypal" \
-  --with-build-datetime=$(BUILD_DATE)
+  --with-build-datetime=$(BUILD_DATE) \
+  --with-backends=aqnone
#https://www.aquamaniac.de/rdm/issues/258
   make
 }
 



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:52:28
  Author: jlichtblau
Revision: 1237734

archrelease: copy trunk to community-x86_64

Added:
  fdm/repos/community-x86_64/PKGBUILD
(from rev 1237733, fdm/trunk/PKGBUILD)
Deleted:
  fdm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:52:22 UTC (rev 1237733)
+++ PKGBUILD2022-06-13 15:52:28 UTC (rev 1237734)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jeff Mickey 
-# Contributor: Grigorios Bouzakis 
-# Contributor: Stephen Gregoratto 
-
-pkgname=fdm
-pkgver=2.0
-pkgrel=3
-pkgdesc='Program to fetch mail and deliver it in various ways'
-url='https://github.com/nicm/fdm'
-license=('BSD')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'tdb' 'zlib')
-source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;)
-sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
-
-options=('!makeflags')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-pcre
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-   sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   install -d "${pkgdir}/usr/share/doc/${pkgname}"
-   cp -a examples MANUAL "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: fdm/repos/community-x86_64/PKGBUILD (from rev 1237733, 
fdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:52:28 UTC (rev 1237734)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jeff Mickey 
+# Contributor: Grigorios Bouzakis 
+# Contributor: Stephen Gregoratto 
+
+pkgname=fdm
+pkgver=2.1
+pkgrel=1
+pkgdesc='Program to fetch mail and deliver it in various ways'
+url='https://github.com/nicm/fdm'
+license=('BSD')
+arch=('x86_64')
+depends=('openssl' 'pcre' 'tdb' 'zlib')
+source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;)
+sha256sums=('858df2e6ef0836d940e8b8cc4fec333770fa9c97ba0f2485a9e63ed18b2cadff')
+
+options=('!makeflags')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-pcre
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+   sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d "${pkgdir}/usr/share/doc/${pkgname}"
+   cp -a examples MANUAL "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:52:22
  Author: jlichtblau
Revision: 1237733

upgpkg: fdm 2.1-1 - new upstream release

Modified:
  fdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:49:56 UTC (rev 1237732)
+++ PKGBUILD2022-06-13 15:52:22 UTC (rev 1237733)
@@ -5,8 +5,8 @@
 # Contributor: Stephen Gregoratto 
 
 pkgname=fdm
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc='Program to fetch mail and deliver it in various ways'
 url='https://github.com/nicm/fdm'
 license=('BSD')
@@ -13,7 +13,7 @@
 arch=('x86_64')
 depends=('openssl' 'pcre' 'tdb' 'zlib')
 
source=("https://github.com/nicm/fdm/releases/download/${pkgver}/fdm-${pkgver}.tar.gz;)
-sha256sums=('06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4')
+sha256sums=('858df2e6ef0836d940e8b8cc4fec333770fa9c97ba0f2485a9e63ed18b2cadff')
 
 options=('!makeflags')
 



[arch-commits] Commit in perl-x11-protocol-other/repos/community-any (2 files)

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:49:56
  Author: jlichtblau
Revision: 1237732

archrelease: copy trunk to community-any

Added:
  perl-x11-protocol-other/repos/community-any/PKGBUILD
(from rev 1237731, perl-x11-protocol-other/trunk/PKGBUILD)
Deleted:
  perl-x11-protocol-other/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:49:50 UTC (rev 1237731)
+++ PKGBUILD2022-06-13 15:49:56 UTC (rev 1237732)
@@ -1,39 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: 3ED 
-
-pkgname=perl-x11-protocol-other
-pkgver=30
-pkgrel=8
-pkgdesc="Extra extransions for perl-x11-protocol"
-arch=('any')
-url=https://search.cpan.org/dist/X11-Protocol-Other/
-license=('GPL')
-depends=('perl-x11-protocol')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5')
-
-build() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-MODULEBUILDRC=/dev/null
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
-  make install
-}

Copied: perl-x11-protocol-other/repos/community-any/PKGBUILD (from rev 1237731, 
perl-x11-protocol-other/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:49:56 UTC (rev 1237732)
@@ -0,0 +1,39 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 3ED 
+
+pkgname=perl-x11-protocol-other
+pkgver=31
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=https://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('3c625993dc7a8eb1d02e07108a666302459c6fc6f9f3d27615f7495158dc73f4')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}



[arch-commits] Commit in perl-x11-protocol-other/trunk (PKGBUILD)

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:49:50
  Author: jlichtblau
Revision: 1237731

upgpkg: perl-x11-protocol-other 31-1 - new upstream release

Modified:
  perl-x11-protocol-other/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:47:58 UTC (rev 1237730)
+++ PKGBUILD2022-06-13 15:49:50 UTC (rev 1237731)
@@ -2,8 +2,8 @@
 # Contributor: 3ED 
 
 pkgname=perl-x11-protocol-other
-pkgver=30
-pkgrel=8
+pkgver=31
+pkgrel=1
 pkgdesc="Extra extransions for perl-x11-protocol"
 arch=('any')
 url=https://search.cpan.org/dist/X11-Protocol-Other/
@@ -12,7 +12,7 @@
 makedepends=('perl-extutils-makemaker')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5')
+sha256sums=('3c625993dc7a8eb1d02e07108a666302459c6fc6f9f3d27615f7495158dc73f4')
 
 build() {
   cd "${srcdir}"/X11-Protocol-Other-${pkgver}



[arch-commits] Commit in perl-module-manifest/repos/community-any (PKGBUILD PKGBUILD)

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:47:58
  Author: jlichtblau
Revision: 1237730

archrelease: copy trunk to community-any

Added:
  perl-module-manifest/repos/community-any/PKGBUILD
(from rev 1237729, perl-module-manifest/trunk/PKGBUILD)
Deleted:
  perl-module-manifest/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:47:52 UTC (rev 1237729)
+++ PKGBUILD2022-06-13 15:47:58 UTC (rev 1237730)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: John D Jones III
-
-pkgname=perl-module-manifest
-pkgver=1.08
-pkgrel=5
-pkgdesc="Parse and examine a Perl distribution MANIFEST file"
-arch=('any')
-url='https://search.cpan.org/dist/Module-Manifest/'
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-params-util' 'perl' 'perl-file-slurp')
-checkdepends=('perl-test-exception' 'perl-test-warn')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Module-Manifest-$pkgver.tar.gz)
-sha256sums=('722ed428afcbe5b5b441b0165cbafbd8534fa63d7856d4089e6e25ac21e6445d')
-
-build() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  PERL_USE_UNSAFE_INC=1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
installdirs=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  make test
-}
-
-package() {
-  cd "${srcdir}"/Module-Manifest-$pkgver
-
-  make install DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-module-manifest/repos/community-any/PKGBUILD (from rev 1237729, 
perl-module-manifest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:47:58 UTC (rev 1237730)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: John D Jones III
+
+pkgname=perl-module-manifest
+pkgver=1.09
+pkgrel=1
+pkgdesc="Parse and examine a Perl distribution MANIFEST file"
+arch=('any')
+url='https://search.cpan.org/dist/Module-Manifest/'
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-params-util' 'perl' 'perl-file-slurp')
+checkdepends=('perl-test-exception' 'perl-test-warn')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Manifest-$pkgver.tar.gz)
+sha256sums=('a395f80ff15ea0e66fd6c453844b6787ed4a875a3cd8df9f7e29280250bd539b')
+
+build() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  PERL_USE_UNSAFE_INC=1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
installdirs=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/Module-Manifest-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:47:52
  Author: jlichtblau
Revision: 1237729

upgpkg: perl-module-manifest 1.09-1 - new upstream release

Modified:
  perl-module-manifest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:43:58 UTC (rev 1237728)
+++ PKGBUILD2022-06-13 15:47:52 UTC (rev 1237729)
@@ -2,8 +2,8 @@
 # Contributor: John D Jones III
 
 pkgname=perl-module-manifest
-pkgver=1.08
-pkgrel=5
+pkgver=1.09
+pkgrel=1
 pkgdesc="Parse and examine a Perl distribution MANIFEST file"
 arch=('any')
 url='https://search.cpan.org/dist/Module-Manifest/'
@@ -11,8 +11,8 @@
 depends=('perl' 'perl-params-util' 'perl' 'perl-file-slurp')
 checkdepends=('perl-test-exception' 'perl-test-warn')
 options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Module-Manifest-$pkgver.tar.gz)
-sha256sums=('722ed428afcbe5b5b441b0165cbafbd8534fa63d7856d4089e6e25ac21e6445d')
+source=(https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Manifest-$pkgver.tar.gz)
+sha256sums=('a395f80ff15ea0e66fd6c453844b6787ed4a875a3cd8df9f7e29280250bd539b')
 
 build() {
   cd "${srcdir}"/Module-Manifest-$pkgver



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:43:51
  Author: jlichtblau
Revision: 1237727

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1237726, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:43:46 UTC (rev 1237726)
+++ PKGBUILD2022-06-13 15:43:51 UTC (rev 1237727)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.100.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('fee730c6567f58f39c9108b3a8706bd18a34a7d5ba364874ffb4d838b3f29d3063cbdf9ff6c5c7e5cabff1804d3159afaea244d777e2e8268c91cd45c7fcf731')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1237726, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:43:51 UTC (rev 1237727)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.100.2
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('23126ce07b68752ad16c72300335254e8cae48524a1763edecd77ea2253b39afc07e9fe75a5375d48b50e3f0577c6872023a3aaa0a292c42ba23ed3ad1d360f5')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:43:46
  Author: jlichtblau
Revision: 1237726

upgpkg: hugo 0.100.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:43:41 UTC (rev 1237725)
+++ PKGBUILD2022-06-13 15:43:46 UTC (rev 1237726)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.100.0
+pkgver=0.100.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('fee730c6567f58f39c9108b3a8706bd18a34a7d5ba364874ffb4d838b3f29d3063cbdf9ff6c5c7e5cabff1804d3159afaea244d777e2e8268c91cd45c7fcf731')
+sha512sums=('23126ce07b68752ad16c72300335254e8cae48524a1763edecd77ea2253b39afc07e9fe75a5375d48b50e3f0577c6872023a3aaa0a292c42ba23ed3ad1d360f5')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:35:32
  Author: jlichtblau
Revision: 1237722

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1237721, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:35:27 UTC (rev 1237721)
+++ PKGBUILD2022-06-13 15:35:32 UTC (rev 1237722)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.99.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('cebdad62493b1f734fd0346d94f1480a597ea38bf984d8e91a2ae63a4083c1671d81f289a4396a1e1a2c973c8733eba95623dd7d50c31b8c4b096576a06ae03b')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1237721, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:35:32 UTC (rev 1237722)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.100.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('fee730c6567f58f39c9108b3a8706bd18a34a7d5ba364874ffb4d838b3f29d3063cbdf9ff6c5c7e5cabff1804d3159afaea244d777e2e8268c91cd45c7fcf731')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:35:27
  Author: jlichtblau
Revision: 1237721

upgpkg: hugo 0.100.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:31:32 UTC (rev 1237720)
+++ PKGBUILD2022-06-13 15:35:27 UTC (rev 1237721)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.99.1
+pkgver=0.100.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('cebdad62493b1f734fd0346d94f1480a597ea38bf984d8e91a2ae63a4083c1671d81f289a4396a1e1a2c973c8733eba95623dd7d50c31b8c4b096576a06ae03b')
+sha512sums=('fee730c6567f58f39c9108b3a8706bd18a34a7d5ba364874ffb4d838b3f29d3063cbdf9ff6c5c7e5cabff1804d3159afaea244d777e2e8268c91cd45c7fcf731')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:30:01
  Author: jlichtblau
Revision: 1237718

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 1237717, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 1237717, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 1237717, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  116 +++
 josm.changelog |  849 +++
 josm.conf.d|   14 
 3 files changed, 491 insertions(+), 488 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:29:52 UTC (rev 1237717)
+++ PKGBUILD2022-06-13 15:30:01 UTC (rev 1237718)
@@ -1,58 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=18427
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="https://josm.openstreetmap.de/;
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=11' 
'libxtst' 'ttf-font')
-makedepends=('subversion')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
-$pkgname.conf.d
-$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver)
-noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('4aca1e29fa568b8d6c77becb7da416d0e7079f27fc88ba2529617be1d85a9696'
-'29377ce55c50951b1bd0e39003a977d8ea558c0657d613cea5f0056ce255e60e'
-'SKIP')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-snapshot-$pkgver.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
 \
-"${pkgdir}"/usr/share/applications/org.openstreetmap.josm.desktop
-  install -Dm644 $pkgname/native/linux/tested/usr/share/man/man1/josm.1 \
-"${pkgdir}"/usr/share/man/man1/josm.1
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
 \
-"${pkgdir}"/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
 \
-
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
-
-  for _icon in 8 16 22 24 32 36 40 42 48 64 72 80 96 128 192 256 512; do
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
 \
-
"${pkgdir}"/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
-  done
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 1237717, 
josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:30:01 UTC (rev 1237718)
@@ -0,0 +1,58 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=18463
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="https://josm.openstreetmap.de/;
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=11' 
'libxtst' 'ttf-font')
+makedepends=('subversion')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
+$pkgname.conf.d
+$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver)
+noextract=($pkgname-snapshot-$pkgver.jar)
+sha256sums=('fbef17b73032909fbce4abf3cb7c60699a0a695949c33f82b75c5bfd0902d467'
+'29377ce55c50951b1bd0e39003a977d8ea558c0657d613cea5f0056ce255e60e'
+'SKIP')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-snapshot-$pkgver.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 
$pkgname/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
 \
+"${pkgdir}"/usr/share/applications/org.openstreetmap.josm.desktop
+  install -Dm644 $pkgname/native/linux/tested/usr/share/man/man1/josm.1 \
+

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:29:52
  Author: jlichtblau
Revision: 1237717

upgpkg: josm 18463-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:29:34 UTC (rev 1237716)
+++ PKGBUILD2022-06-13 15:29:52 UTC (rev 1237717)
@@ -2,7 +2,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=18427
+pkgver=18463
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -16,7 +16,7 @@
 $pkgname.conf.d
 $pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver)
 noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('4aca1e29fa568b8d6c77becb7da416d0e7079f27fc88ba2529617be1d85a9696'
+sha256sums=('fbef17b73032909fbce4abf3cb7c60699a0a695949c33f82b75c5bfd0902d467'
 '29377ce55c50951b1bd0e39003a977d8ea558c0657d613cea5f0056ce255e60e'
 'SKIP')
 

Modified: josm.changelog
===
--- josm.changelog  2022-06-13 15:29:34 UTC (rev 1237716)
+++ josm.changelog  2022-06-13 15:29:52 UTC (rev 1237717)
@@ -1,3 +1,6 @@
+2022-06-13 Jaroslav Lichtblau -
+   * josm 18463-1
+
 2022-04-26 Jaroslav Lichtblau -
* josm 18427-1
 



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:29:34
  Author: jlichtblau
Revision: 1237716

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  100 
 qmmp.changelog |  667 +++
 2 files changed, 385 insertions(+), 382 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:29:24 UTC (rev 1237715)
+++ PKGBUILD2022-06-13 15:29:34 UTC (rev 1237716)
@@ -1,50 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Qt based audio-player"
-arch=('x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
- 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
- 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
-optdepends=('mpg123: to play MP3 files'
-'flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'pipewire: pipewire support'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
-sha512sums=('b884da143d37a9008c013f5143122f876aff6b4cc291da523b0a861d9bc6c3347d55b72eec2fa6e7e16d5ed094f076658cdef26007587e404175da62ee3a043b')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 1237715, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:29:34 UTC (rev 1237716)
@@ -0,0 +1,50 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Qt based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
+ 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
+ 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
+optdepends=('mpg123: to play MP3 files'
+'flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'pipewire: pipewire support'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
+sha512sums=('606a12cc663b38714b1a3d0489d8dce3d88e5331bf9b4873dbe8e03f3306c70ba2937351d4b144160a4f71a5c67cba0bdacc89356ecf0cab86d5b5595c1b9ff5')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:29:24
  Author: jlichtblau
Revision: 1237715

upgpkg: qmmp 2.1.1-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:19:04 UTC (rev 1237714)
+++ PKGBUILD2022-06-13 15:29:24 UTC (rev 1237715)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Qt based audio-player"
 arch=('x86_64')
@@ -32,7 +32,7 @@
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
-sha512sums=('b884da143d37a9008c013f5143122f876aff6b4cc291da523b0a861d9bc6c3347d55b72eec2fa6e7e16d5ed094f076658cdef26007587e404175da62ee3a043b')
+sha512sums=('606a12cc663b38714b1a3d0489d8dce3d88e5331bf9b4873dbe8e03f3306c70ba2937351d4b144160a4f71a5c67cba0bdacc89356ecf0cab86d5b5595c1b9ff5')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2022-06-13 15:19:04 UTC (rev 1237714)
+++ qmmp.changelog  2022-06-13 15:29:24 UTC (rev 1237715)
@@ -1,3 +1,6 @@
+2022-06-13 Jaroslav Lichtblau 
+   * qmmp 2.1.1-1
+
 2022-05-22 Jaroslav Lichtblau 
* qmmp 2.1.0-1
 



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:19:04
  Author: jlichtblau
Revision: 1237714

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 1237713, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 15:18:55 UTC (rev 1237713)
+++ PKGBUILD2022-06-13 15:19:04 UTC (rev 1237714)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.17.12
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/;
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ac59aa274cb0eb910051d9da413c89cfaf5455705eea30e83a9ae50e4660b238')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson -Dgtk_doc=true ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 1237713, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-13 15:19:04 UTC (rev 1237714)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.17.13
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/;
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('d34227cc48be96da220f8ebeb1d2ae6ab88c751ae0db07c6ea875e37740acfe9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}



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

2022-06-13 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 13, 2022 @ 15:18:55
  Author: jlichtblau
Revision: 1237713

upgpkg: umockdev 0.17.13-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 15:17:41 UTC (rev 1237712)
+++ PKGBUILD2022-06-13 15:18:55 UTC (rev 1237713)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.17.12
+pkgver=0.17.13
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ac59aa274cb0eb910051d9da413c89cfaf5455705eea30e83a9ae50e4660b238')
+sha256sums=('d34227cc48be96da220f8ebeb1d2ae6ab88c751ae0db07c6ea875e37740acfe9')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 10:26:15
  Author: jlichtblau
Revision: 1210046

archrelease: copy trunk to community-any

Added:
  pysolfc-cardsets/repos/community-any/PKGBUILD
(from rev 1210045, pysolfc-cardsets/trunk/PKGBUILD)
Deleted:
  pysolfc-cardsets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 10:26:08 UTC (rev 1210045)
+++ PKGBUILD2022-05-22 10:26:15 UTC (rev 1210046)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Bélanger 
-
-pkgname=pysolfc-cardsets
-pkgver=2.0
-pkgrel=6
-pkgdesc="A collection of cardsets adapted for use with PySolFC"
-arch=('any')
-url="http://pysolfc.sourceforge.net/;
-license=('GPL3')
-source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-$pkgver.tar.bz2)
-sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
-
-package() {
-  cd "${srcdir}"/PySolFC-Cardsets-$pkgver
-
-  install -d "${pkgdir}"/usr/share/PySolFC
-  cp -r * "${pkgdir}"/usr/share/PySolFC
-}

Copied: pysolfc-cardsets/repos/community-any/PKGBUILD (from rev 1210045, 
pysolfc-cardsets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 10:26:15 UTC (rev 1210046)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Bélanger 
+
+pkgname=pysolfc-cardsets
+pkgver=2.1
+pkgrel=1
+pkgdesc="A collection of cardsets adapted for use with PySolFC"
+arch=('any')
+url="http://pysolfc.sourceforge.net/;
+license=('GPL3')
+source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-$pkgver.tar.bz2)
+sha256sums=('0fc819d28e2b14b84ff4f86b6983557d3e2b4353e19815724e4daeded3463774')
+
+package() {
+  cd "${srcdir}"/PySolFC-Cardsets-$pkgver
+
+  install -d "${pkgdir}"/usr/share/PySolFC
+  cp -r * "${pkgdir}"/usr/share/PySolFC
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 10:26:08
  Author: jlichtblau
Revision: 1210045

upgpkg: pysolfc-cardsets 2.1-1 - new upstream release

Modified:
  pysolfc-cardsets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 10:20:59 UTC (rev 1210044)
+++ PKGBUILD2022-05-22 10:26:08 UTC (rev 1210045)
@@ -2,14 +2,14 @@
 # Contributor: Eric Bélanger 
 
 pkgname=pysolfc-cardsets
-pkgver=2.0
-pkgrel=6
+pkgver=2.1
+pkgrel=1
 pkgdesc="A collection of cardsets adapted for use with PySolFC"
 arch=('any')
 url="http://pysolfc.sourceforge.net/;
 license=('GPL3')
 
source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-$pkgver.tar.bz2)
-sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
+sha256sums=('0fc819d28e2b14b84ff4f86b6983557d3e2b4353e19815724e4daeded3463774')
 
 package() {
   cd "${srcdir}"/PySolFC-Cardsets-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 10:20:59
  Author: jlichtblau
Revision: 1210044

archrelease: copy trunk to community-any

Added:
  pysolfc/repos/community-any/PKGBUILD
(from rev 1210043, pysolfc/trunk/PKGBUILD)
Deleted:
  pysolfc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 10:20:53 UTC (rev 1210043)
+++ PKGBUILD2022-05-22 10:20:59 UTC (rev 1210044)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Bélanger 
-
-pkgname=pysolfc
-pkgver=2.14.1
-pkgrel=1
-pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
-arch=('any')
-url="http://pysolfc.sourceforge.net/;
-license=('GPL3')
-depends=('python-attrs' 'pysolfc-cardsets' 'python-configobj' 'python-pillow' 
- 'python-pysol_cards' 'python-random2' 'python-six' 'tk' 
'python-pygame')
-makedepends=('python-setuptools')
-source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz)
-sha256sums=('46f817abc5c45cfb2f7ddcdac391ef38084173837f850cbb7d73a94627c8942c')
-
-prepare() {
-  cd PySolFC-$pkgver
-
-  sed -i 's/pysol.py/pysol/' data/pysol.desktop
-}
-
-
-package() {
-  cd PySolFC-$pkgver
-
-  python setup.py install --root="${pkgdir}"
-  mv "${pkgdir}"/usr/bin/pysol.py "${pkgdir}"/usr/bin/pysol
-}

Copied: pysolfc/repos/community-any/PKGBUILD (from rev 1210043, 
pysolfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 10:20:59 UTC (rev 1210044)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Bélanger 
+
+pkgname=pysolfc
+pkgver=2.16.0
+pkgrel=1
+pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
+arch=('any')
+url="http://pysolfc.sourceforge.net/;
+license=('GPL3')
+depends=('python-attrs' 'pysolfc-cardsets' 'python-configobj' 'python-pillow' 
+ 'python-pysol_cards' 'python-random2' 'python-six' 'tk' 
'python-pygame')
+makedepends=('python-setuptools')
+source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz)
+sha256sums=('8288cb47025a24d795647fe50f6eefaf548a52177e62a93a5d40a03ffa6fb1f5')
+
+prepare() {
+  cd PySolFC-$pkgver
+
+  sed -i 's/pysol.py/pysol/' data/pysol.desktop
+}
+
+
+package() {
+  cd PySolFC-$pkgver
+
+  python setup.py install --root="${pkgdir}"
+  mv "${pkgdir}"/usr/bin/pysol.py "${pkgdir}"/usr/bin/pysol
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 10:20:53
  Author: jlichtblau
Revision: 1210043

upgpkg: pysolfc 2.16.0-1 - new upstream release

Modified:
  pysolfc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 10:07:16 UTC (rev 1210042)
+++ PKGBUILD2022-05-22 10:20:53 UTC (rev 1210043)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=pysolfc
-pkgver=2.14.1
+pkgver=2.16.0
 pkgrel=1
 pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
 arch=('any')
@@ -12,7 +12,7 @@
  'python-pysol_cards' 'python-random2' 'python-six' 'tk' 
'python-pygame')
 makedepends=('python-setuptools')
 source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz)
-sha256sums=('46f817abc5c45cfb2f7ddcdac391ef38084173837f850cbb7d73a94627c8942c')
+sha256sums=('8288cb47025a24d795647fe50f6eefaf548a52177e62a93a5d40a03ffa6fb1f5')
 
 prepare() {
   cd PySolFC-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:43:56
  Author: jlichtblau
Revision: 1210040

archrelease: copy trunk to community-x86_64

Added:
  libofx/repos/community-x86_64/PKGBUILD
(from rev 1210039, libofx/trunk/PKGBUILD)
Deleted:
  libofx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:43:49 UTC (rev 1210039)
+++ PKGBUILD2022-05-22 09:43:56 UTC (rev 1210040)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Aaron Griffin 
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="API for the OFX banking standard"
-arch=('x86_64')
-url="https://github.com/libofx;
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++2.6')
-checkdepends=('gnupg')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make CXXFLAGS+=-std=c++11
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make check
-}
-
-package_libofx() {
-  options=('!docs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_libofx-doc() {
-  pkgdesc="Documention of the OFX banking standard API"
-  depends=()
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-docDATA
-  make -C doc DESTDIR="$pkgdir" install
-}

Copied: libofx/repos/community-x86_64/PKGBUILD (from rev 1210039, 
libofx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:43:56 UTC (rev 1210040)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Aaron Griffin 
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('x86_64')
+url="https://github.com/libofx;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++2.6')
+checkdepends=('gnupg')
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('570ea744fb654750ed9c60456c771e7cbb035465f409e9ee1118f671b47b3bc3')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   make CXXFLAGS+=-std=c++11
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:43:49
  Author: jlichtblau
Revision: 1210039

upgpkg: libofx 0.10.5-1 - new upstream release

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:41:07 UTC (rev 1210038)
+++ PKGBUILD2022-05-22 09:43:49 UTC (rev 1210039)
@@ -3,7 +3,7 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="API for the OFX banking standard"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('opensp' 'curl' 'libxml++2.6')
 checkdepends=('gnupg')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1')
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('570ea744fb654750ed9c60456c771e7cbb035465f409e9ee1118f671b47b3bc3')
 
 build() {
   cd $pkgbase-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:36:30
  Author: jlichtblau
Revision: 1210036

archrelease: copy trunk to community-x86_64

Added:
  libofx/repos/community-x86_64/PKGBUILD
(from rev 1210035, libofx/trunk/PKGBUILD)
Deleted:
  libofx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:36:23 UTC (rev 1210035)
+++ PKGBUILD2022-05-22 09:36:30 UTC (rev 1210036)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Aaron Griffin 
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="API for the OFX banking standard"
-arch=('x86_64')
-url="https://github.com/libofx;
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++2.6')
-checkdepends=('gnupg')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7b5f21989afdd9cf63ab4a2df4ca398782f24fda2e2411f88188e00ab49e3069')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make CXXFLAGS+=-std=c++11
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make check
-}
-
-package_libofx() {
-  options=('!docs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_libofx-doc() {
-  pkgdesc="Documention of the OFX banking standard API"
-  depends=()
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-docDATA
-  make -C doc DESTDIR="$pkgdir" install
-}

Copied: libofx/repos/community-x86_64/PKGBUILD (from rev 1210035, 
libofx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:36:30 UTC (rev 1210036)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Aaron Griffin 
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('x86_64')
+url="https://github.com/libofx;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++2.6')
+checkdepends=('gnupg')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   make CXXFLAGS+=-std=c++11
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:36:23
  Author: jlichtblau
Revision: 1210035

upgpkg: libofx 0.10.4-1 - new upstream release

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:35:31 UTC (rev 1210034)
+++ PKGBUILD2022-05-22 09:36:23 UTC (rev 1210035)
@@ -3,7 +3,7 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="API for the OFX banking standard"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('opensp' 'curl' 'libxml++2.6')
 checkdepends=('gnupg')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('7b5f21989afdd9cf63ab4a2df4ca398782f24fda2e2411f88188e00ab49e3069')
+sha256sums=('416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1')
 
 build() {
   cd $pkgbase-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:35:31
  Author: jlichtblau
Revision: 1210034

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
(from rev 1210033, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:35:25 UTC (rev 1210033)
+++ PKGBUILD2022-05-22 09:35:31 UTC (rev 1210034)
@@ -1,23 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Bélanger 
-
-pkgname=colordiff
-pkgver=1.0.19
-pkgrel=1
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
-arch=('any')
-url="https://www.colordiff.org/;
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('46e8c14d87f6c4b77a273cdd97020fda88d5b2be42cf015d5d84aca3dfff3b19'
-'SKIP')
-validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
-  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 1210033, 
colordiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:35:31 UTC (rev 1210034)
@@ -0,0 +1,23 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Bélanger 
+
+pkgname=colordiff
+pkgver=1.0.20
+pkgrel=1
+pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
+arch=('any')
+url="https://www.colordiff.org/;
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('e3b2017beeb9f619ebc3b15392f22810c882d1b657aab189623cffef351d7bcd'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
+  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:35:25
  Author: jlichtblau
Revision: 1210033

upgpkg: colordiff 1.0.20-1 - new upstream release

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:34:41 UTC (rev 1210032)
+++ PKGBUILD2022-05-22 09:35:25 UTC (rev 1210033)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=colordiff
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl' 'diffutils')
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
 source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('46e8c14d87f6c4b77a273cdd97020fda88d5b2be42cf015d5d84aca3dfff3b19'
+sha256sums=('e3b2017beeb9f619ebc3b15392f22810c882d1b657aab189623cffef351d7bcd'
 'SKIP')
 validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

 



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:34:41
  Author: jlichtblau
Revision: 1210032

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 1210031, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:34:34 UTC (rev 1210031)
+++ PKGBUILD2022-05-22 09:34:41 UTC (rev 1210032)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.17.11
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/;
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('f05224829e38e5b418e2a2edc245a89d143add9f56e8cc232da8b923ecd96a70')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson -Dgtk_doc=true ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 1210031, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:34:41 UTC (rev 1210032)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.17.12
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/;
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('ac59aa274cb0eb910051d9da413c89cfaf5455705eea30e83a9ae50e4660b238')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:34:34
  Author: jlichtblau
Revision: 1210031

upgpkg: umockdev 0.17.12-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:33:22 UTC (rev 1210030)
+++ PKGBUILD2022-05-22 09:34:34 UTC (rev 1210031)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.17.11
+pkgver=0.17.12
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('f05224829e38e5b418e2a2edc245a89d143add9f56e8cc232da8b923ecd96a70')
+sha256sums=('ac59aa274cb0eb910051d9da413c89cfaf5455705eea30e83a9ae50e4660b238')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:33:22
  Author: jlichtblau
Revision: 1210030

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 1210029, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:33:15 UTC (rev 1210029)
+++ PKGBUILD2022-05-22 09:33:22 UTC (rev 1210030)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.17.10
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/;
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ab5254025a949164e056c58938ae4643254628260d0d56a83cc647892a56c62a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson -Dgtk_doc=true ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 1210029, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:33:22 UTC (rev 1210030)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.17.11
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/;
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('f05224829e38e5b418e2a2edc245a89d143add9f56e8cc232da8b923ecd96a70')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:33:15
  Author: jlichtblau
Revision: 1210029

upgpkg: umockdev 0.17.11-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:32:36 UTC (rev 1210028)
+++ PKGBUILD2022-05-22 09:33:15 UTC (rev 1210029)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.17.10
+pkgver=0.17.11
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ab5254025a949164e056c58938ae4643254628260d0d56a83cc647892a56c62a')
+sha256sums=('f05224829e38e5b418e2a2edc245a89d143add9f56e8cc232da8b923ecd96a70')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:32:36
  Author: jlichtblau
Revision: 1210028

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  100 
 qmmp.changelog |  661 +++
 2 files changed, 382 insertions(+), 379 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:32:28 UTC (rev 1210027)
+++ PKGBUILD2022-05-22 09:32:36 UTC (rev 1210028)
@@ -1,50 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Qt based audio-player"
-arch=('x86_64')
-url="http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
- 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
- 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
-optdepends=('mpg123: to play MP3 files'
-'flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'pipewire: pipewire support'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'faad2: ADTS AAC support'
-'libgme: support for chiptunes from various platforms'
-'libsidplayfp: C64 music support'
-'opusfile: Opus support'
-'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname/2.0/$pkgname-$pkgver.tar.bz2)
-sha512sums=('0727e96fad66de3be5b4879e07a79d52299a248a51869ed2adb992cffacf9c38e1c11786c9ce2019870b40ff16225922644f5003f18bef7f5e95b0f30e5b5be5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DUSE_HAL:BOOL=FALSE
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 1210027, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:32:36 UTC (rev 1210028)
@@ -0,0 +1,50 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Qt based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
+ 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
+ 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
+optdepends=('mpg123: to play MP3 files'
+'flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'pipewire: pipewire support'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
+sha512sums=('b884da143d37a9008c013f5143122f876aff6b4cc291da523b0a861d9bc6c3347d55b72eec2fa6e7e16d5ed094f076658cdef26007587e404175da62ee3a043b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:32:28
  Author: jlichtblau
Revision: 1210027

upgpkg: qmmp 2.1.0-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |6 +++---
 qmmp.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:22:13 UTC (rev 1210026)
+++ PKGBUILD2022-05-22 09:32:28 UTC (rev 1210027)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Qt based audio-player"
 arch=('x86_64')
@@ -31,8 +31,8 @@
 'wildmidi: MIDI support'
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname/2.0/$pkgname-$pkgver.tar.bz2)
-sha512sums=('0727e96fad66de3be5b4879e07a79d52299a248a51869ed2adb992cffacf9c38e1c11786c9ce2019870b40ff16225922644f5003f18bef7f5e95b0f30e5b5be5')
+source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
+sha512sums=('b884da143d37a9008c013f5143122f876aff6b4cc291da523b0a861d9bc6c3347d55b72eec2fa6e7e16d5ed094f076658cdef26007587e404175da62ee3a043b')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2022-05-22 09:22:13 UTC (rev 1210026)
+++ qmmp.changelog  2022-05-22 09:32:28 UTC (rev 1210027)
@@ -1,3 +1,6 @@
+2022-05-22 Jaroslav Lichtblau 
+   * qmmp 2.1.0-1
+
 2022-04-01 Jaroslav Lichtblau 
* qmmp 2.0.4-1
 



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:22:13
  Author: jlichtblau
Revision: 1210026

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 1210025, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:22:04 UTC (rev 1210025)
+++ PKGBUILD2022-05-22 09:22:13 UTC (rev 1210026)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching'
-'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('870ec266e5d0e8c5a360f991da78ac2e5d02a4f1bdbe6fbbc27174659d509bef')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-#FS#70224 to fix reproducible building
-  export PYTHONHASHSEED=0
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 1210025, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:22:13 UTC (rev 1210026)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('0a5c0e6f0690c8b51c97ac9cf5a920ac3ef507369e747ce2ea261577dfd53dfd')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+#FS#70224 to fix reproducible building
+  export PYTHONHASHSEED=0
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:22:04
  Author: jlichtblau
Revision: 1210025

upgpkg: translate-toolkit 3.6.2-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:21:38 UTC (rev 1210024)
+++ PKGBUILD2022-05-22 09:22:04 UTC (rev 1210025)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('870ec266e5d0e8c5a360f991da78ac2e5d02a4f1bdbe6fbbc27174659d509bef')
+sha256sums=('0a5c0e6f0690c8b51c97ac9cf5a920ac3ef507369e747ce2ea261577dfd53dfd')
 
 package() {
   cd "${srcdir}"/translate-$pkgver



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:20:29
  Author: jlichtblau
Revision: 1210022

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1210021, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:20:21 UTC (rev 1210021)
+++ PKGBUILD2022-05-22 09:20:29 UTC (rev 1210022)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.99.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('8ff43b62ba1deee0e1854b7510d79f566c59272084f1b00df2dc65fd984c9255fa975c98e6fb67f80890e98a728cbdeb053c4d37da2ec62fec6845372425475a')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1210021, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:20:29 UTC (rev 1210022)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.99.1
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('cebdad62493b1f734fd0346d94f1480a597ea38bf984d8e91a2ae63a4083c1671d81f289a4396a1e1a2c973c8733eba95623dd7d50c31b8c4b096576a06ae03b')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:20:21
  Author: jlichtblau
Revision: 1210021

upgpkg: hugo 0.99.1-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:20:10 UTC (rev 1210020)
+++ PKGBUILD2022-05-22 09:20:21 UTC (rev 1210021)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.99.0
+pkgver=0.99.1
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('8ff43b62ba1deee0e1854b7510d79f566c59272084f1b00df2dc65fd984c9255fa975c98e6fb67f80890e98a728cbdeb053c4d37da2ec62fec6845372425475a')
+sha512sums=('cebdad62493b1f734fd0346d94f1480a597ea38bf984d8e91a2ae63a4083c1671d81f289a4396a1e1a2c973c8733eba95623dd7d50c31b8c4b096576a06ae03b')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:14:46
  Author: jlichtblau
Revision: 1210016

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   64 ++--
 monit.changelog |  281 +++---
 2 files changed, 174 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:14:34 UTC (rev 1210015)
+++ PKGBUILD2022-05-22 09:14:46 UTC (rev 1210016)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: Marco Bartholomew 
-
-pkgname=monit
-pkgver=5.31.0
-pkgrel=1
-pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
-arch=('x86_64')
-url="https://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('eae71f28941fb663eec74c1a59b69546c659529796550bd9c0c544e9b52ac055')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
-  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 1210015, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:14:46 UTC (rev 1210016)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: Marco Bartholomew 
+
+pkgname=monit
+pkgver=5.32.0
+pkgrel=1
+pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
+arch=('x86_64')
+url="https://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
+  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2022-05-22 09:14:34 UTC (rev 1210015)
+++ monit.changelog 2022-05-22 09:14:46 UTC (rev 1210016)
@@ -1,139 +0,0 @@
-2022-02-11 Jaroslav Lichtblau 
-   * monit 5.31.0-1
-
-2022-02-11 Jaroslav Lichtblau 
-   * monit 5.30.0-1
-
-2021-09-12 Jaroslav Lichtblau 
-   * monit 5.29.0-1
-
-2021-07-31 Jaroslav Lichtblau 
-   * monit 5.28.1-1
-
-2021-07-31 Jaroslav Lichtblau 
-   * monit 5.28.0-1
-
-2020-11-25 Jaroslav Lichtblau 
-   * monit 5.27.1-1
-
-2020-07-10 Jaroslav Lichtblau 
-   * monit 5.27.0-1
-
-2019-07-09 Jaroslav Lichtblau 
-   * monit 5.26.0-1
-
-2019-03-05 Jaroslav Lichtblau 
-   * monit 5.25.3-1
-
-2018-06-13 Jaroslav Lichtblau 
-   * monit 5.25.2-1
-
-2017-12-24 Jaroslav Lichtblau 
-   * monit 5.25.1-1
-
-2017-11-06 Jaroslav Lichtblau 
-   * monit 5.25.0-1
-
-2017-10-03 Jaroslav Lichtblau 
-   * monit 5.24.0-1
-
-2017-06-08 Jaroslav Lichtblau 
-   * monit 5.23.0-1
-
-2017-04-25 Jaroslav Lichtblau 
-   * monit 5.22.0-2 openssl rebuild
-
-2017-04-22 Jaroslav Lichtblau 
-   * monit 5.22.0-1
-
-2017-03-08 Jaroslav Lichtblau 
-   * monit 5.21.0-1
-
-2016-12-05 Jaroslav Lichtblau 
-   * monit 5.20.0-1
-
-2016-08-18 Jaroslav Lichtblau 
-   * monit 5.19.0-1
-
-2016-06-07 Jaroslav Lichtblau 
-   * monit 5.18-1
-
-2016-03-17 Jaroslav Lichtblau 
-   * monit 5.17.1-1
-
-2016-02-05 Jaroslav Lichtblau 
-   * monit 5.16-1
-
-2015-10-26 Jaroslav Lichtblau 
-   * monit 5.15-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * monit 5.14-1
-
-2015-05-16 Jaroslav Lichtblau 
-   * monit 5.13-1
-
-2015-03-28 Jaroslav Lichtblau 
-   * monit 5.12.2-1
-
-2015-01-27 Jaroslav Lichtblau 
-   * monit 5.11-1
-
-2014-10-30 Jaroslav Lichtblau 
-   * monit 5.10-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau 
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau 
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau 
-   * monit 

[arch-commits] Commit in monit/trunk (PKGBUILD monit.changelog)

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:14:34
  Author: jlichtblau
Revision: 1210015

upgpkg: monit 5.32.0-1 - new upstream release

Modified:
  monit/trunk/PKGBUILD
  monit/trunk/monit.changelog

-+
 PKGBUILD|4 ++--
 monit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:13:52 UTC (rev 1210014)
+++ PKGBUILD2022-05-22 09:14:34 UTC (rev 1210015)
@@ -3,7 +3,7 @@
 # Contributor: Marco Bartholomew 
 
 pkgname=monit
-pkgver=5.31.0
+pkgver=5.32.0
 pkgrel=1
 pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
 source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('eae71f28941fb663eec74c1a59b69546c659529796550bd9c0c544e9b52ac055')
+sha256sums=('1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: monit.changelog
===
--- monit.changelog 2022-05-22 09:13:52 UTC (rev 1210014)
+++ monit.changelog 2022-05-22 09:14:34 UTC (rev 1210015)
@@ -1,3 +1,6 @@
+2022-05-22 Jaroslav Lichtblau 
+   * monit 5.32.0-1
+
 2022-02-11 Jaroslav Lichtblau 
* monit 5.31.0-1
 



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:11:31
  Author: jlichtblau
Revision: 1210011

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1210010, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 09:11:21 UTC (rev 1210010)
+++ PKGBUILD2022-05-22 09:11:31 UTC (rev 1210011)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.98.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('9d8a65c49be5b7bb181627bd8b557ddc041dc00a673ac0af8aeacbbfc46441a0045a5ab531087fb866d076297d67823a2eb5b14f57f3ecf57cc7b9e6b90ddf3a')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1210010, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 09:11:31 UTC (rev 1210011)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('8ff43b62ba1deee0e1854b7510d79f566c59272084f1b00df2dc65fd984c9255fa975c98e6fb67f80890e98a728cbdeb053c4d37da2ec62fec6845372425475a')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-05-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 22, 2022 @ 09:11:21
  Author: jlichtblau
Revision: 1210010

upgpkg: hugo 0.99.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-22 09:08:27 UTC (rev 1210009)
+++ PKGBUILD2022-05-22 09:11:21 UTC (rev 1210010)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.98.0
+pkgver=0.99.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('9d8a65c49be5b7bb181627bd8b557ddc041dc00a673ac0af8aeacbbfc46441a0045a5ab531087fb866d076297d67823a2eb5b14f57f3ecf57cc7b9e6b90ddf3a')
+sha512sums=('8ff43b62ba1deee0e1854b7510d79f566c59272084f1b00df2dc65fd984c9255fa975c98e6fb67f80890e98a728cbdeb053c4d37da2ec62fec6845372425475a')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



[arch-commits] Commit in man-pages-l10n/repos/community-any (4 files)

2022-05-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, May 11, 2022 @ 11:14:06
  Author: jlichtblau
Revision: 1198309

archrelease: copy trunk to community-any

Added:
  man-pages-l10n/repos/community-any/PKGBUILD
(from rev 1198308, man-pages-l10n/trunk/PKGBUILD)
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog
(from rev 1198308, man-pages-l10n/trunk/man-pages-l10n.changelog)
Deleted:
  man-pages-l10n/repos/community-any/PKGBUILD
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog

--+
 PKGBUILD |  412 +++--
 man-pages-l10n.changelog |  248 +--
 2 files changed, 341 insertions(+), 319 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 11:13:56 UTC (rev 1198308)
+++ PKGBUILD2022-05-11 11:14:06 UTC (rev 1198309)
@@ -1,197 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mario Blättermann 
-# Contributor: Benjamin Vialle 
-# Contributor: Rafael Fontenelle 
-
-pkgbase=man-pages-l10n
-pkgname=('man-pages-cs'
- 'man-pages-da'
- 'man-pages-de'
- 'man-pages-es'
- 'man-pages-fi'
- 'man-pages-fr'
- 'man-pages-hu'
- 'man-pages-id'
- 'man-pages-it'
- 'man-pages-mk'
- 'man-pages-nb'
- 'man-pages-nl'
- 'man-pages-pl'
- 'man-pages-pt_br'
- 'man-pages-ro'
- 'man-pages-sv'
- 'man-pages-sr'
- 'man-pages-vi')
-pkgver=4.13
-pkgrel=1
-pkgdesc="Translation of man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n;
-license=('GPL3')
-depends=('man')
-makedepends=('po4a')
-changelog=$pkgbase.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('239bd43d740f8a8f2e8ca4d83e5cb7cd8ff7f3368c0f390a961ffe8950dbe28a')
-
-build() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-  ./configure --prefix=/usr --enable-distribution=archlinux 
--enable-compression=none
-
-  for _lang in cs da de es fi fr hu id it mk nb nl pl pt_BR ro sr sv vi; do
-make -C po/"${_lang}"
-  done
-}
-
-check() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-
-  for _lang in cs da de es fi fr hu id it mk nb nl pl pt_BR ro sr sv vi; do
-make check -k -C po/"${_lang}"
-  done
-}
-
-package_man-pages-cs() {
-  pkgdesc="Czech man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/cs
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-da() {
-  pkgdesc="Danish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/da
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-de() {
-  pkgdesc="German man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/de
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-es() {
-  pkgdesc="Spanish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/es
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fi() {
-  pkgdesc="Finnish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fi
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fr() {
-  pkgdesc="French man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fr
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-hu() {
-  pkgdesc="Hungarian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/hu
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-id() {
-  pkgdesc="Indonesian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/id
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-it() {
-  pkgdesc="Italian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/it
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-mk() {
-  pkgdesc="Macedonian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/mk
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nb() {
-  pkgdesc="Norwegian bokmål man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nb
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nl() {
-  pkgdesc="Dutch man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pl() {
-  pkgdesc="Polish man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pt_br() {
-  pkgdesc="Brazilian Portuguese man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pt_BR
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-ro() {
-  pkgdesc="Romanian man pages"
-  depends=('man')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/ro
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-sr() {
-  pkgdesc="Serbian man 

[arch-commits] Commit in man-pages-l10n/trunk (PKGBUILD man-pages-l10n.changelog)

2022-05-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, May 11, 2022 @ 11:13:56
  Author: jlichtblau
Revision: 1198308

upgpkg: man-pages-l10n 4.14.0-1 - new upstream release
Greek and Ukrainian added

Modified:
  man-pages-l10n/trunk/PKGBUILD
  man-pages-l10n/trunk/man-pages-l10n.changelog

--+
 PKGBUILD |   68 -
 man-pages-l10n.changelog |4 ++
 2 files changed, 47 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 10:34:46 UTC (rev 1198307)
+++ PKGBUILD2022-05-11 11:13:56 UTC (rev 1198308)
@@ -7,6 +7,7 @@
 pkgname=('man-pages-cs'
  'man-pages-da'
  'man-pages-de'
+ 'man-pages-el'
  'man-pages-es'
  'man-pages-fi'
  'man-pages-fr'
@@ -21,8 +22,9 @@
  'man-pages-ro'
  'man-pages-sv'
  'man-pages-sr'
+ 'man-pages-uk'
  'man-pages-vi')
-pkgver=4.13
+pkgver=4.14.0
 pkgrel=1
 pkgdesc="Translation of man pages"
 arch=('any')
@@ -32,22 +34,22 @@
 makedepends=('po4a')
 changelog=$pkgbase.changelog
 options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('239bd43d740f8a8f2e8ca4d83e5cb7cd8ff7f3368c0f390a961ffe8950dbe28a')
+source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/$pkgver/manpages-l10n-$pkgver.tar.bz2)
+sha256sums=('79c0b83f3bd303ba0888cbab7a1ae2a940250edcc19895de1bfea3c49c3b6730')
 
 build() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
+  cd "${srcdir}"/manpages-l10n-$pkgver
   ./configure --prefix=/usr --enable-distribution=archlinux 
--enable-compression=none
 
-  for _lang in cs da de es fi fr hu id it mk nb nl pl pt_BR ro sr sv vi; do
+  for _lang in cs da de el es fi fr hu id it mk nb nl pl pt_BR ro sr sv uk vi; 
do
 make -C po/"${_lang}"
   done
 }
 
 check() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
+  cd "${srcdir}"/manpages-l10n-$pkgver
 
-  for _lang in cs da de es fi fr hu id it mk nb nl pl pt_BR ro sr sv vi; do
+  for _lang in cs da de el es fi fr hu id it mk nb nl pl pt_BR ro sr sv uk vi; 
do
 make check -k -C po/"${_lang}"
   done
 }
@@ -56,7 +58,7 @@
   pkgdesc="Czech man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/cs
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/cs
   make DESTDIR="${pkgdir}" install
 }
 
@@ -64,7 +66,7 @@
   pkgdesc="Danish man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/da
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/da
   make DESTDIR="${pkgdir}" install
 }
 
@@ -72,15 +74,23 @@
   pkgdesc="German man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/de
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/de
   make DESTDIR="${pkgdir}" install
 }
 
+package_man-pages-el() {
+  pkgdesc="Greek man pages"
+  depends=('man')
+
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/el
+  make DESTDIR="${pkgdir}" install
+}
+
 package_man-pages-es() {
   pkgdesc="Spanish man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/es
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/es
   make DESTDIR="${pkgdir}" install
 }
 
@@ -88,7 +98,7 @@
   pkgdesc="Finnish man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fi
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/fi
   make DESTDIR="${pkgdir}" install
 }
 
@@ -96,7 +106,7 @@
   pkgdesc="French man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fr
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/fr
   make DESTDIR="${pkgdir}" install
 }
 
@@ -104,7 +114,7 @@
   pkgdesc="Hungarian man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/hu
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/hu
   make DESTDIR="${pkgdir}" install
 }
 
@@ -112,7 +122,7 @@
   pkgdesc="Indonesian man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/id
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/id
   make DESTDIR="${pkgdir}" install
 }
 
@@ -120,7 +130,7 @@
   pkgdesc="Italian man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/it
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/it
   make DESTDIR="${pkgdir}" install
 }
 
@@ -128,7 +138,7 @@
   pkgdesc="Macedonian man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/mk
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/mk
   make DESTDIR="${pkgdir}" install
 }
 
@@ -136,7 +146,7 @@
   pkgdesc="Norwegian bokmål man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nb
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/nb
   make DESTDIR="${pkgdir}" install
 }
 
@@ -144,7 +154,7 @@
   pkgdesc="Dutch man pages"
   depends=('man')
 
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nl
+  cd "${srcdir}"/manpages-l10n-$pkgver/po/nl
   make DESTDIR="${pkgdir}" install
 }
 
@@ -152,7 +162,7 @@
   pkgdesc="Polish man pages"
   depends=('man')
 
-  cd 

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

2022-05-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, May 11, 2022 @ 10:34:46
  Author: jlichtblau
Revision: 1198307

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 1198306, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 10:34:39 UTC (rev 1198306)
+++ PKGBUILD2022-05-11 10:34:46 UTC (rev 1198307)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.17.9
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/;
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('bad57f40f495702638ee49179c39655b71b99308c5d37ee988effae95b099e2d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson -Dgtk_doc=true ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 1198306, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 10:34:46 UTC (rev 1198307)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.17.10
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/;
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('ab5254025a949164e056c58938ae4643254628260d0d56a83cc647892a56c62a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}



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

2022-05-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, May 11, 2022 @ 10:34:39
  Author: jlichtblau
Revision: 1198306

upgpkg: umockdev 0.17.10-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 10:32:48 UTC (rev 1198305)
+++ PKGBUILD2022-05-11 10:34:39 UTC (rev 1198306)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.17.9
+pkgver=0.17.10
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('bad57f40f495702638ee49179c39655b71b99308c5d37ee988effae95b099e2d')
+sha256sums=('ab5254025a949164e056c58938ae4643254628260d0d56a83cc647892a56c62a')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-07 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, May 7, 2022 @ 13:01:49
  Author: jlichtblau
Revision: 1196191

archrelease: copy trunk to community-x86_64

Added:
  lzlib/repos/community-x86_64/PKGBUILD
(from rev 1196190, lzlib/trunk/PKGBUILD)
Deleted:
  lzlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:01:39 UTC (rev 1196190)
+++ PKGBUILD2022-05-07 13:01:49 UTC (rev 1196191)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Christoph Zeiler 
-
-pkgname=lzlib
-pkgver=1.13
-pkgrel=1
-pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/lzip/lzlib.html;
-license=('GPL3')
-depends=('gcc-libs')
-options=('!emptydirs')
-source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-sha256sums=('a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
-}

Copied: lzlib/repos/community-x86_64/PKGBUILD (from rev 1196190, 
lzlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 13:01:49 UTC (rev 1196191)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Christoph Zeiler 
+
+pkgname=lzlib
+pkgver=1.13
+pkgrel=2
+pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzlib.html;
+license=('BSD')
+depends=('gcc-libs')
+options=('!emptydirs')
+source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
+sha256sums=('a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
+  
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
+}



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

2022-05-07 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, May 7, 2022 @ 13:01:39
  Author: jlichtblau
Revision: 1196190

upgpkg: lzlib 1.13-2 - license info fixed

Modified:
  lzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 12:55:35 UTC (rev 1196189)
+++ PKGBUILD2022-05-07 13:01:39 UTC (rev 1196190)
@@ -3,11 +3,11 @@
 
 pkgname=lzlib
 pkgver=1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/lzip/lzlib.html;
-license=('GPL3')
+license=('BSD')
 depends=('gcc-libs')
 options=('!emptydirs')
 
source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
@@ -28,4 +28,6 @@
   make DESTDIR="${pkgdir}" install
 
   install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
+  
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
 }



[arch-commits] Commit in syncthing/repos/community-x86_64 (12 files)

2022-05-06 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, May 6, 2022 @ 17:44:10
  Author: jlichtblau
Revision: 1196026

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 1196025, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
(from rev 1196025, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 1196025, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 1196025, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 1196025, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 1196025, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 PKGBUILD |  222 -
 gcc-pie-segfaults-race.patch |   22 ++--
 syncthing-relaysrv.service   |   34 +++---
 syncthing-relaysrv.sysusers  |4 
 syncthing-relaysrv.tmpfiles  |2 
 syncthing.install|   18 +--
 6 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 17:43:22 UTC (rev 1196025)
+++ PKGBUILD2022-05-06 17:44:10 UTC (rev 1196026)
@@ -1,111 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Caleb Maclennan 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.20.1
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service
-gcc-pie-segfaults-race.patch)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
-'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-  # go-pie with -race segfaults
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
-}
-
-build() {
-  export CGO_ENABLED=0
-  export BUILD_HOST=archlinux
-  export BUILD_USER=${pkgbase}
-  export EXTRA_LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\""
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"${pkgdir}/etc/ufw/applications.d/ufw-syncthing"
-
-  # sysctl conf
-  install -Dm644 etc/linux-sysctl/30-syncthing.conf \
-"${pkgdir}/usr/lib/sysctl.d/30-syncthing.conf"
-
-  # man pages
-  cd 

[arch-commits] Commit in syncthing/repos/community-x86_64 (12 files)

2022-05-06 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, May 6, 2022 @ 17:43:22
  Author: jlichtblau
Revision: 1196025

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 1196024, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
(from rev 1196024, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 1196024, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 1196024, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 1196024, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 1196024, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 PKGBUILD |  222 -
 gcc-pie-segfaults-race.patch |   22 ++--
 syncthing-relaysrv.service   |   34 +++---
 syncthing-relaysrv.sysusers  |4 
 syncthing-relaysrv.tmpfiles  |2 
 syncthing.install|   18 +--
 6 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 17:41:54 UTC (rev 1196024)
+++ PKGBUILD2022-05-06 17:43:22 UTC (rev 1196025)
@@ -1,111 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Caleb Maclennan 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.20.1
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service
-gcc-pie-segfaults-race.patch)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
-'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-  # go-pie with -race segfaults
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
-}
-
-build() {
-  export CGO_ENABLED=0
-  export BUILD_HOST=archlinux
-  export BUILD_USER=${pkgbase}
-  export EXTRA_LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\""
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"${pkgdir}/etc/ufw/applications.d/ufw-syncthing"
-
-  # sysctl conf
-  install -Dm644 etc/linux-sysctl/30-syncthing.conf \
-"${pkgdir}/usr/lib/sysctl.d/30-syncthing.conf"
-
-  # man pages
-  cd 

[arch-commits] Commit in syncthing/repos/community-x86_64 (12 files)

2022-05-06 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, May 6, 2022 @ 17:41:54
  Author: jlichtblau
Revision: 1196024

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 1196023, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
(from rev 1196023, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 1196023, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 1196023, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 1196023, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 1196023, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 PKGBUILD |  222 -
 gcc-pie-segfaults-race.patch |   22 ++--
 syncthing-relaysrv.service   |   34 +++---
 syncthing-relaysrv.sysusers  |4 
 syncthing-relaysrv.tmpfiles  |2 
 syncthing.install|   18 +--
 6 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 17:41:43 UTC (rev 1196023)
+++ PKGBUILD2022-05-06 17:41:54 UTC (rev 1196024)
@@ -1,111 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Caleb Maclennan 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.20.0
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service
-gcc-pie-segfaults-race.patch)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('6dc78dbe046f2fa9a4f70b04cf2500705d3a22618f5cf430ffcb7338cce968c7'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
-'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-  # go-pie with -race segfaults
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
-}
-
-build() {
-  export CGO_ENABLED=0
-  export BUILD_HOST=archlinux
-  export BUILD_USER=${pkgbase}
-  export EXTRA_LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\""
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"${pkgdir}/etc/ufw/applications.d/ufw-syncthing"
-
-  # sysctl conf
-  install -Dm644 etc/linux-sysctl/30-syncthing.conf \
-"${pkgdir}/usr/lib/sysctl.d/30-syncthing.conf"
-
-  # man pages
-  cd 

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

2022-05-06 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, May 6, 2022 @ 17:41:43
  Author: jlichtblau
Revision: 1196023

upgpkg: syncthing 1.20.1-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-06 17:31:53 UTC (rev 1196022)
+++ PKGBUILD2022-05-06 17:41:43 UTC (rev 1196023)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 arch=('x86_64')
 url="https://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.service
 gcc-pie-segfaults-race.patch)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('6dc78dbe046f2fa9a4f70b04cf2500705d3a22618f5cf430ffcb7338cce968c7'
+sha256sums=('a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:34:13
  Author: jlichtblau
Revision: 1192209

archrelease: copy trunk to community-any

Added:
  gnucash-docs/repos/community-any/PKGBUILD
(from rev 1192208, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 10:34:03 UTC (rev 1192208)
+++ PKGBUILD2022-05-02 10:34:13 UTC (rev 1192209)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-
-pkgname=gnucash-docs
-pkgver=4.9
-pkgrel=1
-pkgdesc='Documentation for GnuCash'
-arch=('any')
-url='https://gnucash.org/docs.phtml'
-license=('FDL')
-depends=('yelp')
-makedepends=('cmake')
-source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('d901a08eb67310aac28ae9924a4c6d0f2ed423a6a2cf2adb10c5574dabba9b12')
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir build
-}
-
-
-build() {
-  cd $pkgname-$pkgver/build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnucash-docs/repos/community-any/PKGBUILD (from rev 1192208, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 10:34:13 UTC (rev 1192209)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+
+pkgname=gnucash-docs
+pkgver=4.10.1
+pkgrel=1
+pkgdesc='Documentation for GnuCash'
+arch=('any')
+url='https://gnucash.org/docs.phtml'
+license=('FDL')
+depends=('yelp')
+makedepends=('cmake')
+source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f81dfbf13a49ec0ab676a82f8dde5b364658528df2ac41372d1e0fb68a8c231')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir build
+}
+
+
+build() {
+  cd $pkgname-$pkgver/build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="${pkgdir}" install
+}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:34:03
  Author: jlichtblau
Revision: 1192208

upgpkg: gnucash-docs 4.10.1-1 - new upstream release

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 10:33:01 UTC (rev 1192207)
+++ PKGBUILD2022-05-02 10:34:03 UTC (rev 1192208)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=4.9
+pkgver=4.10.1
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('yelp')
 makedepends=('cmake')
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('d901a08eb67310aac28ae9924a4c6d0f2ed423a6a2cf2adb10c5574dabba9b12')
+sha256sums=('8f81dfbf13a49ec0ab676a82f8dde5b364658528df2ac41372d1e0fb68a8c231')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:33:01
  Author: jlichtblau
Revision: 1192207

archrelease: copy trunk to community-x86_64

Added:
  gnucash/repos/community-x86_64/PKGBUILD
(from rev 1192206, gnucash/trunk/PKGBUILD)
Deleted:
  gnucash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 10:32:45 UTC (rev 1192206)
+++ PKGBUILD2022-05-02 10:33:01 UTC (rev 1192207)
@@ -1,49 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=4.9
-pkgrel=2
-pkgdesc='Personal and small-business financial-accounting application'
-arch=(x86_64)
-url='https://gnucash.org/'
-license=(GPL)
-depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
-makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
-optdepends=('gnucash-docs: documentation'
-'libdbi-drivers: open and save data into SQL database'
-'perl-date-manip: stock information lookups'
-'perl-finance-quote: stock information lookups')
-options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a551c30c1b712199fc2227a109afb984d7bef18e138170bbc7225c6c1fab72d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Do not treat warnings as errors
-  sed -e 's|-Werror||g' -i CMakeLists.txt
-
-  cmake-DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_PYTHON=ON \
--DCOMPILE_GSCHEMAS=OFF
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || : # 2 tests failed
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
-}

Copied: gnucash/repos/community-x86_64/PKGBUILD (from rev 1192206, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 10:33:01 UTC (rev 1192207)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=4.10
+pkgrel=1
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking gwenhywfar boost-libs guile libdbi webkit2gtk)
+makedepends=(boost cmake gtest libdbi-drivers mariadb-libs postgresql-libs 
swig)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7fd4bb919f6e39388ab47bfa11af6fa3f59e9b9bd695c7d4e9208af85cb9c93b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
+}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:32:45
  Author: jlichtblau
Revision: 1192206

upgpkg: gnucash 4.10-1 - new upstream release

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 10:14:36 UTC (rev 1192205)
+++ PKGBUILD2022-05-02 10:32:45 UTC (rev 1192206)
@@ -4,8 +4,8 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=4.9
-pkgrel=2
+pkgver=4.10
+pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
@@ -18,7 +18,7 @@
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a551c30c1b712199fc2227a109afb984d7bef18e138170bbc7225c6c1fab72d')
+sha256sums=('7fd4bb919f6e39388ab47bfa11af6fa3f59e9b9bd695c7d4e9208af85cb9c93b')
 
 build() {
   cd $pkgname-$pkgver



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:14:36
  Author: jlichtblau
Revision: 1192205

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   58 +-
 homebank.changelog |  289 +--
 2 files changed, 175 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 10:14:30 UTC (rev 1192204)
+++ PKGBUILD2022-05-02 10:14:36 UTC (rev 1192205)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.5.4
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('0d0669bca099340ae5c213ea13cb2b93283bfc8a0e4cf7a5902c1829366e5765')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 1192204, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 10:14:36 UTC (rev 1192205)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.5.5
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('bece05ecb52392147424aa1e5a179389777b82bf468abebd73eb70b2af9c9e67')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2022-05-02 10:14:30 UTC (rev 1192204)
+++ homebank.changelog  2022-05-02 10:14:36 UTC (rev 1192205)
@@ -1,143 +0,0 @@
-2022-01-16 Jaroslav Lichtblau 
-   * homebank 5.5.4-1
-
-2021-08-28 Jaroslav Lichtblau 
-   * homebank 5.5.3-1
-
-2021-05-15 Jaroslav Lichtblau 
-   * homebank 5.5.2-1
-
-2021-03-13 Jaroslav Lichtblau 
-   * homebank 5.5.1-1
-
-2021-03-13 Jaroslav Lichtblau 
-   * homebank 5.5-1
-
-2020-09-09 Jaroslav Lichtblau 
-   * homebank 5.4.3-1
-
-2020-07-09 Jaroslav Lichtblau 
-   * homebank 5.4.2-1
-
-2020-02-10 Jaroslav Lichtblau 
-   * homebank 5.3.2-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3.1-1
-
-2020-01-25 Jaroslav Lichtblau 
-   * homebank 5.3-1
-
-2019-09-21 Jaroslav Lichtblau 
-   * homebank 5.2.8-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * homebank 5.2.7-1
-
-2019-05-25 Jaroslav Lichtblau 
-   * homebank 5.2.6-1
-
-2019-05-19 Jaroslav Lichtblau 
-   * homebank 5.2.5-1
-
-2019-04-24 Jaroslav Lichtblau 
-   * homebank 5.2.4-1
-
-2019-03-19 Jaroslav Lichtblau 
-   * homebank 5.2.3-1
-
-2018-10-07 Jaroslav Lichtblau 
-   * homebank 5.2.2-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * homebank 5.2.1-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * homebank 5.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * homebank 5.1.8-1
-
-2018-01-07 Jaroslav Lichtblau 
-   * homebank 5.1.7-1
-
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:14:30
  Author: jlichtblau
Revision: 1192204

upgpkg: homebank 5.5.5-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 10:07:44 UTC (rev 1192203)
+++ PKGBUILD2022-05-02 10:14:30 UTC (rev 1192204)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.5.4
+pkgver=5.5.5
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('0d0669bca099340ae5c213ea13cb2b93283bfc8a0e4cf7a5902c1829366e5765')
+sha256sums=('bece05ecb52392147424aa1e5a179389777b82bf468abebd73eb70b2af9c9e67')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2022-05-02 10:07:44 UTC (rev 1192203)
+++ homebank.changelog  2022-05-02 10:14:30 UTC (rev 1192204)
@@ -1,3 +1,6 @@
+2022-05-02 Jaroslav Lichtblau 
+   * homebank 5.5.5-1
+
 2022-01-16 Jaroslav Lichtblau 
* homebank 5.5.4-1
 



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:07:31
  Author: jlichtblau
Revision: 1192202

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 1192201, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 10:07:19 UTC (rev 1192201)
+++ PKGBUILD2022-05-02 10:07:31 UTC (rev 1192202)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Christian Rebischke 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.97.3
-pkgrel=2
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('python-pygments: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('74476fc5305c92908c8062e01fff084d815683e968483b653676c60c509b5d6098bbee5857ebc10d97b8775f10994dcfcc51b20003b5072e12a2623fecbc6b94')
-
-build() {
-  cd "${srcdir}"/${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"
-  go build -tags extended
-
-  ./hugo gen man
-  ./hugo completion bash > ${pkgname}.bash-completion
-  ./hugo completion fish > ${pkgname}.fish
-  ./hugo completion zsh > ${pkgname}.zsh
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-  
-  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
-  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
-  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 1192201, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 10:07:31 UTC (rev 1192202)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Christian Rebischke 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.98.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('python-pygments: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('9d8a65c49be5b7bb181627bd8b557ddc041dc00a673ac0af8aeacbbfc46441a0045a5ab531087fb866d076297d67823a2eb5b14f57f3ecf57cc7b9e6b90ddf3a')
+
+build() {
+  cd "${srcdir}"/${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"
+  go build -tags extended
+
+  ./hugo gen man
+  ./hugo completion bash > ${pkgname}.bash-completion
+  ./hugo completion fish > ${pkgname}.fish
+  ./hugo completion zsh > ${pkgname}.zsh
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+  
+  install -Dm644 ${pkgname}.bash-completion 
"${pkgdir}"/usr/share/bash-completion/completions/${pkgname}
+  install -Dm644 ${pkgname}.fish 
"${pkgdir}"/usr/share/fish/vendor_completions.d/${pkgname}.fish
+  install -Dm644 ${pkgname}.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 10:06:57
  Author: jlichtblau
Revision: 1192200

upgpkg: hugo 0.98.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 09:55:46 UTC (rev 1192199)
+++ PKGBUILD2022-05-02 10:06:57 UTC (rev 1192200)
@@ -5,8 +5,8 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.97.3
-pkgrel=2
+pkgver=0.98.0
+pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
 url="https://gohugo.io/;
@@ -16,7 +16,7 @@
 optdepends=('python-pygments: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('74476fc5305c92908c8062e01fff084d815683e968483b653676c60c509b5d6098bbee5857ebc10d97b8775f10994dcfcc51b20003b5072e12a2623fecbc6b94')
+sha512sums=('9d8a65c49be5b7bb181627bd8b557ddc041dc00a673ac0af8aeacbbfc46441a0045a5ab531087fb866d076297d67823a2eb5b14f57f3ecf57cc7b9e6b90ddf3a')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 09:55:46
  Author: jlichtblau
Revision: 1192199

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 1192198, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 09:55:40 UTC (rev 1192198)
+++ PKGBUILD2022-05-02 09:55:46 UTC (rev 1192199)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching'
-'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('f432477b8a03c11d417c575012685c44a384c975dbc09422ac66e2a5e9bec9b9')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-#FS#70224 to fix reproducible building
-  export PYTHONHASHSEED=0
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 1192198, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 09:55:46 UTC (rev 1192199)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 
'python-ruamel-yaml')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('870ec266e5d0e8c5a360f991da78ac2e5d02a4f1bdbe6fbbc27174659d509bef')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+#FS#70224 to fix reproducible building
+  export PYTHONHASHSEED=0
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
+}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 09:55:40
  Author: jlichtblau
Revision: 1192198

upgpkg: translate-toolkit 3.6.1-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 09:53:33 UTC (rev 1192197)
+++ PKGBUILD2022-05-02 09:55:40 UTC (rev 1192198)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('f432477b8a03c11d417c575012685c44a384c975dbc09422ac66e2a5e9bec9b9')
+sha256sums=('870ec266e5d0e8c5a360f991da78ac2e5d02a4f1bdbe6fbbc27174659d509bef')
 
 package() {
   cd "${srcdir}"/translate-$pkgver



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 09:53:33
  Author: jlichtblau
Revision: 1192197

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 1192196, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 09:53:26 UTC (rev 1192196)
+++ PKGBUILD2022-05-02 09:53:33 UTC (rev 1192197)
@@ -1,25 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="https://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
- 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
-'qt5-tools: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('a7187fac4a209b74e6ace1647d75b96f4a329afb3854cfa091e303c23aebd559')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 1192196, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 09:53:33 UTC (rev 1192197)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.8.7
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="https://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
+ 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
+'qt5-tools: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('9df854904eec5a1cea0a3053263e47bad9ad8aa8e2be9e8f9a766bc9feb8b195')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-05-02 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, May 2, 2022 @ 09:53:26
  Author: jlichtblau
Revision: 1192196

upgpkg: variety 0.8.7-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 09:28:23 UTC (rev 1192195)
+++ PKGBUILD2022-05-02 09:53:26 UTC (rev 1192196)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
 'qt5-tools: set wallpaper for KDE Plasma')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('a7187fac4a209b74e6ace1647d75b96f4a329afb3854cfa091e303c23aebd559')
+sha256sums=('9df854904eec5a1cea0a3053263e47bad9ad8aa8e2be9e8f9a766bc9feb8b195')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2022-04-26 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 26, 2022 @ 16:44:47
  Author: jlichtblau
Revision: 1191044

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 1191043, variety/trunk/PKGBUILD)
Deleted:
  variety/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-26 16:44:40 UTC (rev 1191043)
+++ PKGBUILD2022-04-26 16:44:47 UTC (rev 1191044)
@@ -1,24 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.8.5
-pkgrel=3
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="https://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
- 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
- 'python-lxml' 'python-pycurl' 'python-requests')
-makedepends=('python-distutils-extra')
-optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
-source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('2298af592cdd5cc0c183582f74f39af74b07499074ea164a3a327d55c9338248')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 1191043, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-26 16:44:47 UTC (rev 1191044)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.8.6
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="https://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 
'python-cairo'
+ 'python-configobj' 'dbus-python' 'python-gobject' 'python-httplib2' 
'python-pillow'
+ 'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
+optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
+'qt5-tools: set wallpaper for KDE Plasma')
+source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
+sha256sums=('a7187fac4a209b74e6ace1647d75b96f4a329afb3854cfa091e303c23aebd559')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-04-26 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 26, 2022 @ 16:44:40
  Author: jlichtblau
Revision: 1191043

upgpkg: variety 0.8.6-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-26 16:44:02 UTC (rev 1191042)
+++ PKGBUILD2022-04-26 16:44:40 UTC (rev 1191043)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
 url="https://peterlevi.com/variety/;
@@ -15,7 +15,7 @@
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma'
 'qt5-tools: set wallpaper for KDE Plasma')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('2298af592cdd5cc0c183582f74f39af74b07499074ea164a3a327d55c9338248')
+sha256sums=('a7187fac4a209b74e6ace1647d75b96f4a329afb3854cfa091e303c23aebd559')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2022-04-26 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 26, 2022 @ 16:41:59
  Author: jlichtblau
Revision: 1191036

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-26 16:41:53 UTC (rev 1191035)
+++ PKGBUILD2022-04-26 16:41:59 UTC (rev 1191036)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Peter Mattern 
-
-pkgname=featherpad
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Lightweight Qt plain text editor'
-arch=('x86_64')
-url='https://github.com/tsujan/FeatherPad'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 
'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
-'featherpad.appdata.xml')
-sha256sums=('3c70c62ffb266528bc6a7889cda3cbaca78dc3f8788a4d8af0ac96d65bc8'
-'SKIP'
-'d67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
-  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}

Copied: featherpad/repos/community-x86_64/PKGBUILD (from rev 1191035, 
featherpad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-26 16:41:59 UTC (rev 1191036)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Peter Mattern 
+
+pkgname=featherpad
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Lightweight Qt plain text editor'
+arch=('x86_64')
+url='https://github.com/tsujan/FeatherPad'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg' 'qt6-translations')
+makedepends=('cmake' 'ninja' 'qt6-tools')
+source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
+'featherpad.appdata.xml')
+sha256sums=('3c70c62ffb266528bc6a7889cda3cbaca78dc3f8788a4d8af0ac96d65bc8'
+'SKIP'
+'d67bc310f4c31257b795beabbce2d0887640088b0fe3040307906da0d9f760d9')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' 
-DENABLE_QT5=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

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

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

2022-04-26 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 26, 2022 @ 16:41:53
  Author: jlichtblau
Revision: 1191035

upgpkg: featherpad 1.2.0-2 - Qt6 rebuild & enabled

Modified:
  featherpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-26 16:40:44 UTC (rev 1191034)
+++ PKGBUILD2022-04-26 16:41:53 UTC (rev 1191035)
@@ -4,13 +4,13 @@
 
 pkgname=featherpad
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight Qt plain text editor'
 arch=('x86_64')
 url='https://github.com/tsujan/FeatherPad'
 license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 
'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg' 'qt6-translations')
+makedepends=('cmake' 'ninja' 'qt6-tools')
 
source=("https://github.com/tsujan/FeatherPad/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc}
 'featherpad.appdata.xml')
 sha256sums=('3c70c62ffb266528bc6a7889cda3cbaca78dc3f8788a4d8af0ac96d65bc8'
@@ -19,7 +19,7 @@
 validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
 
 build() {
-  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake -S FeatherPad-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' 
-DENABLE_QT5=OFF
   cmake --build build
 }
 



  1   2   3   4   5   6   7   8   >