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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:54:58
  Author: felixonmars
Revision: 442579

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 442578, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 442578, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:54:58 UTC (rev 442579)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=32
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:54:44
  Author: felixonmars
Revision: 442578

upgpkg: xmobar 0.29.4-32

rebuild with HTTP 4000.3.13

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:53:16 UTC (rev 442577)
+++ PKGBUILD2019-03-19 06:54:44 UTC (rev 442578)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.4
-pkgrel=31
+pkgrel=32
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


[arch-commits] Commit in stack/repos (3 files)

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:53:16
  Author: felixonmars
Revision: 442577

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 442576, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 442576, stack/trunk/stack.install)

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 442576, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:53:16 UTC (rev 442577)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=80
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 442576, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-03-19 06:53:16 UTC (rev 
442577)
@@ -0,0 +1,4 @@
+po

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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:53:03
  Author: felixonmars
Revision: 442576

upgpkg: stack 1.9.3-80

rebuild with HTTP 4000.3.13

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:44:36 UTC (rev 442575)
+++ PKGBUILD2019-03-19 06:53:03 UTC (rev 442576)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=79
+pkgrel=80
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:44:36
  Author: felixonmars
Revision: 442575

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 442574, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:44:36 UTC (rev 442575)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=57
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz";)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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
+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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+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)

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:44:23
  Author: felixonmars
Revision: 442574

upgpkg: shellcheck 0.6.0-57

rebuild with HTTP 4000.3.13

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:40:55 UTC (rev 442573)
+++ PKGBUILD2019-03-19 06:44:23 UTC (rev 442574)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=56
+pkgrel=57
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net";
 license=("GPL")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:40:55
  Author: felixonmars
Revision: 442573

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 442572, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:40:55 UTC (rev 442573)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=23
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:40:41
  Author: felixonmars
Revision: 442572

upgpkg: postgrest 5.2.0-23

rebuild with HTTP 4000.3.13

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:36:57 UTC (rev 442571)
+++ PKGBUILD2019-03-19 06:40:41 UTC (rev 442572)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=22
+pkgrel=23
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:36:57
  Author: felixonmars
Revision: 442571

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 442570, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
442570, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:36:57 UTC (rev 442571)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=60
+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=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:36:41
  Author: felixonmars
Revision: 442570

upgpkg: pandoc-crossref 0.3.4.0-60

rebuild with HTTP 4000.3.13

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:36:30 UTC (rev 442569)
+++ PKGBUILD2019-03-19 06:36:41 UTC (rev 442570)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=59
+pkgrel=60
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:36:30
  Author: felixonmars
Revision: 442569

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 442568, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 06:36:14 UTC (rev 442568)
+++ PKGBUILD2019-03-19 06:36:30 UTC (rev 442569)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.26.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://github.com/google/yapf";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz";)
-sha512sums=('6a2c7dbf9b2014361ccca20caa6fdf677da1605e820db80d0a7dadb83d87daeb0012ddf48ef3cdc7ad259add1092b6471fab14a6ea55aa86449abefb5d9b8d4a')
-
-prepare() {
-  cp -a yapf-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf-$pkgver
-  nosetests3 || warning "https://github.com/google/yapf/issues/586";
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 442568, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 06:36:30 UTC (rev 442569)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=yapf
+pkgver=0.26.0
+pkgrel=2
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://github.com/google/yapf";
+license=('Apache')
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz";)
+sha512sums=('6a2c7dbf9b2014361ccca20caa6fdf677da1605e820db80d0a7dadb83d87daeb0012ddf48ef3cdc7ad259add1092b6471fab14a6ea55aa86449abefb5d9b8d4a')
+
+build() {
+  cd yapf-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yapf-$pkgver
+  nosetests3 || warning "https://github.com/google/yapf/issues/586";
+}
+
+package() {
+  cd yapf-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:36:14
  Author: felixonmars
Revision: 442568

upgpkg: yapf 0.26.0-2

remove python2 sibling

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:35:01 UTC (rev 442567)
+++ PKGBUILD2019-03-19 06:36:14 UTC (rev 442568)
@@ -1,51 +1,28 @@
 # Maintainer: Felix Yan 
 
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
+pkgname=yapf
 pkgver=0.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python style guide checker"
 arch=('any')
 url="https://github.com/google/yapf";
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz";)
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yapf/archive/v$pkgver.tar.gz";)
 
sha512sums=('6a2c7dbf9b2014361ccca20caa6fdf677da1605e820db80d0a7dadb83d87daeb0012ddf48ef3cdc7ad259add1092b6471fab14a6ea55aa86449abefb5d9b8d4a')
 
-prepare() {
-  cp -a yapf-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/yapf-$pkgver
+  cd yapf-$pkgver
   python setup.py build
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/yapf-$pkgver
+  cd yapf-$pkgver
   nosetests3 || warning "https://github.com/google/yapf/issues/586";
-
-  cd "$srcdir"/yapf-$pkgver-py2
-  nosetests2
 }
 
-package_yapf() {
-  depends=('python-setuptools')
-
+package() {
   cd yapf-$pkgver
   python setup.py install -O1 --root="$pkgdir"
 }
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:35:01
  Author: felixonmars
Revision: 442567

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 442566, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
442566, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:35:01 UTC (rev 442567)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=27
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' '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=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.7/<3/' $_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
+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)

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:34:47
  Author: felixonmars
Revision: 442566

upgpkg: haskell-hakyll 4.12.5.1-27

rebuild with HTTP 4000.3.13

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:32:21 UTC (rev 442565)
+++ PKGBUILD2019-03-19 06:34:47 UTC (rev 442566)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=26
+pkgrel=27
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:32:21
  Author: felixonmars
Revision: 442565

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 06:32:05 UTC (rev 442564)
+++ PKGBUILD2019-03-19 06:32:21 UTC (rev 442565)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-tenacity
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-depends=('python-six')
-optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-pbr')
-checkdepends=('python-pytest-runner' 'python-tornado')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd tenacity-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tenacity-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 442564, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 06:32:21 UTC (rev 442565)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tenacity
+pkgver=5.0.3
+pkgrel=2
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+depends=('python-six')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-pbr')
+checkdepends=('python-pytest-runner' 'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd tenacity-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tenacity-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:32:05
  Author: felixonmars
Revision: 442564

upgpkg: python-tenacity 5.0.3-2

remove python2 sibling

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:30:30 UTC (rev 442563)
+++ PKGBUILD2019-03-19 06:32:05 UTC (rev 442564)
@@ -2,7 +2,7 @@
 
 pkgname=python-tenacity
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
 license=('Apache')


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:30:22
  Author: felixonmars
Revision: 442562

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 06:30:15 UTC (rev 442561)
+++ PKGBUILD2019-03-19 06:30:22 UTC (rev 442562)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-tenacity
-pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=5.0.3
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
- 'python-pbr' 'python2-pbr')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
-
-prepare() {
-  cp -a tenacity-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py pytest --addopts '--ignore=tenacity/tests/test_asyncio.py'
-}
-
-package_python-tenacity() {
-  depends=('python-six')
-  optdepends=('python-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-tenacity() {
-  depends=('python2-six' 'python2-futures' 'python2-monotonic')
-  optdepends=('python2-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 442561, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 06:30:22 UTC (rev 442562)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tenacity
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+depends=('python-six')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-pbr')
+checkdepends=('python-pytest-runner' 'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd tenacity-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tenacity-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:30:06
  Author: felixonmars
Revision: 442560

upgpkg: python-tenacity 5.0.3-1

remove python2 sibling

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:26:47 UTC (rev 442559)
+++ PKGBUILD2019-03-19 06:30:06 UTC (rev 442560)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-tenacity
-pkgname=('python-tenacity' 'python2-tenacity')
+pkgname=python-tenacity
 pkgver=5.0.3
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
@@ -8,48 +7,26 @@
 arch=('any')
 license=('Apache')
 url='https://github.com/jd/tenacity'
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
- 'python-pbr' 'python2-pbr')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+depends=('python-six')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-pbr')
+checkdepends=('python-pytest-runner' 'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
 
sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
 
-prepare() {
-  cp -a tenacity-$pkgver{,-py2}
+export PBR_VERSION=$pkgver
 
-  export PBR_VERSION=$pkgver
-}
-
 build() {
-  cd "$srcdir"/tenacity-$pkgver
+  cd tenacity-$pkgver
   python setup.py build
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/tenacity-$pkgver
+  cd tenacity-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py pytest --addopts '--ignore=tenacity/tests/test_asyncio.py'
 }
 
-package_python-tenacity() {
-  depends=('python-six')
-  optdepends=('python-tornado: for Tornado coroutines support')
-
+package() {
   cd tenacity-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-tenacity() {
-  depends=('python2-six' 'python2-futures' 'python2-monotonic')
-  optdepends=('python2-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:30:15
  Author: felixonmars
Revision: 442561

upgpkg: pandoc-citeproc 0.16.1.3-3

rebuild with HTTP 4000.3.13

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:30:06 UTC (rev 442560)
+++ PKGBUILD2019-03-19 06:30:15 UTC (rev 442561)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:30:30
  Author: felixonmars
Revision: 442563

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
442562, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:30:30 UTC (rev 442563)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1.3
+pkgrel=3
+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')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('01e32fe8d7c75878c6aa1004badc892eef946ecf0f0e5a3f76242e18188dcf3f9b555892b97ce668de7de050daf344eeff2ee9322ac5ee44a141af88e3637d91')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:26:47
  Author: felixonmars
Revision: 442559

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 442558, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:26:47 UTC (rev 442559)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7
+pkgrel=5
+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-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ '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-tagsoup' 'haskell-temporary' '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-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('02dfb10fa1678a9d44dfd93ce3025c8bf73b36397f28c1ec22c8f8241a5eaeda55635f7170bc00ba7d221880c78ada82949c707fbe087787a7606810b45186aa')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:26:33
  Author: felixonmars
Revision: 442558

upgpkg: pandoc 2.7-5

rebuild with HTTP 4000.3.13

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:19:45 UTC (rev 442557)
+++ PKGBUILD2019-03-19 06:26:33 UTC (rev 442558)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7
-pkgrel=4
+pkgrel=5
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:19:45
  Author: felixonmars
Revision: 442557

archrelease: copy trunk to community-any

Added:
  python-setuptools-markdown/repos/community-any/PKGBUILD
(from rev 442556, python-setuptools-markdown/trunk/PKGBUILD)
Deleted:
  python-setuptools-markdown/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 06:19:30 UTC (rev 442556)
+++ PKGBUILD2019-03-19 06:19:45 UTC (rev 442557)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools-markdown
-pkgname=(python-setuptools-markdown python2-setuptools-markdown)
-pkgver=0.2
-pkgrel=3
-pkgdesc="Use Markdown for your project description"
-arch=('any')
-url="https://github.com/msabramo/setuptools-markdown";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pypandoc' 
'python2-pypandoc' 'git')
-source=("git+https://github.com/msabramo/setuptools-markdown.git#commit=$_commit";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a setuptools-markdown{,-py2}
-}
-
-build() {
-  cd "${srcdir}/setuptools-markdown"
-  python setup.py build
-
-  cd "${srcdir}/setuptools-markdown-py2"
-  python2 setup.py build
-}
-
-package_python-setuptools-markdown() {
-  depends=('python-setuptools' 'python-pypandoc')
-
-  cd "${srcdir}/setuptools-markdown"
-  python setup.py install --root "$pkgdir"
-}
-
-package_python2-setuptools-markdown() {
-  depends=('python2-setuptools' 'python2-pypandoc')
-
-  cd "${srcdir}/setuptools-markdown-py2"
-  python2 setup.py install --root "$pkgdir"
-}

Copied: python-setuptools-markdown/repos/community-any/PKGBUILD (from rev 
442556, python-setuptools-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 06:19:45 UTC (rev 442557)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-setuptools-markdown
+pkgver=0.2
+_commit=48c3977bf3404141fec78e2d1f8658bfbcf82f53
+pkgrel=4
+pkgdesc="Use Markdown for your project description"
+arch=('any')
+url="https://github.com/msabramo/setuptools-markdown";
+license=('MIT')
+depends=('python-setuptools' 'python-pypandoc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/msabramo/setuptools-markdown/archive/$_commit.tar.gz";)
+sha512sums=('8e946ddcc488ef42179eb1da5bc3c155c3f307744074c0c0e2f6bcc9d131a6df8504c8c1e7e862fdeb3a89288c4c4ccbab1d49eb331ceb9599bb89e1a0904655')
+
+prepare() {
+  mv setuptools-markdown-{$_commit,$pkgver}
+}
+
+build() {
+  cd setuptools-markdown-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd setuptools-markdown-$pkgver
+  python setup.py install --root "$pkgdir"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:19:30
  Author: felixonmars
Revision: 442556

upgpkg: python-setuptools-markdown 0.2-4

remove python2 sibling

Modified:
  python-setuptools-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:14:51 UTC (rev 442555)
+++ PKGBUILD2019-03-19 06:19:30 UTC (rev 442556)
@@ -1,39 +1,27 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-setuptools-markdown
-pkgname=(python-setuptools-markdown python2-setuptools-markdown)
+pkgname=python-setuptools-markdown
 pkgver=0.2
-pkgrel=3
+_commit=48c3977bf3404141fec78e2d1f8658bfbcf82f53
+pkgrel=4
 pkgdesc="Use Markdown for your project description"
 arch=('any')
 url="https://github.com/msabramo/setuptools-markdown";
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pypandoc' 
'python2-pypandoc' 'git')
-source=("git+https://github.com/msabramo/setuptools-markdown.git#commit=$_commit";)
-md5sums=('SKIP')
+depends=('python-setuptools' 'python-pypandoc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/msabramo/setuptools-markdown/archive/$_commit.tar.gz";)
+sha512sums=('8e946ddcc488ef42179eb1da5bc3c155c3f307744074c0c0e2f6bcc9d131a6df8504c8c1e7e862fdeb3a89288c4c4ccbab1d49eb331ceb9599bb89e1a0904655')
 
 prepare() {
-  cp -a setuptools-markdown{,-py2}
+  mv setuptools-markdown-{$_commit,$pkgver}
 }
 
 build() {
-  cd "${srcdir}/setuptools-markdown"
+  cd setuptools-markdown-$pkgver
   python setup.py build
-
-  cd "${srcdir}/setuptools-markdown-py2"
-  python2 setup.py build
 }
 
-package_python-setuptools-markdown() {
-  depends=('python-setuptools' 'python-pypandoc')
-
-  cd "${srcdir}/setuptools-markdown"
+package() {
+  cd setuptools-markdown-$pkgver
   python setup.py install --root "$pkgdir"
 }
-
-package_python2-setuptools-markdown() {
-  depends=('python2-setuptools' 'python2-pypandoc')
-
-  cd "${srcdir}/setuptools-markdown-py2"
-  python2 setup.py install --root "$pkgdir"
-}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:14:51
  Author: felixonmars
Revision: 442555

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 442554, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:14:51 UTC (rev 442555)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.5
+pkgrel=18
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
+ 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
+ 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fc7fac9d66ef9b6b498f18a40fab3979f16ce0245ff75882cbfa467af619082db089b5c986d1fc3ab83c43319cb9f76a2476041c55a054cb42567c730996732a')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:14:37
  Author: felixonmars
Revision: 442554

upgpkg: hoogle 5.0.17.5-18

rebuild with HTTP 4000.3.13

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:12:39 UTC (rev 442553)
+++ PKGBUILD2019-03-19 06:14:37 UTC (rev 442554)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.5
-pkgrel=17
+pkgrel=18
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:12:39
  Author: felixonmars
Revision: 442553

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 442552, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:12:39 UTC (rev 442553)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.17.6
+pkgrel=10
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable' 
'haskell-heaps'
+ 'haskell-js-flot' 'haskell-js-jquery' 'haskell-primitive' 
'haskell-random'
+ 'haskell-unordered-containers' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('826c6e69aba5a5f013be3f1e27c01f14486f940f05547b14e53133ee802022f28afb5411255866883821465d6ba759f82668253c1148bef41f577a7ebc3ee485')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
+sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+}
+
+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 \
+-f-portable -f-cloud
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:12:23
  Author: felixonmars
Revision: 442552

upgpkg: haskell-shake 0.17.6-10

rebuild with HTTP 4000.3.13

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:03:49 UTC (rev 442551)
+++ PKGBUILD2019-03-19 06:12:23 UTC (rev 442552)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:03:35
  Author: felixonmars
Revision: 442550

upgpkg: haskell-criterion 1.5.4.0-13

rebuild with HTTP 4000.3.13

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:02:36 UTC (rev 442549)
+++ PKGBUILD2019-03-19 06:03:35 UTC (rev 442550)
@@ -4,7 +4,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.5.4.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("BSD")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:03:49
  Author: felixonmars
Revision: 442551

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
442550, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:03:49 UTC (rev 442551)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.4.0
+pkgrel=13
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 
'haskell-exceptions'
+ 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-microstache'
+ 'haskell-mwc-random' 'haskell-optparse-applicative' 
'haskell-statistics'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ec9069d1840fd8ed77d11f07ed9e24a9e36d95c5c03364bc81785c21b25e5dffe6e66fa3fcc65a23d374f65fb8789d4275c0440c0cd29717b8924d01bce8de48')
+
+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 \
+-f-fast -f-embed-data-files
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-repoze.profile/repos/community-any (PKGBUILD PKGBUILD)

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:02:36
  Author: felixonmars
Revision: 442549

archrelease: copy trunk to community-any

Added:
  python-repoze.profile/repos/community-any/PKGBUILD
(from rev 442548, python-repoze.profile/trunk/PKGBUILD)
Deleted:
  python-repoze.profile/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 06:02:21 UTC (rev 442548)
+++ PKGBUILD2019-03-19 06:02:36 UTC (rev 442549)
@@ -1,52 +0,0 @@
-# Maintainer : Felix Yan 
-
-pkgname=(python-repoze.profile python2-repoze.profile)
-pkgver=2.3
-pkgrel=1
-pkgdesc="Aggregate profiling for WSGI requests"
-arch=('any')
-license=('custom:BSD')
-url="http://docs.repoze.org/profile/";
-makedepends=('python-setuptools' 'python2-setuptools' 'pyprof2calltree' 
'python2-pyprof2calltree')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/r/repoze.profile/repoze.profile-$pkgver.tar.gz";)
-md5sums=('65e87b8ef5ac7e6b2074decdb89a180b')
-
-prepare() {
-  cp -a repoze.profile-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/repoze.profile-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/repoze.profile-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/repoze.profile-$pkgver
-  nosetests3
-
-  cd "$srcdir"/repoze.profile-$pkgver-py2
-  nosetests2
-}
-
-package_python-repoze.profile() {
-  depends=('python')
-  optdepends=('pyprof2calltree')
-
-  cd repoze.profile-$pkgver
-  python setup.py install --root="$pkgdir"
-  
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-repoze.profile() {
-  depends=('python2-pyprof2calltree')
-
-  cd repoze.profile-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-repoze.profile/repos/community-any/PKGBUILD (from rev 442548, 
python-repoze.profile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 06:02:36 UTC (rev 442549)
@@ -0,0 +1,32 @@
+# Maintainer : Felix Yan 
+
+pkgname=python-repoze.profile
+pkgver=2.3
+pkgrel=2
+pkgdesc="Aggregate profiling for WSGI requests"
+arch=('any')
+license=('BSD')
+url="http://docs.repoze.org/profile/";
+depends=('python')
+optdepends=('pyprof2calltree')
+makedepends=('python-setuptools' 'pyprof2calltree')
+checkdepends=('python-nose')
+source=("https://pypi.io/packages/source/r/repoze.profile/repoze.profile-$pkgver.tar.gz";)
+md5sums=('65e87b8ef5ac7e6b2074decdb89a180b')
+
+build() {
+  cd repoze.profile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd repoze.profile-$pkgver
+  nosetests3
+}
+
+package() {
+  cd repoze.profile-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in python-repoze.profile/trunk (PKGBUILD)

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:02:21
  Author: felixonmars
Revision: 442548

upgpkg: python-repoze.profile 2.3-2

remove python2 sibling

Modified:
  python-repoze.profile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:01:47 UTC (rev 442547)
+++ PKGBUILD2019-03-19 06:02:21 UTC (rev 442548)
@@ -1,52 +1,32 @@
 # Maintainer : Felix Yan 
 
-pkgname=(python-repoze.profile python2-repoze.profile)
+pkgname=python-repoze.profile
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Aggregate profiling for WSGI requests"
 arch=('any')
-license=('custom:BSD')
+license=('BSD')
 url="http://docs.repoze.org/profile/";
-makedepends=('python-setuptools' 'python2-setuptools' 'pyprof2calltree' 
'python2-pyprof2calltree')
-checkdepends=('python-nose' 'python2-nose')
+depends=('python')
+optdepends=('pyprof2calltree')
+makedepends=('python-setuptools' 'pyprof2calltree')
+checkdepends=('python-nose')
 
source=("https://pypi.io/packages/source/r/repoze.profile/repoze.profile-$pkgver.tar.gz";)
 md5sums=('65e87b8ef5ac7e6b2074decdb89a180b')
 
-prepare() {
-  cp -a repoze.profile-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/repoze.profile-$pkgver
+  cd repoze.profile-$pkgver
   python setup.py build
-
-  cd "$srcdir"/repoze.profile-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/repoze.profile-$pkgver
+  cd repoze.profile-$pkgver
   nosetests3
-
-  cd "$srcdir"/repoze.profile-$pkgver-py2
-  nosetests2
 }
 
-package_python-repoze.profile() {
-  depends=('python')
-  optdepends=('pyprof2calltree')
-
+package() {
   cd repoze.profile-$pkgver
   python setup.py install --root="$pkgdir"
-  
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
 
-package_python2-repoze.profile() {
-  depends=('python2-pyprof2calltree')
-
-  cd repoze.profile-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
 }


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:01:47
  Author: felixonmars
Revision: 442547

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 442546, haskell-js-jquery/trunk/PKGBUILD)

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

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
442546, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:01:47 UTC (rev 442547)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=197
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:01:31
  Author: felixonmars
Revision: 442546

upgpkg: haskell-js-jquery 3.3.1-197

rebuild with HTTP 4000.3.13

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 06:00:27 UTC (rev 442545)
+++ PKGBUILD2019-03-19 06:01:31 UTC (rev 442546)
@@ -4,7 +4,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=196
+pkgrel=197
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme";
 license=("MIT")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:00:27
  Author: felixonmars
Revision: 442545

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 442544, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 06:00:27 UTC (rev 442545)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.2
+pkgrel=23
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('0fd3aa052da9d74f31835a12e7bb50beeff7beec8b10c72cafef7e97fbac02ae178a8f52bf55f1d79887e19164633c8a19ddda01ff2ba4aa8795ac071903552b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+sed -i 's/< *0.5/<1/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 06:00:13
  Author: felixonmars
Revision: 442544

upgpkg: darcs 2.14.2-23

rebuild with HTTP 4000.3.13

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:59:24 UTC (rev 442543)
+++ PKGBUILD2019-03-19 06:00:13 UTC (rev 442544)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.14.2
-pkgrel=22
+pkgrel=23
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL2")


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:59:24
  Author: felixonmars
Revision: 442543

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 05:59:09 UTC (rev 442542)
+++ PKGBUILD2019-03-19 05:59:24 UTC (rev 442543)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-
-pkgbase=python-queuelib
-pkgname=('python2-queuelib' 'python-queuelib')
-pkgver=1.5.0
-pkgrel=2
-pkgdesc="Collection of persistent (disk-based) queues."
-arch=('any')
-license=('BSD')
-url="http://scrapy.org";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
-sha512sums=('8217dfa82c4a7c2449277d81f553b1dd5b82fa34ba0c69ed98bcc146940e8afb79251715be9ec61c962a78292f14d83dac862ba021485573c9069e85710d5998')
-
-prepare() {
-  cp -a queuelib-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir"/queuelib-$pkgver
-  py.test
-
-  cd "$srcdir"/queuelib-$pkgver-py2
-  py.test2
-}
-
-package_python-queuelib() {
-  depends=('python')
-
-  cd queuelib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 "README.rst" "$pkgdir/usr/share/doc/$pkgname/README.rst"
-}
-
-package_python2-queuelib() {
-  depends=('python2')
-
-  cd queuelib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 "README.rst" "$pkgdir/usr/share/doc/$pkgname/README.rst"
-}

Copied: python-queuelib/repos/community-any/PKGBUILD (from rev 442542, 
python-queuelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 05:59:24 UTC (rev 442543)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+
+pkgname=python-queuelib
+pkgver=1.5.0
+pkgrel=3
+pkgdesc="Collection of persistent (disk-based) queues."
+arch=('any')
+license=('BSD')
+url="http://scrapy.org";
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
+sha512sums=('8217dfa82c4a7c2449277d81f553b1dd5b82fa34ba0c69ed98bcc146940e8afb79251715be9ec61c962a78292f14d83dac862ba021485573c9069e85710d5998')
+
+build() {
+  cd queuelib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd queuelib-$pkgver
+  py.test
+}
+
+package() {
+  cd queuelib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 README.rst -t "$pkgdir"/usr/share/doc/$pkgname
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:59:09
  Author: felixonmars
Revision: 442542

upgpkg: python-queuelib 1.5.0-3

remove python2 sibling

Modified:
  python-queuelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:56:46 UTC (rev 442541)
+++ PKGBUILD2019-03-19 05:59:09 UTC (rev 442542)
@@ -1,45 +1,32 @@
 # Maintainer: Felix Yan 
 # Contributor: PyroDevil 
 
-pkgbase=python-queuelib
-pkgname=('python2-queuelib' 'python-queuelib')
+pkgname=python-queuelib
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of persistent (disk-based) queues."
 arch=('any')
 license=('BSD')
 url="http://scrapy.org";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
 
sha512sums=('8217dfa82c4a7c2449277d81f553b1dd5b82fa34ba0c69ed98bcc146940e8afb79251715be9ec61c962a78292f14d83dac862ba021485573c9069e85710d5998')
 
-prepare() {
-  cp -a queuelib-$pkgver{,-py2}
+build() {
+  cd queuelib-$pkgver
+  python setup.py build
 }
 
 check() {
-  cd "$srcdir"/queuelib-$pkgver
+  cd queuelib-$pkgver
   py.test
-
-  cd "$srcdir"/queuelib-$pkgver-py2
-  py.test2
 }
 
-package_python-queuelib() {
-  depends=('python')
-
+package() {
   cd queuelib-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 "README.rst" "$pkgdir/usr/share/doc/$pkgname/README.rst"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 README.rst -t "$pkgdir"/usr/share/doc/$pkgname
 }
-
-package_python2-queuelib() {
-  depends=('python2')
-
-  cd queuelib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 "README.rst" "$pkgdir/usr/share/doc/$pkgname/README.rst"
-}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:56:46
  Author: felixonmars
Revision: 442541

fix broken pkgrelease

Added:
  libpinyin/repos/community-testing-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 05:56:46 UTC (rev 442541)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Yangtse 
+# Contributor: WU Jun 
+
+pkgname=libpinyin
+pkgver=2.3.0
+_modelver=17
+pkgrel=1
+pkgdesc="Library to deal with pinyin"
+arch=('x86_64')
+url="https://github.com/libpinyin/libpinyin";
+license=('GPL')
+depends=('kyotocabinet' 'glib2')
+makedepends=('gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";
+
"$pkgname-model$_modelver.text.tar.gz::http://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz";)
+noextract=("$pkgname-model$_modelver.text.tar.gz")
+sha512sums=('5cfe2d70c15dc532fa970a28b70da403f2d848747501bdbdf43c481f8165d6290cb1de086d2ef7af653edfe3fb164d4e8d9cf655302e2aa759709e6031b117b2'
+
'd0bf8d476a63e33e292046754161316f00bfea71ebd06fca85b3845fe535431f01458282f505380cae018050aa6a08b14a7bc0684ba372dc79ee14391f47e8a1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  ln -s "$srcdir"/$pkgname-model$_modelver.text.tar.gz 
data/model$_modelver.text.tar.gz
+  sed -i "/wget.*model$_modelver\.text\.tar\.gz/ d" data/Makefile.am
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --with-dbm=KyotoCabinet --enable-libzhuyin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:55:06
  Author: felixonmars
Revision: 442537

upgpkg: python-qrcode 6.1-2

remove python2 sibling

Modified:
  python-qrcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:51:27 UTC (rev 442536)
+++ PKGBUILD2019-03-19 05:55:06 UTC (rev 442537)
@@ -3,58 +3,29 @@
 # Contributor Maintainer: Timothy Redaelli 
 # Contributor: Francois Boulogne 
 
-pkgbase=python-qrcode
-pkgname=(python-qrcode python2-qrcode)
+pkgname=python-qrcode
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library to generate QR codes'
 url='https://github.com/lincolnloop/python-qrcode'
 arch=('any')
 license=('custom')
-makedepends=('python-pillow' 'python2-pillow' 'python-six' 'python2-six' 
'python-setuptools' 'python2-setuptools')
-checkdepends=('python2-mock')
-source=(https://github.com/lincolnloop/python-qrcode/archive/v${pkgver}/${pkgbase}-v${pkgver}.tar.gz)
+depends=('python-pillow' 'python-six' 'python-setuptools')
+source=(https://github.com/lincolnloop/python-qrcode/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
 
sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
 
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-  find "${pkgbase}-${pkgver}-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
-  -e 's#/usr/bin/env 
python#/usr/bin/env python2#g' -i {} +
-}
-
 build() {
-  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cd $pkgname-$pkgver
   python setup.py build
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "${srcdir}"/${pkgbase}-${pkgver}
+  cd $pkgname-$pkgver
   python -m unittest discover qrcode
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
-  python2 -m unittest discover qrcode
 }
 
-package_python-qrcode() {
-  depends=('python-pillow' 'python-six' 'python-setuptools')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }
-
-package_python2-qrcode() {
-  depends=('python2-pillow' 'python2-six' 'python2-setuptools')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -r "${pkgdir}"/usr/bin
-  rm -r "${pkgdir}"/usr/share/man
-}
-
-# vim:ts=2:sw=2:et:


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:55:21
  Author: felixonmars
Revision: 442539

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 05:55:11 UTC (rev 442538)
+++ PKGBUILD2019-03-19 05:55:21 UTC (rev 442539)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor Maintainer: Timothy Redaelli 
-# Contributor: Francois Boulogne 
-
-pkgbase=python-qrcode
-pkgname=(python-qrcode python2-qrcode)
-pkgver=6.1
-pkgrel=1
-pkgdesc='Python library to generate QR codes'
-url='https://github.com/lincolnloop/python-qrcode'
-arch=('any')
-license=('custom')
-makedepends=('python-pillow' 'python2-pillow' 'python-six' 'python2-six' 
'python-setuptools' 'python2-setuptools')
-checkdepends=('python2-mock')
-source=(https://github.com/lincolnloop/python-qrcode/archive/v${pkgver}/${pkgbase}-v${pkgver}.tar.gz)
-sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-  find "${pkgbase}-${pkgver}-py2" -type f -exec sed -e 
's#/usr/bin/python#/usr/bin/python2#g' \
-  -e 's#/usr/bin/env 
python#/usr/bin/env python2#g' -i {} +
-}
-
-build() {
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-  python -m unittest discover qrcode
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}-py2
-  python2 -m unittest discover qrcode
-}
-
-package_python-qrcode() {
-  depends=('python-pillow' 'python-six' 'python-setuptools')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_python2-qrcode() {
-  depends=('python2-pillow' 'python2-six' 'python2-setuptools')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -r "${pkgdir}"/usr/bin
-  rm -r "${pkgdir}"/usr/share/man
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-qrcode/repos/community-any/PKGBUILD (from rev 442538, 
python-qrcode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 05:55:21 UTC (rev 442539)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor Maintainer: Timothy Redaelli 
+# Contributor: Francois Boulogne 
+
+pkgname=python-qrcode
+pkgver=6.1
+pkgrel=2
+pkgdesc='Python library to generate QR codes'
+url='https://github.com/lincolnloop/python-qrcode'
+arch=('any')
+license=('custom')
+depends=('python-pillow' 'python-six' 'python-setuptools')
+source=(https://github.com/lincolnloop/python-qrcode/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover qrcode
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:55:11
  Author: felixonmars
Revision: 442538

upgpkg: libpinyin 2.3.0-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:55:06 UTC (rev 442537)
+++ PKGBUILD2019-03-19 05:55:11 UTC (rev 442538)
@@ -3,8 +3,8 @@
 # Contributor: WU Jun 
 
 pkgname=libpinyin
-pkgver=2.2.2
-_modelver=15
+pkgver=2.3.0
+_modelver=17
 pkgrel=1
 pkgdesc="Library to deal with pinyin"
 arch=('x86_64')
@@ -15,8 +15,8 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz";
 
"$pkgname-model$_modelver.text.tar.gz::http://downloads.sourceforge.net/libpinyin/model$_modelver.text.tar.gz";)
 noextract=("$pkgname-model$_modelver.text.tar.gz")
-sha512sums=('80d955bf7f9e85ea90f9469032507713b0e15290fb7cc91a471c8c5564e3c78d430c5fd1dc871693aa40688fb68f7a17f719defe107d1512c5bcefd290c56285'
-
'd3f5b42f6ea6b22570b5ba67cf23d94a3fee2d7d894191ebc11eb72edc162c72b90b2fe10b312bfd8d77d110654ee5dc00c21b25fb8b7c3f905d4088c9895ac1')
+sha512sums=('5cfe2d70c15dc532fa970a28b70da403f2d848747501bdbdf43c481f8165d6290cb1de086d2ef7af653edfe3fb164d4e8d9cf655302e2aa759709e6031b117b2'
+
'd0bf8d476a63e33e292046754161316f00bfea71ebd06fca85b3845fe535431f01458282f505380cae018050aa6a08b14a7bc0684ba372dc79ee14391f47e8a1')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:55:24
  Author: felixonmars
Revision: 442540

archrelease: copy trunk to community-testing-x86_64

Added:
  libpinyin/repos/community-testing-x86_64/


[arch-commits] Commit in mutter/repos/extra-x86_64 (4 files)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 05:52:17
  Author: heftig
Revision: 348635

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/216.patch
(from rev 348633, mutter/trunk/216.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 348633, mutter/trunk/PKGBUILD)
Deleted:
  mutter/repos/extra-x86_64/216.patch
  mutter/repos/extra-x86_64/PKGBUILD

---+
 216.patch |  256 ++--
 PKGBUILD  |  108 -
 2 files changed, 182 insertions(+), 182 deletions(-)

Deleted: 216.patch
===
--- 216.patch   2019-03-19 05:52:14 UTC (rev 348634)
+++ 216.patch   2019-03-19 05:52:17 UTC (rev 348635)
@@ -1,128 +0,0 @@
-From 6d8d73beeef3a618c553e89b0b3e532ec3654a30 Mon Sep 17 00:00:00 2001
-From: Daniel van Vugt 
-Date: Mon, 23 Jul 2018 16:28:56 +0800
-Subject: [PATCH] cogl-winsys-glx: Fix frame notification race/leak
-
-If a second `set_{sync,complete}_pending` was queued before the idle
-handler had flushed the first then one of them would be forgotten.
-It would stay queued forever and never emitted as a notification.
-
-This could happen repeatedly causing a slow leak. But worse still,
-`clutter-stage-cogl` would then have `pending_swaps` permanently stuck
-above zero preventing the presentation timing logic from being used.
-
-The problem is that a boolean can only count to one, but in some cases
-(triple buffering, whether intentional or accidental #334) we need it to
-count to two. So just change booleans to integers and count properly.
-
-https://gitlab.gnome.org/GNOME/mutter/merge_requests/216

- cogl/cogl/winsys/cogl-winsys-glx.c | 58 +++---
- 1 file changed, 29 insertions(+), 29 deletions(-)
-
-diff --git a/cogl/cogl/winsys/cogl-winsys-glx.c 
b/cogl/cogl/winsys/cogl-winsys-glx.c
-index 2623d02c6..235cfe81f 100644
 a/cogl/cogl/winsys/cogl-winsys-glx.c
-+++ b/cogl/cogl/winsys/cogl-winsys-glx.c
-@@ -99,9 +99,9 @@ typedef struct _CoglOnscreenGLX
-   CoglOnscreenXlib _parent;
-   GLXDrawable glxwin;
-   uint32_t last_swap_vsync_counter;
--  gboolean pending_sync_notify;
--  gboolean pending_complete_notify;
--  gboolean pending_resize_notify;
-+  uint32_t pending_sync_notify;
-+  uint32_t pending_complete_notify;
-+  uint32_t pending_resize_notify;
- 
-   GThread *swap_wait_thread;
-   GQueue *swap_wait_queue;
-@@ -347,35 +347,35 @@ flush_pending_notifications_cb (void *data,
- {
-   CoglOnscreen *onscreen = COGL_ONSCREEN (framebuffer);
-   CoglOnscreenGLX *glx_onscreen = onscreen->winsys;
--  gboolean pending_sync_notify = glx_onscreen->pending_sync_notify;
--  gboolean pending_complete_notify = 
glx_onscreen->pending_complete_notify;
- 
--  /* If swap_region is called then notifying the sync event could
--   * potentially immediately queue a subsequent pending notify so
--   * we need to clear the flag before invoking the callback */
--  glx_onscreen->pending_sync_notify = FALSE;
--  glx_onscreen->pending_complete_notify = FALSE;
--
--  if (pending_sync_notify)
-+  while (glx_onscreen->pending_sync_notify > 0 ||
-+ glx_onscreen->pending_complete_notify > 0 ||
-+ glx_onscreen->pending_resize_notify > 0)
- {
--  CoglFrameInfo *info = g_queue_peek_head 
(&onscreen->pending_frame_infos);
--
--  _cogl_onscreen_notify_frame_sync (onscreen, info);
--}
-+  if (glx_onscreen->pending_sync_notify > 0)
-+{
-+  CoglFrameInfo *info =
-+g_queue_peek_head (&onscreen->pending_frame_infos);
- 
--  if (pending_complete_notify)
--{
--  CoglFrameInfo *info = g_queue_pop_head 
(&onscreen->pending_frame_infos);
-+  _cogl_onscreen_notify_frame_sync (onscreen, info);
-+  glx_onscreen->pending_sync_notify--;
-+}
- 
--  _cogl_onscreen_notify_complete (onscreen, info);
-+  if (glx_onscreen->pending_complete_notify > 0)
-+{
-+  CoglFrameInfo *info =
-+g_queue_pop_head (&onscreen->pending_frame_infos);
- 
--  cogl_object_unref (info);
--}
-+  _cogl_onscreen_notify_complete (onscreen, info);
-+  cogl_object_unref (info);
-+  glx_onscreen->pending_complete_notify--;
-+}
- 
--  if (glx_onscreen->pending_resize_notify)
--{
--  _cogl_onscreen_notify_resize (onscreen);
--  glx_onscreen->pending_resize_notify = FALSE;
-+  if (glx_onscreen->pending_resize_notify > 0)
-+{
-+  _cogl_onscreen_notify_resize (onscreen);
-+  glx_onscreen->pending_resize_notify--;
-+}
- }
- }
- }
-@@ -417,7 +417,7 @@ set_sync_pending (CoglOnscreen *onscreen)
-   NULL);
- }
- 
--  glx_onscreen->pending_sync_notify = TRUE;

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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 05:52:00
  Author: heftig
Revision: 348633

3.32.0+20+g05e55cee2-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:51:59 UTC (rev 348632)
+++ PKGBUILD2019-03-19 05:52:00 UTC (rev 348633)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
 hack-detached.diff)
@@ -34,9 +34,6 @@
 prepare() {
   cd $pkgname
 
-  # Unbreak switcher
-  git cherry-pick -n 00a4891fb93a3846c48bc6fc1167205e2afab67b
-
   # Hack around broken detached locations
   patch -Np1 -i ../hack-detached.diff
 


[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (4 files)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 05:52:14
  Author: heftig
Revision: 348634

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 348633, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/hack-detached.diff
(from rev 348633, gnome-shell/trunk/hack-detached.diff)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/hack-detached.diff

+
 PKGBUILD   |  113 ---
 hack-detached.diff |   34 +++
 2 files changed, 72 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 05:52:00 UTC (rev 348633)
+++ PKGBUILD2019-03-19 05:52:14 UTC (rev 348634)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=1341d5557fbf05691172459e14cde70a8d5e96c3  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
-hack-detached.diff)
-sha256sums=('SKIP'
-'SKIP'
-'939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Unbreak switcher
-  git cherry-pick -n 00a4891fb93a3846c48bc6fc1167205e2afab67b
-
-  # Hack around broken detached locations
-  patch -Np1 -i ../hack-detached.diff
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 348633, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 05:52:14 UTC (rev 348634)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=05e55cee23d65206f3c3f2d12f4a4d659061651f  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";
+hack-detached.diff)
+sha256sums=('SKIP'
+'SKIP'
+'939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Hack around broken detached locations
+  patch -Np1 -i ../hack-detached.diff
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Deleted: hack-detached.diff
===
--- hack-detached.diff  2019-03-19 05:52:00 UTC (rev 348633)
+++ hack-detached.diff  2019-03-19 05:52:14 UTC (rev 348634)
@@ -1,17 +0,0 @@
-diff --git i/js/misc/weather.js w/js/misc/weather.js
-index aaec36cf4..3b09c28c1 100644
 i/js/misc/weather.js
-+++ w/js/misc/weather.js
-@@ -183,10 +183,8 @@ var WeatherClient = class {
- 
- _onGClueLocationChanged() {
- let geoLocation = this._gclueService.location;
--let location = GWeather.Locat

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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 05:51:59
  Author: heftig
Revision: 348632

3.32.0+25+gf0b9654de-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 00:48:18 UTC (rev 348631)
+++ PKGBUILD2019-03-19 05:51:59 UTC (rev 348632)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.32.0+15+gc96cf0608
+pkgver=3.32.0+25+gf0b9654de
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter";
@@ -15,7 +15,7 @@
 makedepends=(gobject-introspection git egl-wayland meson xorg-server)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=c96cf0608dd5e92369447ddbba9f63b7a2c84c0f  # master
+_commit=f0b9654deb947e49e42b76d6daa42b86e5b0ec17  # master
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit";
 216.patch)
 sha256sums=('SKIP'


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:49:31
  Author: felixonmars
Revision: 442534

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 442533, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 05:49:31 UTC (rev 442534)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=2.4.0.0
+pkgrel=56
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib' 'haskell-zip-archive')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";)
+sha512sums=('caf49ec35d5665164b76db3a6219c0409243fb80fd7a740a91933732fbb26fc3efef88ddc3d769a76d0f76811ea83a6a7effdab5ad8264da808d4469c9faf125')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/< *0.4/<1/' -e 's/< *2.8/<4/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}"
+  runhaskell Setup build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:49:17
  Author: felixonmars
Revision: 442533

upgpkg: cabal-install 2.4.0.0-56

rebuild with HTTP 4000.3.13

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:43:45 UTC (rev 442532)
+++ PKGBUILD2019-03-19 05:49:17 UTC (rev 442533)
@@ -5,7 +5,7 @@
 
 pkgname=cabal-install
 pkgver=2.4.0.0
-pkgrel=55
+pkgrel=56
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install";
 license=('BSD')


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:43:45
  Author: felixonmars
Revision: 442532

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 442531, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 05:43:45 UTC (rev 442532)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.3.13
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
+ 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
+ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
+ 'haskell-conduit-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('97eae7fce52f497a15ba2257358daa5c6c0f4d8f4343c39cfb596f13972b8bdeb3455e807a97b507e4a2ca7c90b9c6fa08b67d21ddace08805946a6142c0ec7a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:43:30
  Author: felixonmars
Revision: 442531

upgpkg: haskell-http 4000.3.13-1

rebuild with HTTP 4000.3.13

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 05:36:16 UTC (rev 442530)
+++ PKGBUILD2019-03-19 05:43:30 UTC (rev 442531)
@@ -3,8 +3,8 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.3.12
-pkgrel=126
+pkgver=4000.3.13
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')
@@ -15,13 +15,8 @@
  'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
  'haskell-conduit-extra')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e')
+sha512sums=('97eae7fce52f497a15ba2257358daa5c6c0f4d8f4343c39cfb596f13972b8bdeb3455e807a97b507e4a2ca7c90b9c6fa08b67d21ddace08805946a6142c0ec7a')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e 's/< *4.12/<5/' -e 's/< *2.8/<4/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 05:35:11
  Author: felixonmars
Revision: 442529

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 442528, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 02:29:38 UTC (rev 442528)
+++ PKGBUILD2019-03-19 05:35:11 UTC (rev 442529)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.15.3
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('bcc1a2d0f8c21d2a2467113434ba76567786c39b22a3b4928833602149f6b42d1791625134e2281c88370a588b55f5e726c887c46018ae4c343e2780bbcf8a61')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 442528, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 05:35:11 UTC (rev 442529)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.15.3
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('bcc1a2d0f8c21d2a2467113434ba76567786c39b22a3b4928833602149f6b42d1791625134e2281c88370a588b55f5e726c887c46018ae4c343e2780bbcf8a61')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-03-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 19, 2019 @ 02:29:38
  Author: foutrelis
Revision: 442528

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 442527, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 02:29:30 UTC (rev 442527)
+++ PKGBUILD2019-03-19 02:29:38 UTC (rev 442528)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.3.1
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('736ba008c2a70f9588115bfeeef5e3206ffc2d28c586520f2f96352bb8ccf1cd'
-'SKIP'
-'17710f45ab4547301341260e72e1794d20999c2a3f653e5223966036e2c915d6'
-'SKIP'
-'894d9ca5425e38880eeb270cbe26b83c90b4ca8490ebe48fb20be466e1704d03'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 442527, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 02:29:38 UTC (rev 442528)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.3.2
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('58615c40598d3f2f71e6aab286ebd281c9018dea584ee658e5609ea0e434b242'
+'SKIP'
+'43d48d47929fdef29023ff2659550f0b2289064d54b7abe64f79efeb1613146a'
+'SKIP'
+'fa71e435ba3ffa3b424c3fe4dfb405c536e4c8d837e8f0936486f7673478ce5b'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-cor

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

2019-03-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 19, 2019 @ 02:29:30
  Author: foutrelis
Revision: 442527

upgpkg: shorewall 5.2.3.2-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 00:48:15 UTC (rev 442526)
+++ PKGBUILD2019-03-19 02:29:30 UTC (rev 442527)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.3.1
+pkgver=5.2.3.2
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('736ba008c2a70f9588115bfeeef5e3206ffc2d28c586520f2f96352bb8ccf1cd'
+sha256sums=('58615c40598d3f2f71e6aab286ebd281c9018dea584ee658e5609ea0e434b242'
 'SKIP'
-'17710f45ab4547301341260e72e1794d20999c2a3f653e5223966036e2c915d6'
+'43d48d47929fdef29023ff2659550f0b2289064d54b7abe64f79efeb1613146a'
 'SKIP'
-'894d9ca5425e38880eeb270cbe26b83c90b4ca8490ebe48fb20be466e1704d03'
+'fa71e435ba3ffa3b424c3fe4dfb405c536e4c8d837e8f0936486f7673478ce5b'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:48:15
  Author: heftig
Revision: 348630

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 348629, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 00:44:27 UTC (rev 348629)
+++ PKGBUILD2019-03-19 00:48:15 UTC (rev 348630)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=3.31.91
-pkgrel=1
-pkgdesc="GNOME standard icons"
-url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme";
-arch=(any)
-license=(LGPL3 CCPL:by-sa)
-depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
-makedepends=(git gtk3)
-_commit=0a8c3bcbb638d3deb142c7139697378247573c64  # tags/3.31.91^0
-source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 348629, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 00:48:15 UTC (rev 348630)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme";
+arch=(any)
+license=(LGPL3 CCPL:by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(git gtk3)
+_commit=0bfd2927f3dd808e806512f6a9b6470b65e3937a  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-backgrounds/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:48:18
  Author: heftig
Revision: 348631

archrelease: copy trunk to extra-any

Added:
  gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 348629, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 00:48:15 UTC (rev 348630)
+++ PKGBUILD2019-03-19 00:48:18 UTC (rev 348631)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-backgrounds
-pkgver=3.31.91
-pkgrel=1
-pkgdesc="Background images and data for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-backgrounds";
-arch=(any)
-makedepends=(glib2 meson)
-license=(GPL)
-groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('21fc5879ec1a5f592d383d3f9b407a2d58274c25fc8277a9e1c4a10642118a95')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 348629, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 00:48:18 UTC (rev 348631)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-backgrounds
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Background images and data for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-backgrounds";
+arch=(any)
+makedepends=(glib2 meson)
+license=(GPL)
+groups=(gnome)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f53c31bc9ff31b27408159afe77d06875174bc554e4e7c225a4d5d16acbb3e8')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:48:15
  Author: heftig
Revision: 442526

archrelease: copy trunk to community-x86_64

Added:
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 442525, gnome-boxes/trunk/PKGBUILD)
Deleted:
  gnome-boxes/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 00:47:15 UTC (rev 442525)
+++ PKGBUILD2019-03-19 00:48:15 UTC (rev 442526)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=gnome-boxes
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Simple GNOME application to access remote or virtual systems"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Boxes";
-license=('LGPL')
-groups=('gnome')
-depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
- 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
-makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
-_commit=2af6543a6a3a998f87eda9c0c0b382c307bef8b0  # tags/v3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git";
-"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
-  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 442525, 
gnome-boxes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 00:48:15 UTC (rev 442526)
@@ -0,0 +1,51 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=gnome-boxes
+pkgver=3.32.0.1
+pkgrel=1
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Boxes";
+license=('LGPL')
+groups=('gnome')
+depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
+ 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
+makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
+_commit=2833a387269d7bd89d77e110174654f0290c9c5d  # 
environments/review-gnome-3-32-aawdx3/deployments/229
+source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git";
+"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fixup tag
+  git tag -f v3.32.0.1 2833a387269d7bd89d77e110174654f0290c9c5d
+
+  git submodule init
+  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
+  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:47:15
  Author: heftig
Revision: 442525

3.32.0.1-1

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 00:11:16 UTC (rev 442524)
+++ PKGBUILD2019-03-19 00:47:15 UTC (rev 442525)
@@ -2,7 +2,7 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=3.32.0
+pkgver=3.32.0.1
 pkgrel=1
 pkgdesc="Simple GNOME application to access remote or virtual systems"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
  'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
 makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
-_commit=2af6543a6a3a998f87eda9c0c0b382c307bef8b0  # tags/v3.32.0^0
+_commit=2833a387269d7bd89d77e110174654f0290c9c5d  # 
environments/review-gnome-3-32-aawdx3/deployments/229
 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git";
 "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git";)
@@ -27,6 +27,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fixup tag
+  git tag -f v3.32.0.1 2833a387269d7bd89d77e110174654f0290c9c5d
+
   git submodule init
   git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
   git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"


[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:44:27
  Author: heftig
Revision: 348629

3.32.0-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 00:41:21 UTC (rev 348628)
+++ PKGBUILD2019-03-19 00:44:27 UTC (rev 348629)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=adwaita-icon-theme
-pkgver=3.31.91
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="GNOME standard icons"
 url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme";
@@ -11,7 +11,7 @@
 license=(LGPL3 CCPL:by-sa)
 depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
 makedepends=(git gtk3)
-_commit=0a8c3bcbb638d3deb142c7139697378247573c64  # tags/3.31.91^0
+_commit=0bfd2927f3dd808e806512f6a9b6470b65e3937a  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 00:41:21
  Author: heftig
Revision: 348628

3.32.0-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 22:18:47 UTC (rev 348627)
+++ PKGBUILD2019-03-19 00:41:21 UTC (rev 348628)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-backgrounds
-pkgver=3.31.91
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-backgrounds";
@@ -11,7 +11,7 @@
 license=(GPL)
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('21fc5879ec1a5f592d383d3f9b407a2d58274c25fc8277a9e1c4a10642118a95')
+sha256sums=('3f53c31bc9ff31b27408159afe77d06875174bc554e4e7c225a4d5d16acbb3e8')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-03-18 Thread David Runge via arch-commits
Date: Tuesday, March 19, 2019 @ 00:11:16
  Author: dvzrv
Revision: 442524

archrelease: copy trunk to community-staging-x86_64

Added:
  csound/repos/community-staging-x86_64/
  csound/repos/community-staging-x86_64/PKGBUILD
(from rev 442523, csound/trunk/PKGBUILD)
  csound/repos/community-staging-x86_64/csound.sh
(from rev 442523, csound/trunk/csound.sh)
  csound/repos/community-staging-x86_64/fluidsynth2.patch
(from rev 442523, csound/trunk/fluidsynth2.patch)

---+
 PKGBUILD  |   91 
 csound.sh |3 +
 fluidsynth2.patch |   59 +
 3 files changed, 153 insertions(+)

Copied: csound/repos/community-staging-x86_64/PKGBUILD (from rev 442523, 
csound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 00:11:16 UTC (rev 442524)
@@ -0,0 +1,91 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.2
+pkgrel=5
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="https://csound.com";
+license=('LGPL')
+# libpd needs to be packaged: https://github.com/libpd/libpd/releases
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
+'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
+'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig'
+'wiiuse')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
+"${pkgbase}.sh"
+"fluidsynth2.patch"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";
+"fluidsynth2.patch")
+sha512sums=('e00a1f74e38cc5edadcaa4ea2a38a79a010be21008cad091b46c79ed18242a925ab9279fc049b4e82f6944e4d6e815787b7f847b08ae3bba9bde60570aa96f58'
+
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
+
'bf762db1079dde5b62f2bfe8ba649ac9e719b6ada535f3d67d048213133aeecb3caa3cb1e5bbf26fe78e4b1882e08be9bbea701bd49c914bfbf8d3ab7d83013b'
+
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
+
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45'
+
'bf762db1079dde5b62f2bfe8ba649ac9e719b6ada535f3d67d048213133aeecb3caa3cb1e5bbf26fe78e4b1882e08be9bbea701bd49c914bfbf8d3ab7d83013b')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  patch -Np1 -i ../fluidsynth2.patch
+  mkdir build
+
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
+-DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
+-DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
+-DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
+-DLUA_H_PATH=/usr/include/luajit-2.0/ \
+-DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
+-DBUILD_STATIC_LIBRARY=ON \
+..
+  make
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}/build"
+  make test
+}
+
+package_csound() {
+  groups=('pro-audio')
+  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
+  'luajit' 'portmidi' 'portsmf' 'stk' 'tk' 'wiiuse')
+  optdepends=('csound-doc: The canonical Csound Reference Manual'
+  'csoundqt: Qt frontend'
+  'fltk: fltk GUIs'
+  'faust: Embed faust'
+  'java-runtime=8: Use csound with Java'
+  'python2: python opcodes'
+  'vim-csound: Use csound with vim')
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+
+  # export vars in profile.d
+  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
+  # rename extract executable due to name conflict with libextractor
+  # https://github.com/csound/csound/issues/985
+  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
+}
+
+package_csound-doc() {
+  license=('LGPL' 'GPL')
+  install -vDm 644 "Csound${pkgver}_manual.pdf" \
+"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
+
+  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
+  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
+  # fix file permissions
+  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
+}
+
+# vim:set ts=2 sw=2

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

2019-03-18 Thread David Runge via arch-commits
Date: Tuesday, March 19, 2019 @ 00:11:02
  Author: dvzrv
Revision: 442523

upgpkg: csound 6.12.2-5

Rebuilding against netcdf 4.6.3.

Modified:
  csound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 23:43:03 UTC (rev 442522)
+++ PKGBUILD2019-03-19 00:11:02 UTC (rev 442523)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.12.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com";


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

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 23:43:03
  Author: anthraxx
Revision: 442522

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 442521, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 442521, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/sysusers.conf

---+
 PKGBUILD  |  156 
 sysusers.conf |2 
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 23:42:58 UTC (rev 442521)
+++ PKGBUILD2019-03-18 23:43:03 UTC (rev 442522)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Remi Gacogne 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.1.6
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
- 'sqlite' 'systemd' 'lua')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
- 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'opendbx: OpenDBX backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---enable-libsodium \
---enable-botan \
---enable-tools \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 442521, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 23:43:03 UTC (rev 442522)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.7
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+sour

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

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 23:42:58
  Author: anthraxx
Revision: 442521

upgpkg: powerdns 4.1.7-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 23:29:29 UTC (rev 442520)
+++ PKGBUILD2019-03-18 23:42:58 UTC (rev 442521)
@@ -6,8 +6,8 @@
 # Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.1.6
-pkgrel=2
+pkgver=4.1.7
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('094e532ff50aeb54c8b3e46e3b4a77d1fb2c9d3d0fccce6ccb71b3825f5e53f53af680625ea4e98b5dbc29fbd210bc3b4a47c7f05b4b3ac2cf7537369a7e15b2'
+sha512sums=('dc9c693ac2eaf11ddce220e7fedc40f6ae3f9d7a55352643b30db2aad0b2d543ad04a14199a06355275aba2d9dd7873087715a16157b0ff2f7335f1a4a4b96a2'
 'SKIP'
 
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 



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

2019-03-18 Thread Bruno Pagani via arch-commits
Date: Monday, March 18, 2019 @ 23:29:17
  Author: archange
Revision: 442519

upgpkg: riot 1.0.4-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 23:20:46 UTC (rev 442518)
+++ PKGBUILD2019-03-18 23:29:17 UTC (rev 442519)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -10,12 +10,12 @@
 url="https://riot.im";
 _url="https://github.com/vector-im/riot-web";
 license=('Apache')
-makedepends=('npm' 'git')
+makedepends=('npm' 'git' 'yarn')
 source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('08fb87299b2589c93760112c03edc3a8e4962b966d78c1fe56bf39f97323d02a'
+sha256sums=('c09c4b817d67c8cf83ec5dffedf57ce1924153717664d676eee32a420116bb0b'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


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

2019-03-18 Thread Bruno Pagani via arch-commits
Date: Monday, March 18, 2019 @ 23:29:29
  Author: archange
Revision: 442520

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 442519, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 442519, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 442519, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  156 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 23:29:17 UTC (rev 442519)
+++ PKGBUILD2019-03-18 23:29:29 UTC (rev 442520)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im";
-_url="https://github.com/vector-im/riot-web";
-license=('Apache')
-makedepends=('npm' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('08fb87299b2589c93760112c03edc3a8e4962b966d78c1fe56bf39f97323d02a'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 442519, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 23:29:29 UTC (rev 442520)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im";
+_url="https://github.com/vector-im/riot-web";
+license=('Apache')
+makedepends=('npm' 'git' 'yarn')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${

[arch-commits] Commit in cozy-stack/repos/community-x86_64 (10 files)

2019-03-18 Thread Bruno Pagani via arch-commits
Date: Monday, March 18, 2019 @ 23:20:46
  Author: archange
Revision: 442518

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 442517, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 442517, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 442517, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 442517, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 442517, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|  100 +-
 cozy-stack.service  |   66 -
 cozy-stack.sysusers |2 -
 cozy-stack.tmpfiles |6 +--
 cozy.yml|   56 ++--
 5 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 23:20:26 UTC (rev 442517)
+++ PKGBUILD2019-03-18 23:20:46 UTC (rev 442518)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=1.2.2
-pkgrel=1
-epoch=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=('x86_64')
-url="https://cozy.io";
-license=('AGPL3')
-backup=('etc/cozy/cozy.yml')
-depends=('couchdb' 'imagemagick' 'git')
-makedepends=('go-pie')
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz";
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('570cde5896ea2958aa4f2d476aa7c620f5db338b02ec7a202132a276c9294bd1'
-'ecfcdf3e2dfec1bdeae15a843c41c9a77b713fe66a4094e1b95dce9514af31e8'
-'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
-
-build() {
-export GOPATH="${srcdir}"/cozy-stack
-cd cozy-stack/src/github.com/cozy/cozy-stack
-go build -v -o "${srcdir}"/bin/cozy-stack \
- -gcflags "all=-trimpath=${GOPATH}" \
- -asmflags "all=-trimpath=${GOPATH}" \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-install -Dm755 bin/cozy-stack -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 cozy-stack/src/github.com/cozy/cozy-stack/cozy.example.yaml 
-t "${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-node-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 442517, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 23:20:46 UTC (rev 442518)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.2.3
+pkgrel=1
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=('x86_64')
+url="https://cozy.io";
+license=('AGPL3')
+backup=('etc/cozy/cozy.yml')
+depends=('couchdb' 'imagemagick' 'git')
+makedepends=('go-pie')
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz";
+"cozy.

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

2019-03-18 Thread Bruno Pagani via arch-commits
Date: Monday, March 18, 2019 @ 23:20:26
  Author: archange
Revision: 442517

upgpkg: cozy-stack 1:1.2.3-1

Modified:
  cozy-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 23:15:32 UTC (rev 442516)
+++ PKGBUILD2019-03-18 23:20:26 UTC (rev 442517)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-stack
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
@@ -20,7 +20,7 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('570cde5896ea2958aa4f2d476aa7c620f5db338b02ec7a202132a276c9294bd1'
+sha256sums=('4113bd3442a38db63ccead98b758d47d1fb3a8154e7a7b833e919b12928f535b'
 'ecfcdf3e2dfec1bdeae15a843c41c9a77b713fe66a4094e1b95dce9514af31e8'
 'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
 'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 23:15:32
  Author: ffy00
Revision: 442516

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 442515, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 23:14:56 UTC (rev 442515)
+++ PKGBUILD2019-03-18 23:15:32 UTC (rev 442516)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.2
-pkgver=7.2.2
-pkgrel=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
-sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 442515, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 23:15:32 UTC (rev 442516)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.2
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org'
+arch=('any')
+license=('LGPL3')
+depends=('python2-cryptography' 'python2-cherrypy'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
+sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.ser

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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 23:14:56
  Author: ffy00
Revision: 442515

revert move to python 3

The package seems to work fine at first glance but there are still some issues.

Modified:
  tribler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 22:39:35 UTC (rev 442514)
+++ PKGBUILD2019-03-18 23:14:56 UTC (rev 442515)
@@ -3,17 +3,17 @@
 pkgname=tribler
 _pkgver=7.2.2
 pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=3
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
+url='https://www.tribler.org'
 arch=('any')
 license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+depends=('python2-cryptography' 'python2-cherrypy'
+ 'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 
'python2-chardet'
+ 'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
+ 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
+ 'python2-matplotlib' 'python2-service-identity' 'python2-pony'
+ 'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx')
 makedepends=('python2-setuptools' 'git')
 
source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
 
sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:39:35
  Author: ffy00
Revision: 442514

archrelease: copy trunk to community-any

Added:
  python-contextlib2/repos/community-any/
  python-contextlib2/repos/community-any/PKGBUILD
(from rev 442513, python-contextlib2/trunk/PKGBUILD)

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

Copied: python-contextlib2/repos/community-any/PKGBUILD (from rev 442513, 
python-contextlib2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-18 22:39:35 UTC (rev 442514)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Cedric Girard 
+
+_pkgname=contextlib2
+pkgbase=python-$_pkgname
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.5.5
+pkgrel=3
+pkgdesc="Backport of the standard library's contextlib module to earlier 
Python versions"
+arch=('any')
+url='https://github.com/jazzband/contextlib2'
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9e995dbb8b524233e22c460dca97c252313492ccf821f04e84f48e8975a8aa79cbfe7f3e8ad5135e19352b3981536a01effbff7e39ff1d76af41450faa91b0a1')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-contextlib2() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-contextlib2() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:39:24
  Author: ffy00
Revision: 442513

upgpkg: python-contextlib2 0.5.5-3

Added:
  python-contextlib2/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 22:39:24 UTC (rev 442513)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Cedric Girard 
+
+_pkgname=contextlib2
+pkgbase=python-$_pkgname
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.5.5
+pkgrel=3
+pkgdesc="Backport of the standard library's contextlib module to earlier 
Python versions"
+arch=('any')
+url='https://github.com/jazzband/contextlib2'
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
+sha512sums=('9e995dbb8b524233e22c460dca97c252313492ccf821f04e84f48e8975a8aa79cbfe7f3e8ad5135e19352b3981536a01effbff7e39ff1d76af41450faa91b0a1')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-contextlib2() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-contextlib2() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (3 files)

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:38:39
  Author: ffy00
Revision: 442512

add root structure

Added:
  python-contextlib2/
  python-contextlib2/repos/
  python-contextlib2/trunk/


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:23:02
  Author: ffy00
Revision: 442511

archrelease: copy trunk to community-x86_64

Added:
  python-meliae/repos/community-x86_64/
  python-meliae/repos/community-x86_64/PKGBUILD
(from rev 442510, python-meliae/trunk/PKGBUILD)

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

Copied: python-meliae/repos/community-x86_64/PKGBUILD (from rev 442510, 
python-meliae/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-18 22:23:02 UTC (rev 442511)
@@ -0,0 +1,51 @@
+# Maintaiiner: Filipe Laíns (FFY00) 
+
+pkgbase=python-meliae
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='Python Memory Usage Analyzer'
+url='https://github.com/isaacl/meliae'
+arch=('x86_64')
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+source=("$url/archive/meliae-$pkgver.tar.gz"
+
'fix-python3.patch::https://github.com/thehesiod/meliae/commit/993164289dd57c8670341ca0a1cc5b52e74bc21c.patch')
+sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d'
+
'2310363ed702659a0b9f305808c66a693938ec192deabbd6aace6a5e85ceeec21102339c302395bdc9e21e59f6cd611ead8dd57f145d48a48df25950874b3697')
+
+prepare() {
+  cd $_pkgname-$_pkgname-$pkgver
+  sed -i '/gitignore/d' ../fix-python3.patch
+  patch -p1 < ../fix-python3.patch
+
+  cp -a "$srcdir"/$_pkgname-$_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-meliae() {
+  depends=('python')
+  cd $_pkgname-$_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-meliae() {
+  depends=('python2')
+  cd $_pkgname-$_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  mv "$pkgdir"/usr/bin/strip_duplicates.py 
"$pkgdir"/usr/bin/strip_duplicates2.py
+}
+


[arch-commits] Commit in (python-meliae python-meliae/repos python-meliae/trunk)

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:22:27
  Author: ffy00
Revision: 442509

add root structure

Added:
  python-meliae/
  python-meliae/repos/
  python-meliae/trunk/


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:22:57
  Author: ffy00
Revision: 442510

upgpkg: python-meliae 0.4.0-2

Added:
  python-meliae/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 22:22:57 UTC (rev 442510)
@@ -0,0 +1,51 @@
+# Maintaiiner: Filipe Laíns (FFY00) 
+
+pkgbase=python-meliae
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='Python Memory Usage Analyzer'
+url='https://github.com/isaacl/meliae'
+arch=('x86_64')
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+source=("$url/archive/meliae-$pkgver.tar.gz"
+
'fix-python3.patch::https://github.com/thehesiod/meliae/commit/993164289dd57c8670341ca0a1cc5b52e74bc21c.patch')
+sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d'
+
'2310363ed702659a0b9f305808c66a693938ec192deabbd6aace6a5e85ceeec21102339c302395bdc9e21e59f6cd611ead8dd57f145d48a48df25950874b3697')
+
+prepare() {
+  cd $_pkgname-$_pkgname-$pkgver
+  sed -i '/gitignore/d' ../fix-python3.patch
+  patch -p1 < ../fix-python3.patch
+
+  cp -a "$srcdir"/$_pkgname-$_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-meliae() {
+  depends=('python')
+  cd $_pkgname-$_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-meliae() {
+  depends=('python2')
+  cd $_pkgname-$_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  mv "$pkgdir"/usr/bin/strip_duplicates.py 
"$pkgdir"/usr/bin/strip_duplicates2.py
+}
+


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:21:23
  Author: ffy00
Revision: 442508

archrelease: copy trunk to community-x86_64

Added:
  python2-meliae/repos/community-x86_64/PKGBUILD
(from rev 442507, python2-meliae/trunk/PKGBUILD)
Deleted:
  python2-meliae/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 22:21:12 UTC (rev 442507)
+++ PKGBUILD2019-03-18 22:21:23 UTC (rev 442508)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintaiiner: Filipe Laíns (FFY00) 
-
-pkgname=python2-meliae
-_pkgname=${pkgname#python2-}
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Python Memory Usage Analyzer"
-url="https://github.com/isaacl/meliae";
-arch=('x86_64')
-license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools' 'cython2')
-source=("$url/archive/meliae-$pkgver.tar.gz")
-sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d')
-
-build() {
-  cd $_pkgname-$_pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $_pkgname-$_pkgname-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python2-meliae/repos/community-x86_64/PKGBUILD (from rev 442507, 
python2-meliae/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 22:21:23 UTC (rev 442508)
@@ -0,0 +1,51 @@
+# Maintaiiner: Filipe Laíns (FFY00) 
+
+pkgbase=python-meliae
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='Python Memory Usage Analyzer'
+url='https://github.com/isaacl/meliae'
+arch=('x86_64')
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+source=("$url/archive/meliae-$pkgver.tar.gz"
+
'fix-python3.patch::https://github.com/thehesiod/meliae/commit/993164289dd57c8670341ca0a1cc5b52e74bc21c.patch')
+sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d'
+
'2310363ed702659a0b9f305808c66a693938ec192deabbd6aace6a5e85ceeec21102339c302395bdc9e21e59f6cd611ead8dd57f145d48a48df25950874b3697')
+
+prepare() {
+  cd $_pkgname-$_pkgname-$pkgver
+  sed -i '/gitignore/d' ../fix-python3.patch
+  patch -p1 < ../fix-python3.patch
+
+  cp -a "$srcdir"/$_pkgname-$_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-meliae() {
+  depends=('python')
+  cd $_pkgname-$_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-meliae() {
+  depends=('python2')
+  cd $_pkgname-$_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  mv "$pkgdir"/usr/bin/strip_duplicates.py 
"$pkgdir"/usr/bin/strip_duplicates2.py
+}
+


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

2019-03-18 Thread Filipe Laíns via arch-commits
Date: Monday, March 18, 2019 @ 22:21:12
  Author: ffy00
Revision: 442507

upgpkg: python-meliae 0.4.0-2

Modified:
  python2-meliae/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 22:02:56 UTC (rev 442506)
+++ PKGBUILD2019-03-18 22:21:12 UTC (rev 442507)
@@ -1,27 +1,51 @@
 # Maintaiiner: Filipe Laíns (FFY00) 
 
-pkgname=python2-meliae
-_pkgname=${pkgname#python2-}
+pkgbase=python-meliae
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=0.4.0
-pkgrel=1
-pkgdesc="Python Memory Usage Analyzer"
-url="https://github.com/isaacl/meliae";
+pkgrel=2
+pkgdesc='Python Memory Usage Analyzer'
+url='https://github.com/isaacl/meliae'
 arch=('x86_64')
 license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools' 'cython2')
-source=("$url/archive/meliae-$pkgver.tar.gz")
-sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+source=("$url/archive/meliae-$pkgver.tar.gz"
+
'fix-python3.patch::https://github.com/thehesiod/meliae/commit/993164289dd57c8670341ca0a1cc5b52e74bc21c.patch')
+sha512sums=('1d88ecf082f4dabf2fd86f41453a97de976c68d7d9230046a39e16ed1b30b60c8c9245ecb3b1a187a80eabadbd5c1db2b2eede84f56da1c0b46237465e4f0a1d'
+
'2310363ed702659a0b9f305808c66a693938ec192deabbd6aace6a5e85ceeec21102339c302395bdc9e21e59f6cd611ead8dd57f145d48a48df25950874b3697')
 
-build() {
+prepare() {
   cd $_pkgname-$_pkgname-$pkgver
+  sed -i '/gitignore/d' ../fix-python3.patch
+  patch -p1 < ../fix-python3.patch
 
+  cp -a "$srcdir"/$_pkgname-$_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$_pkgname-$pkgver-py2
   python2 setup.py build
 }
 
-package() {
+package_python-meliae() {
+  depends=('python')
   cd $_pkgname-$_pkgname-$pkgver
 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-meliae() {
+  depends=('python2')
+  cd $_pkgname-$_pkgname-$pkgver-py2
+
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  mv "$pkgdir"/usr/bin/strip_duplicates.py 
"$pkgdir"/usr/bin/strip_duplicates2.py
 }
 


[arch-commits] Commit in black-hole-solver (3 files)

2019-03-18 Thread Antonio Rojas via arch-commits
Date: Monday, March 18, 2019 @ 22:18:47
  Author: arojas
Revision: 348627

archrelease: copy trunk to extra-x86_64

Added:
  black-hole-solver/repos/
  black-hole-solver/repos/extra-x86_64/
  black-hole-solver/repos/extra-x86_64/PKGBUILD
(from rev 348626, black-hole-solver/trunk/PKGBUILD)

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

Copied: black-hole-solver/repos/extra-x86_64/PKGBUILD (from rev 348626, 
black-hole-solver/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2019-03-18 22:18:47 UTC (rev 348627)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=black-hole-solver
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games."
+arch=(x86_64)
+url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
+sha256sums=('a1db9ec0e697ebcd2127afcaf57c72d6b8f27b277c9c2b3cc9e651d702f83c9b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_STATIC_LIBRARY=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in (3 files)

2019-03-18 Thread Antonio Rojas via arch-commits
Date: Monday, March 18, 2019 @ 22:18:12
  Author: arojas
Revision: 348626

New kpat dependency

Added:
  black-hole-solver/
  black-hole-solver/trunk/
  black-hole-solver/trunk/PKGBUILD

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

Added: black-hole-solver/trunk/PKGBUILD
===
--- black-hole-solver/trunk/PKGBUILD(rev 0)
+++ black-hole-solver/trunk/PKGBUILD2019-03-18 22:18:12 UTC (rev 348626)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=black-hole-solver
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Solvers and statistics for 'Golf' solitaire, 'Black Hole' solitaire, 
'All in a Row' solitaire and related card patience games."
+arch=(x86_64)
+url="https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
+license=(MIT)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-$pkgver.tar.xz)
+sha256sums=('a1db9ec0e697ebcd2127afcaf57c72d6b8f27b277c9c2b3cc9e651d702f83c9b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_STATIC_LIBRARY=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 22:17:41
  Author: heftig
Revision: 348624

3.32.0.1+18+g20d24992e-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 22:02:44 UTC (rev 348623)
+++ PKGBUILD2019-03-18 22:17:41 UTC (rev 348624)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.32.0.1+11+g82ca937ec
+pkgver=3.32.0.1+18+g20d24992e
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center";
@@ -21,7 +21,7 @@
 'rygel: media sharing'
 'openssh: remote login')
 groups=(gnome)
-_commit=82ca937ecdb8f1e5dbcc75ae2f9d0dbd77c76830  # master
+_commit=20d24992ee64025c3e77bd4037402e40ae96afbc  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";)
 sha256sums=('SKIP'


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 22:18:02
  Author: heftig
Revision: 348625

archrelease: copy trunk to extra-x86_64

Added:
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 348624, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 22:17:41 UTC (rev 348624)
+++ PKGBUILD2019-03-18 22:18:02 UTC (rev 348625)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.32.0.1+11+g82ca937ec
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-control-center";
-license=(GPL2)
-arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo libibus
- cheese libgudev bolt udisks2 libhandy gsound)
-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-remote-desktop: screen sharing'
-'rygel: media sharing'
-'openssh: remote login')
-groups=(gnome)
-_commit=82ca937ecdb8f1e5dbcc75ae2f9d0dbd77c76830  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 348624, 
gnome-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 22:18:02 UTC (rev 348625)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.32.0.1+18+g20d24992e
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center";
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo libibus
+ cheese libgudev bolt udisks2 libhandy gsound)
+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-remote-desktop: screen sharing'
+'rygel: media sharing'
+'openssh: remote login')
+groups=(gnome)
+_commit=20d24992ee64025c3e77bd4037402e40ae96afbc  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 22:02:33
  Author: anthraxx
Revision: 348622

upgpkg: libssh2 1.8.1-1 (security update)

Modified:
  libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 21:59:27 UTC (rev 348621)
+++ PKGBUILD2019-03-18 22:02:33 UTC (rev 348622)
@@ -1,23 +1,22 @@
 # Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez  
+# Contributor: Angel Velasquez 
 # Contributor: Sergej Pupykin 
 # Contributor: Andrea Scarpino 
 # Contributor: ice-man 
 
 pkgname=libssh2
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
 url="https://www.libssh2.org/";
 arch=('x86_64')
 license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
+depends=('openssl' 'zlib')
 provides=('libssh2.so')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('3d1147cae66e2959ea5441b183de1b1c'
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
  'SKIP')
 
 build() {


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

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 22:02:44
  Author: anthraxx
Revision: 348623

archrelease: copy trunk to testing-x86_64

Added:
  libssh2/repos/testing-x86_64/
  libssh2/repos/testing-x86_64/PKGBUILD
(from rev 348622, libssh2/trunk/PKGBUILD)

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

Copied: libssh2/repos/testing-x86_64/PKGBUILD (from rev 348622, 
libssh2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-18 22:02:44 UTC (rev 348623)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+pkgname=libssh2
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts"
+url="https://www.libssh2.org/";
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'zlib')
+provides=('libssh2.so')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 22:02:49
  Author: anthraxx
Revision: 442505

upgpkg: lib32-libssh2 1.8.1-1 (security update)

Modified:
  lib32-libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 20:43:01 UTC (rev 442504)
+++ PKGBUILD2019-03-18 22:02:49 UTC (rev 442505)
@@ -1,5 +1,5 @@
 # Maintainer: Florian Pritz 
-# Contributor: Angel Velasquez  
+# Contributor: Angel Velasquez 
 # Contributor: Sergej Pupykin 
 # Contributor: Andrea Scarpino 
 # Contributor: ice-man 
@@ -6,18 +6,17 @@
 
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
 url="https://www.libssh2.org/";
 arch=('x86_64')
 license=('BSD')
-depends=('lib32-openssl' $_pkgbasename)
+depends=('lib32-openssl' 'lib32-zlib' $_pkgbasename)
 provides=('libssh2.so')
-makedepends=('zlib')
 
source=("https://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')   # Daniel Stenberg
-md5sums=('3d1147cae66e2959ea5441b183de1b1c'
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
  'SKIP')
 
 build() {


[arch-commits] Commit in lib32-libssh2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-03-18 Thread Levente Polyak via arch-commits
Date: Monday, March 18, 2019 @ 22:02:56
  Author: anthraxx
Revision: 442506

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD
(from rev 442505, lib32-libssh2/trunk/PKGBUILD)
Deleted:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 22:02:49 UTC (rev 442505)
+++ PKGBUILD2019-03-18 22:02:56 UTC (rev 442506)
@@ -1,40 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-
-_pkgbasename=libssh2
-pkgname=lib32-$_pkgbasename
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
-url="https://www.libssh2.org/";
-arch=('x86_64')
-license=('BSD')
-depends=('lib32-openssl' $_pkgbasename)
-provides=('libssh2.so')
-makedepends=('zlib')
-source=("https://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')   # Daniel Stenberg
-md5sums=('3d1147cae66e2959ea5441b183de1b1c'
- 'SKIP')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libssh2/repos/multilib-x86_64/PKGBUILD (from rev 442505, 
lib32-libssh2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 22:02:56 UTC (rev 442506)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz 
+# Contributor: Angel Velasquez 
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+_pkgbasename=libssh2
+pkgname=lib32-$_pkgbasename
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
+url="https://www.libssh2.org/";
+arch=('x86_64')
+license=('BSD')
+depends=('lib32-openssl' 'lib32-zlib' $_pkgbasename)
+provides=('libssh2.so')
+source=("https://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')   # Daniel Stenberg
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
+ 'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:42:41
  Author: heftig
Revision: 348618

3.32.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 20:29:46 UTC (rev 348617)
+++ PKGBUILD2019-03-18 20:42:41 UTC (rev 348618)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.31.91
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=b4c1075bffbf118d22d9b3fa92a90ae2c7615c0e  # tags/3.31.91^0
+_commit=237e904f3c5120611d73e66fb5506de1b8ea97c7  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -24,9 +24,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
+  arch-meson $pkgname build
   ninja -C build
 }
 


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:43:03
  Author: heftig
Revision: 348619

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 20:42:41 UTC (rev 348618)
+++ PKGBUILD2019-03-18 20:43:03 UTC (rev 348619)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.31.91
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Photos";
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer libdazzle)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_commit=b4c1075bffbf118d22d9b3fa92a90ae2c7615c0e  # tags/3.31.91^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 348618, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 20:43:03 UTC (rev 348619)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer libdazzle)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_commit=237e904f3c5120611d73e66fb5506de1b8ea97c7  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:43:01
  Author: heftig
Revision: 442504

archrelease: copy trunk to community-x86_64

Added:
  libmirage/repos/community-x86_64/PKGBUILD
(from rev 442503, libmirage/trunk/PKGBUILD)
Deleted:
  libmirage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 20:42:41 UTC (rev 442503)
+++ PKGBUILD2019-03-18 20:43:01 UTC (rev 442504)
@@ -1,32 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
-arch=(x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake intltool)
-source=(https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e357160bbb15e967d7705f09bf7c43cac53aafc26b2171ccb5cc8c2ec7fb68f2')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cmake -H$pkgname-$pkgver -Bbuild \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: libmirage/repos/community-x86_64/PKGBUILD (from rev 442503, 
libmirage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 20:43:01 UTC (rev 442504)
@@ -0,0 +1,32 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=libmirage
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
+arch=(x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake intltool)
+source=(https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f1f2d2b1eaa42f2cb1c6edbeefb4c76031c7f2f6de5d71c702117a075474993f')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:42:41
  Author: heftig
Revision: 442503

3.2.2-1

Modified:
  libmirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 20:33:06 UTC (rev 442502)
+++ PKGBUILD2019-03-18 20:42:41 UTC (rev 442503)
@@ -3,7 +3,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=libmirage
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
 makedepends=(gtk-doc gobject-introspection cmake intltool)
 source=(https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e357160bbb15e967d7705f09bf7c43cac53aafc26b2171ccb5cc8c2ec7fb68f2')
+sha256sums=('f1f2d2b1eaa42f2cb1c6edbeefb4c76031c7f2f6de5d71c702117a075474993f')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-03-18 Thread Maxim Baz via arch-commits
Date: Monday, March 18, 2019 @ 20:32:59
  Author: maximbaz
Revision: 442501

upgpkg: python-language-server 0.25.0-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 20:10:05 UTC (rev 442500)
+++ PKGBUILD2019-03-18 20:32:59 UTC (rev 442501)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.24.0
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -14,6 +14,7 @@
 "python-rope: for completions and renaming"
 "python-pyflakes: for linter to detect various errors"
 "python-pycodestyle: for style checking"
+"python-pylint: for code linting"
 "autopep8: for code formatting"
 "yapf: for code formatting (preferred over autopep8)"
 "python-pydocstyle: for docstring style checking")
@@ -20,9 +21,9 @@
 makedepends=("python" "python-setuptools")
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
   "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" 
"python-jsonrpc-server")
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a056d2504d78fc596099a24a8aa20895923c4fbe05620afeb46fe193a5d9f517')
+sha256sums=('01f4b6273b62cc74cfb107a9c2123b57e43d8617b4d7c1b2afe258d2b0b24bf5')
 
 build() {
 cd "${pkgname}-${pkgver}"
@@ -29,10 +30,11 @@
 python setup.py build
 }
 
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
+# https://github.com/palantir/python-language-server/issues/520
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
 
 package() {
 cd "${pkgname}-${pkgver}"


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

2019-03-18 Thread Maxim Baz via arch-commits
Date: Monday, March 18, 2019 @ 20:33:06
  Author: maximbaz
Revision: 442502

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 442501, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 20:32:59 UTC (rev 442501)
+++ PKGBUILD2019-03-18 20:33:06 UTC (rev 442502)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server";
-license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"python-pycodestyle: for style checking"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" 
"python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a056d2504d78fc596099a24a8aa20895923c4fbe05620afeb46fe193a5d9f517')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 442501, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 20:33:06 UTC (rev 442502)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.25.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server";
+license=("MIT")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('01f4b6273b62cc74cfb107a9c2123b57e43d8617b4d7c1b2afe258d2b0b24bf5')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+# https://github.com/palantir/python-language-server/issues/520
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:29:46
  Author: heftig
Revision: 348617

66.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 19:58:04 UTC (rev 348616)
+++ PKGBUILD2019-03-18 20:29:46 UTC (rev 348617)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=65.0.2
+pkgver=66.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -139,102 +139,102 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('95c253b48831f49ad9a5b39a0a7e86b257fed940052ddd55b8960194f0d97667'
-'c3c0e77c6dc71d9f82ef0ee5ebe5d75e83e7ee1d4d55eedee48e1e2294d26273'
-'24f3a72b0c8e48fdcc4b626b0b05f6c93e9ce45be698e1398dff6c6faccb6ed0'
-'5d843b42b62a9d80901f53c74c1f36cba317e30c2b711477614b5519fd5d6fee'
-'3648a643d5a4598295927da1d4ef0dd75fe2a216508b423c4566e28872fb5c22'
-'846b801351ad56c3bbdc2733e257fadb2f60c45940219278c448d1ce1acfabc9'
-'68149223d25c62b3a58bf6de37eab2362501fa130bcfc094a329c7a98cdc90eb'
-'cc8c93a98e0a791501a81079be52cd05885defb2f50b0dfef16b728dd0cd0b5e'
-'206f9dae0720003d7dc444b466c2d1e3754d6800208411d6e2e766e2232b89b1'
-'b3133aed8b7b0312677248524d377345164e60ee92ad132737631b6c5efb13f7'
-'cfe2e3d844cbbac9691c3b4c817eea75605dfbe6c60dbe04e8f822c3590c2e7f'
-'98169b8c0ecf2796ebbecfcbaef10803f0286ceea3d3d12ce47827d8e7c680a9'
-'c19d61f8e6a48311334e1ea203b42d2a4ca25e9590458e2ed22589d170cf6df4'
-'ff6c54f3f807ca52b1fbfd32ddb6fca54b10de628d9e0a91e848357f6966482c'
-'c9e3da840fb21c0ed1b08ae4583a90d9bca09a8da43bb0dadb9d6fd0b55dcb74'
-'850b2ac8b0147f759409670563c764d8e77d5b4537869e4cf4d3beb58f868066'
-'abb5c1cf5992fc1215237a65a8b7eb5a5b19e69549b8a1b56b674ff4d288fdce'
-'85c53725ffd3789110c1f0ffa4ef543982e7384a51b8f1f43fc71abe9ff98c84'
-'26b6e157c82f854d9cf99ae2ef78d5cc8d471f336f1b2edc38ad721ef3f1509e'
-'517d2d2ca3a23f71e2e713e36f8c169cf5f85f861378094d207f74f196f9a053'
-'df04998dcb3d4957c206496a7d73fefc1b6aa556c35b21d3698b0d0ad403319f'
-'e1d764e85d16f1c57ca273507b23bc436a42cf1fc20bf029043ffdd381faa9fc'
-'42477eff3fff90ac96164c337d4e5ee060c7f0734c10a7ac76f5e3db332b7a50'
-'3034f9d1b67ec29519d7423ca282ed1144fee96d361d8429abca01d7dfdd562a'
-'abe9c4698d4912f0e92e3a7750b3818bbb6220c3905160032ae588305aed445d'
-'6fa58bdf051e7bd55f726a41b746b5ea74d9a0aa9615443881be74d0d550c51c'
-'57aa329ce55c22e9092a443d1248c019d00be7084e07c0842718ec42d9f03f17'
-'c38ac55cd7c2b811f0abdbb329773d7e857c2fa9c2c118638fd7fc6cfb2ff376'
-'3694685920fd5c6944791649cdade08d2f2e75c793da3ea95bd8409543b0'
-'ec3e6797bfaabd20a350f2efc7ae007455a58452a13695563fb546ce4295242e'
-'76405a3cc72d304d072b39ee0a55b6b41ebb26ab36a66ee356e0707762f928e5'
-'d01bffbe8b156326660cbb99266895b49df25abab717530e65fa4095a2677ea2'
-'047e4f74f77259eb0ea244b1ba8aba7f346f05872f86ebcd8a9b0f5e7df263d9'
-'adf7f2be1f5d98fed844698bf9a4395b032bcb90da656def0400fdcbe0461b0c'
-'94f69e6a48def5aa6637d20b8b70190446007f93010635ba98b5648883c5eddf'
-'88a0bc9775ca7d21fa2a48e39f2cf6747cbe61624bf03a34560de38ca31e4371'
-'8ba47f6557fbdd5db0237a3371f7ae22b8546262281759634caeb09de4006551'
-'ee77e6e06ddd05fa577eba530686bb388e7d37b0f5f69789c6e480872391633a'
-'827cc839237516b8f9823b3f17fc7ca07fac6a70ddb1bbcb7b54dca3c8e29180'
-'b8680e9b142a7ff5dd339c19db5c70684ad65b732995a593f2c9c6682cd59d4d'
-'d02ca07e99f461f6a33febf0a2502fb2a9e45896c36bc80bb77bc4f2f56853f1'
-'71477121103857280970ff25c63fa0c6fe95b46e0b1a9517b016c6ab1ce2754f'
-'4222e71c97ae5ba48dcc24b3792d7bfcaefb77ea39491ed4e43695b3f8b74e3d'
-'ab5e98402dd177c4ad3bd35dcb2dec604b6a963a0f026ea7a3d14cdcf80e3761'
-'dac2399aba1ebadcbca53c7aca4567b7fc6b43b9816e9de16d08d15eec1afa0d'
-'7082442f804a8256166b76a87c157e509c9de746c9f78e27528a0496ad0a3a86'
-'caac0962c7e12d93ad71feed537527e7e7233ba656b043344ab73905f25205e4'
-'878439050b62dc1762e07f240e5e98bca365ea6a47b532f9b6e2234809253387'
-'65d8b437778e080b3a76571a16eab11516f9f2415120a8776d303aad642a0f74'
-'a50e1e71ddcdd249e51f50d1a4ce243df15a6b48809748ac44c595764774d4c6'
-'584b934c1f65cdd2bf426582aa73412198562f2511d45cb5ffd74e600765540e'
-'ab09f6567362514a5b5e87628d8b3d5df4658a5af74a4a7c3d5400047f62fad0'
-'e1283bb2c8ee6f06fdae4f9d6aa9e8d55c6b2045984b2ae1486a2d2642c9de33'
-'

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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 20:09:50
  Author: felixonmars
Revision: 442499

upgpkg: eslint 5.15.3-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 19:59:58 UTC (rev 442498)
+++ PKGBUILD2019-03-18 20:09:50 UTC (rev 442499)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=5.15.2
+pkgver=5.15.3
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('23c54ce1220ba4cc14bec46df376d057021140027688f317ba7d45559fe55753879251f6b49697aa80e737376215ce9b9c2b46297bd021034fde48f578cb244b')
+sha512sums=('bcc1a2d0f8c21d2a2467113434ba76567786c39b22a3b4928833602149f6b42d1791625134e2281c88370a588b55f5e726c887c46018ae4c343e2780bbcf8a61')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 20:10:05
  Author: felixonmars
Revision: 442500

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 442499, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 20:09:50 UTC (rev 442499)
+++ PKGBUILD2019-03-18 20:10:05 UTC (rev 442500)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.15.2
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('23c54ce1220ba4cc14bec46df376d057021140027688f317ba7d45559fe55753879251f6b49697aa80e737376215ce9b9c2b46297bd021034fde48f578cb244b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 442499, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 20:10:05 UTC (rev 442500)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.15.3
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('bcc1a2d0f8c21d2a2467113434ba76567786c39b22a3b4928833602149f6b42d1791625134e2281c88370a588b55f5e726c887c46018ae4c343e2780bbcf8a61')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:59:58
  Author: felixonmars
Revision: 442498

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 19:59:42 UTC (rev 442497)
+++ PKGBUILD2019-03-18 19:59:58 UTC (rev 442498)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-responses
-pkgname=('python-responses' 'python2-responses')
-pkgver=0.10.5
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-biscuits' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
-  'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
-  'python2-pytest-localserver')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('e98cc538c779b4f738419776d40eacbcb4cb59909cd7168b5ae8b802b0c4c83a209b9af9b325649598b522fac83cf56e4ff8ccfdbd3afe9881bd40c44dd234fd')
-
-prepare() {
-  cp -a responses-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-responses() {
-  depends=('python-requests' 'python-biscuits' 'python-six')
-
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-responses() {
-  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
-
-  cd responses-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 442497, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 19:59:58 UTC (rev 442498)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-responses
+pkgname=('python-responses' 'python2-responses')
+pkgver=0.10.6
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-biscuits' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
+  'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
+  'python2-pytest-localserver')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
+sha512sums=('7fee4150de9b477ca2fb01e71ee9dffae0e3e2138502af54c39bb9291d950d5feb6a6f8db3e37a8a58b6561d625ae8e42a90921463ecb0c5a0f9213466047334')
+
+prepare() {
+  cp -a responses-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-responses() {
+  depends=('python-requests' 'python-biscuits' 'python-six')
+
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-responses() {
+  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
+
+  cd responses-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:59:42
  Author: felixonmars
Revision: 442497

upgpkg: python-responses 0.10.6-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 19:57:06 UTC (rev 442496)
+++ PKGBUILD2019-03-18 19:59:42 UTC (rev 442497)
@@ -2,7 +2,7 @@
 
 pkgbase=python-responses
 pkgname=('python-responses' 'python2-responses')
-pkgver=0.10.5
+pkgver=0.10.6
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -14,7 +14,7 @@
   'python2-pytest-cov' 'flake8' 'python2-flake8' 
'python-pytest-localserver'
   'python2-pytest-localserver')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('e98cc538c779b4f738419776d40eacbcb4cb59909cd7168b5ae8b802b0c4c83a209b9af9b325649598b522fac83cf56e4ff8ccfdbd3afe9881bd40c44dd234fd')
+sha512sums=('7fee4150de9b477ca2fb01e71ee9dffae0e3e2138502af54c39bb9291d950d5feb6a6f8db3e37a8a58b6561d625ae8e42a90921463ecb0c5a0f9213466047334')
 
 prepare() {
   cp -a responses-$pkgver{,-py2}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:58:04
  Author: felixonmars
Revision: 348616

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 348615, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 19:57:49 UTC (rev 348615)
+++ PKGBUILD2019-03-18 19:58:04 UTC (rev 348616)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=64.1
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl";
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz";)
-sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 348615, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 19:58:04 UTC (rev 348616)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=64.1
+pkgrel=2
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl";
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz";)
+sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:57:49
  Author: felixonmars
Revision: 348615

upgpkg: ndctl 64.1-2

correct file location of modprobe.d conf

Modified:
  ndctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 16:57:09 UTC (rev 348614)
+++ PKGBUILD2019-03-18 19:57:49 UTC (rev 348615)
@@ -2,7 +2,7 @@
 
 pkgname=ndctl
 pkgver=64.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
 arch=('x86_64')
 url="https://github.com/pmem/ndctl";
@@ -12,6 +12,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz";)
 
sha512sums=('d1f537a72d918a26939d72eb1f5f04ca197e197c6a0fe208916de126ad36ec079b7cb7aa2a3b07d9e28d4def6385f5f1b0309fab81f0f08043df60635fdc7a8b')
 
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   ./autogen.sh


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

2019-03-18 Thread Felix Yan via arch-commits
Date: Monday, March 18, 2019 @ 19:57:06
  Author: felixonmars
Revision: 442496

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 19:56:35 UTC (rev 442495)
+++ PKGBUILD2019-03-18 19:57:06 UTC (rev 442496)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.11.7
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('b8985e83dc3846364b763b3eddc274cbbe316c134c4e4ff179aee958340b19354bb7dcc640ea39eb37889142e2adc4742efc8961262e476bc2478de3c425e1a5')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 442495, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 19:57:06 UTC (rev 442496)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

  1   2   >