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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 05:27:47
  Author: felixonmars
Revision: 619820

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
619819, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 05:27:47 UTC (rev 619820)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=83
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 05:27:38
  Author: felixonmars
Revision: 619819

upgpkg: pandoc-citeproc 0.17-83: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 05:24:40 UTC (rev 619818)
+++ PKGBUILD2020-04-25 05:27:38 UTC (rev 619819)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=82
+pkgrel=83
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 05:24:31
  Author: felixonmars
Revision: 619817

upgpkg: pandoc 2.9.2.1-23: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:59:51 UTC (rev 619816)
+++ PKGBUILD2020-04-25 05:24:31 UTC (rev 619817)
@@ -3,16 +3,16 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=22
+pkgrel=23
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
- 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base-noprelude'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
  'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
  'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
- 'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
  'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
  'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
  'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
@@ -29,11 +29,14 @@
 makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
  'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
  'haskell-executable-path')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
 sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
 
 # TODO: find a better solution


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 05:24:40
  Author: felixonmars
Revision: 619818

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 619817, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 05:24:40 UTC (rev 619818)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=23
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:59:43
  Author: felixonmars
Revision: 619815

upgpkg: hopenpgp-tools 0.23.1-27: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:58:27 UTC (rev 619814)
+++ PKGBUILD2020-04-25 03:59:43 UTC (rev 619815)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.1
-pkgrel=26
+pkgrel=27
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools";
 license=("AGPL3")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:59:51
  Author: felixonmars
Revision: 619816

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
619815, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:59:51 UTC (rev 619816)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.1
+pkgrel=27
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools";
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('325a188af92587b84e453e73a40ed11cf6682632fed514c8971ebd2e684b949fb71cb5942b6efa93f95199f76a065a751ae82ad246c15c5593fecdee1ec0f533')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:58:27
  Author: felixonmars
Revision: 619814

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 619813, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 619813, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:58:27 UTC (rev 619814)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.15
+pkgrel=39
+pkgdesc="Haskell API Search"
+url="https://www.haskell.org/hoogle/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-connection' 'haskell-extra' 'haskell-foundation' 
'haskell-hashable'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-old-locale' 
'haskell-process-extras'
+ 'haskell-resourcet' 'haskell-src-exts' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e2440cc92f5395e0e6b25344d0ed47eaa20ab257d2e9d5d3f67005d3ed666acc359503516418127cb3fe9a760387105b7894de80fafea326fe75143022ec5283')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:58:17
  Author: felixonmars
Revision: 619813

upgpkg: hoogle 5.0.17.15-39: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:36:06 UTC (rev 619812)
+++ PKGBUILD2020-04-25 03:58:17 UTC (rev 619813)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.15
-pkgrel=38
+pkgrel=39
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/";
 license=("BSD")


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:30:04
  Author: yan12125
Revision: 619783

upgpkg: deepin-qt5integration 5.0.0-9; rebuild for libqtxdg 3.5.0-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:26:53 UTC (rev 619782)
+++ PKGBUILD2020-04-25 03:30:04 UTC (rev 619783)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=5.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration";


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:30:19
  Author: yan12125
Revision: 619784

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5integration/repos/community-staging-x86_64/
  deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD
(from rev 619783, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.13.patch
(from rev 619783, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.13.patch)
  
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.14.patch
(from rev 619783, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.14.patch)

+
 PKGBUILD   |   37 
 deepin-qt5integration-qt5.13.patch |   11 
 deepin-qt5integration-qt5.14.patch |   46 +++
 3 files changed, 94 insertions(+)

Copied: deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD (from rev 
619783, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:30:19 UTC (rev 619784)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=5.0.0
+pkgrel=9
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration";
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz";
+deepin-qt5integration-qt5.13.patch
+deepin-qt5integration-qt5.14.patch)
+sha512sums=('bfaa0cf1ca1422da1e645e86275b290c186cb2e26264b3844afd77f31cdc2d1e4ac1b54bcc58a46b336534146865a0310b802f2477f7505f666aed76a2788f00'
+
'345590b7fa94c84adc0c894df8c70931a46769f7af40edf1e5d3623a5327b344be48e17db10791c8f75bf626874f2f031ef221c1218c6b0d889eca3b883c0764'
+
'd227f060b3dfd324c19a957e90a210256649c366645bb2e712dbdefb0b9287dc0ae97fa14e0252d168323b06e7ba526bc351600273a4afb7c3fa2b8d59e42aa0')
+
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../deepin-qt5integration-qt5.13.patch # Fix build with Qt 5.13
+  patch -p1 -i ../deepin-qt5integration-qt5.14.patch # Fix build with Qt 5.14
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.13.patch
 (from rev 619783, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.13.patch)
===
--- community-staging-x86_64/deepin-qt5integration-qt5.13.patch 
(rev 0)
+++ community-staging-x86_64/deepin-qt5integration-qt5.13.patch 2020-04-25 
03:30:19 UTC (rev 619784)
@@ -0,0 +1,11 @@
+diff --git a/dstyleplugin/style.cpp b/dstyleplugin/style.cpp
+index 04e03fe..65be15f 100644
+--- a/dstyleplugin/style.cpp
 b/dstyleplugin/style.cpp
+@@ -1418,6 +1418,4 @@ void Style::fillBrush(QPainter *p, const QRect &rect, 
const QBrush &brush, qreal
+ }
+ }
+ 
+-#include "moc_style.cpp"
+-
+ }

Copied: 
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.14.patch
 (from rev 619783, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.14.patch)
===
--- community-staging-x86_64/deepin-qt5integration-qt5.14.patch 
(rev 0)
+++ community-staging-x86_64/deepin-qt5integration-qt5.14.patch 2020-04-25 
03:30:19 UTC (rev 619784)
@@ -0,0 +1,46 @@
+diff --git a/platformthemeplugin/qdeepintheme.cpp 
b/platformthemeplugin/qdeepintheme.cpp
+index e98487b..45e90bc 100644
+--- a/platformthemeplugin/qdeepintheme.cpp
 b/platformthemeplugin/qdeepintheme.cpp
+@@ -571,10 +571,18 @@ static bool updateScreenScaleFactors(DThemeSettings *s, 
const QByteArray &value,
+ }
+ 
+ QHighDpiScaling::updateHighDpiScaling();
++#if QT_VERSION < QT_VERSION_CHECK(5,14,0)
+ qDebug() << QHighDpiScaling::logicalDpi();
++#else
++qDebug() << QHighDpiScaling::logicalDpi(QGuiApplication::primaryScreen());
++#endif
+ updateScaleLogcailDpi(s->scaleLogicalDpi());
+ 
++#if QT_VERSION < QT_VERSION_CHECK(5,14,0)
+ qDebug() << QHighDpiScaling::logicalDpi();
++#else
++qDebug() << QHighDpiScaling::logicalDpi(QGuiApplication::primaryScreen());
++#endif
+ 
+ return true;
+ }
+--- a/platformthemeplugin/qdeepintheme.cpp 2019-12-19 17:45:47.396894045 
+0800
 b/platformthemeplugin/qdeepintheme.cpp 2019-12-19 17:46:28.436136243 
+0800
+@@ -516,19 +5

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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:26:53
  Author: yan12125
Revision: 619782

archrelease: copy trunk to community-staging-x86_64

Added:
  obconf-qt/repos/community-staging-x86_64/
  obconf-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 619781, obconf-qt/trunk/PKGBUILD)

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

Copied: obconf-qt/repos/community-staging-x86_64/PKGBUILD (from rev 619781, 
obconf-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:26:53 UTC (rev 619782)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=obconf-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Openbox configuration tool. Qt port of ObConf"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha512sums=('a723dcd3b409afc7b16572d293cbf0543e00a7177a9819e2374632c00c765de74896429f6e19a54fcee83e20ce2e0876f857447c374db2f4f925dec92be71279'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:26:43
  Author: yan12125
Revision: 619781

upgpkg: obconf-qt 0.15.0-1; use HTTPS URL

Modified:
  obconf-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:26:05 UTC (rev 619780)
+++ PKGBUILD2020-04-25 03:26:43 UTC (rev 619781)
@@ -2,12 +2,12 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=obconf-qt
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Openbox configuration tool. Qt port of ObConf"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org";
+url="https://lxqt.org";
 license=("GPL2")
 depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
@@ -15,11 +15,12 @@

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha512sums=('7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed'
+sha512sums=('a723dcd3b409afc7b16572d293cbf0543e00a7177a9819e2374632c00c765de74896429f6e19a54fcee83e20ce2e0876f857447c374db2f4f925dec92be71279'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:25:55
  Author: yan12125
Revision: 619779

upgpkg: screengrab 2.0.1-1; add .so depends

Modified:
  screengrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:25:05 UTC (rev 619778)
+++ PKGBUILD2020-04-25 03:25:55 UTC (rev 619779)
@@ -3,7 +3,7 @@
 # Contributor: Beej 
 
 pkgname=screengrab
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Crossplatform tool for grabbing screenshots of your desktop."
 arch=("x86_64")
@@ -10,15 +10,16 @@
 groups=("lxqt")
 url="https://github.com/lxqt/screengrab";
 license=("GPL2")
-depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg" "libx11" 
"libxcb")
+depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg" "libx11" 
"libxcb" "libQt5Xdg.so")
 makedepends=("cmake" "qt5-tools")
 source=(
   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('18bd4a2e4a73c2e428ad474ff8d1024cea1a058942aa33cf836309c10b5f37ad'
+sha256sums=('8ee317328b43349ad48210f540af17759c400d924c6658b51380bfd10697f693'
 'SKIP')
 validpgpkeys=(
   '7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3'  # Alf Gaida 

+  '19DFDF3A579BD509DBB572D8BE793007AD22DF7E'  # Pedram Pourang 

 )
 
 build() {


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:26:05
  Author: yan12125
Revision: 619780

archrelease: copy trunk to community-staging-x86_64

Added:
  screengrab/repos/community-staging-x86_64/
  screengrab/repos/community-staging-x86_64/PKGBUILD
(from rev 619779, screengrab/trunk/PKGBUILD)

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

Copied: screengrab/repos/community-staging-x86_64/PKGBUILD (from rev 619779, 
screengrab/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:26:05 UTC (rev 619780)
@@ -0,0 +1,36 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Jerome Leclanche 
+# Contributor: Beej 
+
+pkgname=screengrab
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Crossplatform tool for grabbing screenshots of your desktop."
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/screengrab";
+license=("GPL2")
+depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg" "libx11" 
"libxcb" "libQt5Xdg.so")
+makedepends=("cmake" "qt5-tools")
+source=(
+  
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('8ee317328b43349ad48210f540af17759c400d924c6658b51380bfd10697f693'
+'SKIP')
+validpgpkeys=(
+  '7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3'  # Alf Gaida 

+  '19DFDF3A579BD509DBB572D8BE793007AD22DF7E'  # Pedram Pourang 

+)
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:24:55
  Author: yan12125
Revision: 619777

upgpkg: lxqt-runner 0.15.0-1; add .so depends

Modified:
  lxqt-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:24:38 UTC (rev 619776)
+++ PKGBUILD2020-04-25 03:24:55 UTC (rev 619777)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
@@ -8,17 +8,18 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("lxqt-globalkeys" "muparser")
+depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('7591fae6b2a99bde838e8485517f3f0d45418b6732e87fb38473c7eba13ec8b0'
+sha256sums=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:24:38
  Author: yan12125
Revision: 619776

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-panel/repos/community-staging-x86_64/
  lxqt-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 619775, lxqt-panel/trunk/PKGBUILD)

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

Copied: lxqt-panel/repos/community-staging-x86_64/PKGBUILD (from rev 619775, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:24:38 UTC (rev 619776)
@@ -0,0 +1,49 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=(
+   "libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
+   "lxqt-globalkeys" "solid" "libxcb" "libQt5Xdg.so"
+)
+optdepends=(
+   "libpulse: Volume control plugin"
+   "alsa-lib: Volume control plugin"
+   "libstatgrab: CPU monitor and Network monitor plugins"
+   "libsysstat: System Statistics plugin"
+   "lm_sensors: Sensors plugin"
+)
+makedepends=(
+   "lxqt-build-tools" "liblxqt" "libpulse" "libstatgrab" "libsysstat"
+   "lm_sensors" "libxdamage" "alsa-lib"
+)
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+   }


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:25:05
  Author: yan12125
Revision: 619778

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-runner/repos/community-staging-x86_64/
  lxqt-runner/repos/community-staging-x86_64/PKGBUILD
(from rev 619777, lxqt-runner/trunk/PKGBUILD)

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

Copied: lxqt-runner/repos/community-staging-x86_64/PKGBUILD (from rev 619777, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:25:05 UTC (rev 619778)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:24:28
  Author: yan12125
Revision: 619775

upgpkg: lxqt-panel 0.15.0-1; add .so depends

Modified:
  lxqt-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:19:47 UTC (rev 619774)
+++ PKGBUILD2020-04-25 03:24:28 UTC (rev 619775)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-panel
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
 groups=("lxqt")
@@ -10,7 +10,7 @@
 license=("LGPL2.1")
 depends=(
"libdbusmenu-qt5" "libxcomposite" "lxmenu-data"
-   "lxqt-globalkeys" "solid" "libxcb"
+   "lxqt-globalkeys" "solid" "libxcb" "libQt5Xdg.so"
 )
 optdepends=(
"libpulse: Volume control plugin"
@@ -26,11 +26,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('f8be1c1446492e0c6a639ce09fb75341f5c47e4c24f7776020f2543936e87ce4'
+sha256sums=('64f802644cdc0e8744aa631798b0b05e8df8d2eceb53b530dbfe392324b5d9a0'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:19:37
  Author: yan12125
Revision: 619773

upgpkg: qterminal 0.15.0-1

Modified:
  qterminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:18:23 UTC (rev 619772)
+++ PKGBUILD2020-04-25 03:19:37 UTC (rev 619773)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=qterminal
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A lightweight Qt-based terminal emulator"
 arch=("x86_64")
@@ -13,11 +13,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('e018ece0bd38124a2879a6fbb76dd6b9d70ae2b231845650ad363eeca756fe31'
+sha256sums=('557f74a946d009bb6e598c5d0c6de9356cda325f674876a457874c7525affd64'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -26,8 +27,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:19:47
  Author: yan12125
Revision: 619774

archrelease: copy trunk to community-staging-x86_64

Added:
  qterminal/repos/community-staging-x86_64/
  qterminal/repos/community-staging-x86_64/PKGBUILD
(from rev 619773, qterminal/trunk/PKGBUILD)

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

Copied: qterminal/repos/community-staging-x86_64/PKGBUILD (from rev 619773, 
qterminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:19:47 UTC (rev 619774)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("hicolor-icon-theme" "qtermwidget" "qt5-x11extras")
+makedepends=("cmake" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('557f74a946d009bb6e598c5d0c6de9356cda325f674876a457874c7525affd64'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:18:12
  Author: yan12125
Revision: 619771

upgpkg: lxqt-sudo 0.15.0-1

Modified:
  lxqt-sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:17:58 UTC (rev 619770)
+++ PKGBUILD2020-04-25 03:18:12 UTC (rev 619771)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-sudo
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt privilege program (lxsu)."
 arch=("x86_64")
@@ -14,11 +14,12 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('5e59d592b8cd06fe47ede6b1460fac08f5ccdb56dcdeddf599fcde39c57d7e55'
+sha256sums=('bc148b2aa80c3dc6fea200a848e25b5c0684295a70f876931f11ffd168fd8fec'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:17:48
  Author: yan12125
Revision: 619769

upgpkg: lxqt-session 0.15.0-1; add .so depends

Modified:
  lxqt-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:16:44 UTC (rev 619768)
+++ PKGBUILD2020-04-25 03:17:48 UTC (rev 619769)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-session
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt session manager"
 arch=("x86_64")
@@ -8,7 +8,7 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem")
+depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" 
"libQt5Xdg.so")
 makedepends=("cmake" "lxqt-build-tools")
 optdepends=(
"breeze-icons: Default icon theme"
@@ -18,11 +18,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('fe6daabbd5f1ce2d8aa47c0ecc4e6656f2e59b66c59bd5f76e668cb16bdc2286'
+sha256sums=('e44fcc0ba10165713a35729fe4a7e227af466d8f8b9fbc3fed1f8a2a68a0c69f'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:17:58
  Author: yan12125
Revision: 619770

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-session/repos/community-staging-x86_64/
  lxqt-session/repos/community-staging-x86_64/PKGBUILD
(from rev 619769, lxqt-session/trunk/PKGBUILD)

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

Copied: lxqt-session/repos/community-staging-x86_64/PKGBUILD (from rev 619769, 
lxqt-session/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:17:58 UTC (rev 619770)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt session manager"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" 
"libQt5Xdg.so")
+makedepends=("cmake" "lxqt-build-tools")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('e44fcc0ba10165713a35729fe4a7e227af466d8f8b9fbc3fed1f8a2a68a0c69f'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:18:23
  Author: yan12125
Revision: 619772

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-sudo/repos/community-staging-x86_64/
  lxqt-sudo/repos/community-staging-x86_64/PKGBUILD
(from rev 619771, lxqt-sudo/trunk/PKGBUILD)

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

Copied: lxqt-sudo/repos/community-staging-x86_64/PKGBUILD (from rev 619771, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:18:23 UTC (rev 619772)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('bc148b2aa80c3dc6fea200a848e25b5c0684295a70f876931f11ffd168fd8fec'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:16:44
  Author: yan12125
Revision: 619768

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-powermanagement/repos/community-staging-x86_64/
  lxqt-powermanagement/repos/community-staging-x86_64/PKGBUILD
(from rev 619766, lxqt-powermanagement/trunk/PKGBUILD)

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

Copied: lxqt-powermanagement/repos/community-staging-x86_64/PKGBUILD (from rev 
619766, lxqt-powermanagement/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:16:44 UTC (rev 619768)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-powermanagement
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt power management daemon"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" 
"hicolor-icon-theme" "libQt5Xdg.so")
+makedepends=("cmake" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('80728e48f9a88407ef9deeaeaa7dd6d6dfa52a539cdc04c6cb3ee9670d3f54cd'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:16:34
  Author: yan12125
Revision: 619766

upgpkg: lxqt-powermanagement 0.15.0-1; add .so depends

Modified:
  lxqt-powermanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:16:33 UTC (rev 619765)
+++ PKGBUILD2020-04-25 03:16:34 UTC (rev 619766)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-powermanagement
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt power management daemon"
 arch=("x86_64")
@@ -8,16 +8,17 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("liblxqt" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" 
"hicolor-icon-theme")
+depends=("liblxqt" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" 
"hicolor-icon-theme" "libQt5Xdg.so")
 makedepends=("cmake" "lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('37ea9a6e9a485207f13f776beb3c6265ddfab0f5dab1a216b2e926bae67a7b19'
+sha256sums=('80728e48f9a88407ef9deeaeaa7dd6d6dfa52a539cdc04c6cb3ee9670d3f54cd'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:16:42
  Author: felixonmars
Revision: 619767

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 619766, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:16:42 UTC (rev 619767)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.6
+pkgrel=62
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2282c63d21c6baa8070ec8afbfb75deeae6becead7963efd0894d9a82af31de7e993d7bc57c17c5e7914bd458f45771ac7e0995632511584dd6d90bff9034f1f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:16:33
  Author: felixonmars
Revision: 619765

upgpkg: haskell-sbv 8.6-62: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:15:25 UTC (rev 619764)
+++ PKGBUILD2020-04-25 03:16:33 UTC (rev 619765)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.6
-pkgrel=61
+pkgrel=62
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv";
 license=("BSD")


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:15:25
  Author: yan12125
Revision: 619764

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-policykit/repos/community-staging-x86_64/
  lxqt-policykit/repos/community-staging-x86_64/PKGBUILD
(from rev 619763, lxqt-policykit/trunk/PKGBUILD)

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

Copied: lxqt-policykit/repos/community-staging-x86_64/PKGBUILD (from rev 
619763, lxqt-policykit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:15:25 UTC (rev 619764)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-policykit
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt policykit authentication agent"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('e2e6b27ce0e3611937c2ecc8525a18541ed8758a9dccea62357f1d427b4dec4f'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:15:15
  Author: yan12125
Revision: 619763

upgpkg: lxqt-policykit 0.15.0-1

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:14:38 UTC (rev 619762)
+++ PKGBUILD2020-04-25 03:15:15 UTC (rev 619763)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
@@ -13,11 +13,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('b1cccb11c4e13cc52fa9793f21f85ab7cc0632c01e4c1a089bcbe76bc1c2f988'
+sha256sums=('e2e6b27ce0e3611937c2ecc8525a18541ed8758a9dccea62357f1d427b4dec4f'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


[arch-commits] Commit in lxqt-openssh-askpass/repos (2 files)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:14:38
  Author: yan12125
Revision: 619762

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-openssh-askpass/repos/community-staging-x86_64/
  lxqt-openssh-askpass/repos/community-staging-x86_64/PKGBUILD
(from rev 619761, lxqt-openssh-askpass/trunk/PKGBUILD)

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

Copied: lxqt-openssh-askpass/repos/community-staging-x86_64/PKGBUILD (from rev 
619761, lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:14:38 UTC (rev 619762)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('5371e955b18494eaa342c9ccfc7ef64b38af4c78514bdcdc4c81a017898416c1'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-openssh-askpass/trunk (PKGBUILD)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:14:28
  Author: yan12125
Revision: 619761

upgpkg: lxqt-openssh-askpass 0.15.0-1

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:13:10 UTC (rev 619760)
+++ PKGBUILD2020-04-25 03:14:28 UTC (rev 619761)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-openssh-askpass
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 arch=("x86_64")
@@ -13,11 +13,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('9a05cf15d123f5f09eefe77bf5bef96c2752fd0b16c1ad8020d6c5dba27c6bbb'
+sha256sums=('5371e955b18494eaa342c9ccfc7ef64b38af4c78514bdcdc4c81a017898416c1'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:13:10
  Author: yan12125
Revision: 619760

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-admin/repos/community-staging-x86_64/
  lxqt-admin/repos/community-staging-x86_64/PKGBUILD
(from rev 619759, lxqt-admin/trunk/PKGBUILD)

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

Copied: lxqt-admin/repos/community-staging-x86_64/PKGBUILD (from rev 619759, 
lxqt-admin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:13:10 UTC (rev 619760)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-admin
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt system administration tool."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base" "liblxqt" "kwindowsystem" "polkit-qt5")
+makedepends=("cmake" "qt5-tools" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha512sums=('830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:12:40
  Author: yan12125
Revision: 619759

upgpkg: lxqt-admin 0.15.0-1

Modified:
  lxqt-admin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:08:33 UTC (rev 619758)
+++ PKGBUILD2020-04-25 03:12:40 UTC (rev 619759)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-admin
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt system administration tool."
 arch=("x86_64")
@@ -15,11 +15,12 @@

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha512sums=('bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373'
+sha512sums=('830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:08:33
  Author: felixonmars
Revision: 619758

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 619757, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:08:33 UTC (rev 619758)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1
+pkgrel=173
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:08:23
  Author: felixonmars
Revision: 619757

upgpkg: haskell-ipynb 0.1-173: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:07:43 UTC (rev 619756)
+++ PKGBUILD2020-04-25 03:08:23 UTC (rev 619757)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1
-pkgrel=172
+pkgrel=173
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb";
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:07:43
  Author: felixonmars
Revision: 619756

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-diff/repos/community-staging-x86_64/
  haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 619755, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
619755, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:07:43 UTC (rev 619756)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.8
+pkgrel=92
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:07:34
  Author: felixonmars
Revision: 619755

upgpkg: haskell-aeson-diff 1.1.0.8-92: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:04:35 UTC (rev 619754)
+++ PKGBUILD2020-04-25 03:07:34 UTC (rev 619755)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=91
+pkgrel=92
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff";
 license=('BSD')
@@ -16,6 +16,11 @@
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 
sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:04:35
  Author: felixonmars
Revision: 619754

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 619753, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 619753, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:04:35 UTC (rev 619754)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.2.11
+_commit=500f2f03ea4f783352b418bfa9dbe1a591171544
+pkgrel=44
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-file-embed' 
'haskell-filepattern'
+ 'haskell-ghc' 'haskell-ghc-lib-parser-ex' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-syb' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 
'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz";)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1c6b6eb9145e48fd006b055df00cd11d229df8eea47acd45862994c020cd1f79ad6cc82d48e0cfbaba302dd93d202b2a167e2d6d56fbc61f37aae60e1f4aa1ba')
+
+prepare() {
+mv $pkgname-{$_commit,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 03:04:26
  Author: felixonmars
Revision: 619753

upgpkg: hlint 2.2.11-44: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:02:14 UTC (rev 619752)
+++ PKGBUILD2020-04-25 03:04:26 UTC (rev 619753)
@@ -3,7 +3,8 @@
 
 pkgname=hlint
 pkgver=2.2.11
-pkgrel=43
+_commit=500f2f03ea4f783352b418bfa9dbe1a591171544
+pkgrel=44
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("BSD")
@@ -16,13 +17,12 @@
 conflicts=('haskell-hlint')
 replaces=('haskell-hlint')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('287b4230d1238b45fa8b6cbe51e6bca19e0300ad89e9637a250e51104a5f843ac5bfbbd2c984edd482248aa086de5f22f82d3525d80880a02847db4130d1aa9c')
+source=("https://github.com/ndmitchell/hlint/archive/$_commit/$pkgname-$_commit.tar.gz";)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1c6b6eb9145e48fd006b055df00cd11d229df8eea47acd45862994c020cd1f79ad6cc82d48e0cfbaba302dd93d202b2a167e2d6d56fbc61f37aae60e1f4aa1ba')
 
 prepare() {
-cd $pkgname-$pkgver
-sed -i 's/== *8.8.5/== 8.8.6/' $pkgname.cabal
-sed -i 
's/Language.Haskell.GhclibParserEx.DynFlags/Language.Haskell.GhclibParserEx.GHC.Driver.Session/'
 src/GHC/Util.hs
+mv $pkgname-{$_commit,$pkgver}
 }
 
 build() {


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:02:14
  Author: yan12125
Revision: 619752

archrelease: copy trunk to community-staging-x86_64

Added:
  qtermwidget/repos/community-staging-x86_64/
  qtermwidget/repos/community-staging-x86_64/PKGBUILD
(from rev 619751, qtermwidget/trunk/PKGBUILD)

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

Copied: qtermwidget/repos/community-staging-x86_64/PKGBUILD (from rev 619751, 
qtermwidget/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:02:14 UTC (rev 619752)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=qtermwidget
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("x86_64")
+url="https://lxqt.org";
+# Yep, it's messy when you're talking about licenses
+license=("LGPL" "custom:BSD" "custom:Public Domain")
+depends=("qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+  
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+  
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('6ecaf7c91be282c5e34937a853fe649729966c38d7e8f4cf54c0df94d85ac3ee'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/README.md" -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:02:04
  Author: yan12125
Revision: 619751

upgpkg: qtermwidget 0.15.0-1

Modified:
  qtermwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:01:03 UTC (rev 619750)
+++ PKGBUILD2020-04-25 03:02:04 UTC (rev 619751)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=qtermwidget
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A terminal widget for Qt, used by QTerminal"
 arch=("x86_64")
@@ -15,11 +15,12 @@
   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('84739f91e6ac5900a39ed7cbb254397a9428b172ee3fe0d1b6c827b751dc3b6c'
+sha256sums=('6ecaf7c91be282c5e34937a853fe649729966c38d7e8f4cf54c0df94d85ac3ee'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -28,8 +29,7 @@
   cd build
 
   cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:01:03
  Author: yan12125
Revision: 619750

archrelease: copy trunk to community-staging-x86_64

Added:
  pavucontrol-qt/repos/community-staging-x86_64/
  pavucontrol-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 619749, pavucontrol-qt/trunk/PKGBUILD)

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

Copied: pavucontrol-qt/repos/community-staging-x86_64/PKGBUILD (from rev 
619749, pavucontrol-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 03:01:03 UTC (rev 619750)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=pavucontrol-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("x86_64")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("pulseaudio" "qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('c6148fabec2140a9b6e70620e1956c42617054373872525dc98018b22ab79397'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:00:53
  Author: yan12125
Revision: 619749

upgpkg: pavucontrol-qt 0.15.0-1

Modified:
  pavucontrol-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:59:46 UTC (rev 619748)
+++ PKGBUILD2020-04-25 03:00:53 UTC (rev 619749)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pavucontrol-qt
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
 arch=("x86_64")
@@ -14,11 +14,12 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('d805c9fd738b67a378edb432dc702ab4d009d2c9192fd977492ebbfc502ebca2'
+sha256sums=('c6148fabec2140a9b6e70620e1956c42617054373872525dc98018b22ab79397'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -27,8 +28,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:59:36
  Author: yan12125
Revision: 619747

upgpkg: lxqt-themes 0.15.0-1; use HTTPS URL

Modified:
  lxqt-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:56:02 UTC (rev 619746)
+++ PKGBUILD2020-04-25 02:59:36 UTC (rev 619747)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-themes
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt themes, graphics and icons."
 arch=("any")
 groups=("lxqt")
-url="http://lxqt.org";
+url="https://lxqt.org";
 license=("LGPL2.1")
 depends=("hicolor-icon-theme")
 makedepends=("lxqt-build-tools")
@@ -15,11 +15,12 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c'
+sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -27,8 +28,7 @@
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:59:46
  Author: yan12125
Revision: 619748

archrelease: copy trunk to community-staging-any

Added:
  lxqt-themes/repos/community-staging-any/
  lxqt-themes/repos/community-staging-any/PKGBUILD
(from rev 619747, lxqt-themes/trunk/PKGBUILD)

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

Copied: lxqt-themes/repos/community-staging-any/PKGBUILD (from rev 619747, 
lxqt-themes/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-04-25 02:59:46 UTC (rev 619748)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-themes
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt themes, graphics and icons."
+arch=("any")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("hicolor-icon-theme")
+makedepends=("lxqt-build-tools")
+replaces=("lxqt-common")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:56:02
  Author: yan12125
Revision: 619746

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-notificationd/repos/community-staging-x86_64/
  lxqt-notificationd/repos/community-staging-x86_64/PKGBUILD
(from rev 619745, lxqt-notificationd/trunk/PKGBUILD)

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

Copied: lxqt-notificationd/repos/community-staging-x86_64/PKGBUILD (from rev 
619745, lxqt-notificationd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:56:02 UTC (rev 619746)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base" "liblxqt" "kwindowsystem" "libQt5Xdg.so")
+makedepends=("cmake" "lxqt-build-tools")
+provides=("notification-daemon")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha512sums=('0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:55:45
  Author: yan12125
Revision: 619744

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-globalkeys/repos/community-staging-x86_64/
  lxqt-globalkeys/repos/community-staging-x86_64/PKGBUILD
(from rev 619743, lxqt-globalkeys/trunk/PKGBUILD)

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

Copied: lxqt-globalkeys/repos/community-staging-x86_64/PKGBUILD (from rev 
619743, lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:55:45 UTC (rev 619744)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-globalkeys
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:55:51
  Author: yan12125
Revision: 619745

upgpkg: lxqt-notificationd 0.15.0-1; add .so depends

Modified:
  lxqt-notificationd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:55:45 UTC (rev 619744)
+++ PKGBUILD2020-04-25 02:55:51 UTC (rev 619745)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-notificationd
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("x86_64")
@@ -8,17 +8,18 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("qt5-base" "liblxqt" "kwindowsystem")
+depends=("qt5-base" "liblxqt" "kwindowsystem" "libQt5Xdg.so")
 makedepends=("cmake" "lxqt-build-tools")
 provides=("notification-daemon")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha512sums=('dcd1892ff66d6beb5c8953c6731f798a59272365fb7439277732b145cc9e6479314415481d9e8aae9fd670d779011c3d7bb3874b05a67cfad2a722f467866795'
+sha512sums=('0febe3ff61caaf4303e3853df6bc494ce8eb4a931e6d8600a2e38c07317ecadbe3d7060ac234d139326a726c43ac555153dde6b2d4d05e95ab357873457c9632'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:55:35
  Author: yan12125
Revision: 619743

upgpkg: lxqt-globalkeys 0.15.0-1

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:54:46 UTC (rev 619742)
+++ PKGBUILD2020-04-25 02:55:35 UTC (rev 619743)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-globalkeys
-pkgver=0.14.3
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("x86_64")
@@ -14,21 +14,15 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-   
$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-globalkeys/commit/c9ec69850428e599fba282c32e51868b815e3019.patch
 )
-sha256sums=('e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455'
-'SKIP'
-'368744b010e494e018ddfca8d44b3917b7e851b683821c2faebc5ecf63ccda72')
+sha256sums=('ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
-prepare() {
-   cd $pkgname-$pkgver
-   patch -Np1 -i ../$pkgname-qt5.14.patch
-}
-
 build() {
mkdir -p build
cd build


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:54:46
  Author: yan12125
Revision: 619742

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-config/repos/community-staging-x86_64/
  lxqt-config/repos/community-staging-x86_64/PKGBUILD
(from rev 619741, lxqt-config/trunk/PKGBUILD)

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

Copied: lxqt-config/repos/community-staging-x86_64/PKGBUILD (from rev 619741, 
lxqt-config/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:54:46 UTC (rev 619742)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-config
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" 
"xf86-input-libinput" "qt5-svg" "libQt5Xdg.so")
+makedepends=("lxqt-build-tools")
+optdepends=(
+   'xsettingsd: help GTK applications apply themes on the fly'
+)
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:54:36
  Author: yan12125
Revision: 619741

upgpkg: lxqt-config 0.15.0-1; add .so depends

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:50:49 UTC (rev 619740)
+++ PKGBUILD2020-04-25 02:54:36 UTC (rev 619741)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-config
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt system configuration."
 arch=("x86_64")
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" 
"xf86-input-libinput" "qt5-svg")
+depends=("lxqt-themes" "liblxqt" "libkscreen" "libxcursor" 
"xf86-input-libinput" "qt5-svg" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 optdepends=(
'xsettingsd: help GTK applications apply themes on the fly'
@@ -17,21 +17,15 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-   
$pkgname-qt5.14.patch::https://github.com/lxqt/lxqt-config/commit/cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e.patch
 )
-sha256sums=('2ffb0a8627652861f1d5c3a9f5071d7e1016071d829c0bd17be234b3ed34639a'
-'SKIP'
-'bc9c8159167e6689ec7f51297e21e100f602b2b3b3d98ece9a7ca7b37c90fa5a')
+sha256sums=('ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
-prepare() {
-   cd $pkgname-$pkgver
-   patch -Np1 -i ../$pkgname-qt5.14.patch
-}
-
 build() {
mkdir -p build
cd build


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:50:49
  Author: felixonmars
Revision: 619740

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 619739, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:50:49 UTC (rev 619740)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.17.1
+pkgrel=29
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-utf8-string' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-handler-launch' 
'haskell-warp'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('4221cd01387715efe6c17bbece72878a93acb6f1b153fac5eb2a28a3086676e9ebca84e1c6fbff86c49d2b6f383cbc2bfb38115301c10645bc9245c03c1f5b31')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:50:40
  Author: felixonmars
Revision: 619739

upgpkg: hledger-web 1.17.1-29: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:49:29 UTC (rev 619738)
+++ PKGBUILD2020-04-25 02:50:40 UTC (rev 619739)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.17.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:49:29
  Author: felixonmars
Revision: 619738

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 619737, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:49:29 UTC (rev 619738)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.17.1.1
+pkgrel=20
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('cb6a28a4b31881f0a0036330338ca7d44a56b67b327dda6cf7ec41cba1ddfae62cff5cdaaf8ffc259e494e79b95992d5fdaee2b51239e9e4bcf077e8b1384974')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:49:20
  Author: felixonmars
Revision: 619737

upgpkg: hledger-ui 1.17.1.1-20: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:48:35 UTC (rev 619736)
+++ PKGBUILD2020-04-25 02:49:20 UTC (rev 619737)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.17.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:48:35
  Author: felixonmars
Revision: 619736

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 619735, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:48:35 UTC (rev 619736)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.17.1.1
+pkgrel=14
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('46d356575e4ce3736da17716e0638d53b022d53393751bfec5fcae965a3c3416be92afbac5300fa9ffa0c32031fb4892e34e565aba1fea426837cf3f4c2c83ea')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:48:26
  Author: felixonmars
Revision: 619735

upgpkg: hledger 1.17.1.1-14: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:46:38 UTC (rev 619734)
+++ PKGBUILD2020-04-25 02:48:26 UTC (rev 619735)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.17.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:46:38
  Author: felixonmars
Revision: 619734

archrelease: copy trunk to community-staging-x86_64

Added:
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 619733, hedgewars/trunk/PKGBUILD)

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

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 619733, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:46:38 UTC (rev 619734)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=1.0.0
+pkgrel=61
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('x86_64')
+url="https://hedgewars.org";
+license=('GPL' 'custom')
+depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 
'lua51' 'ffmpeg' 'glut'
+ 'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-sandi' 'haskell-hslogger' 'haskell-network2.8' 
'haskell-utf8-string' 'haskell-vector')
+makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-bytestring-show'
+ 'haskell-zlib' 'haskell-base-prelude' 'imagemagick' 'mesa')
+source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2";)
+sha512sums=('9aeb904550239040a878a0e7ae5006aa4d824124b61d813b9e6f6dfe1bd1c8f5fe395e0fd6e58d685ef1259abd4669e03b985be129c620be15f6e5ad82519ec2')
+
+prepare() {
+  cd hedgewars-src-$pkgver
+  sed -i 's|set(ghc_flags|set(ghc_flags -dynamic -package network-2.8.0.1 
-hide-package network-bsd|' gameServer/CMakeLists.txt
+}
+
+build() {
+  cd hedgewars-src-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATA_INSTALL_DIR=/usr/share/hedgewars \
+-DNOSERVER=0 \
+.
+  make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert +set date:create +set date:modify misc/hedgewars.png -resize 
${_size}x${_size} hedgewars_${_size}.png
+  done
+}
+
+package() {
+  cd hedgewars-src-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
"$pkgdir"/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf "$pkgdir"/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
"$pkgdir"/usr/share/applications/hedgewars.desktop
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:46:07
  Author: yan12125
Revision: 619732

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-about/repos/community-staging-x86_64/
  lxqt-about/repos/community-staging-x86_64/PKGBUILD
(from rev 619731, lxqt-about/trunk/PKGBUILD)

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

Copied: lxqt-about/repos/community-staging-x86_64/PKGBUILD (from rev 619731, 
lxqt-about/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:46:07 UTC (rev 619732)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-about
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt about dialog."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt" "libQt5Xdg.so")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('50d7156b5d8691ced72e85312b54da1e94503824b177c5e16ce8fae977f8445c'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:45:57
  Author: yan12125
Revision: 619731

upgpkg: lxqt-about 0.15.0-1; add .so depends

Modified:
  lxqt-about/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:45:00 UTC (rev 619730)
+++ PKGBUILD2020-04-25 02:45:57 UTC (rev 619731)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-about
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt about dialog."
 arch=("x86_64")
@@ -9,17 +9,18 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("liblxqt")
+depends=("liblxqt" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('3a2ec7c9e8d885664602e5a7fa6f3d40e698254c27902a0fdd3cb1ce5a2bb707'
+sha256sums=('50d7156b5d8691ced72e85312b54da1e94503824b177c5e16ce8fae977f8445c'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:46:24
  Author: felixonmars
Revision: 619733

upgpkg: hedgewars 1.0.0-61: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:46:07 UTC (rev 619732)
+++ PKGBUILD2020-04-25 02:46:24 UTC (rev 619733)
@@ -4,7 +4,7 @@
 
 pkgname=hedgewars
 pkgver=1.0.0
-pkgrel=60
+pkgrel=61
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org";


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:45:00
  Author: yan12125
Revision: 619730

archrelease: copy trunk to community-staging-x86_64

Added:
  libsysstat/repos/community-staging-x86_64/
  libsysstat/repos/community-staging-x86_64/PKGBUILD
(from rev 619729, libsysstat/trunk/PKGBUILD)

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

Copied: libsysstat/repos/community-staging-x86_64/PKGBUILD (from rev 619729, 
libsysstat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:45:00 UTC (rev 619730)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libsysstat
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("x86_64")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha512sums=('a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:44:49
  Author: yan12125
Revision: 619729

upgpkg: libsysstat 0.4.3-1; use HTTPS URL

Modified:
  libsysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:44:25 UTC (rev 619728)
+++ PKGBUILD2020-04-25 02:44:49 UTC (rev 619729)
@@ -1,11 +1,11 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libsysstat
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Library to query system statistics (net, resource usage, ...)"
 arch=("x86_64")
-url="http://lxqt.org";
+url="https://lxqt.org";
 license=("LGPL2.1")
 depends=("qt5-base")
 makedepends=("lxqt-build-tools")
@@ -13,11 +13,12 @@

"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha512sums=('9059b9d20edbb7ecd89e722b48c6603b8042030ffad06d3eac167bb518691c2733d314649dc4c42a839d4812c7b65dcd043a13a6bd5b56678da112a8065717df'
+sha512sums=('a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 build() {
@@ -24,8 +25,7 @@
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:44:25
  Author: yan12125
Revision: 619728

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-archiver/repos/community-staging-x86_64/
  lxqt-archiver/repos/community-staging-x86_64/PKGBUILD
(from rev 619727, lxqt-archiver/trunk/PKGBUILD)

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

Copied: lxqt-archiver/repos/community-staging-x86_64/PKGBUILD (from rev 619727, 
lxqt-archiver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:44:25 UTC (rev 619728)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-archiver
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
+arch=("x86_64")
+url="https://lxqt.org";
+license=("GPL2")
+depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
+makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
+source=("https://github.com/lxqt/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('0c43ce738223a9dac7951c618d89c20db6dd2ddf8534cc2f00c5bbbd7d6e0ea0')
+
+build() {
+  # Bring in -D_FORTIFY_SOURCE=2
+  export CFLAGS+=" $CPPFLAGS"
+  export CXXLAGS+=" $CPPFLAGS"
+
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+  make -C build
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:43:53
  Author: yan12125
Revision: 619725

upgpkg: lximage-qt 0.15.0-1; add .so depends

Modified:
  lximage-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:42:47 UTC (rev 619724)
+++ PKGBUILD2020-04-25 02:43:53 UTC (rev 619725)
@@ -2,14 +2,14 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lximage-qt
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="The LXQt image viewer and screenshot tool"
 arch=("x86_64")
 groups=("lxqt")
 url="https://lxqt.org";
 license=("GPL2")
-depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes" 
"libfm-qt.so")
 optdepends=(
"qt5-imageformats: support for additional image formats (WEBP, TIFF, 
etc.)"
 )
@@ -18,11 +18,12 @@

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('ea130039f8f65c7279de440c2c0a787d731721176ddd8053b8527c5273293846'
+sha256sums=('33cb2ce4cde14acb66c11f1bfed1d904ceb30c52453d9accde9f728f56f53e0a'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:44:14
  Author: yan12125
Revision: 619727

upgpkg: lxqt-archiver 0.1.0-2; rebuilding with libfm-qt.so.7

Modified:
  lxqt-archiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:44:03 UTC (rev 619726)
+++ PKGBUILD2020-04-25 02:44:14 UTC (rev 619727)
@@ -2,12 +2,12 @@
 
 pkgname=lxqt-archiver
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
 arch=("x86_64")
 url="https://lxqt.org";
 license=("GPL2")
-depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib')
+depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
 makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
 
source=("https://github.com/lxqt/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('0c43ce738223a9dac7951c618d89c20db6dd2ddf8534cc2f00c5bbbd7d6e0ea0')


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:44:03
  Author: yan12125
Revision: 619726

archrelease: copy trunk to community-staging-x86_64

Added:
  lximage-qt/repos/community-staging-x86_64/
  lximage-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 619725, lximage-qt/trunk/PKGBUILD)

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

Copied: lximage-qt/repos/community-staging-x86_64/PKGBUILD (from rev 619725, 
lximage-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:44:03 UTC (rev 619726)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lximage-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt image viewer and screenshot tool"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes" 
"libfm-qt.so")
+optdepends=(
+   "qt5-imageformats: support for additional image formats (WEBP, TIFF, 
etc.)"
+)
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('33cb2ce4cde14acb66c11f1bfed1d904ceb30c52453d9accde9f728f56f53e0a'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:42:47
  Author: yan12125
Revision: 619724

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 619723, lxqt-qtplugin/trunk/PKGBUILD)

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

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 619723, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:42:47 UTC (rev 619724)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.so")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:42:37
  Author: yan12125
Revision: 619723

upgpkg: lxqt-qtplugin 0.15.0-1; add .so depends and use HTTPS URL

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:41:28 UTC (rev 619722)
+++ PKGBUILD2020-04-25 02:42:37 UTC (rev 619723)
@@ -1,24 +1,25 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org";
+url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.so")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+sha256sums=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:41:28
  Author: felixonmars
Revision: 619722

archrelease: copy trunk to community-staging-x86_64

Added:
  hasktags/repos/community-staging-x86_64/
  hasktags/repos/community-staging-x86_64/PKGBUILD
(from rev 619721, hasktags/trunk/PKGBUILD)

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

Copied: hasktags/repos/community-staging-x86_64/PKGBUILD (from rev 619721, 
hasktags/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:41:28 UTC (rev 619722)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.71.2
+pkgrel=69
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="https://github.com/MarcWeber/hasktags";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-json' 'haskell-microlens-platform' 
'haskell-optparse-applicative'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('649f8e74202dc08b8c37535c2fb0fefe11c55bc9de300093b20e7b224fa6daccbc938988ef810a479e745b53270215fc847caa6e0b06310a7d1c7493fc37b1ce')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *0.4/<1/' -e 's/< *0.10/<1/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:41:20
  Author: felixonmars
Revision: 619721

upgpkg: hasktags 0.71.2-69: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:40:11 UTC (rev 619720)
+++ PKGBUILD2020-04-25 02:41:20 UTC (rev 619721)
@@ -3,7 +3,7 @@
 
 pkgname=hasktags
 pkgver=0.71.2
-pkgrel=68
+pkgrel=69
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="https://github.com/MarcWeber/hasktags";
 license=("BSD")


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:39:57
  Author: yan12125
Revision: 619719

upgpkg: pcmanfm-qt 0.15.0-1; add .so depends

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:36:21 UTC (rev 619718)
+++ PKGBUILD2020-04-25 02:39:57 UTC (rev 619719)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="https://lxqt.org";
 license=("GPL2")
-depends=("desktop-file-utils" "libfm-qt" "lxmenu-data")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data" "libfm-qt.so")
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
@@ -21,11 +21,12 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=('58e6a5f78014837f8c23a01f286ad5e3be426d3da37fdd8b4994766a63116c74'
+sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -34,8 +35,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:40:11
  Author: yan12125
Revision: 619720

archrelease: copy trunk to community-staging-x86_64

Added:
  pcmanfm-qt/repos/community-staging-x86_64/
  pcmanfm-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 619719, pcmanfm-qt/trunk/PKGBUILD)

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

Copied: pcmanfm-qt/repos/community-staging-x86_64/PKGBUILD (from rev 619719, 
pcmanfm-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:40:11 UTC (rev 619720)
@@ -0,0 +1,45 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=pcmanfm-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("desktop-file-utils" "libfm-qt" "lxmenu-data" "libfm-qt.so")
+makedepends=("lxqt-build-tools")
+optdepends=(
+   "gvfs: for trash support, mounting with udisks and remote filesystems"
+   "gvfs-mtp: MTP support (Media Transfer Protocol)"
+   "xarchiver: archive management"
+   "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
+)
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('69d60ac9b1ee73ad73280ce544680c6f7fe72fd69eba9c9b7a03e6c80576c105'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:36:21
  Author: felixonmars
Revision: 619718

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-streams/repos/community-staging-x86_64/
  haskell-http-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 619717, haskell-http-streams/trunk/PKGBUILD)

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
619717, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:36:21 UTC (rev 619718)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.7.1
+pkgrel=87
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6c2613cc6bcc1b54916c484834779fb3388085082df33216beb12685eb8e56c0f45b2bf24d657acc6c0295ea429c0e1947213a1235c4373cfdcf10899c93bee1')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:36:12
  Author: felixonmars
Revision: 619717

upgpkg: haskell-http-streams 0.8.7.1-87: rebuild pass 1, specified --nocheck

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:30:47 UTC (rev 619716)
+++ PKGBUILD2020-04-25 02:36:12 UTC (rev 619717)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.7.1
-pkgrel=86
+pkgrel=87
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams";
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:30:47
  Author: felixonmars
Revision: 619716

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-core/repos/community-staging-x86_64/
  haskell-snap-core/repos/community-staging-x86_64/PKGBUILD
(from rev 619715, haskell-snap-core/trunk/PKGBUILD)

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
619715, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:30:47 UTC (rev 619716)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.4.1
+pkgrel=75
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0d4f6a4152627773714c1ec5c9508d19a2e69c8ef83acab3669b0732b840aa67dfce7893638fba7689e35c5b3530ea1fd8d681f6aad045ccb2219e5910e83e34')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:30:38
  Author: felixonmars
Revision: 619715

upgpkg: haskell-snap-core 1.0.4.1-75: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:28:40 UTC (rev 619714)
+++ PKGBUILD2020-04-25 02:30:38 UTC (rev 619715)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.4.1
-pkgrel=74
+pkgrel=75
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core";
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:28:40
  Author: felixonmars
Revision: 619714

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-openssl-streams/repos/community-staging-x86_64/
  haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 619713, haskell-openssl-streams/trunk/PKGBUILD)

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

Copied: haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD (from 
rev 619713, haskell-openssl-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:28:40 UTC (rev 619714)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=openssl-streams
+pkgname=haskell-openssl-streams
+pkgver=1.2.2.0
+pkgrel=58
+pkgdesc="OpenSSL network support for io-streams"
+url="https://github.com/snapframework/openssl-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *3.1/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:28:31
  Author: felixonmars
Revision: 619713

upgpkg: haskell-openssl-streams 1.2.2.0-58: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:28:00 UTC (rev 619712)
+++ PKGBUILD2020-04-25 02:28:31 UTC (rev 619713)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.2.0
-pkgrel=57
+pkgrel=58
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams";
 license=('BSD')


[arch-commits] Commit in haskell-io-streams-haproxy/repos (2 files)

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:28:00
  Author: felixonmars
Revision: 619712

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams-haproxy/repos/community-staging-x86_64/
  haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 619711, haskell-io-streams-haproxy/trunk/PKGBUILD)

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

Copied: haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD 
(from rev 619711, haskell-io-streams-haproxy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:28:00 UTC (rev 619712)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams-haproxy
+pkgname=haskell-io-streams-haproxy
+pkgver=1.0.1.0
+pkgrel=55
+pkgdesc="HAProxy protocol 1.5 support for io-streams"
+url="https://github.com/snapframework/io-streams-haproxy";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 
'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4.13/<5/' -e 's/< *3.1/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-io-streams-haproxy/trunk (PKGBUILD)

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:27:51
  Author: felixonmars
Revision: 619711

upgpkg: haskell-io-streams-haproxy 1.0.1.0-55: rebuild with ghc 8.10.1, 
protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, 
singletons 2.7

Modified:
  haskell-io-streams-haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:27:16 UTC (rev 619710)
+++ PKGBUILD2020-04-25 02:27:51 UTC (rev 619711)
@@ -3,7 +3,7 @@
 _hkgname=io-streams-haproxy
 pkgname=haskell-io-streams-haproxy
 pkgver=1.0.1.0
-pkgrel=54
+pkgrel=55
 pkgdesc="HAProxy protocol 1.5 support for io-streams"
 url="https://github.com/snapframework/io-streams-haproxy";
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:27:07
  Author: felixonmars
Revision: 619709

upgpkg: haskell-io-streams 1.5.1.0-55: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:25:50 UTC (rev 619708)
+++ PKGBUILD2020-04-25 02:27:07 UTC (rev 619709)
@@ -3,7 +3,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.1.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams";
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:27:16
  Author: felixonmars
Revision: 619710

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams/repos/community-staging-x86_64/
  haskell-io-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 619709, haskell-io-streams/trunk/PKGBUILD)

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

Copied: haskell-io-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
619709, haskell-io-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:27:16 UTC (rev 619710)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams
+pkgname=haskell-io-streams
+pkgver=1.5.1.0
+pkgrel=55
+pkgdesc="Simple, composable, and easy-to-use stream I/O"
+url="https://github.com/snapframework/io-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 
'haskell-vector'
+ 'haskell-zlib-bindings')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('01ddf89f09cba429ab600e55994cb6740d4fcdeb23ce85822098d39dbe530a74256d66ea52429798787d9d549db3cd99a5078362b333a7f49c4926e74e0b460c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/< *0.7/<1/' -e 's/< *3.1/<4/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Jan Steffens via arch-commits
Date: Saturday, April 25, 2020 @ 02:26:06
  Author: heftig
Revision: 381527

3.36.2-1

Modified:
  gnome-mahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 22:44:57 UTC (rev 381526)
+++ PKGBUILD2020-04-25 02:26:06 UTC (rev 381527)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mahjongg
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="Disassemble a pile of tiles by removing matching pairs"
 url="https://wiki.gnome.org/Apps/Mahjongg";
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=f6e87bf3122b58b8a850337765010dd083f5de36  # tags/3.36.1^0
+_commit=32752c12653a88949a353e5330ba35fbb57f9cab  # tags/3.36.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:25:50
  Author: felixonmars
Revision: 619708

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-zlib-bindings/repos/community-staging-x86_64/
  haskell-zlib-bindings/repos/community-staging-x86_64/PKGBUILD
(from rev 619707, haskell-zlib-bindings/trunk/PKGBUILD)

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

Copied: haskell-zlib-bindings/repos/community-staging-x86_64/PKGBUILD (from rev 
619707, haskell-zlib-bindings/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:25:50 UTC (rev 619708)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=zlib-bindings
+pkgname=haskell-zlib-bindings
+pkgver=0.1.1.5
+pkgrel=19
+pkgdesc="Low-level bindings to the zlib package."
+url="https://github.com/snapframework/zlib-bindings";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1ce7a21f462ce5fb1c6ae0ccd40b6f59eb95772b46fa8f5cb3b94f76d55189b7c020dfd97cb18afe21cd826d1a511d9d02909c4376b165c2f574ec881f7de299')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Jan Steffens via arch-commits
Date: Saturday, April 25, 2020 @ 02:26:18
  Author: heftig
Revision: 381528

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-25 02:26:06 UTC (rev 381527)
+++ PKGBUILD2020-04-25 02:26:18 UTC (rev 381528)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mahjongg
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="Disassemble a pile of tiles by removing matching pairs"
-url="https://wiki.gnome.org/Apps/Mahjongg";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=f6e87bf3122b58b8a850337765010dd083f5de36  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-mahjongg/repos/extra-x86_64/PKGBUILD (from rev 381527, 
gnome-mahjongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-25 02:26:18 UTC (rev 381528)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mahjongg
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="Disassemble a pile of tiles by removing matching pairs"
+url="https://wiki.gnome.org/Apps/Mahjongg";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=32752c12653a88949a353e5330ba35fbb57f9cab  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:25:41
  Author: felixonmars
Revision: 619707

upgpkg: haskell-zlib-bindings 0.1.1.5-19: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-zlib-bindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:25:29 UTC (rev 619706)
+++ PKGBUILD2020-04-25 02:25:41 UTC (rev 619707)
@@ -4,7 +4,7 @@
 _hkgname=zlib-bindings
 pkgname=haskell-zlib-bindings
 pkgver=0.1.1.5
-pkgrel=18
+pkgrel=19
 pkgdesc="Low-level bindings to the zlib package."
 url="https://github.com/snapframework/zlib-bindings";
 license=("BSD")


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:25:29
  Author: yan12125
Revision: 619706

archrelease: copy trunk to community-staging-x86_64

Added:
  libfm-qt/repos/community-staging-x86_64/
  libfm-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 619705, libfm-qt/trunk/PKGBUILD)

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

Copied: libfm-qt/repos/community-staging-x86_64/PKGBUILD (from rev 619705, 
libfm-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:25:29 UTC (rev 619706)
@@ -0,0 +1,42 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=libfm-qt
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("x86_64")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("menu-cache" "libexif" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+optdepends=(
+  "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:25:15
  Author: yan12125
Revision: 619705

upgpkg: libfm-qt 0.15.0-1

* Add .so provides
* Optional dependency is for https://github.com/lxqt/libfm-qt/pull/535
* Correct license. libfm-qt has been relicensed to LGPL v2.1 for some time 
https://github.com/lxqt/libfm-qt/commit/f0f38ace39438dee4f3fc8f6948cd93020a52b85

Modified:
  libfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:19:58 UTC (rev 619704)
+++ PKGBUILD2020-04-25 02:25:15 UTC (rev 619705)
@@ -2,23 +2,28 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=libfm-qt
-pkgver=0.14.1
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://lxqt.org";
-license=("GPL2")
+license=("LGPL2.1")
 depends=("menu-cache" "libexif" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
+optdepends=(
+  "org.freedesktop.secrets: allow to remember mount passwords"
+)
+provides=("libfm-qt.so")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha512sums=('a265f6831a077ccb78a994828e6c69a22f2f6432b1f6ed6f404af41f013112870f7aee98067f2c466bec6cdfea040c10c7ce7e0f0ed977e5d266ec38e543d2a7'
+sha512sums=('e4612e6f892707be94998c8642b58aed4807a1be26b7e3c9f0fe025036fb9070a0c756d52cd9cd106a608b1c50137f799a75dd464e2a0de167e285e8cc3564c3'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -27,8 +32,7 @@
cd build
 
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:19:58
  Author: felixonmars
Revision: 619704

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 619703, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
619703, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 02:19:58 UTC (rev 619704)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+
$_hkgname-ghc-8.10.patch::https://github.com/clash-lang/clash-compiler/commit/58bf6af404e454077ebefd4d8ed7906348e23e88.patch)
+sha512sums=('737b76d2b4a55b278f5903e467dc81a7304001cba8f9ba5fb116192d250bae07e36e74e75f0566d679d6072b7138e5fbdc267e7e66c83d5d1c01fccf26bbc7cf'
+
'9b852633a5daea4e3c4338e46fae03babba2a255c388eb6dd7561f2b3b5656342bc514950895889872cf1e1a9743a664e3c73204819229f5594398dda0c1529f')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p2 -i ../$_hkgname-ghc-8.10.patch || :
+sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/' $_hkgname.cabal
+sed -i '/import Warning/d' Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 02:19:49
  Author: felixonmars
Revision: 619703

upgpkg: haskell-clash-prelude 1.2.1-1: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 01:59:15 UTC (rev 619702)
+++ PKGBUILD2020-04-25 02:19:49 UTC (rev 619703)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
-pkgver=1.2.0
-pkgrel=22
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude";
 license=('BSD')
@@ -14,14 +14,18 @@
  'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons'
  'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
  'haskell-type-errors' 'haskell-vector')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('11b3686c8ca25d4ab65ae72622de9bfd2240900db88059a6cfa442667dc0c3619bab2f9cdd61b25ac58b11cdc8c0424620de4e3337fc0b24b5c4406b5b56c6c9')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+
$_hkgname-ghc-8.10.patch::https://github.com/clash-lang/clash-compiler/commit/58bf6af404e454077ebefd4d8ed7906348e23e88.patch)
+sha512sums=('737b76d2b4a55b278f5903e467dc81a7304001cba8f9ba5fb116192d250bae07e36e74e75f0566d679d6072b7138e5fbdc267e7e66c83d5d1c01fccf26bbc7cf'
+
'9b852633a5daea4e3c4338e46fae03babba2a255c388eb6dd7561f2b3b5656342bc514950895889872cf1e1a9743a664e3c73204819229f5594398dda0c1529f')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e 's/< *0.4/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal
+patch -p2 -i ../$_hkgname-ghc-8.10.patch || :
+sed -i -e 's/< *0.4/<1/;s/< *0.6/<1/;s/< *2.14/<3/' $_hkgname.cabal
+sed -i '/import Warning/d' Setup.hs
 }
 
 build() {


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:59:06
  Author: felixonmars
Revision: 619701

upgpkg: darcs 2.14.2-216: rebuild with ghc 8.10.1, protolude 0.3.0, repline 
0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 01:30:45 UTC (rev 619700)
+++ PKGBUILD2020-04-25 01:59:06 UTC (rev 619701)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.14.2
-pkgrel=215
+pkgrel=216
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL2")
@@ -28,7 +28,7 @@
 sed -e 's/^ghc /ghc -dynamic /' \
 -e 's/ ghc / ghc -dynamic /' \
 -i tests/*.sh tests/lib
-sed -i -e 's/< *0.5/<1/' -e 's/< *2.13/<3/' -e 's/< *4.13/<5/' -e 's/< 
*1.3/<2/' -e 's/< *2/<4/' $pkgname.cabal
+sed -i -e 's/< *0.5/<1/;s/< *2.13/<3/;s/< *4.13/<5/;s/< *1.3/<2/;s/< 
*2/<4/;s/< *0.8/<1/' $pkgname.cabal
 patch -p1 -i ../darcs-cabal3.patch
 sed -i '/sDistHook = /,+14d' Setup.hs
 sed -i '/fail   = failSM/i instance MonadFail SM where' 
src/Darcs/Patch/ReadMonads.hs


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:59:15
  Author: felixonmars
Revision: 619702

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 619701, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 619701, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 01:59:15 UTC (rev 619702)
@@ -0,0 +1,73 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.2
+pkgrel=216
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
darcs-cabal3.patch::https://raw.githubusercontent.com/input-output-hk/haskell.nix/9f8a6e3e5755e4b917686c6267b1135caf724f1f/patches/darcs-setup.patch)
+sha512sums=('0fd3aa052da9d74f31835a12e7bb50beeff7beec8b10c72cafef7e97fbac02ae178a8f52bf55f1d79887e19164633c8a19ddda01ff2ba4aa8795ac071903552b'
+
'fb951289b5262eca68eb5d6cf6e9f3e5758fd509c4781f19ed9bab0b1bdbc788edefd25f7a900c08cb5e5510c0db6d2fb94226ba921e0e373cc4402649c09c7d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+sed -i -e 's/< *0.5/<1/;s/< *2.13/<3/;s/< *4.13/<5/;s/< *1.3/<2/;s/< 
*2/<4/;s/< *0.8/<1/' $pkgname.cabal
+patch -p1 -i ../darcs-cabal3.patch
+sed -i '/sDistHook = /,+14d' Setup.hs
+sed -i '/fail   = failSM/i instance MonadFail SM where' 
src/Darcs/Patch/ReadMonads.hs
+sed -i 's/fail \$/error $/' src/Darcs/Util/Tree/Monad.hs 
src/Darcs/Repository/Diff.hs src/Darcs/Patch/Prim/V1/Apply.hs
+sed -i 's/Monad m => PatchInfoAnd/MonadFail m => PatchInfoAnd/' 
src/Darcs/Patch/PatchInfoAnd.hs
+sed -i 's/fail /error /' src/Darcs/Patch/Depends.hs 
src/Darcs/Patch/Match.hs src/Darcs/Repository/Match.hs
+sed -i '/fail _ /i instance  MonadFail Perhaps where' 
src/Darcs/Patch/{,Prim}/V1/Commute.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# TODO: fix the rest failures
+runhaskell Setup test || :
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:30:45
  Author: felixonmars
Revision: 619700

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-zip-archive/repos/community-staging-x86_64/
  haskell-zip-archive/repos/community-staging-x86_64/PKGBUILD
(from rev 619699, haskell-zip-archive/trunk/PKGBUILD)

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

Copied: haskell-zip-archive/repos/community-staging-x86_64/PKGBUILD (from rev 
619699, haskell-zip-archive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 01:30:45 UTC (rev 619700)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=zip-archive
+pkgname=haskell-zip-archive
+pkgver=0.4.1
+pkgrel=33
+pkgdesc="Library for creating and modifying zip archives."
+url="https://github.com/jgm/zip-archive";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-digest' 'haskell-old-time' 'haskell-temporary'
+ 'haskell-zlib')
+makedepends=('ghc' 'haskell-hunit' 'unzip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jgm/zip-archive/archive/$pkgver.tar.gz";)
+sha512sums=('a921f54928690844e3976c38de6c98f2936c39a79b9ec8f23b6b57e17eedae5129201337fe363f6a8bb593c4dad94cb54da4379456c0a92c4ecdd24965388714')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-executable -fsplitbase
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:30:36
  Author: felixonmars
Revision: 619699

upgpkg: haskell-zip-archive 0.4.1-33: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  haskell-zip-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 01:29:58 UTC (rev 619698)
+++ PKGBUILD2020-04-25 01:30:36 UTC (rev 619699)
@@ -4,7 +4,7 @@
 _hkgname=zip-archive
 pkgname=haskell-zip-archive
 pkgver=0.4.1
-pkgrel=32
+pkgrel=33
 pkgdesc="Library for creating and modifying zip archives."
 url="https://github.com/jgm/zip-archive";
 license=("BSD")


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:29:49
  Author: felixonmars
Revision: 619697

upgpkg: git-annex 8.20200330-18: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 2.7

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 01:23:14 UTC (rev 619696)
+++ PKGBUILD2020-04-25 01:29:49 UTC (rev 619697)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200330
-pkgrel=17
+pkgrel=18
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")
@@ -13,7 +13,7 @@
  'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
  'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
  'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
- 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring'
  'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
  'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
  'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:29:58
  Author: felixonmars
Revision: 619698

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 619697, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 619697, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 01:29:58 UTC (rev 619698)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200330
+pkgrel=18
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
+  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
+}
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:23:14
  Author: felixonmars
Revision: 619696

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 619695, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
619695, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-25 01:23:14 UTC (rev 619696)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=366
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 01:22:57
  Author: felixonmars
Revision: 619695

upgpkg: haskell-yesod-static 1.6.0.1-366: rebuild with ghc 8.10.1, protolude 
0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1, th-desugar 1.11, singletons 
2.7

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 01:21:58 UTC (rev 619694)
+++ PKGBUILD2020-04-25 01:22:57 UTC (rev 619695)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=365
+pkgrel=366
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


  1   2   3   4   5   6   7   8   9   >