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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:28:03
  Author: felixonmars
Revision: 640676

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 640675, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:28:03 UTC (rev 640676)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=49
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:27:50
  Author: felixonmars
Revision: 640675

upgpkg: shellcheck 0.7.1-49: rebuild with hlint 3.1.3

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:24:22 UTC (rev 640674)
+++ PKGBUILD2020-06-09 05:27:50 UTC (rev 640675)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=48
+pkgrel=49
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:24:22
  Author: felixonmars
Revision: 640674

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:24:09
  Author: felixonmars
Revision: 640673

upgpkg: pandoc-crossref 0.3.6.3-17: rebuild with hlint 3.1.3

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:22:37 UTC (rev 640672)
+++ PKGBUILD2020-06-09 05:24:09 UTC (rev 640673)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:22:37
  Author: felixonmars
Revision: 640672

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
640671, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:22:37 UTC (rev 640672)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.3.0
+pkgrel=58
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('104b0ab5092d2f0b7017ff8beae2bbe2fdcbfe37fe9d2cf3165227856e2ab3e13d25f0b4827aab450b5ded447763044580a63a41762e3523f29eb1e647666918')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.1/<3/;s/< *1.3/<2/;s/< *0.0.12/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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-hakyll/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:22:24
  Author: felixonmars
Revision: 640671

upgpkg: haskell-hakyll 4.13.3.0-58: rebuild with hlint 3.1.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:20:54 UTC (rev 640670)
+++ PKGBUILD2020-06-09 05:22:24 UTC (rev 640671)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.3.0
-pkgrel=57
+pkgrel=58
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:20:40
  Author: felixonmars
Revision: 640669

upgpkg: pandoc-citeproc 0.17-132: rebuild with hlint 3.1.3

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:17:27 UTC (rev 640668)
+++ PKGBUILD2020-06-09 05:20:40 UTC (rev 640669)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=131
+pkgrel=132
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:20:54
  Author: felixonmars
Revision: 640670

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 640669, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
640669, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:20:54 UTC (rev 640670)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=132
+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
+sed -i 's/< *1.5/<2/' $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-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# 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/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:17:14
  Author: felixonmars
Revision: 640667

upgpkg: pandoc 2.9.2.1-70: rebuild with hlint 3.1.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:07:08 UTC (rev 640666)
+++ PKGBUILD2020-06-09 05:17:14 UTC (rev 640667)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=69
+pkgrel=70
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:17:27
  Author: felixonmars
Revision: 640668

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 640667, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:17:27 UTC (rev 640668)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=70
+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
+
pandoc-skylighting-0.8.4.patch::https://github.com/jgm/pandoc/commit/46179d5b3e84b5c709e09924cbda524230ebd3fe.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1'
+
'3c057b1bb41cf2346e4fb63c50d3edb745eb598ef5d69c63bc0de0dcfa8e55fce0e4d19d5ce4872ca5fede10ee0f3621fb350d7e162fe63a8d0e1dea8b796e5b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+patch -p1 -i ../pandoc-skylighting-0.8.4.patch || :
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<2/;s/< 
*0.7/<1/' $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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${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 

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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:07:08
  Author: felixonmars
Revision: 640666

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 640665, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 640665, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:07:08 UTC (rev 640666)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=138
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-haskeline0.7' 'haskell-heredoc' 
'haskell-monad-control' 'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc-8.8.patch::https://github.com/GaloisInc/cryptol/pull/655.patch)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0'
+
'f5399cfde04c2645e0bc80d80a39ac570c9649961e22bf9808bb55ba8457f9a124469d699de73624b2debabe8d672879bd0b2279b60dfcb08d328de67ca78e84')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.8.patch
+sed -i 's/< *0.11/<1/;s/haskeline$/haskeline < 0.8/' $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" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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 cryptol/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:06:52
  Author: felixonmars
Revision: 640665

upgpkg: cryptol 2.8.0-138: rebuild with hlint 3.1.3

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:04:24 UTC (rev 640664)
+++ PKGBUILD2020-06-09 05:06:52 UTC (rev 640665)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=137
+pkgrel=138
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:04:11
  Author: felixonmars
Revision: 640663

upgpkg: haskell-sbv 8.6-97: rebuild with hlint 3.1.3

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 05:02:27 UTC (rev 640662)
+++ PKGBUILD2020-06-09 05:04:11 UTC (rev 640663)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.6
-pkgrel=96
+pkgrel=97
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:04:24
  Author: felixonmars
Revision: 640664

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 640663, haskell-sbv/trunk/PKGBUILD)

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 640663, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 05:04:24 UTC (rev 640664)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.6
+pkgrel=97
+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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 python-pytest-sugar/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:02:11
  Author: felixonmars
Revision: 640661

upgpkg: python-pytest-sugar 0.9.3-1

Modified:
  python-pytest-sugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:57:26 UTC (rev 640660)
+++ PKGBUILD2020-06-09 05:02:11 UTC (rev 640661)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-sugar
-pkgver=0.9.2
+pkgver=0.9.3
 _commit=2764da41c431f6f32ade45b2de0310010117efd7
-pkgrel=2
+pkgrel=1
 pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
 arch=('any')
 license=('BSD')
@@ -26,7 +26,10 @@
 
   cd "$srcdir"/pytest-sugar-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+  # https://github.com/Teemu/pytest-sugar/issues/180
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test --deselect 
test_sugar.py::TestTerminalReporter::test_item_count_after_pytest_collection_modifyitems
 \
+   
 --deselect test_sugar.py::TestTerminalReporter::test_collect_error \
+   
 --deselect test_sugar.py::TestTerminalReporter::test_doctest
 }
 
 package() {


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 05:02:27
  Author: felixonmars
Revision: 640662

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 05:02:11 UTC (rev 640661)
+++ PKGBUILD2020-06-09 05:02:27 UTC (rev 640662)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-sugar
-pkgver=0.9.2
-_commit=2764da41c431f6f32ade45b2de0310010117efd7
-pkgrel=2
-pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
-arch=('any')
-license=('BSD')
-url='https://github.com/Frozenball/pytest-sugar'
-depends=('python-pytest' 'python-termcolor')
-source=("$pkgname-$_commit.tar.gz::https://github.com/Frozenball/pytest-sugar/archive/$_commit.tar.gz;)
-sha512sums=('ea54eeb6adaff5e8548e4fffec3fc6dfb8a5e186ede77291180efe0ab445f6aab4608c7d08b753a5e15630c1f5caa0689dccca7cd4f3f734ba83a02b9c482df3')
-
-prepare() {
-  mv pytest-sugar-{$_commit,$pkgver}
-}
-
-build() {
-  cd "$srcdir"/pytest-sugar-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-sugar-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
-}
-
-package() {
-  cd pytest-sugar-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-sugar/repos/community-any/PKGBUILD (from rev 640661, 
python-pytest-sugar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 05:02:27 UTC (rev 640662)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-sugar
+pkgver=0.9.3
+_commit=2764da41c431f6f32ade45b2de0310010117efd7
+pkgrel=1
+pkgdesc='A plugin for py.test that changes the default look and feel of 
py.test'
+arch=('any')
+license=('BSD')
+url='https://github.com/Frozenball/pytest-sugar'
+depends=('python-pytest' 'python-termcolor')
+source=("$pkgname-$_commit.tar.gz::https://github.com/Frozenball/pytest-sugar/archive/$_commit.tar.gz;)
+sha512sums=('ea54eeb6adaff5e8548e4fffec3fc6dfb8a5e186ede77291180efe0ab445f6aab4608c7d08b753a5e15630c1f5caa0689dccca7cd4f3f734ba83a02b9c482df3')
+
+prepare() {
+  mv pytest-sugar-{$_commit,$pkgver}
+}
+
+build() {
+  cd "$srcdir"/pytest-sugar-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-sugar-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # https://github.com/Teemu/pytest-sugar/issues/180
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test --deselect 
test_sugar.py::TestTerminalReporter::test_item_count_after_pytest_collection_modifyitems
 \
+   
 --deselect test_sugar.py::TestTerminalReporter::test_collect_error \
+   
 --deselect test_sugar.py::TestTerminalReporter::test_doctest
+}
+
+package() {
+  cd pytest-sugar-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:57:26
  Author: felixonmars
Revision: 640660

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 640659, haskell-ipynb/trunk/PKGBUILD)

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 640659, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 04:57:26 UTC (rev 640660)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1.0.1
+pkgrel=34
+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=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:57:12
  Author: felixonmars
Revision: 640659

upgpkg: haskell-ipynb 0.1.0.1-34: rebuild with hlint 3.1.3

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:57:10 UTC (rev 640658)
+++ PKGBUILD2020-06-09 04:57:12 UTC (rev 640659)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1.0.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb;
 license=('BSD')


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:57:10
  Author: felixonmars
Revision: 640658

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:56:54 UTC (rev 640657)
+++ PKGBUILD2020-06-09 04:57:10 UTC (rev 640658)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-inflection
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A port of Ruby on Rails inflector to Python"
-url="https://github.com/jpvanhal/inflection;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz;)
-sha512sums=('071b21bdc24f05f7be1e8c51c0cc422d4835b4b6e03cdd2b51717356d4d1bb714ebcd875091e331b7e9be85cfb577a8f80f999ca2bf0c7dd8496bf057ddb144c')
-
-build() {
-  cd inflection-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd inflection-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd inflection-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-inflection/repos/community-any/PKGBUILD (from rev 640657, 
python-inflection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:57:10 UTC (rev 640658)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-inflection
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A port of Ruby on Rails inflector to Python"
+url="https://github.com/jpvanhal/inflection;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz;)
+sha512sums=('65acd5f51071a6ff4073a741102507a93e6a373a49676cc8f84778eb365705c8c58e8314426512f027243d11ce984115970358368de6c1b2f13692971f199e50')
+
+build() {
+  cd inflection-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd inflection-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd inflection-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:56:54
  Author: felixonmars
Revision: 640657

upgpkg: python-inflection 0.5.0-1

Modified:
  python-inflection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:56:07 UTC (rev 640656)
+++ PKGBUILD2020-06-09 04:56:54 UTC (rev 640657)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-inflection
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A port of Ruby on Rails inflector to Python"
 url="https://github.com/jpvanhal/inflection;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz;)
-sha512sums=('071b21bdc24f05f7be1e8c51c0cc422d4835b4b6e03cdd2b51717356d4d1bb714ebcd875091e331b7e9be85cfb577a8f80f999ca2bf0c7dd8496bf057ddb144c')
+sha512sums=('65acd5f51071a6ff4073a741102507a93e6a373a49676cc8f84778eb365705c8c58e8314426512f027243d11ce984115970358368de6c1b2f13692971f199e50')
 
 build() {
   cd inflection-$pkgver


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:56:07
  Author: felixonmars
Revision: 640656

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 640655, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
640655, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 04:56:07 UTC (rev 640656)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.9
+pkgrel=24
+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=('2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:55:53
  Author: felixonmars
Revision: 640655

upgpkg: haskell-aeson-diff 1.1.0.9-24: rebuild with hlint 3.1.3

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:54:58 UTC (rev 640654)
+++ PKGBUILD2020-06-09 04:55:53 UTC (rev 640655)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.9
-pkgrel=23
+pkgrel=24
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff;
 license=('BSD')


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:54:20
  Author: felixonmars
Revision: 640652

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 640651, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-09 04:54:20 UTC (rev 640652)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=3.1.3
+pkgrel=1
+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-syb' 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('fb4e02f88e8f440dcdcc3b9c2273bc6b063a2a4ec54041de36dfccb58198d604d8f2122d93f25f78fa12e727119e7a5f2a5a922f75f142abf8182970d6619879')
+
+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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${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 progress/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:54:35
  Author: felixonmars
Revision: 640653

upgpkg: progress 0.15-1

Modified:
  progress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:54:20 UTC (rev 640652)
+++ PKGBUILD2020-06-09 04:54:35 UTC (rev 640653)
@@ -5,7 +5,7 @@
 
 pkgname=progress
 pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.14
+pkgver=0.15
 pkgrel=1
 arch=('x86_64')
 license=('GPL3')
@@ -13,7 +13,7 @@
 depends=('ncurses')
 replaces=('cv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Xfennec/progress/archive/v$pkgver.tar.gz;)
-sha512sums=('a455001f037d21f6d53ba9af899ab04119a2881a959664e5a2a542af00c018021bda26cf5cce8427e02fcf123adc2589bdc7d2980e69f87fbaf3098d122ed01e')
+sha512sums=('8b446d04e156b8d3d905caf9a8c9eac2ff2d24ca3b118ebdf6b2aa9f9f99d0d219c026020c33bc3f2fff936f4a29d95f89fe1cbc1ab66b7b33f5e32bf18710ca')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:54:58
  Author: felixonmars
Revision: 640654

archrelease: copy trunk to community-x86_64

Added:
  progress/repos/community-x86_64/PKGBUILD
(from rev 640653, progress/trunk/PKGBUILD)
Deleted:
  progress/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:54:35 UTC (rev 640653)
+++ PKGBUILD2020-06-09 04:54:58 UTC (rev 640654)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andy Weidenbaum 
-# Contributor: Aurélien Chabot 
-# Contributor: Étienne Deparis 
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.14
-pkgrel=1
-arch=('x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress;
-depends=('ncurses')
-replaces=('cv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Xfennec/progress/archive/v$pkgver.tar.gz;)
-sha512sums=('a455001f037d21f6d53ba9af899ab04119a2881a959664e5a2a542af00c018021bda26cf5cce8427e02fcf123adc2589bdc7d2980e69f87fbaf3098d122ed01e')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 640653, 
progress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:54:58 UTC (rev 640654)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.15
+pkgrel=1
+arch=('x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+replaces=('cv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Xfennec/progress/archive/v$pkgver.tar.gz;)
+sha512sums=('8b446d04e156b8d3d905caf9a8c9eac2ff2d24ca3b118ebdf6b2aa9f9f99d0d219c026020c33bc3f2fff936f4a29d95f89fe1cbc1ab66b7b33f5e32bf18710ca')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:54:06
  Author: felixonmars
Revision: 640651

upgpkg: hlint 3.1.3-1: rebuild with hlint 3.1.3

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:53 UTC (rev 640650)
+++ PKGBUILD2020-06-09 04:54:06 UTC (rev 640651)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
@@ -17,7 +17,7 @@
 replaces=('haskell-hlint')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('17a8450bcfadc94f375466ca29a53f313001c6cb92716aa450eae7a1409a998a2573ba3cad6d8d61b093bf6ed6e08bc2441ba557a14b53002056d3d3018c717a')
+sha512sums=('fb4e02f88e8f440dcdcc3b9c2273bc6b063a2a4ec54041de36dfccb58198d604d8f2122d93f25f78fa12e727119e7a5f2a5a922f75f142abf8182970d6619879')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:30
  Author: felixonmars
Revision: 640648

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 640647, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:14 UTC (rev 640647)
+++ PKGBUILD2020-06-09 04:52:30 UTC (rev 640648)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.8.2
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('438308b1dd79b6c42a55d598d60d579f5ca0516e6e48362c4a24dacf48ad580f700ed0dd907d267504a0ffd6ef0ffe5333bf0d170d8d40ee5520b5a429467db3')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 640647, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:52:30 UTC (rev 640648)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.3
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('911adf5d33930d4c81e0407ec99cd08685a49fc8c99bc080f685e117d750069ac9f9692d8673144f461ceccd0624141a5600367d1ffdffedd87ef318fc0b7ad0')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:53
  Author: felixonmars
Revision: 640650

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:37 UTC (rev 640649)
+++ PKGBUILD2020-06-09 04:52:53 UTC (rev 640650)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202006081101
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('56747ff5de660c396410a4682554c5f1bf06edabcf778da8d627d040f44653c08e1db35ad4b54565eb98d0d26664cec4b264be1220f43b1cab54ebd37ad0f4d5')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
640649, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:52:53 UTC (rev 640650)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202006090354
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('0af6b550a4e92591eacc2e6fa5e83eaab6cb6d41c0d3ac9a77849995c17f310eb7b360b419245d9e10a51b0646c5dec04b1b24bf2333d58bf852cfb44c1af957')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:14
  Author: felixonmars
Revision: 640647

upgpkg: flake8 1:3.8.3-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:02 UTC (rev 640646)
+++ PKGBUILD2020-06-09 04:52:14 UTC (rev 640647)
@@ -5,7 +5,7 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
@@ -18,7 +18,7 @@
  'python2-functools32' 'python2-typing')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('438308b1dd79b6c42a55d598d60d579f5ca0516e6e48362c4a24dacf48ad580f700ed0dd907d267504a0ffd6ef0ffe5333bf0d170d8d40ee5520b5a429467db3')
+sha512sums=('911adf5d33930d4c81e0407ec99cd08685a49fc8c99bc080f685e117d750069ac9f9692d8673144f461ceccd0624141a5600367d1ffdffedd87ef318fc0b7ad0')
 
 prepare() {
   sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:37
  Author: felixonmars
Revision: 640649

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:30 UTC (rev 640648)
+++ PKGBUILD2020-06-09 04:52:37 UTC (rev 640649)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202006081101
+pkgver=202006090354
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('56747ff5de660c396410a4682554c5f1bf06edabcf778da8d627d040f44653c08e1db35ad4b54565eb98d0d26664cec4b264be1220f43b1cab54ebd37ad0f4d5')
+sha512sums=('0af6b550a4e92591eacc2e6fa5e83eaab6cb6d41c0d3ac9a77849995c17f310eb7b360b419245d9e10a51b0646c5dec04b1b24bf2333d58bf852cfb44c1af957')
 
 prepare() {
   mkdir .gopath


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:02
  Author: felixonmars
Revision: 640646

archrelease: copy trunk to community-x86_64

Added:
  haskell-bzlib/repos/community-x86_64/PKGBUILD
(from rev 640645, haskell-bzlib/trunk/PKGBUILD)
  haskell-bzlib/repos/community-x86_64/ghc-8.8.patch
(from rev 640645, haskell-bzlib/trunk/ghc-8.8.patch)
Deleted:
  haskell-bzlib/repos/community-x86_64/PKGBUILD
  haskell-bzlib/repos/community-x86_64/ghc-8.8.patch

---+
 PKGBUILD  |   83 +
 ghc-8.8.patch |  124 
 2 files changed, 100 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:51:41 UTC (rev 640645)
+++ PKGBUILD2020-06-09 04:52:02 UTC (rev 640646)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=bzlib
-pkgname=haskell-bzlib
-pkgver=0.5.0.5
-pkgrel=16
-pkgdesc="Compression and decompression in the bzip2 format"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'bzip2')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-ghc-8.8.patch)
-sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
-
'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
-
-prepare() {
-cd $_hkgname-$pkgver
-patch -p0 -i ../ghc-8.8.patch
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-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
-}

Copied: haskell-bzlib/repos/community-x86_64/PKGBUILD (from rev 640645, 
haskell-bzlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:52:02 UTC (rev 640646)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=bzlib
+pkgname=haskell-bzlib
+pkgver=0.5.1.0
+pkgrel=1
+pkgdesc="Compression and decompression in the bzip2 format"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
+
+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
+}

Deleted: ghc-8.8.patch
===
--- ghc-8.8.patch   2020-06-09 04:51:41 UTC (rev 640645)
+++ ghc-8.8.patch   2020-06-09 04:52:02 UTC (rev 640646)
@@ -1,62 +0,0 @@
 Codec/Compression/BZip/Stream.hsc.orig 2020-01-09 03:26:18.302155300 
+0800
-+++ Codec/Compression/BZip/Stream.hsc  2020-01-09 03:27:21.602183680 +0800
-@@ -21,7 +21,7 @@
-   finalise,
- 
-   -- * Initialisation
--  compressInit, 
-+  compressInit,
-   decompressInit,
- 
-   -- ** Initialisation parameters

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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:51:41
  Author: felixonmars
Revision: 640645

upgpkg: haskell-bzlib 0.5.1.0-1

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 04:49:38 UTC (rev 640644)
+++ PKGBUILD2020-06-09 04:51:41 UTC (rev 640645)
@@ -3,8 +3,8 @@
 
 _hkgname=bzlib
 pkgname=haskell-bzlib
-pkgver=0.5.0.5
-pkgrel=16
+pkgver=0.5.1.0
+pkgrel=1
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-ghc-8.8.patch)
-sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
-
'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p0 -i ../ghc-8.8.patch
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-06-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 9, 2020 @ 03:23:52
  Author: eschwartz
Revision: 640640

upgpkg: xapps 1.8.7-1: upstream release

Modified:
  xapps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:55:49 UTC (rev 640639)
+++ PKGBUILD2020-06-09 03:23:52 UTC (rev 640640)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapps
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('python: for mate-desktop status applet')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349')
-b2sums=('beb3820dc9b6eaabc9132f8668f175736f04ebea40dd743407ad8476fa0654db466f89a663dc51769c79ab90f02cadfbea43496a5a037ab51a918bd635a5205b')
+sha256sums=('fc9b9ff9e89c26bb6fcc79a8d1bc95e9162d9ae223170142c4d88433db211395')
+b2sums=('527117fd315b95ec290ebfa624b0cf0ac8ead771cd21f8337f02104dd185219e87d10aa925611ec11f162c3b9488c306d594cec8635859c8b2d172af373a929d')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-06-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 9, 2020 @ 03:24:10
  Author: eschwartz
Revision: 640641

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 640640, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 03:23:52 UTC (rev 640640)
+++ PKGBUILD2020-06-09 03:24:10 UTC (rev 640641)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.6
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349')
-b2sums=('beb3820dc9b6eaabc9132f8668f175736f04ebea40dd743407ad8476fa0654db466f89a663dc51769c79ab90f02cadfbea43496a5a037ab51a918bd635a5205b')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 640640, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 03:24:10 UTC (rev 640641)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.7
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('fc9b9ff9e89c26bb6fcc79a8d1bc95e9162d9ae223170142c4d88433db211395')
+b2sums=('527117fd315b95ec290ebfa624b0cf0ac8ead771cd21f8337f02104dd185219e87d10aa925611ec11f162c3b9488c306d594cec8635859c8b2d172af373a929d')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-06-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, June 9, 2020 @ 02:33:56
  Author: anatolik
Revision: 388509

archrelease: copy trunk to testing-x86_64

Added:
  swig/repos/testing-x86_64/
  swig/repos/testing-x86_64/PKGBUILD
(from rev 388508, swig/trunk/PKGBUILD)

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

Copied: swig/repos/testing-x86_64/PKGBUILD (from rev 388508, 
swig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-09 02:33:56 UTC (rev 388509)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python' 'java-environment' 'tcl' 'php' 'lua' 'r' 'go' 
'boost')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check PY3=y
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}


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

2020-06-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, June 9, 2020 @ 02:33:37
  Author: anatolik
Revision: 388508

upgpkg: swig 4.0.2-1

This version brings ruby2.7 support

Changes to PKGBUILD:
 - Disable ocaml as its tests do not work with the latest version of ocaml
 - Switch python2 tests to python3

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:40:46 UTC (rev 388507)
+++ PKGBUILD2020-06-09 02:33:37 UTC (rev 388508)
@@ -3,16 +3,16 @@
 # Contributor: Tom Newsom 
 
 pkgname=swig
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Generate scripting interfaces to C/C++ code"
 arch=('x86_64')
 url="http://www.swig.org/;
 license=('custom')
 depends=('pcre' 'gcc-libs')
-checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+checkdepends=('ruby' 'python' 'java-environment' 'tcl' 'php' 'lua' 'r' 'go' 
'boost')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('595ef01cb83adfa960ceed9c325a9429192549e8d1e9aa3ab35a4301512a61d82e2e89a8c7939c2a5a0811254ea1832a443bd387e11459eb2b0bafc563ad1308')
+sha512sums=('05e7da70ce6d9a733b96c0bcfa3c1b82765bd859f48c74759bbf4bb1467acb1809caa310cba5e2b3280cd704fca249eaa0624821dffae1d2a75097c7f55d14ed')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -22,7 +22,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check || warning "Tests failed"
+  make check PY3=y
 }
 
 package() {


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:55:49
  Author: sangy
Revision: 640639

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 640638, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 640638, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  200 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:55:21 UTC (rev 640638)
+++ PKGBUILD2020-06-08 23:55:49 UTC (rev 640639)
@@ -1,99 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=11.3
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('f5cfb1988a64a8c2ce72ee8b1f19f89f5b98943909d3e50a7c4e8cfa0698e88c'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-#check() {
-#  cd "${srcdir}"
-#  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-#}
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
-  rm 

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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:55:21
  Author: sangy
Revision: 640638

upgpkg: netbeans 12.0-1

Attempt to fix FS#66706

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:38:45 UTC (rev 640637)
+++ PKGBUILD2020-06-08 23:55:21 UTC (rev 640638)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=11.3
+pkgver=12.0
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -24,7 +24,7 @@
 
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('f5cfb1988a64a8c2ce72ee8b1f19f89f5b98943909d3e50a7c4e8cfa0698e88c'
+sha256sums=('32e258a55b3a2f28a90755fc6dc9b8d71994f68af59c834b0738adc3fca736be'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 
@@ -46,10 +46,10 @@
 
 # It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
 # see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-#check() {
-#  cd "${srcdir}"
-#  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-#}
+# check() {
+#   cd "${srcdir}"
+#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
+# }
 
 package() {
   depends+=('java-environment>=9')
@@ -83,17 +83,19 @@
   sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
   install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 
-  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/hpux-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/linux-arm"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/hpux-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/solaris-"*
-  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
-  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
+  # I'm leaving these as they seem to be necessary for building native
+  # executables (see bug #66706). I'd like to ideally build them with our 
+  # CFLAGS, but alas...
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/hpux-"*
+  # rm -rf 
"${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/linux-arm"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/hpux-"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/solaris-"*
+  # find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
+  # find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
 
 }


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

2020-06-08 Thread Jan Steffens via arch-commits
Date: Monday, June 8, 2020 @ 23:40:46
  Author: heftig
Revision: 388507

FS#66948 fix optdep

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 21:05:56 UTC (rev 388506)
+++ PKGBUILD2020-06-08 23:40:46 UTC (rev 388507)
@@ -16,7 +16,7 @@
 makedepends=(docbook-xsl modemmanager git python meson)
 checkdepends=(python-dbusmock python-gobject xorg-server-xvfb)
 optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
+'gnome-user-share: WebDAV file sharing'
 'gnome-remote-desktop: screen sharing'
 'rygel: media sharing'
 'openssh: remote login')


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:38:30
  Author: sangy
Revision: 640636

upgpkg: diffoscope 146-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:40 UTC (rev 640635)
+++ PKGBUILD2020-06-08 23:38:30 UTC (rev 640636)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=145
+pkgver=146
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -63,9 +63,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
+sha512sums=('7be691c689ec3309985e83e07924c1726ff8e16e774209ec8c4a9e47446a49e75fb9a10a510a64344d5f4c8222fbfc9f964d93e4f5eec3379b2ff131880ad9bc'
 'SKIP')
-b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
+b2sums=('ab6f59ec127b90fc4feaa077f764ca263c4f3ff573f27013905a0b11b3e0b5e4cd33f22fcba48a1d8ffce1d3a3f703a7e7e047982200134271e9a8f9faf06db7'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:38:45
  Author: sangy
Revision: 640637

archrelease: copy trunk to community-x86_64

Modified:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:38:30 UTC (rev 640636)
+++ PKGBUILD2020-06-08 23:38:45 UTC (rev 640637)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=144
-pkgrel=2
+pkgver=146
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -63,9 +63,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
+sha512sums=('7be691c689ec3309985e83e07924c1726ff8e16e774209ec8c4a9e47446a49e75fb9a10a510a64344d5f4c8222fbfc9f964d93e4f5eec3379b2ff131880ad9bc'
 'SKIP')
-b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
+b2sums=('ab6f59ec127b90fc4feaa077f764ca263c4f3ff573f27013905a0b11b3e0b5e4cd33f22fcba48a1d8ffce1d3a3f703a7e7e047982200134271e9a8f9faf06db7'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:21
  Author: sangy
Revision: 640634

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 640633, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:00 UTC (rev 640633)
+++ PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
@@ -1,27 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 640633, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:40
  Author: sangy
Revision: 640635

upgpkg: diffoscope 145-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
+++ PKGBUILD2020-06-08 23:34:40 UTC (rev 640635)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=144
-pkgrel=2
+pkgver=145
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:00
  Author: sangy
Revision: 640633

upgpkg: ttf-ibm-plex 5.0.0-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:07:20 UTC (rev 640632)
+++ PKGBUILD2020-06-08 23:34:00 UTC (rev 640633)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=4.0.2
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
@@ -14,7 +14,7 @@
 depends=('fontconfig' 'xorg-font-utils')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
+sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
 
 conflicts=('ibm-plex-fonts')
 


[arch-commits] Commit in nextcloud-app-notes/trunk (PKGBUILD)

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:06:50
  Author: spupykin
Revision: 640629

upgpkg: nextcloud-app-notes 3.5.0-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:06:35 UTC (rev 640628)
+++ PKGBUILD2020-06-08 23:06:50 UTC (rev 640629)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('914879080ba62d1246d2b75009e993772849a283f75d1ea4e689e87fb95b331b8b7aadf34b49e24156a865f90d0dfb29f3e39d39a5d77913f0ebc38d135932b8')
+sha512sums=('e9b6545017e927839d0b04b42194bab7c263241f893c43150d973e5c33053360b026e0c50b7132b7a9ec49a3659e865b1d027fd754eafb0e0695ea26250294d1')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:06:59
  Author: spupykin
Revision: 640630

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 640629, nextcloud-app-notes/trunk/PKGBUILD)
Deleted:
  nextcloud-app-notes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:06:50 UTC (rev 640629)
+++ PKGBUILD2020-06-08 23:06:59 UTC (rev 640630)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('914879080ba62d1246d2b75009e993772849a283f75d1ea4e689e87fb95b331b8b7aadf34b49e24156a865f90d0dfb29f3e39d39a5d77913f0ebc38d135932b8')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 640629, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 23:06:59 UTC (rev 640630)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('e9b6545017e927839d0b04b42194bab7c263241f893c43150d973e5c33053360b026e0c50b7132b7a9ec49a3659e865b1d027fd754eafb0e0695ea26250294d1')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:07:06
  Author: spupykin
Revision: 640631

upgpkg: roundcubemail 1.4.6-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:06:59 UTC (rev 640630)
+++ PKGBUILD2020-06-08 23:07:06 UTC (rev 640631)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('031a4669249efa67050212fc6b19429751fabb8204ffe1ea0088810f2efe30de9b7bf986c21c3091b6037628a0527550e33e96ad67cd0f16c85dc5398f67b761'
+sha512sums=('e86763ced58cfa8174f71d33ae45cd62f26a58853b9361b83fa5bf883a4106c957f66b6b17b03172a3ee595ca74d7c19ac38e449a23377defd77cf555742'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


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

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:07:20
  Author: spupykin
Revision: 640632

archrelease: copy trunk to community-any

Added:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
(from rev 640631, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
  roundcubemail/repos/community-any/PKGBUILD
(from rev 640631, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 640631, roundcubemail/trunk/apache.conf)
Deleted:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf

--+
 0001-plugins-password-make-Python-3-compatible.patch |   66 +-
 PKGBUILD |  108 -
 apache.conf  |   14 +-
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: 0001-plugins-password-make-Python-3-compatible.patch
===
--- 0001-plugins-password-make-Python-3-compatible.patch2020-06-08 
23:07:06 UTC (rev 640631)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-06-08 
23:07:20 UTC (rev 640632)
@@ -1,33 +0,0 @@
-From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Wed, 1 Jan 2020 18:30:49 +0100
-Subject: [PATCH] plugins: password: make Python 3 compatible
-
-Remove the ", e" as the exception is never printed and this makes it
-Python 3 compatible as well

- plugins/password/helpers/chpass-wrapper.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
-index 61bba849e..e56811561 100644
 a/plugins/password/helpers/chpass-wrapper.py
-+++ b/plugins/password/helpers/chpass-wrapper.py
-@@ -11,12 +11,12 @@ BLACKLIST = (
- 
- try:
- username, password = sys.stdin.readline().split(':', 1)
--except ValueError, e:
-+except ValueError:
- sys.exit('Malformed input')
- 
- try:
- user = pwd.getpwnam(username)
--except KeyError, e:
-+except KeyError:
- sys.exit('No such user: %s' % username)
- 
- if user.pw_uid < 1000:
--- 
-2.24.1
-

Copied: 
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
 (from rev 640631, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
===
--- 0001-plugins-password-make-Python-3-compatible.patch
(rev 0)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-06-08 
23:07:20 UTC (rev 640632)
@@ -0,0 +1,33 @@
+From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Wed, 1 Jan 2020 18:30:49 +0100
+Subject: [PATCH] plugins: password: make Python 3 compatible
+
+Remove the ", e" as the exception is never printed and this makes it
+Python 3 compatible as well
+---
+ plugins/password/helpers/chpass-wrapper.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
+index 61bba849e..e56811561 100644
+--- a/plugins/password/helpers/chpass-wrapper.py
 b/plugins/password/helpers/chpass-wrapper.py
+@@ -11,12 +11,12 @@ BLACKLIST = (
+ 
+ try:
+ username, password = sys.stdin.readline().split(':', 1)
+-except ValueError, e:
++except ValueError:
+ sys.exit('Malformed input')
+ 
+ try:
+ user = pwd.getpwnam(username)
+-except KeyError, e:
++except KeyError:
+ sys.exit('No such user: %s' % username)
+ 
+ if user.pw_uid < 1000:
+-- 
+2.24.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:07:06 UTC (rev 640631)
+++ PKGBUILD2020-06-08 23:07:20 UTC (rev 640632)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php')
-options=('emptydirs')
-makedepends=('php-composer' 'git')
-optdepends=('python: password change script'
-   'php-gd')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf")
-sha512sums=('031a4669249efa67050212fc6b19429751fabb8204ffe1ea0088810f2efe30de9b7bf986c21c3091b6037628a0527550e33e96ad67cd0f16c85dc5398f67b761'
-'SKIP'
-

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

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:06:35
  Author: spupykin
Revision: 640628

archrelease: copy trunk to community-x86_64

Added:
  libunibreak/repos/community-x86_64/PKGBUILD
(from rev 640627, libunibreak/trunk/PKGBUILD)
Deleted:
  libunibreak/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:06:23 UTC (rev 640627)
+++ PKGBUILD2020-06-08 23:06:35 UTC (rev 640628)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Orivej Desh 
-
-pkgname=libunibreak
-pkgver=4.2
-pkgrel=1
-pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("x86_64")
-url="https://github.com/adah1972/libunibreak/;
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('f479351c3a93d9d03599dd4bca95902dab916f12791b0cdcc168e96829150087')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 640627, 
libunibreak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 23:06:35 UTC (rev 640628)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Orivej Desh 
+
+pkgname=libunibreak
+pkgver=4.3
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("x86_64")
+url="https://github.com/adah1972/libunibreak/;
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+sha256sums=('68ec132550ee261a9d880b8bcad059d0d30035f4a9119975c30c0eff4fa309a7')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:06:23
  Author: spupykin
Revision: 640627

upgpkg: libunibreak 4.3-1

Modified:
  libunibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 22:26:59 UTC (rev 640626)
+++ PKGBUILD2020-06-08 23:06:23 UTC (rev 640627)
@@ -2,7 +2,7 @@
 # Contributor: Orivej Desh 
 
 pkgname=libunibreak
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 depends=()
 replaces=('liblinebreak')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('f479351c3a93d9d03599dd4bca95902dab916f12791b0cdcc168e96829150087')
+sha256sums=('68ec132550ee261a9d880b8bcad059d0d30035f4a9119975c30c0eff4fa309a7')
 
 build() {
   cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"


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

2020-06-08 Thread Daniel Bermond via arch-commits
Date: Monday, June 8, 2020 @ 22:26:59
  Author: dbermond
Revision: 640626

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 22:26:18 UTC (rev 640625)
+++ PKGBUILD2020-06-08 22:26:59 UTC (rev 640626)
@@ -1,34 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.18.1
-pkgrel=1
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/;
-license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

-
-check() {
-  cd breathe
-  PYTHONPATH="$PWD" make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 640625, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 22:26:59 UTC (rev 640626)
@@ -0,0 +1,34 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.19.1
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/;
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread Daniel Bermond via arch-commits
Date: Monday, June 8, 2020 @ 22:26:18
  Author: dbermond
Revision: 640625

upgpkg: python-breathe 4.19.1-1

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 21:37:20 UTC (rev 640624)
+++ PKGBUILD2020-06-08 22:26:18 UTC (rev 640625)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.18.1
+pkgver=4.19.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


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

2020-06-08 Thread Daniel M. Capella via arch-commits
Date: Monday, June 8, 2020 @ 21:37:20
  Author: polyzen
Revision: 640624

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 640623, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 21:37:01 UTC (rev 640623)
+++ PKGBUILD2020-06-08 21:37:20 UTC (rev 640624)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-pkgver=20200601
-_pkgver=2020-06-01
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('67b19f430726aefb2e7c6c1d4cb7705b0dde9e4fe52bddebead6f38e6ababc61265fdfd3791b956e9ea7a8d81997728739c5c4442c67da248e6e9c7a11bc5e10')
-
-pkgver() {
-  echo ${_pkgver//-}
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  cargo build --release --locked
-}
-
-# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
-# check() {
-#   cd $pkgname-$_pkgver
-#   cargo test --release --locked
-# }
-
-package() {
-  cd $pkgname-$_pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 640623, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 21:37:20 UTC (rev 640624)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200608
+_pkgver=2020-06-08
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('02e563144a20f5457426c36e82e2cfcd84a0ebf71edb1dac10afa6af911c475f8cd43911af33f198cf46b58c2ff2d83299432453a7b34ad087049b4b0f84cd45')
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+# 
https://github.com/rust-analyzer/rust-analyzer/issues/4218#issuecomment-625612149
+# check() {
+#   cd $pkgname-$_pkgver
+#   cargo test --release --locked
+# }
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-06-08 Thread Daniel M. Capella via arch-commits
Date: Monday, June 8, 2020 @ 21:37:01
  Author: polyzen
Revision: 640623

upgpkg: rust-analyzer 20200608-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 21:30:57 UTC (rev 640622)
+++ PKGBUILD2020-06-08 21:37:01 UTC (rev 640623)
@@ -2,8 +2,8 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-pkgver=20200601
-_pkgver=2020-06-01
+pkgver=20200608
+_pkgver=2020-06-08
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('67b19f430726aefb2e7c6c1d4cb7705b0dde9e4fe52bddebead6f38e6ababc61265fdfd3791b956e9ea7a8d81997728739c5c4442c67da248e6e9c7a11bc5e10')
+sha512sums=('02e563144a20f5457426c36e82e2cfcd84a0ebf71edb1dac10afa6af911c475f8cd43911af33f198cf46b58c2ff2d83299432453a7b34ad087049b4b0f84cd45')
 
 pkgver() {
   echo ${_pkgver//-}


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

2020-06-08 Thread Daniel M. Capella via arch-commits
Date: Monday, June 8, 2020 @ 21:30:38
  Author: polyzen
Revision: 640621

upgpkg: python-sphinx 3.1.0-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:53:36 UTC (rev 640620)
+++ PKGBUILD2020-06-08 21:30:38 UTC (rev 640621)
@@ -5,7 +5,7 @@
 # Contributor: Fabio Volpe 
 
 pkgname=python-sphinx
-pkgver=3.0.4
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
@@ -29,7 +29,7 @@
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('ea64df287958ee5aac46be7ac2b7277305b0381d213728c3a49d8bb9b8415807'
+sha256sums=('1c445320a3310baa5ccb8d957267ef4a0fc930dc1234db5098b3d7af14fbb242'
 'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa


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

2020-06-08 Thread Daniel M. Capella via arch-commits
Date: Monday, June 8, 2020 @ 21:30:57
  Author: polyzen
Revision: 640622

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 21:30:38 UTC (rev 640621)
+++ PKGBUILD2020-06-08 21:30:57 UTC (rev 640622)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('cython'
-#  'imagemagick' 'librsvg'
-#  'python-html5lib'
-#  'python-pytest'
-#  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('ea64df287958ee5aac46be7ac2b7277305b0381d213728c3a49d8bb9b8415807'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-#check() {
-#  cd Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make test
-#  rm -r tests
-#}
-
-package() {
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 640621, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 21:30:57 UTC (rev 640622)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+#checkdepends=('cython'
+#  'imagemagick' 'librsvg'
+#  'python-html5lib'
+#  'python-pytest'
+#  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('1c445320a3310baa5ccb8d957267ef4a0fc930dc1234db5098b3d7af14fbb242'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+#check() {
+#  cd Sphinx-$pkgver
+#  LC_ALL="en_US.UTF-8" make test
+#  rm -r tests
+#}
+
+package() {
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lyx/repos/extra-x86_64 (6 files)

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 21:05:56
  Author: arojas
Revision: 388506

archrelease: copy trunk to extra-x86_64

Added:
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 388505, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx-enchant2.patch
(from rev 388505, lyx/trunk/lyx-enchant2.patch)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 388505, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx-enchant2.patch
  lyx/repos/extra-x86_64/lyxrc.dist

+
 PKGBUILD   |   86 +++
 lyx-enchant2.patch |   74 +--
 lyxrc.dist |   28 
 3 files changed, 91 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 21:05:37 UTC (rev 388505)
+++ PKGBUILD2020-06-08 21:05:56 UTC (rev 388506)
@@ -1,46 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.3.4.3
-pkgrel=1
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('x86_64')
-url="https://www.lyx.org;
-depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant'
- 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('boost')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support'
-'python: support for python scripts')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-options=('emptydirs')
-source=(https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz{,.sig}
-lyxrc.dist)
-validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha512sums=('a1662e5fc6e6e9bb4adb12a1b5ca41878a8c5b6551bb633255c945ddc8c133f2d73a4fdbfc862221623e2a72a767d286e1715de01ea7c0e7493781735ed60fc2'
-'SKIP'
-
'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---enable-qt5 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 388505, lyx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 21:05:56 UTC (rev 388506)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.3.5.1
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('x86_64')
+url="https://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant'
+ 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support'
+'python: support for python scripts')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz{,.sig}
+lyxrc.dist)
+validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
+sha512sums=('9c673ea0deb550934f04370c297aaa30b38631eebba772636b8689aa6abf6c412a70a3d41da2abdd62f58c00b0e8886e8b3a4a03df0744570f2a99cc53e663b1'
+'SKIP'
+
'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3')
+
+build() {
+  cd "${pkgname}-${pkgver/.1/-1}"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver/.1/-1}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: lyx-enchant2.patch
===
--- lyx-enchant2.patch  2020-06-08 21:05:37 UTC (rev 388505)
+++ lyx-enchant2.patch  2020-06-08 21:05:56 UTC (rev 388506)
@@ -1,37 +0,0 @@
-diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig 
b/lyx-2.2.3/src/EnchantChecker.cpp
-index 7be361a..70d9914 100644
 lyx-2.2.3/src/EnchantChecker.cpp.orig
-+++ lyx-2.2.3/src/EnchantChecker.cpp
-@@ -53,6 +53,8 @@ struct EnchantChecker::Private
- 
-   /// the spellers
-   Spellers spellers_;
-+
-+  enchant::Broker instance;
- };
- 
- 
-@@ -68,12 

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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 21:05:37
  Author: arojas
Revision: 388505

Update to 2.3.5.1

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:32:22 UTC (rev 388504)
+++ PKGBUILD2020-06-08 21:05:37 UTC (rev 388505)
@@ -2,7 +2,7 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.3.4.3
+pkgver=2.3.5.1
 pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
@@ -19,18 +19,12 @@
 source=(https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-$pkgver.tar.gz{,.sig}
 lyxrc.dist)
 validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha512sums=('a1662e5fc6e6e9bb4adb12a1b5ca41878a8c5b6551bb633255c945ddc8c133f2d73a4fdbfc862221623e2a72a767d286e1715de01ea7c0e7493781735ed60fc2'
+sha512sums=('9c673ea0deb550934f04370c297aaa30b38631eebba772636b8689aa6abf6c412a70a3d41da2abdd62f58c00b0e8886e8b3a4a03df0744570f2a99cc53e663b1'
 'SKIP'
 
'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3')
 
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  cd "${pkgname}-${pkgver/.1/-1}"
   ./configure --prefix=/usr \
 --enable-qt5 --without-included-boost \
 --without-included-mythes
@@ -38,7 +32,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver/.1/-1}"
   make DESTDIR="${pkgdir}" install
   # install default config file
   install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:53:36
  Author: felixonmars
Revision: 640620

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 640619, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
640619, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-08 18:53:36 UTC (rev 640620)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.1
+pkgrel=14
+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/;s/< *1.3/<2/' 
$_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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# 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-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:53:21
  Author: felixonmars
Revision: 640619

upgpkg: haskell-clash-prelude 1.2.1-14: rebuild with deriving-compat 0.5.9

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:36:40 UTC (rev 640618)
+++ PKGBUILD2020-06-08 18:53:21 UTC (rev 640619)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.1
-pkgrel=13
+pkgrel=14
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:36:40
  Author: felixonmars
Revision: 640618

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:36:24 UTC (rev 640617)
+++ PKGBUILD2020-06-08 18:36:40 UTC (rev 640618)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200607
-_commit=6487dfb53c8bb622f60a2403791aaa8d05b82b31
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('867aac1b6f60965cd33f64c6a616bc70fc46fb4c87967e1a6a284207b75aa2e04951bdca7b6013ff6101b0acef86e69356aa2bd7e3e6a6e25e51a5d623215fe0')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 640617, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:36:40 UTC (rev 640618)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200608
+_commit=1a7df82a25572c0ff4535f26e2eaaa3dcf583c81
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('caf88ed4b07b50f37eea66ec850ed8b9bbd73612aa43931b9ec88ca9234b54fadc034afde40969951376edc1636c7a56345bb92daee9ae07f8d2ac1da99e608e')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:36:24
  Author: felixonmars
Revision: 640617

upgpkg: rime-cantonese 0.0.0.20200608-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:32:45 UTC (rev 640616)
+++ PKGBUILD2020-06-08 18:36:24 UTC (rev 640617)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200607
-_commit=6487dfb53c8bb622f60a2403791aaa8d05b82b31
+pkgver=0.0.0.20200608
+_commit=1a7df82a25572c0ff4535f26e2eaaa3dcf583c81
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('867aac1b6f60965cd33f64c6a616bc70fc46fb4c87967e1a6a284207b75aa2e04951bdca7b6013ff6101b0acef86e69356aa2bd7e3e6a6e25e51a5d623215fe0')
+sha512sums=('caf88ed4b07b50f37eea66ec850ed8b9bbd73612aa43931b9ec88ca9234b54fadc034afde40969951376edc1636c7a56345bb92daee9ae07f8d2ac1da99e608e')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:32:45
  Author: felixonmars
Revision: 640616

archrelease: copy trunk to community-x86_64

Added:
  ibus-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 640615, ibus-libpinyin/trunk/PKGBUILD)
Deleted:
  ibus-libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:32:29 UTC (rev 640615)
+++ PKGBUILD2020-06-08 18:32:45 UTC (rev 640616)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor:  Yangtse Su
-# Contributor:  Jekyll Wu
-# Contributor: riverscn
-# Contributor: rainy
-# Contributor: Lee.MaRS
-
-pkgname=ibus-libpinyin
-pkgver=1.11.1
-pkgrel=3
-pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/libpinyin/ibus-libpinyin;
-depends=('ibus' 'libpinyin' 'lua' 'python-xdg')
-makedepends=('git' 'gnome-common' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make NO_INDEX=true DESTDIR="$pkgdir" install
-}

Copied: ibus-libpinyin/repos/community-x86_64/PKGBUILD (from rev 640615, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:32:45 UTC (rev 640616)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor:  Yangtse Su
+# Contributor:  Jekyll Wu
+# Contributor: riverscn
+# Contributor: rainy
+# Contributor: Lee.MaRS
+
+pkgname=ibus-libpinyin
+pkgver=1.11.1
+pkgrel=4
+pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
+arch=('x86_64')
+license=('LGPL')
+url="https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'lua' 'opencc' 'python-xdg')
+makedepends=('boost' 'git' 'gnome-common' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-boost 
--enable-opencc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR="$pkgdir" install
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:32:29
  Author: felixonmars
Revision: 640615

upgpkg: ibus-libpinyin 1.11.1-4

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:31:48 UTC (rev 640614)
+++ PKGBUILD2020-06-08 18:32:29 UTC (rev 640615)
@@ -7,19 +7,19 @@
 
 pkgname=ibus-libpinyin
 pkgver=1.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus"
 arch=('x86_64')
 license=('LGPL')
 url="https://github.com/libpinyin/ibus-libpinyin;
-depends=('ibus' 'libpinyin' 'lua' 'python-xdg')
-makedepends=('git' 'gnome-common' 'intltool')
+depends=('ibus' 'libpinyin' 'lua' 'opencc' 'python-xdg')
+makedepends=('boost' 'git' 'gnome-common' 'intltool')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
 
sha512sums=('48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-boost 
--enable-opencc
   make
 }
 


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:32:22
  Author: felixonmars
Revision: 388504

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
(from rev 388503, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:32:06 UTC (rev 388503)
+++ PKGBUILD2020-06-08 18:32:22 UTC (rev 388504)
@@ -1,34 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.44
-pkgrel=1
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
- 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
- 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('ccb7e8a7aa0b10a78d5cc6b70a79b155642932646ee1940e6e0aa051e216e495ce9f85510b12e6cc06d9d3dac5a7d6f7b960479770c3ab60ff3be628876b3046')
-
-build() {
-  cd libwww-perl-$pkgver
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libwww-perl-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 388503, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:32:22 UTC (rev 388504)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.45
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
+sha512sums=('3c3b2319039dd2ea5c1cdffc7ca7535bd26569e68a8340eefcc80f5b4fb20ac1a4c479d8abc7d4ea4a470689bf510fdd0bd30a5e3fc6d0b103e3f7bedfceaf87')
+
+build() {
+  cd libwww-perl-$pkgver
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libwww-perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:32:06
  Author: felixonmars
Revision: 388503

upgpkg: perl-libwww 6.45-1

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 16:27:35 UTC (rev 388502)
+++ PKGBUILD2020-06-08 18:32:06 UTC (rev 388503)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.44
+pkgver=6.45
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('ccb7e8a7aa0b10a78d5cc6b70a79b155642932646ee1940e6e0aa051e216e495ce9f85510b12e6cc06d9d3dac5a7d6f7b960479770c3ab60ff3be628876b3046')
+sha512sums=('3c3b2319039dd2ea5c1cdffc7ca7535bd26569e68a8340eefcc80f5b4fb20ac1a4c479d8abc7d4ea4a470689bf510fdd0bd30a5e3fc6d0b103e3f7bedfceaf87')
 
 build() {
   cd libwww-perl-$pkgver


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:31:20
  Author: felixonmars
Revision: 640611

upgpkg: haskell-text-show 3.8.5-11: rebuild with deriving-compat 0.5.9

Modified:
  haskell-text-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:29:22 UTC (rev 640610)
+++ PKGBUILD2020-06-08 18:31:20 UTC (rev 640611)
@@ -3,7 +3,7 @@
 _hkgname=text-show
 pkgname=haskell-text-show
 pkgver=3.8.5
-pkgrel=10
+pkgrel=11
 pkgdesc="Efficient conversion of values into Text"
 url="https://github.com/RyanGlScott/text-show;
 license=('BSD')


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:31:29
  Author: felixonmars
Revision: 640612

upgpkg: fcitx5-chinese-addons 0.0.0.20200609-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:31:20 UTC (rev 640611)
+++ PKGBUILD2020-06-08 18:31:29 UTC (rev 640612)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200606
-_commit=fe7c7968ca77c63c8b22c94d8738de86a3ba10e2
+pkgver=0.0.0.20200609
+_commit=dbce4174bba50b88e3d5ce1942f182d2831a9243
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('670da16903e12359abab2df1c03c9a57603427fe739b0c1468e8bbdc3a47efded476addbeef1b6ff9ffcdeef5f9d9a5cd2bc1c4575da00c097d46d3ae2d1c594'
+sha512sums=('92a4c83f8e13d88428e3583b698c2950b94ec95248271b9bf2b397d019565128a6c1400de27db2aa06dbd99d2cf3f665e9e3b4195847eebfbba7d5b05a8ae033'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:31:48
  Author: felixonmars
Revision: 640614

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 640613, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:31:35 UTC (rev 640613)
+++ PKGBUILD2020-06-08 18:31:48 UTC (rev 640614)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200606
-_commit=fe7c7968ca77c63c8b22c94d8738de86a3ba10e2
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('670da16903e12359abab2df1c03c9a57603427fe739b0c1468e8bbdc3a47efded476addbeef1b6ff9ffcdeef5f9d9a5cd2bc1c4575da00c097d46d3ae2d1c594'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 640613, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:31:48 UTC (rev 640614)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200609
+_commit=dbce4174bba50b88e3d5ce1942f182d2831a9243
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('92a4c83f8e13d88428e3583b698c2950b94ec95248271b9bf2b397d019565128a6c1400de27db2aa06dbd99d2cf3f665e9e3b4195847eebfbba7d5b05a8ae033'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:31:35
  Author: felixonmars
Revision: 640613

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-text-show/repos/community-staging-x86_64/PKGBUILD (from rev 
640611, haskell-text-show/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-08 18:31:35 UTC (rev 640613)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-show
+pkgname=haskell-text-show
+pkgver=3.8.5
+pkgrel=11
+pkgdesc="Efficient conversion of values into Text"
+url="https://github.com/RyanGlScott/text-show;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat-batteries' 'haskell-bifunctors' 
'haskell-generic-deriving'
+ 'haskell-th-abstraction' 'haskell-th-lift' 
'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-base-orphans' 'haskell-deriving-compat' 
'haskell-hspec'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('17e6e4d188280d4545867b31210f9e8e69337996c80b8c4f9fd846e50605acb29ebb2429e72ce76545426741055c4806c20a32b59d47e190a38d0f1ed9405947')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/< *2.1/<3/;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 $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 v2ray-domain-list-community/repos/community-any (2 files)

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:29:22
  Author: felixonmars
Revision: 640610

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:29:06 UTC (rev 640609)
+++ PKGBUILD2020-06-08 18:29:22 UTC (rev 640610)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202006080412
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('5d1e59ab746e9a11dcb1ab63e39dd9ec5ebc2a2d52ef2d62adf1ff23aa74ec397772713f06b2021a7c563a0aa405a6f3af8e8207b65fa3189c4aa53776aa2e37')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
640609, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:29:22 UTC (rev 640610)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202006081101
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('56747ff5de660c396410a4682554c5f1bf06edabcf778da8d627d040f44653c08e1db35ad4b54565eb98d0d26664cec4b264be1220f43b1cab54ebd37ad0f4d5')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:28:43
  Author: felixonmars
Revision: 640607

upgpkg: haskell-deriving-compat 0.5.9-1: rebuild with deriving-compat 0.5.9

Modified:
  haskell-deriving-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:22:23 UTC (rev 640606)
+++ PKGBUILD2020-06-08 18:28:43 UTC (rev 640607)
@@ -2,8 +2,8 @@
 
 _hkgname=deriving-compat
 pkgname=haskell-deriving-compat
-pkgver=0.5.8
-pkgrel=6
+pkgver=0.5.9
+pkgrel=1
 pkgdesc="Backports of GHC deriving extensions"
 url="https://github.com/haskell-compat/deriving-compat;
 license=('BSD')
@@ -10,9 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-th-abstraction' 'haskell-transformers-compat')
 makedepends=('ghc' 'haskell-base-compat' 'haskell-base-orphans' 
'haskell-hspec' 'haskell-quickcheck'
- 'haskell-tagged')
+ 'haskell-tagged' 'haskell-void')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e0a807142bc324a0205bd3b98fc9c68292100808d448edaf800ed41c073ec0745329458dbbb6c1fe33cc86872a9d2555d76f57c6b9d8a1dcd891dda1a9fcf158')
+sha512sums=('4f1442867894d0b4899e7e649c404be13160cc9bda3d6f24d38d391e3057913279d6b815ef26bc95c4a6ac752304480627d051d3aa826af10a668e309ae7a105')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:29:06
  Author: felixonmars
Revision: 640609

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:28:57 UTC (rev 640608)
+++ PKGBUILD2020-06-08 18:29:06 UTC (rev 640609)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202006080412
+pkgver=202006081101
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('5d1e59ab746e9a11dcb1ab63e39dd9ec5ebc2a2d52ef2d62adf1ff23aa74ec397772713f06b2021a7c563a0aa405a6f3af8e8207b65fa3189c4aa53776aa2e37')
+sha512sums=('56747ff5de660c396410a4682554c5f1bf06edabcf778da8d627d040f44653c08e1db35ad4b54565eb98d0d26664cec4b264be1220f43b1cab54ebd37ad0f4d5')
 
 prepare() {
   mkdir .gopath


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 18:28:57
  Author: felixonmars
Revision: 640608

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deriving-compat/repos/community-staging-x86_64/
  haskell-deriving-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 640607, haskell-deriving-compat/trunk/PKGBUILD)

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

Copied: haskell-deriving-compat/repos/community-staging-x86_64/PKGBUILD (from 
rev 640607, haskell-deriving-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-08 18:28:57 UTC (rev 640608)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deriving-compat
+pkgname=haskell-deriving-compat
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="Backports of GHC deriving extensions"
+url="https://github.com/haskell-compat/deriving-compat;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-abstraction' 'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-base-orphans' 
'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-tagged' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4f1442867894d0b4899e7e649c404be13160cc9bda3d6f24d38d391e3057913279d6b815ef26bc95c4a6ac752304480627d051d3aa826af10a668e309ae7a105')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 lorcon/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-08 Thread Levente Polyak via arch-commits
Date: Monday, June 8, 2020 @ 18:22:23
  Author: anthraxx
Revision: 640606

archrelease: copy trunk to community-x86_64

Added:
  lorcon/repos/community-x86_64/PKGBUILD
(from rev 640605, lorcon/trunk/PKGBUILD)
Deleted:
  lorcon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:21:48 UTC (rev 640605)
+++ PKGBUILD2020-06-08 18:22:23 UTC (rev 640606)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-# Contributor: Jon Gjengset 
-
-pkgname=lorcon
-# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
-pkgver=2.0.0.20091101
-pkgrel=3
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64')
-depends=('libpcap')
-makedepends=('git')
-source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
-sha512sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-x86_64/PKGBUILD (from rev 640605, 
lorcon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:22:23 UTC (rev 640606)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: fnord0 [fnord0  riseup  net]
+# Contributor: dninja 
+# Contributor: Jon Gjengset 
+
+pkgbase=lorcon
+pkgname=(lorcon python-pylorcon2)
+pkgver=2020.06.06
+pkgrel=1
+epoch=2
+pkgdesc='Generic library for injecting 802.11 frames'
+url='https://github.com/kismetwireless/lorcon'
+license=('GPL')
+arch=('x86_64')
+makedepends=('glibc' 'python' 'libpcap')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1f51dc221d01356b59fd615ebccabb6d00f1999fd9450f6f092f6234635e162f0407e203df9dde4f0f942691cd9395df30377478ec677c910c2d1603228cef30')
+b2sums=('6fe0d3578b8f91ed9ed0ea12ce110afc6764b694c78c57935b835e4fb8e4c4c81e07f7a8b069583382e91ef760a07bdcf3f9aa51167add052ac1f3f8c0758155')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+
+  cd pylorcon2
+  # link against locally built lorcon instead of already installed version
+  export LDFLAGS+=" -L../.libs"
+  python setup.py build
+}
+
+package_lorcon() {
+  depends=('glibc' 'libpcap')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_python-pylorcon2() {
+  depends=('glibc' 'python' 'lorcon')
+
+  cd ${pkgbase}-${pkgver}/pylorcon2
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:21:48
  Author: dvzrv
Revision: 640605

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/0001-Audit-includes.patch
(from rev 640604, rosegarden/trunk/0001-Audit-includes.patch)
  rosegarden/repos/community-x86_64/PKGBUILD
(from rev 640604, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/PKGBUILD

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |  116 +-
 2 files changed, 236 insertions(+), 50 deletions(-)

Copied: rosegarden/repos/community-x86_64/0001-Audit-includes.patch (from rev 
640604, rosegarden/trunk/0001-Audit-includes.patch)
===
--- 0001-Audit-includes.patch   (rev 0)
+++ 0001-Audit-includes.patch   2020-06-08 18:21:48 UTC (rev 640605)
@@ -0,0 +1,170 @@
+From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
+From: Ted Felix 
+Date: Thu, 4 Jun 2020 20:29:40 -0400
+Subject: [PATCH] Audit #includes
+
+Fix build issues with Qt 5.15.  Bug #1585.
+---
+ src/gui/general/ThornStyle.cpp | 25 +
+ src/gui/general/ThornStyle.h   | 12 +++-
+ src/gui/widgets/Panner.cpp | 18 ++
+ src/gui/widgets/Panner.h   | 15 ++-
+ 4 files changed, 52 insertions(+), 18 deletions(-)
+
+diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
+index b4586cb0..387e19e7 100644
+--- a/src/gui/general/ThornStyle.cpp
 b/src/gui/general/ThornStyle.cpp
+@@ -19,32 +19,33 @@
+ 
+ #include "ThornStyle.h"
+ 
+-#include "ResourceFinder.h"
+ #include "gui/general/IconLoader.h"
+ #include "misc/Debug.h"
+ 
+-#include 
++#include   // qApp
+ #include 
++#include 
+ #include 
++#include 
++#include 
+ #include 
+-#include 
++#include 
+ #include 
+-#include 
+ #include 
+ #include 
+-#include 
++#include 
++#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
+ #include 
++#include 
+ #include 
+-#include 
++#include   // QStyleOption* classes
+ #include 
+ #include 
+-#include 
+-#include 
+-#include 
+-#include 
+-#include 
+-#include 
+ 
+ using namespace Rosegarden;
+ 
+diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
+index f56e2086..e5385724 100644
+--- a/src/gui/general/ThornStyle.h
 b/src/gui/general/ThornStyle.h
+@@ -18,8 +18,18 @@
+ #ifndef RG_THORN_STYLE_H
+ #define RG_THORN_STYLE_H
+ 
+-#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
++#include 
++
++class QPainter;
++class QStyleOption;
++class QStyleOptionComplex;
++class QWidget;
++
+ #include 
+ 
+ namespace Rosegarden
+diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
+index ceba4eae..e3ee2479 100644
+--- a/src/gui/widgets/Panner.cpp
 b/src/gui/widgets/Panner.cpp
+@@ -24,14 +24,23 @@
+ #include "misc/Debug.h"
+ #include "base/Profiler.h"
+ 
+-#include 
++#include 
++#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
+ 
+-#include 
+ 
+ namespace Rosegarden
+ {
+ 
++
+ class PannerScene : public QGraphicsScene
+ {
+ public:
+@@ -39,6 +48,7 @@ public:
+ };
+ 
+ Panner::Panner() :
++m_pointerHeight(0),
+ m_pointerVisible(false),
+ m_clicked(false)
+ {
+@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
+ emit pannedRectChanged(m_pannedRect);
+ viewport()->update();
+ }
+-   
+-}
+ 
++
++}
+diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
+index d5f6ec5a..07bfaeb4 100644
+--- a/src/gui/widgets/Panner.h
 b/src/gui/widgets/Panner.h
+@@ -19,6 +19,19 @@
+ #define RG_PANNER_H
+ 
+ #include 
++#include 
++#include 
++#include 
++
++class QGraphicsItem;
++class QGraphicsScene;
++class QMouseEvent;
++class QPainter;
++class QPaintEvent;
++class QResizeEvent;
++class QStyleOptionGraphicsItem;
++class QWheelEvent;
++
+ 
+ namespace Rosegarden
+ {
+@@ -87,7 +100,7 @@ protected:
+ QPixmap m_cache;
+ };
+ 
++
+ }
+ 
+ #endif
+-
+-- 
+2.17.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:21:40 UTC (rev 640604)
+++ PKGBUILD2020-06-08 18:21:48 UTC (rev 640605)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=19.12
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'libjack.so'
-'liblrdf.so' 'liblo.so' 'libsamplerate' 'libsndfile' 'lirc'
-'hicolor-icon-theme' 'qt5-base' 'zlib')
-makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
-optdepends=('cups: Printing support'
-'evince: Print 

[arch-commits] Commit in rosegarden/trunk (0001-Audit-includes.patch PKGBUILD)

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:21:40
  Author: dvzrv
Revision: 640604

upgpkg: rosegarden 20.06-1: Upgrading to 20.06.

Adding upstream patch for qt5 >= 5.15.0 compatibility.
Ensuring that tests don't fail (as one test is breaking).
Adding all available sodeps in package() and moving the respective packages to 
makedepends.
Removing imake from makedepends (not used).

Added:
  rosegarden/trunk/0001-Audit-includes.patch
Modified:
  rosegarden/trunk/PKGBUILD

---+
 0001-Audit-includes.patch |  170 
 PKGBUILD  |   32 ++--
 2 files changed, 194 insertions(+), 8 deletions(-)

Added: 0001-Audit-includes.patch
===
--- 0001-Audit-includes.patch   (rev 0)
+++ 0001-Audit-includes.patch   2020-06-08 18:21:40 UTC (rev 640604)
@@ -0,0 +1,170 @@
+From 9648884f7bf904f1401ff695ac0eea8463efbc49 Mon Sep 17 00:00:00 2001
+From: Ted Felix 
+Date: Thu, 4 Jun 2020 20:29:40 -0400
+Subject: [PATCH] Audit #includes
+
+Fix build issues with Qt 5.15.  Bug #1585.
+---
+ src/gui/general/ThornStyle.cpp | 25 +
+ src/gui/general/ThornStyle.h   | 12 +++-
+ src/gui/widgets/Panner.cpp | 18 ++
+ src/gui/widgets/Panner.h   | 15 ++-
+ 4 files changed, 52 insertions(+), 18 deletions(-)
+
+diff --git a/src/gui/general/ThornStyle.cpp b/src/gui/general/ThornStyle.cpp
+index b4586cb0..387e19e7 100644
+--- a/src/gui/general/ThornStyle.cpp
 b/src/gui/general/ThornStyle.cpp
+@@ -19,32 +19,33 @@
+ 
+ #include "ThornStyle.h"
+ 
+-#include "ResourceFinder.h"
+ #include "gui/general/IconLoader.h"
+ #include "misc/Debug.h"
+ 
+-#include 
++#include   // qApp
+ #include 
++#include 
+ #include 
++#include 
++#include 
+ #include 
+-#include 
++#include 
+ #include 
+-#include 
+ #include 
+ #include 
+-#include 
++#include 
++#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
+ #include 
++#include 
+ #include 
+-#include 
++#include   // QStyleOption* classes
+ #include 
+ #include 
+-#include 
+-#include 
+-#include 
+-#include 
+-#include 
+-#include 
+ 
+ using namespace Rosegarden;
+ 
+diff --git a/src/gui/general/ThornStyle.h b/src/gui/general/ThornStyle.h
+index f56e2086..e5385724 100644
+--- a/src/gui/general/ThornStyle.h
 b/src/gui/general/ThornStyle.h
+@@ -18,8 +18,18 @@
+ #ifndef RG_THORN_STYLE_H
+ #define RG_THORN_STYLE_H
+ 
+-#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
++#include 
++
++class QPainter;
++class QStyleOption;
++class QStyleOptionComplex;
++class QWidget;
++
+ #include 
+ 
+ namespace Rosegarden
+diff --git a/src/gui/widgets/Panner.cpp b/src/gui/widgets/Panner.cpp
+index ceba4eae..e3ee2479 100644
+--- a/src/gui/widgets/Panner.cpp
 b/src/gui/widgets/Panner.cpp
+@@ -24,14 +24,23 @@
+ #include "misc/Debug.h"
+ #include "base/Profiler.h"
+ 
+-#include 
++#include 
++#include 
+ #include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
++#include 
+ 
+-#include 
+ 
+ namespace Rosegarden
+ {
+ 
++
+ class PannerScene : public QGraphicsScene
+ {
+ public:
+@@ -39,6 +48,7 @@ public:
+ };
+ 
+ Panner::Panner() :
++m_pointerHeight(0),
+ m_pointerVisible(false),
+ m_clicked(false)
+ {
+@@ -284,6 +294,6 @@ Panner::moveTo(QPoint p)
+ emit pannedRectChanged(m_pannedRect);
+ viewport()->update();
+ }
+-   
+-}
+ 
++
++}
+diff --git a/src/gui/widgets/Panner.h b/src/gui/widgets/Panner.h
+index d5f6ec5a..07bfaeb4 100644
+--- a/src/gui/widgets/Panner.h
 b/src/gui/widgets/Panner.h
+@@ -19,6 +19,19 @@
+ #define RG_PANNER_H
+ 
+ #include 
++#include 
++#include 
++#include 
++
++class QGraphicsItem;
++class QGraphicsScene;
++class QMouseEvent;
++class QPainter;
++class QPaintEvent;
++class QResizeEvent;
++class QStyleOptionGraphicsItem;
++class QWheelEvent;
++
+ 
+ namespace Rosegarden
+ {
+@@ -87,7 +100,7 @@ protected:
+ QPixmap m_cache;
+ };
+ 
++
+ }
+ 
+ #endif
+-
+-- 
+2.17.1
+

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:21:13 UTC (rev 640603)
+++ PKGBUILD2020-06-08 18:21:40 UTC (rev 640604)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=19.12
+pkgver=20.06
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('x86_64')
@@ -12,10 +12,10 @@
 url="https://www.rosegardenmusic.com/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('alsa-lib' 'desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'libjack.so'
-'liblrdf.so' 'liblo.so' 'libsamplerate' 'libsndfile' 'lirc'
-'hicolor-icon-theme' 'qt5-base' 'zlib')
-makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'lirc' 'hicolor-icon-theme' 'qt5-base' 'zlib')
+makedepends=('alsa-lib' 'cmake' 'dssi' 'fftw' 'jack' 'ladspa' 'liblrdf' 'liblo'
+'libsamplerate' 'libsndfile' 'qt5-tools')

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

2020-06-08 Thread Levente Polyak via arch-commits
Date: Monday, June 8, 2020 @ 18:21:13
  Author: anthraxx
Revision: 640603

upgpkg: lorcon 2:2020.06.06-1

Modified:
  lorcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:20:50 UTC (rev 640602)
+++ PKGBUILD2020-06-08 18:21:13 UTC (rev 640603)
@@ -1,45 +1,54 @@
-# Maintainer: Alexander Rødseth 
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
 # Contributor: Brad Fanella 
 # Contributor: fnord0 [fnord0  riseup  net]
 # Contributor: dninja 
 # Contributor: Jon Gjengset 
 
-pkgname=lorcon
-# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
-pkgver=2.0.0.20091101
-pkgrel=3
-epoch=1
+pkgbase=lorcon
+pkgname=(lorcon python-pylorcon2)
+pkgver=2020.06.06
+pkgrel=1
+epoch=2
 pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
+url='https://github.com/kismetwireless/lorcon'
 license=('GPL')
 arch=('x86_64')
-depends=('libpcap')
-makedepends=('git')
-source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
-sha512sums=('SKIP')
+makedepends=('glibc' 'python' 'libpcap')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1f51dc221d01356b59fd615ebccabb6d00f1999fd9450f6f092f6234635e162f0407e203df9dde4f0f942691cd9395df30377478ec677c910c2d1603228cef30')
+b2sums=('6fe0d3578b8f91ed9ed0ea12ce110afc6764b694c78c57935b835e4fb8e4c4c81e07f7a8b069583382e91ef760a07bdcf3f9aa51167add052ac1f3f8c0758155')
 
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  autoreconf -fiv
 }
 
-prepare() {
-  cd "$pkgname"
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
 
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  cd pylorcon2
+  # link against locally built lorcon instead of already installed version
+  export LDFLAGS+=" -L../.libs"
+  python setup.py build
 }
 
-build() {
-  make -C "$pkgname"
+package_lorcon() {
+  depends=('glibc' 'libpcap')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
 
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
+package_python-pylorcon2() {
+  depends=('glibc' 'python' 'lorcon')
+
+  cd ${pkgbase}-${pkgver}/pylorcon2
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 
-# vim:set ts=2 sw=2 et: 
+# vim: ts=2 sw=2 et:


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:20:50
  Author: dvzrv
Revision: 640602

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:20:45 UTC (rev 640601)
+++ PKGBUILD2020-06-08 18:20:50 UTC (rev 640602)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rustup')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest' 
'python-pytz')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('e975dbb50cc8a55521c83991e26f16dbfbd486841b1c2ef5c9ae4ba08f9a1167c92dcf508450932e0a9a92c8ae950ae4cf40e2f4425488cc8d246b70121a782b')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --release \
---strip \
---manylinux
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 640601, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:20:50 UTC (rev 640602)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=('x86_64')
+url="https://github.com/ijl/orjson;
+license=('Apache' 'MIT')
+depends=('python')
+makedepends=('maturin' 'python-pip' 'rustup')
+checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest' 
'python-pytz')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('78a5e913fe4fde164eabc69755528a8668a48d315d45f57ea7468101cb3895020b42374acedb2afad139c6de3f7fd61988e2a347049e46e98bbb01be290ce485')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  rustup override set nightly
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --release \
+--strip \
+--manylinux
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+  export PIP_CONFIG_FILE=/dev/null
+  pip install --isolated \
+  --root="testdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PIP_CONFIG_FILE='/dev/null'
+  pip install --isolated \
+  --root="$pkgdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:20:45
  Author: dvzrv
Revision: 640601

upgpkg: python-orjson 3.1.0-1: Upgrading to 3.1.0.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 18:09:23 UTC (rev 640600)
+++ PKGBUILD2020-06-08 18:20:45 UTC (rev 640601)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('maturin' 'python-pip' 'rustup')
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest' 
'python-pytz')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('e975dbb50cc8a55521c83991e26f16dbfbd486841b1c2ef5c9ae4ba08f9a1167c92dcf508450932e0a9a92c8ae950ae4cf40e2f4425488cc8d246b70121a782b')
+sha512sums=('78a5e913fe4fde164eabc69755528a8668a48d315d45f57ea7468101cb3895020b42374acedb2afad139c6de3f7fd61988e2a347049e46e98bbb01be290ce485')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:09:23
  Author: dvzrv
Revision: 640600

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 18:09:18 UTC (rev 640599)
+++ PKGBUILD2020-06-08 18:09:23 UTC (rev 640600)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=sphinx-autoapi
-pkgname=python-sphinx-autoapi
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=" A new approach to API documentation in Sphinx."
-arch=('any')
-url="https://github.com/readthedocs/sphinx-autoapi;
-license=('MIT')
-depends=('python-astroid' 'python-jinja' 'python-sphinx' 'python-unidecode'
-'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest')
-# TODO: package python-go and python-dotnet
-# optdepends=('python-go' 'python-dotnet')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('a3c6c32c75be72b53989b249e407fcb4cf29006c3f81c9c00d99b3b71919203864031ba2e46291a440e16cfb68c88a278fb4fbcadc20d5c3726d008e76c17d47')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v || echo "Tests will fail without python-{go,dotnet}."
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-sphinx-autoapi/repos/community-any/PKGBUILD (from rev 640599, 
python-sphinx-autoapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 18:09:23 UTC (rev 640600)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=sphinx-autoapi
+pkgname=python-sphinx-autoapi
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=" A new approach to API documentation in Sphinx."
+arch=('any')
+url="https://github.com/readthedocs/sphinx-autoapi;
+license=('MIT')
+depends=('python-astroid' 'python-jinja' 'python-sphinx' 'python-unidecode'
+'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest')
+# TODO: package python-go and python-dotnet
+# optdepends=('python-go' 'python-dotnet')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4cd1e6ee56d35d9c954c458c19cff73054de5eee60848329b7bff5b8ba2fc585d0079210bce7727c2c492dc1eef25f5b6d00e10bfb0e7bf01fa56ba935f85591')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # disable failing test
+  # https://github.com/readthedocs/sphinx-autoapi/issues/215
+  pytest -v -k 'not test_order_members'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 18:09:18
  Author: dvzrv
Revision: 640599

upgpkg: python-sphinx-autoapi 1.4.0-1: Upgrading to 1.4.0.

Disabling failed test after opening ticket upstream.

Modified:
  python-sphinx-autoapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 17:54:58 UTC (rev 640598)
+++ PKGBUILD2020-06-08 18:09:18 UTC (rev 640599)
@@ -2,7 +2,7 @@
 
 _name=sphinx-autoapi
 pkgname=python-sphinx-autoapi
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=" A new approach to API documentation in Sphinx."
 arch=('any')
@@ -15,7 +15,7 @@
 # TODO: package python-go and python-dotnet
 # optdepends=('python-go' 'python-dotnet')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('a3c6c32c75be72b53989b249e407fcb4cf29006c3f81c9c00d99b3b71919203864031ba2e46291a440e16cfb68c88a278fb4fbcadc20d5c3726d008e76c17d47')
+sha512sums=('4cd1e6ee56d35d9c954c458c19cff73054de5eee60848329b7bff5b8ba2fc585d0079210bce7727c2c492dc1eef25f5b6d00e10bfb0e7bf01fa56ba935f85591')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -29,7 +29,9 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v || echo "Tests will fail without python-{go,dotnet}."
+  # disable failing test
+  # https://github.com/readthedocs/sphinx-autoapi/issues/215
+  pytest -v -k 'not test_order_members'
 }
 
 package() {


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 17:54:58
  Author: dvzrv
Revision: 640598

archrelease: copy trunk to community-any

Added:
  python-django-guardian/repos/community-any/PKGBUILD
(from rev 640597, python-django-guardian/trunk/PKGBUILD)
Deleted:
  python-django-guardian/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 17:54:51 UTC (rev 640597)
+++ PKGBUILD2020-06-08 17:54:58 UTC (rev 640598)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-guardian
-pkgname=python-django-guardian
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Per object permissions for Django"
-arch=('any')
-url="https://github.com/django-guardian/django-guardian;
-license=('BSD' 'MIT')
-depends=('python-django' 'python-django-environ')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-django')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('155a937ebe975053ac64e258d0e2e956e93751541f5ea993e7e9a46f074eeec034100fed404067327add28565d3e9ce7ad734e9a6ee7a5ecf3dfe4e6b3a61e80')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGES,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-guardian/repos/community-any/PKGBUILD (from rev 640597, 
python-django-guardian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 17:54:58 UTC (rev 640598)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=django-guardian
+pkgname=python-django-guardian
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Per object permissions for Django"
+arch=('any')
+url="https://github.com/django-guardian/django-guardian;
+license=('BSD' 'MIT')
+depends=('python-django' 'python-django-environ')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-django')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('84f9825fae21e89fa62209bdb9dcd3078d280a2f6eca5cd3cde470bd416e6a788317dcf127615052b4b840b80a6b770fa5a3348ff9ea23d5c6a5518aa01fbb7d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 17:54:51
  Author: dvzrv
Revision: 640597

upgpkg: python-django-guardian 2.3.0-1: Upgrading to 2.3.0.

Modified:
  python-django-guardian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 17:53:22 UTC (rev 640596)
+++ PKGBUILD2020-06-08 17:54:51 UTC (rev 640597)
@@ -2,7 +2,7 @@
 
 _name=django-guardian
 pkgname=python-django-guardian
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Per object permissions for Django"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-django')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('155a937ebe975053ac64e258d0e2e956e93751541f5ea993e7e9a46f074eeec034100fed404067327add28565d3e9ce7ad734e9a6ee7a5ecf3dfe4e6b3a61e80')
+sha512sums=('84f9825fae21e89fa62209bdb9dcd3078d280a2f6eca5cd3cde470bd416e6a788317dcf127615052b4b840b80a6b770fa5a3348ff9ea23d5c6a5518aa01fbb7d')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 17:53:22
  Author: dvzrv
Revision: 640596

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 17:53:13 UTC (rev 640595)
+++ PKGBUILD2020-06-08 17:53:22 UTC (rev 640596)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=importlib_resources
-pkgname=python-importlib_resources
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Design and implementation for a planned importlib.resources"
-arch=('any')
-url="https://gitlab.com/python-devs/importlib_resources;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-importlib_resources/repos/community-any/PKGBUILD (from rev 
640595, python-importlib_resources/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 17:53:22 UTC (rev 640596)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=importlib_resources
+pkgname=python-importlib_resources
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Design and implementation for a planned importlib.resources"
+arch=('any')
+url="https://gitlab.com/python-devs/importlib_resources;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('520822db4063d8d72192d41090c4f82efdaa500cee23a3148dd7095f2c74e6d4e59daed006e847463133e08e472b33e903f715b4da5149acf93c27c640993105')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 17:53:13
  Author: dvzrv
Revision: 640595

upgpkg: python-importlib_resources 2.0.0-1: Upgrading to 2.0.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 16:53:30 UTC (rev 640594)
+++ PKGBUILD2020-06-08 17:53:13 UTC (rev 640595)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.5.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed')
+sha512sums=('520822db4063d8d72192d41090c4f82efdaa500cee23a3148dd7095f2c74e6d4e59daed006e847463133e08e472b33e903f715b4da5149acf93c27c640993105')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 16:53:11
  Author: arojas
Revision: 640593

Fix hang in primdecSY

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 16:45:47 UTC (rev 640592)
+++ PKGBUILD2020-06-08 16:53:11 UTC (rev 640593)
@@ -6,7 +6,7 @@
 _patchver=2
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/;
@@ -15,11 +15,18 @@
 makedepends=(doxygen polymake)
 checkdepends=(python2)
 optdepends=('polymake: Polymake module')
-source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
+source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+ 
primdecSY-hang.patch::"https://github.com/Singular/Sources/commit/0d015456.patch;)
 
#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
-sha256sums=('573f4ea5f526c6d80da3feef56362e0069e3b1a889f320ef9882996fbc857587')
+sha256sums=('ee7ac6076d7f8622a1f24d37e9b632bae0700c6e314f56728400be136df64494'
+'46b7a7ed52ffc212693cafc46fefd1837268ea90636037da292dea6bdb205f2d')
 options=(!zipman)
 
+prepare() {
+  cd singular-${_majver//-/.}
+  patch -p1 -i ../primdecSY-hang.patch # 
https://www.singular.uni-kl.de:8002/trac/ticket/865
+}
+  
 build() {
   cd singular-${_majver//-/.}
   ./configure --prefix=/usr --libexecdir=/usr/lib --docdir=/usr/share/doc


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 16:53:30
  Author: arojas
Revision: 640594

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
(from rev 640593, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 16:53:11 UTC (rev 640593)
+++ PKGBUILD2020-06-08 16:53:30 UTC (rev 640594)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Rémy Oudompheng 
-
-pkgname=singular
-_majver=4-1-3
-_patchver=2
-pkgver=${_majver//-/.}.p${_patchver}
-#pkgver=${_majver//-/.}
-pkgrel=2
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(x86_64)
-url="https://www.singular.uni-kl.de/;
-license=(GPL)
-depends=(flint cddlib)
-makedepends=(doxygen polymake)
-checkdepends=(python2)
-optdepends=('polymake: Polymake module')
-source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;)
-#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
-sha256sums=('573f4ea5f526c6d80da3feef56362e0069e3b1a889f320ef9882996fbc857587')
-options=(!zipman)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib --docdir=/usr/share/doc
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd singular-${_majver//-/.}
-  make check
-}
-  
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 doc/singular.idx -t "$pkgdir"/usr/share/singular
-  # Fix ownership
-  chown -R root:root "$pkgdir"/usr/share/singular/html 
"$pkgdir"/usr/share/info "$pkgdir"/usr/share/singular/singular.idx
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 640593, 
singular/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 16:53:30 UTC (rev 640594)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=singular
+_majver=4-1-3
+_patchver=2
+pkgver=${_majver//-/.}.p${_patchver}
+#pkgver=${_majver//-/.}
+pkgrel=3
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(x86_64)
+url="https://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib)
+makedepends=(doxygen polymake)
+checkdepends=(python2)
+optdepends=('polymake: Polymake module')
+source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz;
+ 
primdecSY-hang.patch::"https://github.com/Singular/Sources/commit/0d015456.patch;)
+#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz;)
+sha256sums=('ee7ac6076d7f8622a1f24d37e9b632bae0700c6e314f56728400be136df64494'
+'46b7a7ed52ffc212693cafc46fefd1837268ea90636037da292dea6bdb205f2d')
+options=(!zipman)
+
+prepare() {
+  cd singular-${_majver//-/.}
+  patch -p1 -i ../primdecSY-hang.patch # 
https://www.singular.uni-kl.de:8002/trac/ticket/865
+}
+  
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --docdir=/usr/share/doc
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd singular-${_majver//-/.}
+  make check
+}
+  
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 doc/singular.idx -t "$pkgdir"/usr/share/singular
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html 
"$pkgdir"/usr/share/info "$pkgdir"/usr/share/singular/singular.idx
+}


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

2020-06-08 Thread Filipe Laíns via arch-commits
Date: Monday, June 8, 2020 @ 16:45:36
  Author: ffy00
Revision: 640591

upgpkg: python-libevdev 0.9-1

Modified:
  python-libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 15:07:25 UTC (rev 640590)
+++ PKGBUILD2020-06-08 16:45:36 UTC (rev 640591)
@@ -1,8 +1,8 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=python-libevdev
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
 checkdepends=('python-pytest' 'python-py' 'python-pluggy')
 source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('dbade600f2f0887c6702e5569b5b8132d636411c589395bb9770efd261c5a44479d43faecb683df45c03233e715c713daa9e70400c03ba4e7e1e2ada11128d61')
+sha512sums=('8b61b7b5d7f2ccc7c510afa321e048c0b1a77cf6d646d611269c75787ed4fcdb70d463dfdc7bf62b260788db3695a9797fa5809c5ff4d0441180dc31028a3b2a')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-08 Thread Filipe Laíns via arch-commits
Date: Monday, June 8, 2020 @ 16:45:47
  Author: ffy00
Revision: 640592

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 16:45:36 UTC (rev 640591)
+++ PKGBUILD2020-06-08 16:45:47 UTC (rev 640592)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python-libevdev
-pkgver=0.8
-pkgrel=2
-arch=('any')
-url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
-license=('MIT')
-pkgdesc='Python wrapper for libevdev'
-depends=('python' 'libevdev')
-makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
-checkdepends=('python-pytest' 'python-py' 'python-pluggy')
-source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('dbade600f2f0887c6702e5569b5b8132d636411c589395bb9770efd261c5a44479d43faecb683df45c03233e715c713daa9e70400c03ba4e7e1e2ada11128d61')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  PYTHONPATH=. pytest test/*.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root "$pkgdir" --skip-build -O1
-
-  # Install documentation
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
-}
-

Copied: python-libevdev/repos/community-any/PKGBUILD (from rev 640591, 
python-libevdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 16:45:47 UTC (rev 640592)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-libevdev
+pkgver=0.9
+pkgrel=1
+arch=('any')
+url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
+license=('MIT')
+pkgdesc='Python wrapper for libevdev'
+depends=('python' 'libevdev')
+makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
+checkdepends=('python-pytest' 'python-py' 'python-pluggy')
+source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8b61b7b5d7f2ccc7c510afa321e048c0b1a77cf6d646d611269c75787ed4fcdb70d463dfdc7bf62b260788db3695a9797fa5809c5ff4d0441180dc31028a3b2a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+
+  make doc
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  PYTHONPATH=. pytest test/*.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root "$pkgdir" --skip-build -O1
+
+  # Install documentation
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
+}
+


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 16:27:35
  Author: arojas
Revision: 388502

sip 4.19.23 has been released

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 16:07:12 UTC (rev 388501)
+++ PKGBUILD2020-06-08 16:27:35 UTC (rev 388502)
@@ -21,8 +21,6 @@
 
 prepare() {
   cp -a PyQt5-$pkgver{,-py2}
-
-  sed -e 's|4.19.23|4.19.22|' -i PyQt5-$pkgver-py2/configure.py # Fix 
unexistant SIP min version
 }
 
 build() {


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

2020-06-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 8, 2020 @ 15:07:25
  Author: svenstaro
Revision: 640590

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 640589, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 15:07:16 UTC (rev 640589)
+++ PKGBUILD2020-06-08 15:07:25 UTC (rev 640590)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=2.1.10
-pkgrel=2
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
-optdepends=('ttf-opensans: default Open Sans font family')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('eaffcd877353d7dab8536e5ff31ecbfac6a716816cbef13eda970fe5ca701af6c6bad068411409b4373f1bb4e0f39a9d834ffd64240d0742aadec9a8a537592e')
-
-build() {
-cd tdesktop-$pkgver-full
-
-# export CXXFLAGS="$CXXFLAGS 
-ffile-prefix-map=$srcdir/tdesktop-$pkgver-full="
-cmake -B build -G Ninja . \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_TEST=ON \
--DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
--DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
--DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
--DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
--DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
--DDESKTOP_APP_SPECIAL_TARGET="" \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 640589, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 15:07:25 UTC (rev 640590)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.1.11
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('9f2fba2814a5ab64f946913e32fce66dbc842d9607cbaee00994689ef6a661a04c2a8de5e075fc532e7d8926b51432c06c2b1510b019d729eef40da373d91d42')
+
+build() {
+cd tdesktop-$pkgver-full
+
+# export CXXFLAGS="$CXXFLAGS 
-ffile-prefix-map=$srcdir/tdesktop-$pkgver-full="
+cmake -B build -G Ninja . \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_TEST=ON \
+-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
+-DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
+-DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
+-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
+-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
+-DDESKTOP_APP_SPECIAL_TARGET="" \
+-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}


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

2020-06-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 8, 2020 @ 15:07:16
  Author: svenstaro
Revision: 640589

upgpkg: telegram-desktop 2.1.11-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 13:29:41 UTC (rev 640588)
+++ PKGBUILD2020-06-08 15:07:16 UTC (rev 640589)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=2.1.10
-pkgrel=2
+pkgver=2.1.11
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
 optdepends=('ttf-opensans: default Open Sans font family')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('eaffcd877353d7dab8536e5ff31ecbfac6a716816cbef13eda970fe5ca701af6c6bad068411409b4373f1bb4e0f39a9d834ffd64240d0742aadec9a8a537592e')
+sha512sums=('9f2fba2814a5ab64f946913e32fce66dbc842d9607cbaee00994689ef6a661a04c2a8de5e075fc532e7d8926b51432c06c2b1510b019d729eef40da373d91d42')
 
 build() {
 cd tdesktop-$pkgver-full


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 14:07:27
  Author: arojas
Revision: 388500

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
(from rev 388499, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 14:07:11 UTC (rev 388499)
+++ PKGBUILD2020-06-08 14:07:27 UTC (rev 388500)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.22
-pkgrel=2
-arch=('x86_64')
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;
- 
sip-fix-pyqt5-crash.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/812b5e26df96;)
-sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45'
-'6bc6551fdf1eb91df8944857232bf1deb1dbc2c452659645f8d4f34479321caf')
-
-prepare() {
-  pushd sip-$pkgver
-patch -p1 -i ../sip-fix-pyqt5-crash.patch # Fix crash in PyQt5 5.15
-  popd
-  mkdir -p build{,-pyqt5-py2}
-}
-
-build() {
-  cd "$srcdir"/build
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-pyqt5-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd build
-  make DESTDIR="$pkgdir" install -C sipgen
-# move sip.h to /usr/include
-  mv "$pkgdir"/usr/include/{python*/sip.h,}
-  rm -r "$pkgdir"/usr/include/python*
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python SIP4 bindings for C and C++ libraries"
-  depends=('python')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip-pyqt5() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python2')
-
-  cd build-pyqt5-py2
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 388499, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 14:07:27 UTC (rev 388500)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
+pkgver=4.19.23
+pkgrel=1
+arch=('x86_64')
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7')
+
+prepare() {
+  mkdir -p build{,-pyqt5-py2}
+}
+
+build() {
+  cd "$srcdir"/build
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-pyqt5-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd build
+  make DESTDIR="$pkgdir" install -C sipgen
+# move sip.h to /usr/include
+  mv "$pkgdir"/usr/include/{python*/sip.h,}
+  rm -r "$pkgdir"/usr/include/python*
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python SIP4 bindings for C and C++ libraries"
+  depends=('python')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip-pyqt5() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
+  depends=('python2')
+
+  cd build-pyqt5-py2
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 14:07:11
  Author: arojas
Revision: 388499

Update to 4.19.23

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 11:20:18 UTC (rev 388498)
+++ PKGBUILD2020-06-08 14:07:11 UTC (rev 388499)
@@ -5,21 +5,16 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.22
-pkgrel=2
+pkgver=4.19.23
+pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;
- 
sip-fix-pyqt5-crash.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/812b5e26df96;)
-sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45'
-'6bc6551fdf1eb91df8944857232bf1deb1dbc2c452659645f8d4f34479321caf')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7')
 
 prepare() {
-  pushd sip-$pkgver
-patch -p1 -i ../sip-fix-pyqt5-crash.patch # Fix crash in PyQt5 5.15
-  popd
   mkdir -p build{,-pyqt5-py2}
 }
 


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

2020-06-08 Thread Nicola Squartini via arch-commits
Date: Monday, June 8, 2020 @ 13:29:13
  Author: tensor5
Revision: 640587

upgpkg: go-ethereum 1.9.15-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 13:24:38 UTC (rev 640586)
+++ PKGBUILD2020-06-08 13:29:13 UTC (rev 640587)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.9.14
-_commit=6d74d1e5f762e06a6a739a42261886510f842778
+pkgver=1.9.15
+_commit=0f77f34bb67b640bd8af22b215f3d279a1e21170
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')


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

2020-06-08 Thread Nicola Squartini via arch-commits
Date: Monday, June 8, 2020 @ 13:29:41
  Author: tensor5
Revision: 640588

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 13:29:13 UTC (rev 640587)
+++ PKGBUILD2020-06-08 13:29:41 UTC (rev 640588)
@@ -1,31 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.9.14
-_commit=6d74d1e5f762e06a6a739a42261886510f842778
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 640587, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 13:29:41 UTC (rev 640588)
@@ -0,0 +1,31 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.9.15
+_commit=0f77f34bb67b640bd8af22b215f3d279a1e21170
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 13:00:20
  Author: felixonmars
Revision: 640575

upgpkg: shellcheck 0.7.1-48: rebuild with hlint 3.1.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 12:50:50 UTC (rev 640574)
+++ PKGBUILD2020-06-08 13:00:20 UTC (rev 640575)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=47
+pkgrel=48
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-06-08 Thread Felix Yan via arch-commits
Date: Monday, June 8, 2020 @ 13:00:34
  Author: felixonmars
Revision: 640576

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 640575, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-08 13:00:34 UTC (rev 640576)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=48
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-06-08 Thread Andrew Crerar via arch-commits
Date: Monday, June 8, 2020 @ 12:50:19
  Author: andrewsc
Revision: 640573

upgpkg: firefox-developer-edition-i18n 78.0b4-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 12:45:04 UTC (rev 640572)
+++ PKGBUILD2020-06-08 12:50:19 UTC (rev 640573)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=78.0b3
+pkgver=78.0b4
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('5551118dbab168f4b0afe489c287d0c8400b0b15823f4719f88ca86a14d56bdefc307ce1a9bff3969d6fd567b0796de5cb825cee9973be8579e024959bac7d88'
-
'6113e0a328408c5ad6a3343d12a30e996fc37a54c9287597e46ee920ea5baa311e68d71514ec4c526c11feb3d6814f56c80d78d28a061c7e47b1455c125b29f3'
-
'3ae7b50d8ed356ca2d415278a74e3cde61589bc1f26ed675dafbde7a604987b08ad0342fd41c9836efd2163b149e271781214f32fdea5c1b1d9b3a578c4c9edf'
-
'cc711d7f2d464e2f3a646ce289175866fc86f34e52e8112da35fcff8cb60e2676d31fea1901f6250d87ce920662eb666c164b74388aa98b613b844a7eeb97f17'
-
'75f317e936ad3e624a60365375fbb077e7b17a5ce67809774908acd6d131388065d66f611e9269ded230ccbc6e166ce4424cb14fee303bfda7a20ccd4c6db2d9'
-
'3fd0ca7edd1c608a95b2ec08094b68d4268f2cca2bc7dd9da44ce38475941291dbd96f5e644414656825a91604c478a7eeabaa6fc3cd89e5fc0011ba10eba308'
-
'48eb2e5af33eb54628d2c299098b43cc9061ae09e8f41f620a45dfd3b51fa79d6f175f414585dc23a3712adbf1b493466aa99063a2c4ff7d60774c8ea162c1a9'
-
'ccebc59d85ed49022b27b1d3e778a5f6236f2ef7621c98081e1663671417dd01e1b4a473ba9b463afd23274254537bc3786c7627d22cf4948c566609c2243239'
-
'3a3dac56e00c3123ef8a376959d10948575ce189e3b2dc8ca6f591b873707e993af4569d66345ae7e5ac7dd3814acce344a517219a445fc0d731dcedac4cb8fe'
-
'71466e1d830990851ce24cf0cb6e99424de5b5cca0481633fcf78e8f6bb1366241675b5fc76c508896575c97324ce6eb21534a7983015528adf1097ea114a048'
-
'9126265e3c91635a784e78e96edb89ca0b15a8dd7b700900d8a5baa60e3a74445de6d2ffd632caaf1c75df22f80d8bed95b913fa57353af06f5afdbedf0c4888'
-
'199587dc6bcfdb79e0d188c9d06d170d6e5c2f0cd1e0caf60b5739daf12d062921f202b9c3a8e3fb30eaf59ab471cac984768ad56b09bc567d982130bcb11d63'
-
'768219884ad3f33c8a7da9f954d51cf323823f9549b362208ba632233cec8bdc61e0f1e618eba49ee76d5d271bc3288b8f8fa96ebda55931dd24d498873c3912'
-
'41674936e04f0b40a72d37c06e715f7db01cdb0fba2c490b3ef40e9ee2fb0d5a652094f7da9c7ee0ac2496c85235c1e8be4fcb85655c17f701700835c80fd265'
-
'8c1a997f102411af47f8fe819e390f6999cdebab282dff9399ccf5f350cfd00dd19d13286a80707350d7dc131f2a4a00cd444cc8ac1966d84f8789c9aa85a457'
-
'9887c397e936f8aeaebad1572090e25ba6f59139a62e0c35047e3cdcea486761c2f19aa2312caeb8411e8b879df0a837f262bd7d931cd01bad314c1ae3aea71d'
-
'8b6d8f6ac8816b6156bcec9ef835d09c0e22db3929a8af4309f1c2f568d83fb501e91056aa60d40b8978bfa3c9f3c3d153aa7b9856e2174d8af1ab6b23a8ff45'
-
'd2b3622c1cb33d4765de80b35e44d96aea4109e52ad6cf6a44465f0439dac3e60aca45abc497866ffd16259d40b8faf09f03468eb696c1b05af37e6f0abc10ac'
-
'bf6f09b138c3dd5ba2119aa4c9f2da22537011dc5c266c44a91b8a77c6b125fe123e8dbf85066a520f82335af40191bcfd4f1aa62e8dea3ea734de3c24823829'
-
'0609628d9b5dbbb7921b29301e917f35cf31ebfebc470eb0e597f50fe4c4d343898a970f6477eeeb75411a3eb0f7ad6793d7b18a622e590d3e1da1fa1c817e54'
-
'3b5fd845610c90497130934d83074004c6ccec84e23bba5785bf8b1926a3b809621e63000989e78a2e4de15bcb46d350a0388f6d7ffe5cbb2d9677a814770c1b'
-
'a61d0235677ccfad12d228a6cfeffd78d337338d37c94eaf652a3fd35f476c2a4ca3a84b41fe43195931c400b57ffd2dc05d54b9d00780e1ac49c57372919fc7'
-
'ff1af0cf8ac4192911620af57b6b82eade1d2e61fe5997452546c7f36b48f7ca377956ba1db42f47a6193e6b3fda7535de2c9cec505bcb38c34603f42dac8203'
-
'3edf363533393eb77e1c9749242d7bbce8f43a63a0bb7ec65e2ca791b43474b32fc7302d2bb6a7911e5b6ec2e7c98b7d7e083fdc53ad8d6832c7d7d2b31b6db8'
-
'adcafdaa6c63a03417ea8ac7fab4c2a76d15608ecf2effdb9eaf1b5c6863fa3ac84188d70d1872405a27bd34a51401c50efaf46423f7268a938294dc3d94af87'
-
'fcd21915ae0bb6ef1f1078e944a83e7cdd2742bb8a35b74b8d98bde1bd59f108d46446417401123a6c4e2ca0eb349b98a2a379a2ad9aaecaf9216e2febef2b4e'
-
'00a688d1a945c6d6957a49d2a64afa3c6707fb0c2010e13e91f1f256603a501ba38b8247ca9e31fb9bd66e46461c76398ed139c501123cc40cf5bfd153675848'
-
'27bd7cf5befcfc66a3d6b74ba297fcfa85a9b1081cc4a3c00e2adf739d67b0407f93c0d94416d633f09406e5b1e41a09a1b164b538f4cbc34b448bc85828fb44'
-

  1   2   3   4   >