[arch-commits] Commit in tamarin-prover/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:58:36 Author: felixonmars Revision: 440820 archrelease: copy trunk to community-staging-x86_64 Added: tamarin-prover/repos/community-staging-x86_64/ tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 440819, tamarin-prover/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 440819, tamarin-prover/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:58:36 UTC (rev 440820) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=tamarin-prover +pkgver=1.4.1 +pkgrel=33 +pkgdesc="The Tamarin prover for security protocol analysis" +url="http://tamarin-prover.github.io"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans' + 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 'haskell-conduit' + 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 'haskell-http-types' + 'haskell-lifted-base' 'haskell-monad-unlift' + 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 'haskell-threads' + 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 'haskell-yesod-static' + 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term' + 'haskell-tamarin-prover-theory') +optdepends=('ocaml: for sapic support') +makedepends=('ghc' 'ocaml') +source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz";) +sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144') + +prepare() { +cd "${srcdir}/${pkgname}-${pkgver}" +sed -i '/cp sapic/d' plugins/sapic/Makefile +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \ +--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ +-fthreaded -ftest-coverage -f-build-tests +runhaskell Setup build + +cd plugins/sapic +make -j1 +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +install -Dm644 etc/filetype.vim "$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim +install -Dm644 etc/spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim +install -Dm644 etc/sapic.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim + +cd plugins/sapic +install -Dm755 sapic "$pkgdir"/usr/bin/sapic +}
[arch-commits] Commit in tamarin-prover/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:58:22 Author: felixonmars Revision: 440819 upgpkg: tamarin-prover 1.4.1-33 rebuild with conduit-extra 1.3.1.1 Modified: tamarin-prover/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:56:47 UTC (rev 440818) +++ PKGBUILD2019-03-13 06:58:22 UTC (rev 440819) @@ -3,7 +3,7 @@ pkgname=tamarin-prover pkgver=1.4.1 -pkgrel=32 +pkgrel=33 pkgdesc="The Tamarin prover for security protocol analysis" url="http://tamarin-prover.github.io"; license=("GPL")
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:56:34 Author: felixonmars Revision: 440817 upgpkg: stack 1.9.3-77 rebuild with conduit-extra 1.3.1.1 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:49:14 UTC (rev 440816) +++ PKGBUILD2019-03-13 06:56:34 UTC (rev 440817) @@ -3,7 +3,7 @@ pkgname=stack pkgver=1.9.3 -pkgrel=76 +pkgrel=77 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("BSD")
[arch-commits] Commit in stack/repos (3 files)
Date: Wednesday, March 13, 2019 @ 06:56:47 Author: felixonmars Revision: 440818 archrelease: copy trunk to community-staging-x86_64 Added: stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 440817, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 440817, stack/trunk/stack.install) ---+ PKGBUILD | 75 stack.install |4 ++ 2 files changed, 79 insertions(+) Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 440817, stack/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:56:47 UTC (rev 440818) @@ -0,0 +1,75 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=stack +pkgver=1.9.3 +pkgrel=77 +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 440817, stack/trunk/stack.install) === --- community-staging-x86_64/stack.install (rev 0) +++ community-staging-x86_64/stack.install 2019-03-13 06:56:47 UTC (rev 440818) @@ -0,0 +1,4 @@ +
[arch-commits] Commit in shellcheck/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:49:00 Author: felixonmars Revision: 440815 upgpkg: shellcheck 0.6.0-55 rebuild with conduit-extra 1.3.1.1 Modified: shellcheck/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:45:46 UTC (rev 440814) +++ PKGBUILD2019-03-13 06:49:00 UTC (rev 440815) @@ -4,7 +4,7 @@ _hkgname=ShellCheck pkgname=shellcheck pkgver=0.6.0 -pkgrel=54 +pkgrel=55 pkgdesc="Shell script analysis tool" url="http://www.shellcheck.net"; license=("GPL")
[arch-commits] Commit in shellcheck/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:49:14 Author: felixonmars Revision: 440816 archrelease: copy trunk to community-staging-x86_64 Added: shellcheck/repos/community-staging-x86_64/ shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 440815, shellcheck/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 440815, shellcheck/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:49:14 UTC (rev 440816) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=ShellCheck +pkgname=shellcheck +pkgver=0.6.0 +pkgrel=55 +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 postgrest/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:45:46 Author: felixonmars Revision: 440814 archrelease: copy trunk to community-staging-x86_64 Added: postgrest/repos/community-staging-x86_64/ postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 440813, postgrest/trunk/PKGBUILD) --+ PKGBUILD | 70 + 1 file changed, 70 insertions(+) Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 440813, postgrest/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:45:46 UTC (rev 440814) @@ -0,0 +1,70 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=postgrest +pkgver=5.2.0 +pkgrel=21 +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)
Date: Wednesday, March 13, 2019 @ 06:45:32 Author: felixonmars Revision: 440813 upgpkg: postgrest 5.2.0-21 rebuild with conduit-extra 1.3.1.1 Modified: postgrest/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:42:24 UTC (rev 440812) +++ PKGBUILD2019-03-13 06:45:32 UTC (rev 440813) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=5.2.0 -pkgrel=20 +pkgrel=21 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest"; license=("MIT")
[arch-commits] Commit in pandoc-crossref/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:42:24 Author: felixonmars Revision: 440812 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 440811, pandoc-crossref/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 440811, pandoc-crossref/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:42:24 UTC (rev 440812) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-crossref +pkgver=0.3.4.0 +pkgrel=58 +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)
Date: Wednesday, March 13, 2019 @ 06:42:10 Author: felixonmars Revision: 440811 upgpkg: pandoc-crossref 0.3.4.0-58 rebuild with conduit-extra 1.3.1.1 Modified: pandoc-crossref/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:40:49 UTC (rev 440810) +++ PKGBUILD2019-03-13 06:42:10 UTC (rev 440811) @@ -3,7 +3,7 @@ pkgname=pandoc-crossref pkgver=0.3.4.0 -pkgrel=57 +pkgrel=58 pkgdesc="Pandoc filter for cross-references" url="https://hackage.haskell.org/package/${pkgname}"; license=("GPL2")
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:40:35 Author: felixonmars Revision: 440809 upgpkg: haskell-hakyll 4.12.5.1-23 rebuild with conduit-extra 1.3.1.1 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:38:45 UTC (rev 440808) +++ PKGBUILD2019-03-13 06:40:35 UTC (rev 440809) @@ -4,7 +4,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.12.5.1 -pkgrel=22 +pkgrel=23 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("BSD")
[arch-commits] Commit in haskell-hakyll/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:40:49 Author: felixonmars Revision: 440810 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 440809, haskell-hakyll/trunk/PKGBUILD) --+ PKGBUILD | 56 1 file changed, 56 insertions(+) Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 440809, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:40:49 UTC (rev 440810) @@ -0,0 +1,56 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.12.5.1 +pkgrel=23 +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 pandoc-citeproc/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:38:32 Author: felixonmars Revision: 440807 upgpkg: pandoc-citeproc 0.16.1.2-3 rebuild with conduit-extra 1.3.1.1 Modified: pandoc-citeproc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:35:30 UTC (rev 440806) +++ PKGBUILD2019-03-13 06:38:32 UTC (rev 440807) @@ -3,7 +3,7 @@ pkgname=pandoc-citeproc pkgver=0.16.1.2 -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)
Date: Wednesday, March 13, 2019 @ 06:38:45 Author: felixonmars Revision: 440808 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 440807, pandoc-citeproc/trunk/PKGBUILD) --+ PKGBUILD | 57 + 1 file changed, 57 insertions(+) Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 440807, pandoc-citeproc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:38:45 UTC (rev 440808) @@ -0,0 +1,57 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc-citeproc +pkgver=0.16.1.2 +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=('011d865ff928155478b8e0b505c0727aabdfce7581e05bf853c26714855266c539946176830a9344ac6266a805a3f56e25767fb71cace3f76afa151aff1ca034') + +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/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:35:16 Author: felixonmars Revision: 440805 upgpkg: pandoc 2.7-3 rebuild with conduit-extra 1.3.1.1 Modified: pandoc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:25:28 UTC (rev 440804) +++ PKGBUILD2019-03-13 06:35:16 UTC (rev 440805) @@ -3,7 +3,7 @@ pkgname=pandoc pkgver=2.7 -pkgrel=2 +pkgrel=3 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL')
[arch-commits] Commit in pandoc/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:35:30 Author: felixonmars Revision: 440806 archrelease: copy trunk to community-staging-x86_64 Added: pandoc/repos/community-staging-x86_64/ pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 440805, pandoc/trunk/PKGBUILD) --+ PKGBUILD | 64 + 1 file changed, 64 insertions(+) Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 440805, pandoc/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:35:30 UTC (rev 440806) @@ -0,0 +1,64 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=pandoc +pkgver=2.7 +pkgrel=3 +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 hopenpgp-tools/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:25:28 Author: felixonmars Revision: 440804 archrelease: copy trunk to community-staging-x86_64 Added: hopenpgp-tools/repos/community-staging-x86_64/ hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 440803, hopenpgp-tools/trunk/PKGBUILD) --+ PKGBUILD | 36 1 file changed, 36 insertions(+) Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 440803, hopenpgp-tools/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:25:28 UTC (rev 440804) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hopenpgp-tools +pkgver=0.21.3 +pkgrel=16 +pkgdesc="hOpenPGP-based command-line tools" +url="http://floss.scru.org/hopenpgp-tools"; +license=("AGPL3") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' + 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-crypto-pubkey' + 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' + 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' + 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor' + 'haskell-optparse-applicative' 'haskell-prettyprinter' + 'haskell-prettyprinter-ansi-terminal' 'haskell-prettyprinter-convert-ansi-wl-pprint' + 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml') +makedepends=('alex' 'happy' 'ghc') +source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('c19c9164879df7be62e08b69ce9175834044c2d7c0c3a890340e2a10444ac43fc6d2b63fb958925921056ef1e13ec9c7cfe08f20cdc430cfa2b9584fdd625d19') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" + +rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE" +rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" "$pkgdir/usr/share" +}
[arch-commits] Commit in hopenpgp-tools/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:25:13 Author: felixonmars Revision: 440803 upgpkg: hopenpgp-tools 0.21.3-16 rebuild with conduit-extra 1.3.1.1 Modified: hopenpgp-tools/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:23:26 UTC (rev 440802) +++ PKGBUILD2019-03-13 06:25:13 UTC (rev 440803) @@ -3,7 +3,7 @@ pkgname=hopenpgp-tools pkgver=0.21.3 -pkgrel=15 +pkgrel=16 pkgdesc="hOpenPGP-based command-line tools" url="http://floss.scru.org/hopenpgp-tools"; license=("AGPL3")
[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:23:12 Author: felixonmars Revision: 440801 upgpkg: hoogle 5.0.17.5-15 rebuild with conduit-extra 1.3.1.1 Modified: hoogle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:22:12 UTC (rev 440800) +++ PKGBUILD2019-03-13 06:23:12 UTC (rev 440801) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.17.5 -pkgrel=14 +pkgrel=15 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/"; license=("BSD")
[arch-commits] Commit in hoogle/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:23:26 Author: felixonmars Revision: 440802 archrelease: copy trunk to community-staging-x86_64 Added: hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 440801, hoogle/trunk/PKGBUILD) --+ PKGBUILD | 44 1 file changed, 44 insertions(+) Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 440801, hoogle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:23:26 UTC (rev 440802) @@ -0,0 +1,44 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=5.0.17.5 +pkgrel=15 +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 netdata/repos/community-x86_64 (8 files)
Date: Wednesday, March 13, 2019 @ 06:22:12 Author: svenstaro Revision: 440800 archrelease: copy trunk to community-x86_64 Added: netdata/repos/community-x86_64/PKGBUILD (from rev 440799, netdata/trunk/PKGBUILD) netdata/repos/community-x86_64/netdata.install (from rev 440799, netdata/trunk/netdata.install) netdata/repos/community-x86_64/netdata.sysusers (from rev 440799, netdata/trunk/netdata.sysusers) netdata/repos/community-x86_64/netdata.tmpfiles (from rev 440799, netdata/trunk/netdata.tmpfiles) Deleted: netdata/repos/community-x86_64/PKGBUILD netdata/repos/community-x86_64/netdata.install netdata/repos/community-x86_64/netdata.sysusers netdata/repos/community-x86_64/netdata.tmpfiles --+ PKGBUILD | 116 ++--- netdata.install | 24 +- netdata.sysusers |2 netdata.tmpfiles |6 +- 4 files changed, 74 insertions(+), 74 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-13 06:22:03 UTC (rev 440799) +++ PKGBUILD2019-03-13 06:22:12 UTC (rev 440800) @@ -1,58 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: SanskritFritz (gmail) - -pkgname=netdata -pkgver=1.12.1 -pkgrel=1 -pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web" -url="https://github.com/netdata/netdata"; -arch=('x86_64') -license=('GPL') -backup=('etc/netdata/netdata.conf') -depends=('libmnl' 'libnetfilter_acct' 'zlib') -optdepends=('nodejs: for monitoring named and SNMP devices' -'lm_sensors: for monitoring hardware sensors' -'iproute2: for monitoring Linux QoS' -'python: for most of the external plugins' -'python-psycopg2: for monitoring PostgreSQL databases' -'python-requests: for monitoring elasticsearch' -'hddtemp: for monitoring hhd temperature' -'apcupsd: for monitoring APC UPS' -'iw: for monitoring Linux as access point') -install="$pkgname.install" -source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz"; -"${pkgname}.tmpfiles" -"${pkgname}.sysusers") -sha512sums=('ab6efd3990fea2cac031c289016dfd0b906296aa8668f860fb6d072d4991c8e95eb64f1f1b7a1ec6f8a2e0c852fb54867f98a5fe17e36d6ea8de9bdd177ef926' - '3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313' - 'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66') - -build() { - cd "$pkgname-v$pkgver" - - ./configure \ - --prefix="/usr" \ - --sbindir="/usr/bin" \ - --sysconfdir="/etc" \ - --libexecdir="/usr/lib" \ - --localstatedir="/var" \ - --with-zlib --with-math --with-user=netdata - make -} - -package() { - cd "$pkgname-v$pkgver" - - make DESTDIR="$pkgdir" install - - # Remove /var/*, pacman creates it via tmpfiles hook - rm -vrf "${pkgdir}/var" - touch "$pkgdir/etc/netdata/netdata.conf" - chown -R 134:134 "$pkgdir"/etc/netdata - chown -R 134:134 "$pkgdir"/usr/share/netdata/web - - install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service" - install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata" - install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf" - install -Dm0644 "${srcdir}/${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf" -} Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 440799, netdata/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-13 06:22:12 UTC (rev 440800) @@ -0,0 +1,58 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: SanskritFritz (gmail) + +pkgname=netdata +pkgver=1.12.2 +pkgrel=1 +pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web" +url="https://github.com/netdata/netdata"; +arch=('x86_64') +license=('GPL') +backup=('etc/netdata/netdata.conf') +depends=('libmnl' 'libnetfilter_acct' 'zlib') +optdepends=('nodejs: for monitoring named and SNMP devices' +'lm_sensors: for monitoring hardware sensors' +'iproute2: for monitoring Linux QoS' +'python: for most of the external plugins' +'python-psycopg2: for monitoring PostgreSQL databases' +'python-requests: for monitoring elasticsearch' +'hddtemp: for monitoring hhd temperature' +'apcupsd: for monitoring APC UPS' +'iw: for monitoring Linux as access point') +install="$pkgname.install" +source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz"; +"${pkgname}.tmpfiles" +"${pkgname}.sysu
[arch-commits] Commit in hledger-web/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:21:44 Author: felixonmars Revision: 440798 archrelease: copy trunk to community-staging-x86_64 Added: hledger-web/repos/community-staging-x86_64/ hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 440797, hledger-web/trunk/PKGBUILD) --+ PKGBUILD | 52 1 file changed, 52 insertions(+) Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 440797, hledger-web/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:21:44 UTC (rev 440798) @@ -0,0 +1,52 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-web +pkgver=1.14 +pkgrel=3 +pkgdesc="Web interface for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-clientsession' + 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 'haskell-decimal' + 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 'haskell-http-types' + 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 'haskell-wai' + 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' + 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-json' + 'haskell-megaparsec') +makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('7a984cd324758dd76a1347a23baba60ec2bf6e5d1657a25047d8e2d3a5e3280e02d0ec018809f9c5bbcdf212328dd87a2b9d160dde6ccd208782808e213a') + +prepare() { +cd $pkgname-$pkgver +sed -i -e '/semigroups/d' $pkgname.cabal +} + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-f-dev -f-library-only -fthreaded +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $pkgname-$pkgver +runhaskell Setup test +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in netdata/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:22:03 Author: svenstaro Revision: 440799 upgpkg: netdata 1.12.2-1 Modified: netdata/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:21:44 UTC (rev 440798) +++ PKGBUILD2019-03-13 06:22:03 UTC (rev 440799) @@ -2,7 +2,7 @@ # Contributor: SanskritFritz (gmail) pkgname=netdata -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web" url="https://github.com/netdata/netdata"; @@ -23,7 +23,7 @@ source=("https://github.com/netdata/netdata/releases/download/v${pkgver}/netdata-v${pkgver}.tar.gz"; "${pkgname}.tmpfiles" "${pkgname}.sysusers") -sha512sums=('ab6efd3990fea2cac031c289016dfd0b906296aa8668f860fb6d072d4991c8e95eb64f1f1b7a1ec6f8a2e0c852fb54867f98a5fe17e36d6ea8de9bdd177ef926' +sha512sums=('06f42610ba6c11dac4fa921ac50b4a615ce245a7e4ede5b3bf7bc7f72ed1c93d03d7760294fd17163cab6434ee118d6ef06c11dcbace2a209aaf0769a184b0ca' '3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313' 'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
[arch-commits] Commit in hledger-web/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:21:30 Author: felixonmars Revision: 440797 upgpkg: hledger-web 1.14-3 rebuild with conduit-extra 1.3.1.1 Modified: hledger-web/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:19:58 UTC (rev 440796) +++ PKGBUILD2019-03-13 06:21:30 UTC (rev 440797) @@ -3,7 +3,7 @@ pkgname=hledger-web pkgver=1.14 -pkgrel=2 +pkgrel=3 pkgdesc="Web interface for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in hledger-api/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:19:58 Author: felixonmars Revision: 440796 archrelease: copy trunk to community-staging-x86_64 Added: hledger-api/repos/community-staging-x86_64/ hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 440795, hledger-api/trunk/PKGBUILD) --+ PKGBUILD | 31 +++ 1 file changed, 31 insertions(+) Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 440795, hledger-api/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:19:58 UTC (rev 440796) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hledger-api +pkgver=1.14 +pkgrel=3 +pkgdesc="Web API server for the hledger accounting tool" +url="http://hledger.org"; +license=("GPL") +arch=('x86_64') +depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 'haskell-data-default' + 'haskell-decimal' 'haskell-docopt' 'haskell-either' 'haskell-microlens' + 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server' + 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 'haskell-wai-extra' + 'haskell-warp') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha512sums=('551ad15b39adbcd1c3548bb75acd83193f6a99d8bab15cdc7ef34aa022dfd4d19b14c105ae88e4fdef93eca5ace7791e7b19d3eff532ada7079b4e071bd4ab69') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in hledger-api/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:19:44 Author: felixonmars Revision: 440795 upgpkg: hledger-api 1.14-3 rebuild with conduit-extra 1.3.1.1 Modified: hledger-api/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:18:13 UTC (rev 440794) +++ PKGBUILD2019-03-13 06:19:44 UTC (rev 440795) @@ -3,7 +3,7 @@ pkgname=hledger-api pkgver=1.14 -pkgrel=2 +pkgrel=3 pkgdesc="Web API server for the hledger accounting tool" url="http://hledger.org"; license=("GPL")
[arch-commits] Commit in git-annex/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:18:13 Author: felixonmars Revision: 440794 archrelease: copy trunk to community-staging-x86_64 Added: git-annex/repos/community-staging-x86_64/ git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 440793, git-annex/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 440793, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:18:13 UTC (rev 440794) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=7.20190219 +pkgrel=10 +pkgdesc="Manage files with git, without checking their contents into git" +url="http://git-annex.branchable.com/"; +license=("AGPL3") +arch=('x86_64') +depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws' + 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive' + 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-connection' 'haskell-conduit' + 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' + 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 'haskell-edit-distance' + 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 'haskell-hinotify' + 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-conduit' + 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory' 'haskell-microlens' + 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' + 'haskell-network-info' 'haskell-network-multicast' 'haskell-network-uri' + 'haskell-old-locale' 'haskell-optparse-applicative' 'haskell-path-pieces' + 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-persistent-template' + 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 'haskell-resourcet' + 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 'haskell-shakespeare' + 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 'haskell-tasty' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun' 'haskell-torrent' + 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' + 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' + 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static') +makedepends=('chrpath' 'ghc') +source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";) +sha512sums=('SKIP') + +build() { + cd git-annex + + runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \ +--docdir="/usr/share/doc/$pkgname" \ +-ftorrentparser -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime -f-networkbsd + runhaskell Setup build +} + +package() { + cd git-annex + runhaskell Setup copy --destdir="$pkgdir" + make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc + + rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT + rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc +}
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:17:59 Author: felixonmars Revision: 440793 upgpkg: git-annex 7.20190219-10 rebuild with conduit-extra 1.3.1.1 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:14:55 UTC (rev 440792) +++ PKGBUILD2019-03-13 06:17:59 UTC (rev 440793) @@ -3,7 +3,7 @@ pkgname=git-annex pkgver=7.20190219 -pkgrel=9 +pkgrel=10 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:14:40 Author: felixonmars Revision: 440791 upgpkg: npm-check-updates 3.0.5-1 Modified: npm-check-updates/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:11:15 UTC (rev 440790) +++ PKGBUILD2019-03-13 06:14:40 UTC (rev 440791) @@ -2,7 +2,7 @@ pkgname=npm-check-updates pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 arch=('any') url='https://github.com/tjunnone/npm-check-updates' @@ -11,7 +11,7 @@ makedepends=('npm') source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) -sha512sums=('fe0acd575a0e84758c446dfcca5a280b114d0c9fc0400786bedd61a3bc016f7c3830cfc5b21469062c1e4d96cbb69f111a7193a91660d95fdb2debe46db9b837') +sha512sums=('eca16ec48b5fb6c06dc288f13f79586b13e97b4bd8fdc07d4365c291e16e05cd887a5d5ca673975c18a1294fff59b053e2542017f2d4efed32ad371679b8b409') package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:14:55 Author: felixonmars Revision: 440792 archrelease: copy trunk to community-any Added: npm-check-updates/repos/community-any/PKGBUILD (from rev 440791, npm-check-updates/trunk/PKGBUILD) Deleted: npm-check-updates/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-13 06:14:40 UTC (rev 440791) +++ PKGBUILD2019-03-13 06:14:55 UTC (rev 440792) @@ -1,27 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=npm-check-updates -pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' -pkgver=3.0.4 -pkgrel=1 -arch=('any') -url='https://github.com/tjunnone/npm-check-updates' -license=('Apache') -depends=('semver') -makedepends=('npm') -source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) -noextract=($pkgname-$pkgver.tgz) -sha512sums=('fe0acd575a0e84758c446dfcca5a280b114d0c9fc0400786bedd61a3bc016f7c3830cfc5b21469062c1e4d96cbb69f111a7193a91660d95fdb2debe46db9b837') - -package() { - npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz - - # Experimental dedup - cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules - for dep in semver; do -rm -r $dep; - done - - # Fix npm derp - find "$pkgdir/usr" -type d -exec chmod 755 '{}' + -} Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 440791, npm-check-updates/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-13 06:14:55 UTC (rev 440792) @@ -0,0 +1,27 @@ +# Maintainer: Felix Yan + +pkgname=npm-check-updates +pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows' +pkgver=3.0.5 +pkgrel=1 +arch=('any') +url='https://github.com/tjunnone/npm-check-updates' +license=('Apache') +depends=('semver') +makedepends=('npm') +source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) +noextract=($pkgname-$pkgver.tgz) +sha512sums=('eca16ec48b5fb6c06dc288f13f79586b13e97b4bd8fdc07d4365c291e16e05cd887a5d5ca673975c18a1294fff59b053e2542017f2d4efed32ad371679b8b409') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz + + # Experimental dedup + cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules + for dep in semver; do +rm -r $dep; + done + + # Fix npm derp + find "$pkgdir/usr" -type d -exec chmod 755 '{}' + +}
[arch-commits] Commit in haskell-yesod-static/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:11:15 Author: felixonmars Revision: 440790 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-static/repos/community-staging-x86_64/ haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 440789, haskell-yesod-static/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 440789, haskell-yesod-static/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:11:15 UTC (rev 440790) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-static +pkgname=haskell-yesod-static +pkgver=1.6.0.1 +pkgrel=75 +pkgdesc="Static file serving subsite for Yesod Web Framework." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' + 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite' + 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default' + 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 'haskell-http-types' + 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 'haskell-unordered-containers' + 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core') +makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 'haskell-yesod-test') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-static/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:11:02 Author: felixonmars Revision: 440789 upgpkg: haskell-yesod-static 1.6.0.1-75 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-static/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:09:53 UTC (rev 440788) +++ PKGBUILD2019-03-13 06:11:02 UTC (rev 440789) @@ -4,7 +4,7 @@ _hkgname=yesod-static pkgname=haskell-yesod-static pkgver=1.6.0.1 -pkgrel=74 +pkgrel=75 pkgdesc="Static file serving subsite for Yesod Web Framework." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod-test/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:09:53 Author: felixonmars Revision: 440788 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-test/repos/community-staging-x86_64/ haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 440787, haskell-yesod-test/trunk/PKGBUILD) --+ PKGBUILD | 51 +++ 1 file changed, 51 insertions(+) Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 440787, haskell-yesod-test/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:09:53 UTC (rev 440788) @@ -0,0 +1,51 @@ +# Maintainer: Felix Yan + +_hkgname=yesod-test +pkgname=haskell-yesod-test +pkgver=1.6.6 +pkgrel=34 +pkgdesc="Integration testing for WAI/Yesod Applications" +url="http://www.yesodweb.com"; +license=('MIT') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-blaze-builder' + 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit' + 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' + 'haskell-network' 'haskell-pretty-show' 'haskell-wai' + 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yesod-core') +makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('5010908c6d806d8f8e9c213275395bddc5b08541bdec464ae3dadaa45316a8bfc5c9d25f6edfa0546408dca4316e9c65939c2cd4a2329c2cc9ac164fc0e417d2') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-test/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:09:39 Author: felixonmars Revision: 440787 upgpkg: haskell-yesod-test 1.6.6-34 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-test/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:08:36 UTC (rev 440786) +++ PKGBUILD2019-03-13 06:09:39 UTC (rev 440787) @@ -3,7 +3,7 @@ _hkgname=yesod-test pkgname=haskell-yesod-test pkgver=1.6.6 -pkgrel=33 +pkgrel=34 pkgdesc="Integration testing for WAI/Yesod Applications" url="http://www.yesodweb.com"; license=('MIT')
[arch-commits] Commit in haskell-yesod-auth/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:08:36 Author: felixonmars Revision: 440786 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-auth/repos/community-staging-x86_64/ haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 440785, haskell-yesod-auth/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 440785, haskell-yesod-auth/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:08:36 UTC (rev 440786) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-auth +pkgname=haskell-yesod-auth +pkgver=1.6.6 +pkgrel=11 +pkgdesc="Authentication for Yesod." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 'haskell-base16-bytestring' + 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' + 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 'haskell-memory' + 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 'haskell-random' 'haskell-safe' + 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core' + 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 'haskell-yesod-form' + 'haskell-yesod-persistent') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('4512a28e0e90e586b0b4cfbc1461c8773339c980e4244f7136e04ddd77f1a9fc1b7eb1311962bfb4a68b0163ea29eca50761cfc52e50e01e10fbc6184b2d481b') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-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 +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:08:22 Author: felixonmars Revision: 440785 upgpkg: haskell-yesod-auth 1.6.6-11 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-auth/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:07:09 UTC (rev 440784) +++ PKGBUILD2019-03-13 06:08:22 UTC (rev 440785) @@ -4,7 +4,7 @@ _hkgname=yesod-auth pkgname=haskell-yesod-auth pkgver=1.6.6 -pkgrel=10 +pkgrel=11 pkgdesc="Authentication for Yesod." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:07:09 Author: felixonmars Revision: 440784 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod/repos/community-staging-x86_64/ haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 440783, haskell-yesod/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 440783, haskell-yesod/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:07:09 UTC (rev 440784) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod +pkgname=haskell-yesod +pkgver=1.6.0 +pkgrel=226 +pkgdesc="Creation of type-safe, RESTful web applications." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' + 'haskell-data-default-class' 'haskell-fast-logger' 'haskell-monad-logger' + 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons' + 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' + 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 'haskell-yesod-form' + 'haskell-yesod-persistent') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:06:56 Author: felixonmars Revision: 440783 upgpkg: haskell-yesod 1.6.0-226 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:06:00 UTC (rev 440782) +++ PKGBUILD2019-03-13 06:06:56 UTC (rev 440783) @@ -4,7 +4,7 @@ _hkgname=yesod pkgname=haskell-yesod pkgver=1.6.0 -pkgrel=225 +pkgrel=226 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod-form/repos (2 files)
Date: Wednesday, March 13, 2019 @ 06:06:00 Author: felixonmars Revision: 440782 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-form/repos/community-staging-x86_64/ haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 440781, haskell-yesod-form/trunk/PKGBUILD) --+ PKGBUILD | 47 +++ 1 file changed, 47 insertions(+) Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 440781, haskell-yesod-form/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-13 06:06:00 UTC (rev 440782) @@ -0,0 +1,47 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-form +pkgname=haskell-yesod-form +pkgver=1.6.4 +pkgrel=21 +pkgdesc="Form handling support for Yesod Web Framework" +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 'haskell-email-validate' + 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 'haskell-shakespeare' + 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 'haskell-yesod-persistent') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('26900428efe018b5e7bbe4c26ca83bc3b2425c7e9fa777c107898a4274c663572011330cd233c18ceeb7e0dea1965640541142736469580de0f309aa7f765f63') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-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 +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-yesod-form/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:05:46 Author: felixonmars Revision: 440781 upgpkg: haskell-yesod-form 1.6.4-21 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-form/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:04:11 UTC (rev 440780) +++ PKGBUILD2019-03-13 06:05:46 UTC (rev 440781) @@ -4,7 +4,7 @@ _hkgname=yesod-form pkgname=haskell-yesod-form pkgver=1.6.4 -pkgrel=20 +pkgrel=21 pkgdesc="Form handling support for Yesod Web Framework" url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in tiled/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:04:11 Author: svenstaro Revision: 440780 archrelease: copy trunk to community-x86_64 Added: tiled/repos/community-x86_64/PKGBUILD (from rev 440779, tiled/trunk/PKGBUILD) Deleted: tiled/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-13 06:04:04 UTC (rev 440779) +++ PKGBUILD2019-03-13 06:04:11 UTC (rev 440780) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) -pkgname=tiled -pkgver=1.2.2 -pkgrel=1 -pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' -arch=('x86_64') -url='http://www.mapeditor.org' -license=('GPL') -replaces=('tiled-qt') -depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') -makedepends=('mesa' 'qt5-tools' 'python3') -optdepends=('python3: Python plugin') -source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) -sha512sums=('b488f30f258d13e1513df7398b04e76153803c9384f94c0167d0a971c72e9c26f39eeceb8d587b36509b1c92e5e2f4df3c0cc41f49d66db2c1d9cf5b4b985be3') - -build() { - cd $srcdir/$pkgname-$pkgver - qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr - make -} - -package() { - cd $pkgname-$pkgver - - make install INSTALL_ROOT=$pkgdir -} Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 440779, tiled/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-13 06:04:11 UTC (rev 440780) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase +# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) +pkgname=tiled +pkgver=1.2.3 +pkgrel=1 +pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' +arch=('x86_64') +url='http://www.mapeditor.org' +license=('GPL') +replaces=('tiled-qt') +depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11') +makedepends=('mesa' 'qt5-tools' 'python3') +optdepends=('python3: Python plugin') +source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) +sha512sums=('0c9e818872b1e8de67ff8d943dc47abb63667bc45917b29dca959b0a32594be4ffb156469375c0f5c4a4fa71ee85b05c018c58a2f581a860405cbb12c9c0aac5') + +build() { + cd $srcdir/$pkgname-$pkgver + qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr + make +} + +package() { + cd $pkgname-$pkgver + + make install INSTALL_ROOT=$pkgdir +}
[arch-commits] Commit in tiled/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:04:04 Author: svenstaro Revision: 440779 upgpkg: tiled 1.2.3-1 Modified: tiled/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 06:00:25 UTC (rev 440778) +++ PKGBUILD2019-03-13 06:04:04 UTC (rev 440779) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) pkgname=tiled -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('mesa' 'qt5-tools' 'python3') optdepends=('python3: Python plugin') source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz) -sha512sums=('b488f30f258d13e1513df7398b04e76153803c9384f94c0167d0a971c72e9c26f39eeceb8d587b36509b1c92e5e2f4df3c0cc41f49d66db2c1d9cf5b4b985be3') +sha512sums=('0c9e818872b1e8de67ff8d943dc47abb63667bc45917b29dca959b0a32594be4ffb156469375c0f5c4a4fa71ee85b05c018c58a2f581a860405cbb12c9c0aac5') build() { cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in yarn/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:00:25 Author: svenstaro Revision: 440778 archrelease: copy trunk to community-any Added: yarn/repos/community-any/PKGBUILD (from rev 440777, yarn/trunk/PKGBUILD) Deleted: yarn/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-13 06:00:14 UTC (rev 440777) +++ PKGBUILD2019-03-13 06:00:25 UTC (rev 440778) @@ -1,26 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: Jan Koppe - -pkgname=yarn -pkgver=1.13.0 -pkgrel=1 -pkgdesc='Fast, reliable, and secure dependency management' -arch=(any) -url='http://yarnpkg.com' -license=('BSD') -depends=('nodejs') -source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) -sha512sums=('5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c') - -package() { - cd yarn-v${pkgver} - install -dm755 "$pkgdir"/usr/lib/node_modules/yarn - cp -R * "$pkgdir"/usr/lib/node_modules/yarn - - install -dm755 "$pkgdir"/usr/bin - ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn - ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg - - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" -} Copied: yarn/repos/community-any/PKGBUILD (from rev 440777, yarn/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-13 06:00:25 UTC (rev 440778) @@ -0,0 +1,26 @@ +# Maintainer: Sven-Hendrik Haase +# Contributor: Jan Koppe + +pkgname=yarn +pkgver=1.15.0 +pkgrel=1 +pkgdesc='Fast, reliable, and secure dependency management' +arch=(any) +url='http://yarnpkg.com' +license=('BSD') +depends=('nodejs') +source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) +sha512sums=('b90e1f2c35360d6a5e045bb5bd24cabe20f6f6175207e59a0bccca51dae6cdb75aad81fb6f532b70544ce1216f7e420d860ab4bd9e292b7a6f59102cfe42a4f1') + +package() { + cd yarn-v${pkgver} + install -dm755 "$pkgdir"/usr/lib/node_modules/yarn + cp -R * "$pkgdir"/usr/lib/node_modules/yarn + + install -dm755 "$pkgdir"/usr/bin + ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn + ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" +}
[arch-commits] Commit in yarn/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 06:00:14 Author: svenstaro Revision: 440777 upgpkg: yarn 1.15.0-1 Modified: yarn/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 04:14:12 UTC (rev 440776) +++ PKGBUILD2019-03-13 06:00:14 UTC (rev 440777) @@ -2,7 +2,7 @@ # Contributor: Jan Koppe pkgname=yarn -pkgver=1.13.0 +pkgver=1.15.0 pkgrel=1 pkgdesc='Fast, reliable, and secure dependency management' arch=(any) @@ -10,7 +10,7 @@ license=('BSD') depends=('nodejs') source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";) -sha512sums=('5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c') +sha512sums=('b90e1f2c35360d6a5e045bb5bd24cabe20f6f6175207e59a0bccca51dae6cdb75aad81fb6f532b70544ce1216f7e420d860ab4bd9e292b7a6f59102cfe42a4f1') package() { cd yarn-v${pkgver}
[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, March 13, 2019 @ 04:14:12 Author: eschwartz Revision: 440776 archrelease: copy trunk to community-any Added: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 440775, firefox-adblock-plus/trunk/PKGBUILD) Deleted: firefox-adblock-plus/repos/community-any/PKGBUILD --+ PKGBUILD | 51 +-- 1 file changed, 25 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-13 04:13:54 UTC (rev 440775) +++ PKGBUILD2019-03-13 04:14:12 UTC (rev 440776) @@ -1,26 +0,0 @@ -# Maintainer: Sergej Pupykin -# Maintainer: Eli Schwartz - -pkgname=firefox-adblock-plus -pkgver=3.4.3 -pkgrel=1 -_file=1242199 -pkgdesc="Extension for firefox which block ads and banners" -arch=('any') -url="https://adblockplus.org/"; -license=('GPL3') -groups=('firefox-addons') -makedepends=('unzip') -# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ -source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) -noextract=("adblock-plus-$pkgver.xpi") -sha256sums=('62240a585523c90d7a34e41063b9ba4daa1e2fa93e2d31426109b9e5ac2133e4') - -package() { - depends=("firefox") - - cd "${srcdir}" - _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}" - _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" - install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi" -} Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 440775, firefox-adblock-plus/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-13 04:14:12 UTC (rev 440776) @@ -0,0 +1,25 @@ +# Maintainer: Sergej Pupykin +# Maintainer: Eli Schwartz + +pkgname=firefox-adblock-plus +pkgver=3.5 +pkgrel=1 +_file=1709104 +pkgdesc="Extension for firefox which block ads and banners" +arch=('any') +url="https://adblockplus.org/"; +license=('GPL3') +groups=('firefox-addons') +# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ +source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) +noextract=("adblock-plus-$pkgver.xpi") +sha256sums=('50604d16b1d8f9ee25165eb250c1f38f7b5b2465313caa66be78439ae9adcc4a') + +package() { + depends=("firefox") + + cd "${srcdir}" + _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}" + _extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}" + install -Dm644 adblock-plus-${pkgver}.xpi "${_extension_dest}.xpi" +}
[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 04:13:54 Author: eschwartz Revision: 440775 upgpkg: firefox-adblock-plus 3.5-1 upstream release Modified: firefox-adblock-plus/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 02:49:49 UTC (rev 440774) +++ PKGBUILD2019-03-13 04:13:54 UTC (rev 440775) @@ -2,19 +2,18 @@ # Maintainer: Eli Schwartz pkgname=firefox-adblock-plus -pkgver=3.4.3 +pkgver=3.5 pkgrel=1 -_file=1242199 +_file=1709104 pkgdesc="Extension for firefox which block ads and banners" arch=('any') url="https://adblockplus.org/"; license=('GPL3') groups=('firefox-addons') -makedepends=('unzip') # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";) noextract=("adblock-plus-$pkgver.xpi") -sha256sums=('62240a585523c90d7a34e41063b9ba4daa1e2fa93e2d31426109b9e5ac2133e4') +sha256sums=('50604d16b1d8f9ee25165eb250c1f38f7b5b2465313caa66be78439ae9adcc4a') package() { depends=("firefox")
[arch-commits] Commit in glusterfs/trunk (PKGBUILD)
Date: Wednesday, March 13, 2019 @ 02:49:49 Author: eschwartz Revision: 440774 remove dependency on "which" as it is no longer used https://bugzilla.redhat.com/show_bug.cgi?id=1593351 released in 5.0 removed this dependency in favor of a shell builtin Modified: glusterfs/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-13 00:24:57 UTC (rev 440773) +++ PKGBUILD2019-03-13 02:49:49 UTC (rev 440774) @@ -19,7 +19,7 @@ 'etc/glusterfs/glusterd.vol' 'etc/glusterfs/glusterfs-georep-logrotate' 'etc/glusterfs/glusterfs-logrotate') -depends=(fuse python libxml2 libaio liburcu attr which rpcbind) +depends=(fuse python libxml2 libaio liburcu attr rpcbind) makedepends=(rpcsvc-proto) optdepends=('glib2: qemu-block') #source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
[arch-commits] Commit in otter-browser (3 files)
Date: Wednesday, March 13, 2019 @ 00:24:57 Author: bgyorgy Revision: 440773 archrelease: copy trunk to community-x86_64 Added: otter-browser/repos/ otter-browser/repos/community-x86_64/ otter-browser/repos/community-x86_64/PKGBUILD (from rev 440772, otter-browser/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: otter-browser/repos/community-x86_64/PKGBUILD (from rev 440772, otter-browser/trunk/PKGBUILD) === --- repos/community-x86_64/PKGBUILD (rev 0) +++ repos/community-x86_64/PKGBUILD 2019-03-13 00:24:57 UTC (rev 440773) @@ -0,0 +1,48 @@ +# Maintainer: Balló György +# Contributor: Steffen Weber <-boenki-gmx-de-> + +pkgbase=otter-browser +pkgname=(otter-browser{,-nowebengine}) +pkgver=1.0.01 +pkgrel=2 +pkgdesc="Web browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5" +arch=('x86_64') +url="https://otter-browser.org/"; +license=('GPL3') +depends=('desktop-file-utils' 'hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webengine' 'qt5-webkit' 'qt5-xmlpatterns') +makedepends=('cmake') +source=($pkgbase-$pkgver.tar.gz::https://github.com/OtterBrowser/$pkgbase/archive/v$pkgver.tar.gz) +sha256sums=('85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b') + +prepare() { + mkdir build{,-nowebengine} +} + +build() { + cd build + cmake ../$pkgbase-$pkgver -DCMAKE_INSTALL_PREFIX="/usr" + make + + cd ../build-nowebengine + cmake ../$pkgbase-$pkgver -DCMAKE_INSTALL_PREFIX="/usr" -DENABLE_QTWEBENGINE=OFF + make +} + +package_otter-browser() { + cd build + make DESTDIR="$pkgdir" install + install -Dm644 ../$pkgbase-$pkgver/packaging/$pkgbase.appdata.xml "$pkgdir/usr/share/metainfo/$pkgbase.appdata.xml" +} + +package_otter-browser-nowebengine() { + pkgdesc+=' without WebEngine support' + depends=('desktop-file-utils' 'hicolor-icon-theme' 'hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webkit' 'qt5-xmlpatterns') + conflicts=($pkgbase) + provides=($pkgbase=$pkgver) + + cd build-nowebengine + make DESTDIR="$pkgdir" install + + # Ignore package by AppStream to avoid duplicated IDs + echo 'X-AppStream-Ignore=true' >> "$pkgdir/usr/share/applications/$pkgbase.desktop" +}
[arch-commits] Commit in (3 files)
Date: Wednesday, March 13, 2019 @ 00:17:44 Author: bgyorgy Revision: 440772 Move otter-browser from AUR with 102 votes Added: otter-browser/ otter-browser/trunk/ otter-browser/trunk/PKGBUILD --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Added: otter-browser/trunk/PKGBUILD === --- otter-browser/trunk/PKGBUILD(rev 0) +++ otter-browser/trunk/PKGBUILD2019-03-13 00:17:44 UTC (rev 440772) @@ -0,0 +1,48 @@ +# Maintainer: Balló György +# Contributor: Steffen Weber <-boenki-gmx-de-> + +pkgbase=otter-browser +pkgname=(otter-browser{,-nowebengine}) +pkgver=1.0.01 +pkgrel=2 +pkgdesc="Web browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5" +arch=('x86_64') +url="https://otter-browser.org/"; +license=('GPL3') +depends=('desktop-file-utils' 'hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webengine' 'qt5-webkit' 'qt5-xmlpatterns') +makedepends=('cmake') +source=($pkgbase-$pkgver.tar.gz::https://github.com/OtterBrowser/$pkgbase/archive/v$pkgver.tar.gz) +sha256sums=('85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b') + +prepare() { + mkdir build{,-nowebengine} +} + +build() { + cd build + cmake ../$pkgbase-$pkgver -DCMAKE_INSTALL_PREFIX="/usr" + make + + cd ../build-nowebengine + cmake ../$pkgbase-$pkgver -DCMAKE_INSTALL_PREFIX="/usr" -DENABLE_QTWEBENGINE=OFF + make +} + +package_otter-browser() { + cd build + make DESTDIR="$pkgdir" install + install -Dm644 ../$pkgbase-$pkgver/packaging/$pkgbase.appdata.xml "$pkgdir/usr/share/metainfo/$pkgbase.appdata.xml" +} + +package_otter-browser-nowebengine() { + pkgdesc+=' without WebEngine support' + depends=('desktop-file-utils' 'hicolor-icon-theme' 'hunspell' 'qt5-multimedia' 'qt5-svg' 'qt5-webkit' 'qt5-xmlpatterns') + conflicts=($pkgbase) + provides=($pkgbase=$pkgver) + + cd build-nowebengine + make DESTDIR="$pkgdir" install + + # Ignore package by AppStream to avoid duplicated IDs + echo 'X-AppStream-Ignore=true' >> "$pkgdir/usr/share/applications/$pkgbase.desktop" +} Property changes on: otter-browser/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 23:34:43 Author: sangy Revision: 440771 archrelease: copy trunk to community-any Added: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 440770, ttf-ibm-plex/trunk/PKGBUILD) Deleted: ttf-ibm-plex/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 23:34:20 UTC (rev 440770) +++ PKGBUILD2019-03-12 23:34:43 UTC (rev 440771) @@ -1,27 +0,0 @@ -# Maintainer: Santiago Torres-Arias -# Contributor: Alexander F. Rødseth -# Contributor: Aleksandar Trifunović -# Contributor: Matt Spaulding -# Contributor: pyjano -# Contributor: Stefan Husmann - -pkgname=ttf-ibm-plex -pkgver=1.2.3 -pkgrel=1 -pkgdesc='IBM Plex Mono, Sans, and Serif' -arch=(any) -url='https://github.com/IBM/plex' -license=(custom:OFL) -depends=(fontconfig xorg-font-utils) -source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip") -sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8') - -package() { - cd TrueType - install -Dm644 */*.ttf -t "$pkgdir/usr/share/fonts/TTF" - - # All the other licenses are the same as the one here... - install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt -} - -# vim: ts=2 sw=2 et: Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 440770, ttf-ibm-plex/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 23:34:43 UTC (rev 440771) @@ -0,0 +1,27 @@ +# Maintainer: Santiago Torres-Arias +# Contributor: Alexander F. Rødseth +# Contributor: Aleksandar Trifunović +# Contributor: Matt Spaulding +# Contributor: pyjano +# Contributor: Stefan Husmann + +pkgname=ttf-ibm-plex +pkgver=1.3.0 +pkgrel=1 +pkgdesc="IBM Plex Mono, Sans, and Serif" +arch=('any') +url='https://github.com/IBM/plex' +license=(custom:OFL) +depends=(fontconfig xorg-font-utils) +source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip") +sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8') + +package() { +cd TrueType +install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF" + +# All the other licenses are the same as the one here... +install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" +} + +# vim: ts=2 sw=2 et:
[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 23:34:20 Author: sangy Revision: 440770 upgpkg: ttf-ibm-plex 1.3.0-1 Modified: ttf-ibm-plex/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 23:14:19 UTC (rev 440769) +++ PKGBUILD2019-03-12 23:34:20 UTC (rev 440770) @@ -6,10 +6,10 @@ # Contributor: Stefan Husmann pkgname=ttf-ibm-plex -pkgver=1.2.3 +pkgver=1.3.0 pkgrel=1 -pkgdesc='IBM Plex Mono, Sans, and Serif' -arch=(any) +pkgdesc="IBM Plex Mono, Sans, and Serif" +arch=('any') url='https://github.com/IBM/plex' license=(custom:OFL) depends=(fontconfig xorg-font-utils) @@ -17,11 +17,11 @@ sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8') package() { - cd TrueType - install -Dm644 */*.ttf -t "$pkgdir/usr/share/fonts/TTF" +cd TrueType +install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF" - # All the other licenses are the same as the one here... - install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt +# All the other licenses are the same as the one here... +install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" } # vim: ts=2 sw=2 et:
[arch-commits] Commit in python-pyopencl/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 23:13:48 Author: sangy Revision: 440768 upgpkg: python-pyopencl 1:2018.2.5-1 - Drop: py2 support - Improve test harness using pytest Modified: python-pyopencl/trunk/PKGBUILD --+ PKGBUILD | 41 +++-- 1 file changed, 11 insertions(+), 30 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 23:11:44 UTC (rev 440767) +++ PKGBUILD2019-03-12 23:13:48 UTC (rev 440768) @@ -3,8 +3,8 @@ _pypiname=pyopencl pkgbase=python-pyopencl -pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') -pkgver=2018.2.4 +pkgname=('python-pyopencl' 'pyopencl-headers') +pkgver=2018.2.5 pkgrel=1 epoch=1 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" @@ -14,36 +14,29 @@ depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs') makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 'python-mako' 'python2-mako' 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 'pybind11') - checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs') +checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs' +'python-pytest' 'python-pytools') source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed";) validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke -sha256sums=('SKIP') +sha1sums=('SKIP') build() { -# we use git clone here to ensure the submodules intialize properly -# FIXME: I could do something more thorough later down the line -git clone pyopencl{,-python2} - cd "pyopencl" +git submodule init && git submodule update python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # --boost-python-libname=boost_python3 make - -cd "${srcdir}/pyopencl-python2" -python2 ./configure.py --python-exe=python2 --cl-pretend-version=1.2 # --boost-python-libname=boost_python -make } check(){ +# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to install +# the driver of your specific video card in here +# checkdepends+=('amdgpu') cd pyopencl -make tests - -cd "$srcdir/pyopencl-python2" -make tests +PYTHONPATH="$PWD/build/lib.linux-x86_64-3.7/" make tests } package_python-pyopencl() { -depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' -'pyopencl-headers' 'python-setuptools' 'python-cffi') +depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 'python-setuptools' 'python-cffi') cd pyopencl python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build @@ -53,18 +46,6 @@ install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } -package_python2-pyopencl() { -depends+=('python2' 'python2-numpy' 'python2-mako' 'python2-pytools' -'pyopencl-headers' 'python2-setuptools' 'python2-cffi') - -cd pyopencl-python2 -python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build - -rm -fr "${pkgdir}/usr/include/" - -install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} - package_pyopencl-headers() { cd pyopencl
[arch-commits] Commit in python-pyopencl/repos/community-x86_64 (4 files)
Date: Tuesday, March 12, 2019 @ 23:14:19 Author: sangy Revision: 440769 archrelease: copy trunk to community-x86_64 Added: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 440768, python-pyopencl/trunk/LICENSE.txt) python-pyopencl/repos/community-x86_64/PKGBUILD (from rev 440768, python-pyopencl/trunk/PKGBUILD) Deleted: python-pyopencl/repos/community-x86_64/LICENSE.txt python-pyopencl/repos/community-x86_64/PKGBUILD -+ LICENSE.txt | 40 +- PKGBUILD| 127 -- 2 files changed, 74 insertions(+), 93 deletions(-) Deleted: LICENSE.txt === --- LICENSE.txt 2019-03-12 23:13:48 UTC (rev 440768) +++ LICENSE.txt 2019-03-12 23:14:19 UTC (rev 440769) @@ -1,20 +0,0 @@ -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. Copied: python-pyopencl/repos/community-x86_64/LICENSE.txt (from rev 440768, python-pyopencl/trunk/LICENSE.txt) === --- LICENSE.txt (rev 0) +++ LICENSE.txt 2019-03-12 23:14:19 UTC (rev 440769) @@ -0,0 +1,20 @@ +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. Deleted: PKGBUILD === --- PKGBUILD2019-03-12 23:13:48 UTC (rev 440768) +++ PKGBUILD2019-03-12 23:14:19 UTC (rev 440769) @@ -1,73 +0,0 @@ -# Maintianer: Santiago Torres-Arias -# Contributor: Stéphane Gaudreault - -_pypiname=pyopencl -pkgbase=python-pyopencl -pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') -pkgver=2018.2.4 -pkgrel=1 -epoch=1 -pkgdesc="A complete, object-oriented language binding of OpenCL to Python" -arch=('x86_64') -url="https://mathema.tician.de/software/pyopencl"; -license=('MIT' 'Apache' 'BSD') -depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs') -makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 'python-mako' 'python2-mako' - 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 'pybind11') - checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs') -source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}.signed";) -validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke -sha256sums=('SKIP') - -build() { -# we use git clone here to ensure the submodules intialize properly -# FIXME: I could do something more thorough later down the line -git clone pyopencl{,-python2} - -cd "pyopencl" -python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # --boost-python-libname=boost_python3 -make - -cd "${srcdir}/pyopencl-python2" -python2 ./configure.py --python-exe=python2 --cl-pretend-version=1.2 # --boost-python-libname=boost_python -make -} - -check(){ -cd pyopencl -make tests - -cd "$srcdir/pyopencl-python2" -make tests -} - -package_pytho
[arch-commits] Commit in unbound/repos/community-x86_64 (12 files)
Date: Tuesday, March 12, 2019 @ 23:11:44 Author: bisson Revision: 440767 archrelease: copy trunk to community-x86_64 Added: unbound/repos/community-x86_64/PKGBUILD (from rev 440766, unbound/trunk/PKGBUILD) unbound/repos/community-x86_64/conf (from rev 440766, unbound/trunk/conf) unbound/repos/community-x86_64/hook (from rev 440766, unbound/trunk/hook) unbound/repos/community-x86_64/service (from rev 440766, unbound/trunk/service) unbound/repos/community-x86_64/sysusers.d (from rev 440766, unbound/trunk/sysusers.d) unbound/repos/community-x86_64/tmpfiles.d (from rev 440766, unbound/trunk/tmpfiles.d) Deleted: unbound/repos/community-x86_64/PKGBUILD unbound/repos/community-x86_64/conf unbound/repos/community-x86_64/hook unbound/repos/community-x86_64/service unbound/repos/community-x86_64/sysusers.d unbound/repos/community-x86_64/tmpfiles.d + PKGBUILD | 132 +-- conf | 12 ++--- hook | 20 service| 26 +-- sysusers.d |2 tmpfiles.d |2 6 files changed, 97 insertions(+), 97 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 23:11:10 UTC (rev 440766) +++ PKGBUILD2019-03-12 23:11:44 UTC (rev 440767) @@ -1,66 +0,0 @@ -# Maintainer: Gaetan Bisson -# Contributor: Hisato Tatekura -# Contributor: Massimiliano Torromeo - -pkgname=unbound -pkgver=1.9.0 -pkgrel=2 -pkgdesc='Validating, recursive, and caching DNS resolver' -url='https://unbound.net/' -license=('custom:BSD') -arch=('x86_64') -makedepends=('expat') -optdepends=('expat: unbound-anchor') -depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') -backup=('etc/unbound/unbound.conf') -validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') -source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} -'sysusers.d' -'tmpfiles.d' -'service' -'hook' -'conf') -sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917' -'SKIP' -'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa' -'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6' -'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601' -'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3' -'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --disable-rpath \ - --enable-dnscrypt \ - --enable-dnstap \ - --enable-pie \ - --enable-relro-now \ - --enable-subnet \ - --enable-tfo-client \ - --enable-tfo-server \ - --with-conf-file=/etc/unbound/unbound.conf \ - --with-pidfile=/run/unbound.pid \ - --with-rootkey-file=/etc/trusted-key.key \ - --with-libevent \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 doc/example.conf.in "${pkgdir}/etc/unbound/unbound.conf.example" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf" - install -Dm644 ../service "${pkgdir}/usr/lib/systemd/system/unbound.service" - install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf" - - # Trust anchor file available from within unbound's chroot. - install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf" - install -Dm644 ../hook "${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook" -} Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 440766, unbound/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 23:11:44 UTC (rev 440767) @@ -0,0 +1,66 @@ +# Maintainer: Gaetan Bisson +# Contributor: Hisato Tatekura +# Contributor: Massimiliano Torromeo + +pkgname=unbound +pkgver=1.9.1 +pkgrel=1 +pkgdesc='Validating, recursive, and caching DNS resolver' +url='https://unbound.net/' +license=('custom:BSD') +arch=('x86_64') +makedepends=('expat') +optdepends=('expat: unbound-anchor') +depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') +backup=('etc/unbound/unbound.conf') +validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') +source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} +'sysusers.d' +'tmpfiles.d' +'service' +'ho
[arch-commits] Commit in unbound/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 23:11:10 Author: bisson Revision: 440766 upstream update Modified: unbound/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 21:48:26 UTC (rev 440765) +++ PKGBUILD2019-03-12 23:11:10 UTC (rev 440766) @@ -3,8 +3,8 @@ # Contributor: Massimiliano Torromeo pkgname=unbound -pkgver=1.9.0 -pkgrel=2 +pkgver=1.9.1 +pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') @@ -20,7 +20,7 @@ 'service' 'hook' 'conf') -sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917' +sha256sums=('c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5' 'SKIP' '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa' '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
[arch-commits] Commit in s-nail/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 23:03:34 Author: bisson Revision: 347818 remove deprecated MAKEJOBS, update pkgdesc Modified: s-nail/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 21:52:34 UTC (rev 347817) +++ PKGBUILD2019-03-12 23:03:34 UTC (rev 347818) @@ -6,7 +6,7 @@ pkgname=s-nail pkgver=14.9.13 pkgrel=1 -pkgdesc='Mail processing system with a command syntax reminiscent of ed' +pkgdesc='Environment for sending and receiving mail' url='https://www.sdaoden.eu/code.html#s-nail' license=('custom:BSD') arch=('x86_64') @@ -35,7 +35,7 @@ OPT_AUTOCC=0 \ config - make MAKEJOBS=--jobs build + make --jobs build } check() {
[arch-commits] Commit in xf86-video-intel/repos (4 files)
Date: Tuesday, March 12, 2019 @ 21:52:34 Author: andyrtr Revision: 347817 archrelease: copy trunk to testing-x86_64 Added: xf86-video-intel/repos/testing-x86_64/ xf86-video-intel/repos/testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch (from rev 347816, xf86-video-intel/trunk/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch) xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 347816, xf86-video-intel/trunk/PKGBUILD) xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install (from rev 347816, xf86-video-intel/trunk/xf86-video-intel.install) + 0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch | 93 +++ PKGBUILD | 88 ++ xf86-video-intel.install | 21 ++ 3 files changed, 202 insertions(+) Copied: xf86-video-intel/repos/testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch (from rev 347816, xf86-video-intel/trunk/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch) === --- testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch (rev 0) +++ testing-x86_64/0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch 2019-03-12 21:52:34 UTC (rev 347817) @@ -0,0 +1,93 @@ +From e85424325911626556fbe5a313c698a5da701163 Mon Sep 17 00:00:00 2001 +From: Peter Wu +Date: Mon, 13 Aug 2018 22:59:50 +0200 +Subject: [PATCH xf86-video-intel] SNA: fix PRIME output support since xserver + 1.20 + +Since xorg-server 1.20, an external monitor would remain blank when used +in a PRIME output slave setup. Only a cursor was visible. The cause is +"Make PixmapDirtyUpdateRec::src a DrawablePtr" in xserver, the "src" +pointer might point to the root window (created by the server) instead +of a pixmap (as created by xf86-video-intel). Use get_drawable_pixmap to +handle both cases. + +When built with -fsanitize=address, the following test will trigger a +heap-buffer-overflow error due to to_sna_from_pixmap receiving a window +instead of a pixmap. + +Test on a hybrid graphics laptop (Intel + modesetting/nouveau): + +xrandr --setprovideroutputsource modesetting Intel +xrandr --output DP-1-1 --mode 2560x1440 # should not crash +glxgears # should display gears on both screens + +Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100086 +Signed-off-by: Peter Wu +--- +Tested with xserver 1.20.1 with ASAN enabled. Survives multiple +resolution changes, works with a Plasma desktop session, it seems +stable. Something like this patch is required to make multi-monitor +setups usable in a hybrid graphics setting with Xorg 1.20. +--- + src/sna/sna_accel.c | 18 ++ + 1 file changed, 18 insertions(+) + +diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c +index 2f669bcf..80b116a3 100644 +--- a/src/sna/sna_accel.c b/src/sna/sna_accel.c +@@ -17510,7 +17510,11 @@ static bool has_offload_slaves(struct sna *sna) + PixmapDirtyUpdatePtr dirty; + + xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { ++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC ++ assert(dirty->src == &sna->front->drawable); ++#else + assert(dirty->src == sna->front); ++#endif + if (RegionNotEmpty(DamageRegion(dirty->damage))) + return true; + } +@@ -17671,7 +17675,11 @@ static void sna_accel_post_damage(struct sna *sna) + if (RegionNil(damage)) + continue; + ++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC ++ src = get_drawable_pixmap(dirty->src); ++#else + src = dirty->src; ++#endif + dst = dirty->slave_dst->master_pixmap; + + region.extents.x1 = dirty->x; +@@ -17922,9 +17930,15 @@ migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr new_front) + PixmapDirtyUpdatePtr dirty, safe; + + xorg_list_for_each_entry_safe(dirty, safe, &screen->pixmap_dirty_list, ent) { ++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC ++ assert(dirty->src == &old_front->drawable); ++ if (dirty->src != &old_front->drawable) ++ continue; ++#else + assert(dirty->src == old_front); + if (dirty->src != old_front) + continue; ++#endif + + DamageUnregister(&dirty->src->drawable, dirty->damage); + DamageDestroy(dirty->damage); +@@ -17939,7 +17953,11 @@ migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr new_front) + } + + DamageRegister(&new_front->drawable, dirty->damage); ++#ifdef HAS_DIRTYTRACKING_DRAWABLE_SRC ++ dirty->src = &new_front->drawable; ++#else + dirty->src = new_front; ++#endif + } + #endif + } +-- +2.18.0 + Copied: xf8
[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 21:52:23 Author: andyrtr Revision: 347816 upgpkg: xf86-video-intel 1:2.99.917+863+g6afed33b-1 update to latest git commit Modified: xf86-video-intel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 21:08:35 UTC (rev 347815) +++ PKGBUILD2019-03-12 21:52:23 UTC (rev 347816) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=xf86-video-intel -_commit=3a2dec17459dea56331430c8481646d538278518 # master -pkgver=2.99.917+860+g3a2dec17 +_commit=6afed33b2d673d88674f0c76efe500ae414e8e1b # master +pkgver=2.99.917+863+g6afed33b pkgrel=1 epoch=1 arch=(x86_64)
[arch-commits] Commit in python-pykeepass/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 21:48:20 Author: bgyorgy Revision: 440764 upgpkg: python-pykeepass 3.0.3-2 Add missing python-future dependency (FS#61987) Modified: python-pykeepass/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 21:28:23 UTC (rev 440763) +++ PKGBUILD2019-03-12 21:48:20 UTC (rev 440764) @@ -3,12 +3,12 @@ _pkgname=pykeepass pkgname=python-pykeepass pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python library to interact with keepass databases" arch=('any') url="https://github.com/pschmitt/pykeepass"; license=('GPL3') -depends=(python-argon2_cffi python-construct python-dateutil python-lxml python-pycryptodome) +depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodome) makedepends=(git python-setuptools) _commit=11ee6052ba83861cd9c08e7fd64b6780f9354e1c # tags/3.0.3^0 source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit";)
[arch-commits] Commit in python-pykeepass/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 21:48:26 Author: bgyorgy Revision: 440765 archrelease: copy trunk to community-any Added: python-pykeepass/repos/community-any/PKGBUILD (from rev 440764, python-pykeepass/trunk/PKGBUILD) Deleted: python-pykeepass/repos/community-any/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 21:48:20 UTC (rev 440764) +++ PKGBUILD2019-03-12 21:48:26 UTC (rev 440765) @@ -1,31 +0,0 @@ -# Maintainer: Balló György - -_pkgname=pykeepass -pkgname=python-pykeepass -pkgver=3.0.3 -pkgrel=1 -pkgdesc="Python library to interact with keepass databases" -arch=('any') -url="https://github.com/pschmitt/pykeepass"; -license=('GPL3') -depends=(python-argon2_cffi python-construct python-dateutil python-lxml python-pycryptodome) -makedepends=(git python-setuptools) -_commit=11ee6052ba83861cd9c08e7fd64b6780f9354e1c # tags/3.0.3^0 -source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit";) -sha256sums=('SKIP') - -pkgver() { - cd $_pkgname - git describe --tags | sed 's/-/+/g' -} - -build() { - cd $_pkgname - python3 setup.py build -} - -package() { - cd $_pkgname - python3 setup.py install --root="$pkgdir" --optimize=1 - rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/ -} Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 440764, python-pykeepass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 21:48:26 UTC (rev 440765) @@ -0,0 +1,31 @@ +# Maintainer: Balló György + +_pkgname=pykeepass +pkgname=python-pykeepass +pkgver=3.0.3 +pkgrel=2 +pkgdesc="Python library to interact with keepass databases" +arch=('any') +url="https://github.com/pschmitt/pykeepass"; +license=('GPL3') +depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodome) +makedepends=(git python-setuptools) +_commit=11ee6052ba83861cd9c08e7fd64b6780f9354e1c # tags/3.0.3^0 +source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit";) +sha256sums=('SKIP') + +pkgver() { + cd $_pkgname + git describe --tags | sed 's/-/+/g' +} + +build() { + cd $_pkgname + python3 setup.py build +} + +package() { + cd $_pkgname + python3 setup.py install --root="$pkgdir" --optimize=1 + rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/ +}
[arch-commits] Commit in python-psutil/trunk (2 files)
Date: Tuesday, March 12, 2019 @ 21:28:11 Author: jelle Revision: 440762 upgpkg: python-psutil 5.6.0-1 Upstream update. Modified: python-psutil/trunk/PKGBUILD Deleted: python-psutil/trunk/fix_test_disk_io_counters_sysfs.patch ---+ PKGBUILD |4 ++-- fix_test_disk_io_counters_sysfs.patch | 20 2 files changed, 2 insertions(+), 22 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 21:14:31 UTC (rev 440761) +++ PKGBUILD2019-03-12 21:28:11 UTC (rev 440762) @@ -2,7 +2,7 @@ pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=5.5.0 +pkgver=5.6.0 pkgrel=1 arch=('x86_64') url='https://github.com/giampaolo/psutil' @@ -10,7 +10,7 @@ makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 'python-mock' 'python-pytest') source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";) -sha512sums=('40f72a83523be192062a2b22fdc14bef80ee4719af88bfadfac5b535d1303fb0fc06ec61062a7d2cfacc94f262d317d8cab4ddb68bd333670d059742d0414a00') +sha512sums=('6b28da384c66817c588cbc390b2de96076dfe378a3bbb08de556eaf37f6050a43b6411269d002f538639b34d0df0e386445780507fdd484fc20b3d9d3e249d26') build() { cd psutil-release-$pkgver Deleted: fix_test_disk_io_counters_sysfs.patch === --- fix_test_disk_io_counters_sysfs.patch 2019-03-12 21:14:31 UTC (rev 440761) +++ fix_test_disk_io_counters_sysfs.patch 2019-03-12 21:28:11 UTC (rev 440762) @@ -1,20 +0,0 @@ -diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py -index b775d39a..dcacfea0 100644 a/psutil/_pslinux.py -+++ b/psutil/_pslinux.py -@@ -1099,8 +1099,13 @@ def disk_io_counters(perdisk=False): - with open_text(os.path.join(root, 'stat')) as f: - fields = f.read().strip().split() - name = os.path.basename(root) --(reads, reads_merged, rbytes, rtime, writes, writes_merged, --wbytes, wtime, _, busy_time, _) = map(int, fields) -+if len(fields) == 11: -+(reads, reads_merged, rbytes, rtime, writes, writes_merged, -+ wbytes, wtime, _, busy_time, _) = map(int, fields) -+else: -+(reads, reads_merged, rbytes, rtime, writes, writes_merged, -+ wbytes, wtime, _, busy_time, _, _, _, _, _) = map(int, -+ fields) - yield (name, reads, writes, rbytes, wbytes, rtime, -wtime, reads_merged, writes_merged, busy_time) -
[arch-commits] Commit in python-psutil/repos/community-x86_64 (3 files)
Date: Tuesday, March 12, 2019 @ 21:28:23 Author: jelle Revision: 440763 archrelease: copy trunk to community-x86_64 Added: python-psutil/repos/community-x86_64/PKGBUILD (from rev 440762, python-psutil/trunk/PKGBUILD) Deleted: python-psutil/repos/community-x86_64/PKGBUILD python-psutil/repos/community-x86_64/fix_test_disk_io_counters_sysfs.patch ---+ PKGBUILD | 112 fix_test_disk_io_counters_sysfs.patch | 20 - 2 files changed, 56 insertions(+), 76 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 21:28:11 UTC (rev 440762) +++ PKGBUILD2019-03-12 21:28:23 UTC (rev 440763) @@ -1,56 +0,0 @@ -# Maintainer: Sébastien Luttringer - -pkgbase=python-psutil -pkgname=('python-psutil' 'python2-psutil') -pkgver=5.5.0 -pkgrel=1 -arch=('x86_64') -url='https://github.com/giampaolo/psutil' -license=('custom: BSD') -makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') -checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 'python-mock' 'python-pytest') -source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";) -sha512sums=('40f72a83523be192062a2b22fdc14bef80ee4719af88bfadfac5b535d1303fb0fc06ec61062a7d2cfacc94f262d317d8cab4ddb68bd333670d059742d0414a00') - -build() { - cd psutil-release-$pkgver - - python setup.py build --build-lib=build/python - - python2 setup.py build --build-lib=build/python2 - find build/python2 -type f -exec \ -sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -} - -check() { - cd psutil-release-$pkgver - - # Required for testing - cp setup.py build/python - cp -r scripts build/python/ - -# 4 non-working tests in build chroot, requires fixes. Test framework does not allow exclusion. -# PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py -} - -package_python-psutil() { - pkgdesc='A cross-platform process and system utilities module for Python' - depends=('python') - - cd psutil-release-$pkgver - python setup.py build --build-lib=build/python \ - install --root="$pkgdir" --optimize=1 - install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE -} - -package_python2-psutil() { - pkgdesc='A cross-platform process and system utilities module for Python2' - depends=('python2') - - cd psutil-release-$pkgver - python2 setup.py build --build-lib=build/python2 \ - install --root="$pkgdir" --optimize=1 - install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE -} - -# vim:set ts=2 sw=2 et: Copied: python-psutil/repos/community-x86_64/PKGBUILD (from rev 440762, python-psutil/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 21:28:23 UTC (rev 440763) @@ -0,0 +1,56 @@ +# Maintainer: Sébastien Luttringer + +pkgbase=python-psutil +pkgname=('python-psutil' 'python2-psutil') +pkgver=5.6.0 +pkgrel=1 +arch=('x86_64') +url='https://github.com/giampaolo/psutil' +license=('custom: BSD') +makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') +checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 'python-mock' 'python-pytest') +source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz";) +sha512sums=('6b28da384c66817c588cbc390b2de96076dfe378a3bbb08de556eaf37f6050a43b6411269d002f538639b34d0df0e386445780507fdd484fc20b3d9d3e249d26') + +build() { + cd psutil-release-$pkgver + + python setup.py build --build-lib=build/python + + python2 setup.py build --build-lib=build/python2 + find build/python2 -type f -exec \ +sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; +} + +check() { + cd psutil-release-$pkgver + + # Required for testing + cp setup.py build/python + cp -r scripts build/python/ + +# 4 non-working tests in build chroot, requires fixes. Test framework does not allow exclusion. +# PYTHONPATH="$PWD/build/python" python psutil/tests/__main__.py +} + +package_python-psutil() { + pkgdesc='A cross-platform process and system utilities module for Python' + depends=('python') + + cd psutil-release-$pkgver + python setup.py build --build-lib=build/python \ + install --root="$pkgdir" --optimize=1 + install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE +} + +package_python2-psutil() { + pkgdesc='A cross-platform process and system utilities module for Python2' + depends=('python2') + + cd psutil-release-$pkgver + python2 setup.py build --build-lib=build/python2 \ + install --root="$pkgdir" --optimize=1 + install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE +} + +# vim:set ts=2 sw=2 et: Deleted: fix_test_disk_io_counters_sysfs.patch ===
[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)
Date: Tuesday, March 12, 2019 @ 21:14:31 Author: andrewsc Revision: 440761 archrelease: copy trunk to community-any Added: firefox-developer-edition-i18n/repos/community-any/PKGBUILD (from rev 440760, firefox-developer-edition-i18n/trunk/PKGBUILD) Deleted: firefox-developer-edition-i18n/repos/community-any/PKGBUILD --+ PKGBUILD | 464 ++--- 1 file changed, 232 insertions(+), 232 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 20:56:36 UTC (rev 440760) +++ PKGBUILD2019-03-12 21:14:31 UTC (rev 440761) @@ -1,232 +0,0 @@ -# Maintainer: Andrew Crerar - -pkgbase=firefox-developer-edition-i18n -pkgver=66.0b13 -pkgrel=1 -pkgdesc="Language pack for Firefox Developer Edition" -arch=('any') -url="https://www.mozilla.com/"; -license=('MPL' 'GPL') - -_languages=( - 'ach"Acholi"' - 'af "Afrikaans"' - 'an "Aragonese"' - 'ar "Arabic"' - 'as "Assamese"' - 'ast"Asturian"' - 'az "Azerbaijani"' - 'be "Belarusian"' - 'bg "Bulgarian"' - 'bn-BD "Bengali (Bangladesh)"' - 'bn-IN "Bengali (India)"' - 'br "Breton"' - 'bs "Bosnian"' - 'ca "Catalan"' - 'cak"Maya Kaqchikel"' - 'cs "Czech"' - 'cy "Welsh"' - 'da "Danish"' - 'de "German"' - 'dsb"Lower Sorbian"' - 'el "Greek"' - 'en-GB "English (British)"' - 'en-US "English (US)"' - 'en-ZA "English (South African)"' - 'eo "Esperanto"' - 'es-AR "Spanish (Argentina)"' - 'es-CL "Spanish (Chile)"' - 'es-ES "Spanish (Spain)"' - 'es-MX "Spanish (Mexico)"' - 'et "Estonian"' - 'eu "Basque"' - 'fa "Persian"' - 'ff "Fulah"' - 'fi "Finnish"' - 'fr "French"' - 'fy-NL "Frisian"' - 'ga-IE "Irish"' - 'gd "Gaelic (Scotland)"' - 'gl "Galician"' - 'gn "Guarani"' - 'gu-IN "Gujarati (India)"' - 'he "Hebrew"' - 'hi-IN "Hindi (India)"' - 'hr "Croatian"' - 'hsb"Upper Sorbian"' - 'hu "Hungarian"' - 'hy-AM "Armenian"' - 'ia "Interlingua"' - 'id "Indonesian"' - 'is "Icelandic"' - 'it "Italian"' - 'ja "Japanese"' - 'ka "Georgian"' - 'kab"Kabyle"' - 'kk "Kazakh"' - 'km "Khmer"' - 'kn "Kannada"' - 'ko "Korean"' - 'lij"Ligurian"' - 'lt "Lithuanian"' - 'lv "Latvian"' - 'mai"Maithili"' - 'mk "Macedonian"' - 'ml "Malayalam"' - 'mr "Marathi"' - 'ms "Malay"' - 'my "Burmese"' - 'nb-NO "Norwegian (Bokmål)"' - 'ne-NP "Nepali"' - 'nl "Dutch"' - 'nn-NO "Norwegian (Nynorsk)"' - 'or "Oriya"' - 'pa-IN "Punjabi (India)"' - 'pl "Polish"' - 'pt-BR "Portuguese (Brazilian)"' - 'pt-PT "Portuguese (Portugal)"' - 'rm "Romansh"' - 'ro "Romanian"' - 'ru "Russian"' - 'si "Sinhala"' - 'sk "Slovak"' - 'sl "Slovenian"' - 'son"Songhai"' - 'sq "Albanian"' - 'sr "Serbian"' - 'sv-SE "Swedish"' - 'ta "Tamil"' - 'te "Telugu"' - 'th "Thai"' - 'tr "Turkish"' - 'uk "Ukrainian"' - 'ur "Urdu"' - 'uz "Uzbek"' - 'vi "Vietnamese"' - 'xh "Xhosa"' - 'zh-CN "Chinese (Simplified)"' - 'zh-TW "Chinese (Traditional)"' -) - -pkgname=() -source=() -_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi - -for _lang in "${_languages[@]}"; do - _locale=${_lang%% *} - _pkgname=firefox-developer-edition-i18n-${_locale,,} - - pkgname+=($_pkgname) - source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi") - eval "package_$_pkgname() { -_package $_lang - }" -done - -# Don't extract anything -noextract=(${source[@]%%::*}) - -_package() { - pkgdesc="$2 language pack for Firefox Developer Edition" - depends=("firefox-developer-edition>=$pkgver") - install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \ - "$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi" -} - -sha512sums=('015c1a4fbba9afcc403fe91673c48e4e7732cab552fddbfb41e852b137bf301a0a15a19579789c7ed395b274152ec6c20005a68833b2d034849fbe2a71f36892' - '9195fdc2b6df641b0d83bdbc9f05cc80f57d5e9d34711645331faaf468cc5030570a82234e470b8d00a98d6b4d919acaa91b6a26c8342bd75e1412de7f361c7f' - '82edd850ff080cd29ec43b3cbb825094be1c440ccc34a67416a4242cc2f1f842dfa51a14b6e3949c5f6686b18f88b9d594ee0f74877b6909869a9e37a1eaa3f2' - '5fbf80438e339118f4e4a74cd1e66dda8bd1980484a5930210c6c6f4df0bf21be8f27bd770730d9cc1223b8074915cbfbc99590be72dcdf59fe20e6e2f8bc93a' - 'bd5edf88265cb73757371b5bdf976d0c8e8f9124248a879402001d7b165737fed10f3102a1b999bfe7e095943e829794eee12fe087e74426dc1b68951a89adb9' - '14bbcae445780311e46188776c58799375dcf54ad2b72c3064d3841750b57f9d2bc22c3464a5e02e8ce9d0a2f70a683f9a2f51e0808f047a0df76d755d633e9a' - '77f6fb5745e9d39b2ecd343133e5971f42c4927356bef609ca
[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)
Date: Tuesday, March 12, 2019 @ 21:08:35 Author: heftig Revision: 347815 archrelease: copy trunk to extra-x86_64 Added: gtk3/repos/extra-x86_64/PKGBUILD (from rev 347814, gtk3/trunk/PKGBUILD) gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook (from rev 347814, gtk3/trunk/gtk-query-immodules-3.0.hook) gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook (from rev 347814, gtk3/trunk/gtk-update-icon-cache.hook) gtk3/repos/extra-x86_64/gtk-update-icon-cache.script (from rev 347814, gtk3/trunk/gtk-update-icon-cache.script) gtk3/repos/extra-x86_64/gtk3.install (from rev 347814, gtk3/trunk/gtk3.install) gtk3/repos/extra-x86_64/settings.ini (from rev 347814, gtk3/trunk/settings.ini) Deleted: gtk3/repos/extra-x86_64/PKGBUILD gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook gtk3/repos/extra-x86_64/gtk-update-icon-cache.script gtk3/repos/extra-x86_64/gtk3.install gtk3/repos/extra-x86_64/settings.ini --+ PKGBUILD | 164 - gtk-query-immodules-3.0.hook | 22 ++--- gtk-update-icon-cache.hook | 26 +++--- gtk-update-icon-cache.script | 20 ++--- gtk3.install |6 - settings.ini |8 +- 6 files changed, 123 insertions(+), 123 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 21:07:54 UTC (rev 347814) +++ PKGBUILD2019-03-12 21:08:35 UTC (rev 347815) @@ -1,82 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru - -pkgbase=gtk3 -pkgname=(gtk3 gtk-update-icon-cache) -pkgver=3.24.5 -pkgrel=1 -pkgdesc="GObject-based multi-platform GUI toolkit" -arch=(x86_64) -url="https://www.gtk.org/"; -depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf - libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon - adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa - cantarell-fonts colord rest libcups libcanberra) -makedepends=(gobject-introspection gtk-doc git glib2-docs sassc) -license=(LGPL) -_commit=bf60bf15de4afd426304f9f42618eb95a92c2605 # tags/3.24.5^0 -source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"; -settings.ini -gtk-query-immodules-3.0.hook -gtk-update-icon-cache.hook -gtk-update-icon-cache.script) -sha256sums=('SKIP' -'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202' -'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845' -'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308' -'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541') - -pkgver() { - cd gtk - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd gtk - NOCONFIGURE=1 ./autogen.sh -} - -build() { - cd gtk - - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-schemas-compile \ ---enable-x11-backend \ ---enable-broadway-backend \ ---enable-wayland-backend \ ---enable-gtk-doc - - #https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package_gtk3() { - depends+=(gtk-update-icon-cache) - provides=(gtk3-print-backends) - conflicts=(gtk3-print-backends) - replaces=("gtk3-print-backends<=3.22.26-1") - install=gtk3.install - - DESTDIR="$pkgdir" make -C gtk install - - install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini - install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 gtk-query-immodules-3.0.hook - - # split this out to use with gtk2 too - mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir" -} - -package_gtk-update-icon-cache() { - pkgdesc="GTK+ icon cache updater" - depends=(gdk-pixbuf2 librsvg hicolor-icon-theme) - - install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache - install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 gtk-update-icon-cache.hook - install -D gtk-update-icon-cache.script "$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache" -} - -# vim:set ts=2 sw=2 et: Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 347814, gtk3/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 21:08:35 UTC (rev 347815) @@ -0,0 +1,82 @@ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Ionut Biru + +pkgbase=gtk3 +pkgname=(gtk3 gtk-update-icon-cache) +pkgver=3.24.7 +pkgrel=1 +pkgdesc="GObject-based multi-platform GUI toolkit" +arch=(x86_64) +url="https://www.gtk.org/"; +depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf + libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon + adwaita-icon-theme js
[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 21:07:54 Author: heftig Revision: 347814 3.24.7-1 Modified: gtk3/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 20:48:56 UTC (rev 347813) +++ PKGBUILD2019-03-12 21:07:54 UTC (rev 347814) @@ -3,7 +3,7 @@ pkgbase=gtk3 pkgname=(gtk3 gtk-update-icon-cache) -pkgver=3.24.5 +pkgver=3.24.7 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit" arch=(x86_64) @@ -11,10 +11,10 @@ depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 dconf libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland libxkbcommon adwaita-icon-theme json-glib librsvg wayland-protocols desktop-file-utils mesa - cantarell-fonts colord rest libcups libcanberra) + cantarell-fonts colord rest libcups libcanberra fribidi) makedepends=(gobject-introspection gtk-doc git glib2-docs sassc) license=(LGPL) -_commit=bf60bf15de4afd426304f9f42618eb95a92c2605 # tags/3.24.5^0 +_commit=d9a382d689b9159daca09e33510ea229a17d37be # tags/3.24.7^0 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"; settings.ini gtk-query-immodules-3.0.hook
[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:56:36 Author: andrewsc Revision: 440760 upgpkg: firefox-developer-edition-i18n 67.0b1-1 firefox-developer-edition-i18n: Updating to 67.0b1 Modified: firefox-developer-edition-i18n/trunk/PKGBUILD --+ PKGBUILD | 196 ++--- 1 file changed, 98 insertions(+), 98 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 20:49:08 UTC (rev 440759) +++ PKGBUILD2019-03-12 20:56:36 UTC (rev 440760) @@ -1,7 +1,7 @@ # Maintainer: Andrew Crerar pkgbase=firefox-developer-edition-i18n -pkgver=66.0b13 +pkgver=67.0b1 pkgrel=1 pkgdesc="Language pack for Firefox Developer Edition" arch=('any') @@ -133,100 +133,100 @@ "$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi" } -sha512sums=('015c1a4fbba9afcc403fe91673c48e4e7732cab552fddbfb41e852b137bf301a0a15a19579789c7ed395b274152ec6c20005a68833b2d034849fbe2a71f36892' - '9195fdc2b6df641b0d83bdbc9f05cc80f57d5e9d34711645331faaf468cc5030570a82234e470b8d00a98d6b4d919acaa91b6a26c8342bd75e1412de7f361c7f' - '82edd850ff080cd29ec43b3cbb825094be1c440ccc34a67416a4242cc2f1f842dfa51a14b6e3949c5f6686b18f88b9d594ee0f74877b6909869a9e37a1eaa3f2' - '5fbf80438e339118f4e4a74cd1e66dda8bd1980484a5930210c6c6f4df0bf21be8f27bd770730d9cc1223b8074915cbfbc99590be72dcdf59fe20e6e2f8bc93a' - 'bd5edf88265cb73757371b5bdf976d0c8e8f9124248a879402001d7b165737fed10f3102a1b999bfe7e095943e829794eee12fe087e74426dc1b68951a89adb9' - '14bbcae445780311e46188776c58799375dcf54ad2b72c3064d3841750b57f9d2bc22c3464a5e02e8ce9d0a2f70a683f9a2f51e0808f047a0df76d755d633e9a' - '77f6fb5745e9d39b2ecd343133e5971f42c4927356bef609ca1d4cbabe6bb198ee2af147e3ce8274f4943340b1f5a832da92ed240a917308665a1523dd7f26f0' - '7e9aa438837d36b52e708e64be23db053e6ebb62f609840d6447227488793b2557a9e9e15e01cf23079b5de7b6bc76c681ed5362fd0fb1a822e2e269b5d25e08' - '551756fc9260d4f4f432bc4bc0f5385cc6807e7cf6340ec929b38fa1a5497ffb7167915752292084a7c02aad80540847b2f3ba90740202ae9ba7e14f9232a326' - 'b23d81dfe1bd977f2b651ab21eacb0afe11021d2d6fe7709b0b2a1f38fee571835edafddba26e560bef4d42573b1027996c8dfc0754826ae3738ac3b857cd947' - '915ca8e7972110081a35fdf0252f7549d1feb34e2a0d1b2567628c867eb90f3aacb7db85ee8b9aad5e1e7d47b21a949e525333ad7917cba47d72ec3d206b26f8' - 'ef8244fff7748ad3f454f16f190796a6f70c3c158d6409fd95d0f5bb63790b6fb6c33560bb09a4108ab082ce48a55b35bd3d21c02b884c36b8c3be1aefde1afa' - 'e253e165aeea86c9dd522d08655aa8ba4dbb8897db9b2224066b5f09ad7e9c4dcd5c90b6472cf0410881604e17deee99cdaf1050bf7758eba0605e096eb58024' - '9e092b7a0671edb6c7b93247d705362f08897e28441eb1593c71a2189edf399a0d5bc40055ffd046d2a989f42c7d5ece9aad6dc6fec4203e26459c67bb1850ca' - '53933a4d373fad5ee11b190c0945c3c1eaa08b217bbdd187b9da374d50b32b065b8842e40b3022dd7f801d558191b5789eff9d131d226d78c9e707e638318213' - 'ccad4182cf0a6c8c0893e1a5b8b71de8aba37e4ce9b060dc5851175a9b376c0213ed0e4fb0f1fb75e8837e1f7d80d06b64cfd8583984cd800ccb145ef253b8a0' - '0970efc537519137d9e59ff05ddc583b6cc3708ed86d7333d3a7502efb1bf98d883b63a0595cd3e0d2b398dc5c5f7ba963d3f231be753d8e186444a2af780750' - 'f95312a11b928e117da0348be47ad6a916d74948a0dd9a1bbcc2b00e5084563a2058834020f2bb2406471299da9b855e2c9f30a2ee5ea0032a5b454108c84cff' - '327b2bfa150325100f1ed3c880f86bb733d560a48d154e8c9c1ba760ad71153a67485865a46b734d9e2afe4ba67abcd7216808331e81f891f4e9c2f45eedc8a9' - 'b6ea5ce162e3d0604ba22cb970caf3bb2f72d55c82d74937bddbf7976feb0f4dee6be405d31cb53f2aa9968f572d0836b2993772208b2018c70d4280187aa0d9' - '3d0ed50234bad4ac50a0905eb3d45763b7590b186bd12bff262cb1026244bd397d288cc388389006f4aea448b60164875d7848b71ea2b2a25680742ab0caf2d0' - 'b848847adc712ca853ad959bdd829ae38871e672e329c61c7b421016382bc9f119922876a47a0d5cfdbfbb6a540ad7626b35f07f103d94b022105a069ee0505f' - '7565ee9bfed5e6433c9db1792cc1d6c9b124daae2bf765fcfe5e2bcab48536f807d1e905cc010bc0d8d39c07992e77210e222e91b7df62cf8e79af0cda84b0b3' - '313c26ea973d05d2f7be9df8c89ecd8a3af1f600918445184d6620f3ada8b61dd8ea7bca2b5d0760101d006704378e1d9da4a0dfd89a60effbe1240450bdd441' - '4d866d67f7a386b21aa2e0419a149b2a23fb5cb3c591fa53f4e4356eb1106c46c94b07dd079fec22a00eacb367a696304cf41d5f0684dbfc465ee78f8bcd42b9' - '3408d96c504970b8c80300fa2224670283ef22a2f8704221922c8af624a21695b1501f0b4772c710cea1935fd436804ba2508c0eeb5763a0f5f88cdcea626f1f' - '42df5a09e870c370600714d92a79d9202fdcea92bdeacf5098475ad0ab0613e5f3c73d2c7f4bf20db19916f639e1bd45b593ed3902311f98fb2c15b0ecb18adc' - '93661d1934a1d315def93645022ace7374d9c07a96da72c16143ebe103eab380568a378904ed4c746d9d36a3d91f081663d87b281b0fcd5cfa3a9be4c0a0a6ca' - 'f5c1f8b3b
[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)
Date: Tuesday, March 12, 2019 @ 20:41:30 Author: andrewsc Revision: 440735 archrelease: copy trunk to community-x86_64 Added: firefox-developer-edition/repos/community-x86_64/PKGBUILD (from rev 440732, firefox-developer-edition/trunk/PKGBUILD) firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop (from rev 440732, firefox-developer-edition/trunk/firefox-developer-edition.desktop) firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch (from rev 440732, firefox-developer-edition/trunk/firefox-install-dir.patch) firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg (from rev 440732, firefox-developer-edition/trunk/firefox-symbolic.svg) Deleted: firefox-developer-edition/repos/community-x86_64/PKGBUILD firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg ---+ PKGBUILD | 351 ++-- firefox-developer-edition.desktop | 622 ++-- firefox-install-dir.patch | 84 ++-- firefox-symbolic.svg | 128 +++ 4 files changed, 593 insertions(+), 592 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 20:37:24 UTC (rev 440734) +++ PKGBUILD2019-03-12 20:41:30 UTC (rev 440735) @@ -1,175 +0,0 @@ -# Maintainer: Andrew Crerar -# Contributor: Jan Alexander Steffens (heftig) - -pkgname=firefox-developer-edition -pkgver=66.0b13 -pkgrel=1 -pkgdesc="Developer Edition of the popular Firefox web browser" -arch=('x86_64') -license=('MPL' 'GPL' 'LGPL') -url="https://www.mozilla.org/firefox/channel/#developer"; -depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' - 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse') -makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 'imake' 'inetutils' - 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 'llvm' 'jack' - 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm') -optdepends=('networkmanager: Location detection via available WiFi networks' -'libnotify: Notification integration' -'pulseaudio: Audio support' -'speech-dispatcher: Text-to-Speech' -'hunspell-en_US: Spell Checking, American English') -replaces=('firefox-developer') -options=(!emptydirs !makeflags !strip) -_repo=https://hg.mozilla.org/mozilla-unified -source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE" -"$pkgname".desktop -firefox-symbolic.svg -firefox-install-dir.patch) -sha512sums=('SKIP' - '12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195' - 'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8' - '8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248') - -# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact foutre...@archlinux.org for -# more information. -_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM - -# Mozilla API keys (see https://location.services.mozilla.com/api) -# Note: These are for Arch Linux use ONLY. For your own distribution, please -# get your own set of keys. Feel free to contact hef...@archlinux.org for -# more information. -_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff - -prepare() { - cd mozilla-unified - patch -Np1 -i ../firefox-install-dir.patch - - echo -n "$_google_api_key" > google-api-key - echo -n "$_mozilla_api_key" > mozilla-api-key - - cat > .mozconfig << END -ac_add_options --enable-application=browser - -ac_add_options --prefix=/usr -ac_add_options --enable-release -ac_add_options --enable-hardening -ac_add_options --enable-optimize -ac_add_options --enable-rust-simd -ac_add_options --enable-lto -export CC=clang -export CXX=clang++ -export AR=llvm-ar -export NM=llvm-nm -export RANLIB=llvm-ranlib - -# Branding -ac_add_options --with-branding=browser/branding/aurora -ac_add_options --enable-update-channel=aurora -ac_add_options --with-distribution-id=org.archlinux -ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1" -export MOZILLA_OFFICIAL=1 -export MOZ_APP_REMOTINGNAME=$pkgname -export MOZ_TELEMETRY_REPORTING=1 -export MOZ_REQUIRE_SIGNING=0 - -# Keys -ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key -ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key - -# System libraries -ac_add_optio
[arch-commits] Commit in offroad (6 files)
Date: Tuesday, March 12, 2019 @ 20:37:24 Author: bgyorgy Revision: 440734 archrelease: copy trunk to community-any Added: offroad/repos/ offroad/repos/community-any/ offroad/repos/community-any/PKGBUILD (from rev 440733, offroad/trunk/PKGBUILD) offroad/repos/community-any/offroad.appdata.xml (from rev 440733, offroad/trunk/offroad.appdata.xml) offroad/repos/community-any/offroad.desktop (from rev 440733, offroad/trunk/offroad.desktop) offroad/repos/community-any/offroad.sh (from rev 440733, offroad/trunk/offroad.sh) -+ PKGBUILD| 41 + offroad.appdata.xml | 27 +++ offroad.desktop |8 offroad.sh |2 ++ 4 files changed, 78 insertions(+) Copied: offroad/repos/community-any/PKGBUILD (from rev 440733, offroad/trunk/PKGBUILD) === --- repos/community-any/PKGBUILD(rev 0) +++ repos/community-any/PKGBUILD2019-03-12 20:37:24 UTC (rev 440734) @@ -0,0 +1,41 @@ +# Maintainer: Balló György + +pkgname=offroad +pkgver=0.2 +pkgrel=1 +pkgdesc="Offline vector map display ported from OsmAnd" +arch=('any') +url="https://sourceforge.net/projects/offroadosm/"; +license=('GPL') +depends=('hicolor-icon-theme' 'imagemagick' 'java-runtime') +source=("https://downloads.sourceforge.net/offroadosm/OffRoad-bin-$pkgver.zip"; + "http://central.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar"; + "http://central.maven.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar"; + "http://central.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar"; + "http://central.maven.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar"; +"$pkgname.desktop" +"$pkgname.appdata.xml" +"$pkgname.sh") +sha256sums=('048aba0c619c663ba1eb62c09ea20bca728a9bc3b50590562eea76b99032c6cf' +'88b955a0df57880a26a74708bc34f74dcaf8ebf4e78843a28b50eae945732b06' +'d2ecba63615f317a11fb55c6468f6a9480f6411c10951d9881bafd9a9a8d0467' +'b3a3d3aeaa5503cadc24dca9539b87efcd7bc3bd8c48018887a1489f2a77bdc0' +'993302b16cd7056f21e779cc577d175a810bb4900ef73cd8fbf2b50f928ba9ce' +'a59f0a5ab10efe74cbf75d52fb78642c1106335dd3c192a083d185f0358faec2' +'3e5836a968bca5589183e470a01f2af978a3fe6d16e4406928d971284e38e971' +'533d09ac0b0b63522cfc96ac6b3eda7676221d3f51d5066587795f8f63a2562d') + +prepare() { + bsdtar -xf lib/Resources.jar offroad_icon.png +} + +package() { + install -Dm644 OffRoad.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar" + install -Dm644 -t "$pkgdir/usr/share/java/$pkgname/lib/" lib/*.jar jaxb-*.jar javax.activation-*.jar + install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname" + install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 $pkgname.appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml + install -dm755 "$pkgdir"/usr/share/icons/hicolor/256x256/apps/ + convert offroad_icon.png +set date:create +set date:modify -background none -gravity center -extent 300x300 -resize 256x256 -alpha on "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Copied: offroad/repos/community-any/offroad.appdata.xml (from rev 440733, offroad/trunk/offroad.appdata.xml) === --- repos/community-any/offroad.appdata.xml (rev 0) +++ repos/community-any/offroad.appdata.xml 2019-03-12 20:37:24 UTC (rev 440734) @@ -0,0 +1,27 @@ + + + net.sourceforge.offroad + offroad.desktop + OffRoad + Offline vector map display ported from OsmAnd + CC0-1.0 + GPL-3.0 + +Main features: + + Offline maps + Offline navigation + GPX tracks management + Rendering engine + OSM Vector Data + Elevation/Contour lines + + + + + https://a.fsdn.com/con/app/proj/offroadosm/screenshots/pois.png + + + https://sourceforge.net/p/offroadosm/tickets/ + https://sourceforge.net/projects/offroadosm/ + Copied: offroad/repos/community-any/offroad.desktop (from rev 440733, offroad/trunk/offroad.desktop) === --- repos/community-any/offroad.desktop (rev 0) +++ repos/community-any/offroad.desktop 2019-03-12 20:37:24 UTC (rev 440734) @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=OffRoad +Comment=Offline vector map display ported from OsmAnd +Exec=offroad +Icon=offroad +Categories=Utility;Maps; Copied: offroad/repos/community-any/offroad.sh (from rev 440733, offroad/trunk/offroad.sh)
[arch-commits] Commit in offroad/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:37:18 Author: bgyorgy Revision: 440733 upgpkg: offroad 0.2-1 Add offroad package Modified: offroad/trunk/PKGBUILD --+ PKGBUILD | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 20:29:38 UTC (rev 440732) +++ PKGBUILD2019-03-12 20:37:18 UTC (rev 440733) @@ -7,27 +7,28 @@ arch=('any') url="https://sourceforge.net/projects/offroadosm/"; license=('GPL') -depends=('hicolor-icon-theme' 'java-runtime') +depends=('hicolor-icon-theme' 'imagemagick' 'java-runtime') source=("https://downloads.sourceforge.net/offroadosm/OffRoad-bin-$pkgver.zip"; "http://central.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar"; "http://central.maven.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar"; "http://central.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar"; "http://central.maven.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar"; -"$pkgname.png::https://a.fsdn.com/allura/p/offroadosm/icon"; "$pkgname.desktop" "$pkgname.appdata.xml" "$pkgname.sh") -noextract=("$pkgname-$pkgver.jar") sha256sums=('048aba0c619c663ba1eb62c09ea20bca728a9bc3b50590562eea76b99032c6cf' '88b955a0df57880a26a74708bc34f74dcaf8ebf4e78843a28b50eae945732b06' 'd2ecba63615f317a11fb55c6468f6a9480f6411c10951d9881bafd9a9a8d0467' 'b3a3d3aeaa5503cadc24dca9539b87efcd7bc3bd8c48018887a1489f2a77bdc0' '993302b16cd7056f21e779cc577d175a810bb4900ef73cd8fbf2b50f928ba9ce' -'b954ea70ff3cf07f99916c1c850e41fa756a71c5ea6544fb34cdc696e24edabc' 'a59f0a5ab10efe74cbf75d52fb78642c1106335dd3c192a083d185f0358faec2' '3e5836a968bca5589183e470a01f2af978a3fe6d16e4406928d971284e38e971' '533d09ac0b0b63522cfc96ac6b3eda7676221d3f51d5066587795f8f63a2562d') +prepare() { + bsdtar -xf lib/Resources.jar offroad_icon.png +} + package() { install -Dm644 OffRoad.jar "$pkgdir/usr/share/java/$pkgname/$pkgname.jar" install -Dm644 -t "$pkgdir/usr/share/java/$pkgname/lib/" lib/*.jar jaxb-*.jar javax.activation-*.jar @@ -34,6 +35,7 @@ install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname" install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 $pkgname.appdata.xml "$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml - install -Dm644 $pkgname.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png" + install -dm755 "$pkgdir"/usr/share/icons/hicolor/256x256/apps/ + convert offroad_icon.png +set date:create +set date:modify -background none -gravity center -extent 300x300 -resize 256x256 -alpha on "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:29:38 Author: coderobe Revision: 440732 archrelease: copy trunk to community-x86_64 Added: glava/repos/community-x86_64/PKGBUILD (from rev 440731, glava/trunk/PKGBUILD) Deleted: glava/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 20:28:40 UTC (rev 440731) +++ PKGBUILD2019-03-12 20:29:38 UTC (rev 440732) @@ -1,29 +0,0 @@ -# Maintainer: Robin Broda - -pkgname=glava -pkgver=1.6.2 -pkgrel=1 -pkgdesc='OpenGL audio spectrum visualizer' -arch=('x86_64') -url='https://github.com/wacossusca34/glava' -license=('GPL3') -depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender') -makedepends=('git' 'python') -source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}";) -md5sums=('SKIP') - -prepare() { - cd "${pkgname}" -} - -build() { - cd "${pkgname}" - - make -} - -package() { - cd "${pkgname}" - - make DESTDIR="${pkgdir}/" install -} Copied: glava/repos/community-x86_64/PKGBUILD (from rev 440731, glava/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 20:29:38 UTC (rev 440732) @@ -0,0 +1,29 @@ +# Maintainer: Robin Broda + +pkgname=glava +pkgver=1.6.3 +pkgrel=1 +pkgdesc='OpenGL audio spectrum visualizer' +arch=('x86_64') +url='https://github.com/wacossusca34/glava' +license=('GPL3') +depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender') +makedepends=('git' 'python') +source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}";) +md5sums=('SKIP') + +prepare() { + cd "${pkgname}" +} + +build() { + cd "${pkgname}" + + make +} + +package() { + cd "${pkgname}" + + make DESTDIR="${pkgdir}/" install +}
[arch-commits] Commit in glava/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:28:40 Author: coderobe Revision: 440731 upgpkg: glava 1.6.3-1 Modified: glava/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 20:21:16 UTC (rev 440730) +++ PKGBUILD2019-03-12 20:28:40 UTC (rev 440731) @@ -1,7 +1,7 @@ # Maintainer: Robin Broda pkgname=glava -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc='OpenGL audio spectrum visualizer' arch=('x86_64')
[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:21:16 Author: andrewsc Revision: 440730 upgpkg: firefox-developer-edition 67.0b1-1 firefox-developer-edition: Updating to 67.0b1 Modified: firefox-developer-edition/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 20:07:27 UTC (rev 440729) +++ PKGBUILD2019-03-12 20:21:16 UTC (rev 440730) @@ -2,7 +2,7 @@ # Contributor: Jan Alexander Steffens (heftig) pkgname=firefox-developer-edition -pkgver=66.0b13 +pkgver=67.0b1 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" arch=('x86_64') @@ -75,7 +75,8 @@ export MOZ_REQUIRE_SIGNING=0 # Keys -ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key +ac_add_options --with-google-location-service-api-keyfile=${PWD@Q}/google-api-key +ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key # System libraries
[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:07:27 Author: coderobe Revision: 440729 archrelease: copy trunk to community-x86_64 Added: glava/repos/community-x86_64/PKGBUILD (from rev 440728, glava/trunk/PKGBUILD) Deleted: glava/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 20:06:27 UTC (rev 440728) +++ PKGBUILD2019-03-12 20:07:27 UTC (rev 440729) @@ -1,29 +0,0 @@ -# Maintainer: Robin Broda - -pkgname=glava -pkgver=1.6.1 -pkgrel=1 -pkgdesc='OpenGL audio spectrum visualizer' -arch=('x86_64') -url='https://github.com/wacossusca34/glava' -license=('GPL3') -depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender') -makedepends=('git' 'python') -source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}";) -md5sums=('SKIP') - -prepare() { - cd "${pkgname}" -} - -build() { - cd "${pkgname}" - - make -} - -package() { - cd "${pkgname}" - - make DESTDIR="${pkgdir}/" install -} Copied: glava/repos/community-x86_64/PKGBUILD (from rev 440728, glava/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 20:07:27 UTC (rev 440729) @@ -0,0 +1,29 @@ +# Maintainer: Robin Broda + +pkgname=glava +pkgver=1.6.2 +pkgrel=1 +pkgdesc='OpenGL audio spectrum visualizer' +arch=('x86_64') +url='https://github.com/wacossusca34/glava' +license=('GPL3') +depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender') +makedepends=('git' 'python') +source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver}";) +md5sums=('SKIP') + +prepare() { + cd "${pkgname}" +} + +build() { + cd "${pkgname}" + + make +} + +package() { + cd "${pkgname}" + + make DESTDIR="${pkgdir}/" install +}
[arch-commits] Commit in glava/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 20:06:27 Author: coderobe Revision: 440728 upgpkg: glava 1.6.2-1 Modified: glava/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:23:03 UTC (rev 440727) +++ PKGBUILD2019-03-12 20:06:27 UTC (rev 440728) @@ -1,7 +1,7 @@ # Maintainer: Robin Broda pkgname=glava -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc='OpenGL audio spectrum visualizer' arch=('x86_64')
[arch-commits] Commit in chromium/trunk (8 files)
Date: Tuesday, March 12, 2019 @ 19:47:16 Author: foutrelis Revision: 347803 upgpkg: chromium 73.0.3683.75-1 - New upstream release. - Re-enable system libvpx. - Fix log flooding in GLSurfacePresentationHelper (FS#60258). Added: chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch chromium/trunk/chromium-color_utils-use-std-sqrt.patch chromium/trunk/chromium-media-fix-build-with-libstdc++.patch Modified: chromium/trunk/PKGBUILD Deleted: chromium/trunk/chromium-enable-mojo-video-decoders-by-default.patch chromium/trunk/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch chromium/trunk/chromium-vaapi-relax-the-version-check-for-VA-API.patch chromium/trunk/chromium-webrtc-missing-header.patch --+ PKGBUILD | 36 +-- chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch | 34 +++ chromium-color_utils-use-std-sqrt.patch | 48 chromium-enable-mojo-video-decoders-by-default.patch | 104 -- chromium-media-fix-build-with-libstdc++.patch| 48 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch| 74 --- chromium-vaapi-relax-the-version-check-for-VA-API.patch | 62 - chromium-webrtc-missing-header.patch | 10 8 files changed, 149 insertions(+), 267 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:19:47 UTC (rev 347802) +++ PKGBUILD2019-03-12 19:47:16 UTC (rev 347803) @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths pkgname=chromium -pkgver=72.0.3626.121 +pkgver=73.0.3683.75 pkgrel=1 _launcher_ver=6 pkgdesc="A web browser built for speed, simplicity, and security" @@ -26,22 +26,20 @@ chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz chromium-drirc-disable-10bpc-color-configs.conf chromium-system-icu.patch -chromium-webrtc-missing-header.patch chromium-vaapi.patch -chromium-vaapi-relax-the-version-check-for-VA-API.patch -chromium-enable-mojo-video-decoders-by-default.patch -chromium-vaapi-fix-the-VA_CHECK_VERSION.patch +chromium-color_utils-use-std-sqrt.patch +chromium-media-fix-build-with-libstdc++.patch +chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch chromium-widevine.patch chromium-skia-harmony.patch) -sha256sums=('4c1e554ab606eab328e77f5a92d8244b26a10ffd15d7986d30eab95f37adbc1f' +sha256sums=('8304810626c69c296b3262844e20052e7476280b634c525a711a7f6c0e3dd57c' '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1' 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb' 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89' -'63cbed7d7af327c17878a2066c303f106ff08636372721845131f7ff13d87b44' 'e87ede45edf39ac19e56ac1ae49c9d1f5f5130e5838bcbb4c3d4fb16e55575c0' -'07fcf5d25114c7335582f117090b5e0bd148aca69044d4fe25c66b4c52dcd2a6' -'669a9ad4773d182a06ee729008a60aeadddae92f1a0077b3811e11f292c8d4ff' -'0bd750255163bfb1bedaf97c1cdb313f42bd9e6e52243c6e68494b6e0ffb84bf' +'b3b6f5147d519c586cbdaf3b227dd1719676fa3a65edd6f08989087afd287afa' +'f51fe91427d8638c5551746d2ec7de99e8059dd76889cfeaee8ca3d8fed62265' +'f2b12ccf83a8e0adda4a87ae5c983df5e092ccf1f9a6f2e05799ce4d451dbda1' 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b' '5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3') @@ -57,7 +55,7 @@ [libdrm]= [libjpeg]=libjpeg #[libpng]=libpng# https://crbug.com/752403#c10 - #[libvpx]=libvpx# needs unreleased libvpx + [libvpx]=libvpx [libwebp]=libwebp [libxml]=libxml2 [libxslt]=libxslt @@ -93,11 +91,17 @@ third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \ third_party/libxml/chromium/libxml_utils.cc + # https://crbug.com/819294#c88 + patch -Np1 -i ../chromium-color_utils-use-std-sqrt.patch + + # https://crbug.com/931373 + patch -d media -Np1 -i ../../chromium-media-fix-build-with-libstdc++.patch + + # https://crbug.com/879929 + patch -Np1 -i ../chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch + # Enable VAAPI on Linux patch -Np1 -i ../chromium-vaapi.patch - patch -Np1 -i ../chromium-vaapi-relax-the-version-check-for-VA-API.patch - patch -Np1 -i ../chromium-enable-mojo-video-decoders-by-default.patch - patch -Np1 -i ../chromium-vaapi-fix-the-VA_CHECK_VERSION.patch # Load Widevine CDM if available patch -Np1 -i ../chromium-widevine.patch @@ -105,14 +109,12 @@ # https://crbug.com/skia/6663#c10 p
[arch-commits] Commit in chromium/repos/extra-x86_64 (21 files)
Date: Tuesday, March 12, 2019 @ 19:47:34 Author: foutrelis Revision: 347804 archrelease: copy trunk to extra-x86_64 Added: chromium/repos/extra-x86_64/PKGBUILD (from rev 347803, chromium/trunk/PKGBUILD) chromium/repos/extra-x86_64/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch (from rev 347803, chromium/trunk/chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch) chromium/repos/extra-x86_64/chromium-color_utils-use-std-sqrt.patch (from rev 347803, chromium/trunk/chromium-color_utils-use-std-sqrt.patch) chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf (from rev 347803, chromium/trunk/chromium-drirc-disable-10bpc-color-configs.conf) chromium/repos/extra-x86_64/chromium-media-fix-build-with-libstdc++.patch (from rev 347803, chromium/trunk/chromium-media-fix-build-with-libstdc++.patch) chromium/repos/extra-x86_64/chromium-skia-harmony.patch (from rev 347803, chromium/trunk/chromium-skia-harmony.patch) chromium/repos/extra-x86_64/chromium-system-icu.patch (from rev 347803, chromium/trunk/chromium-system-icu.patch) chromium/repos/extra-x86_64/chromium-vaapi.patch (from rev 347803, chromium/trunk/chromium-vaapi.patch) chromium/repos/extra-x86_64/chromium-widevine.patch (from rev 347803, chromium/trunk/chromium-widevine.patch) chromium/repos/extra-x86_64/chromium.install (from rev 347803, chromium/trunk/chromium.install) Deleted: chromium/repos/extra-x86_64/PKGBUILD chromium/repos/extra-x86_64/chromium-drirc-disable-10bpc-color-configs.conf chromium/repos/extra-x86_64/chromium-enable-mojo-video-decoders-by-default.patch chromium/repos/extra-x86_64/chromium-skia-harmony.patch chromium/repos/extra-x86_64/chromium-system-icu.patch chromium/repos/extra-x86_64/chromium-vaapi-fix-the-VA_CHECK_VERSION.patch chromium/repos/extra-x86_64/chromium-vaapi-relax-the-version-check-for-VA-API.patch chromium/repos/extra-x86_64/chromium-vaapi.patch chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch chromium/repos/extra-x86_64/chromium-widevine.patch chromium/repos/extra-x86_64/chromium.install --+ PKGBUILD | 498 +- chromium-avoid-log-flooding-in-GLSurfacePresentationHelper.patch | 34 chromium-color_utils-use-std-sqrt.patch | 48 chromium-drirc-disable-10bpc-color-configs.conf | 30 chromium-enable-mojo-video-decoders-by-default.patch | 104 -- chromium-media-fix-build-with-libstdc++.patch| 48 chromium-skia-harmony.patch | 26 chromium-system-icu.patch| 38 chromium-vaapi-fix-the-VA_CHECK_VERSION.patch| 74 - chromium-vaapi-relax-the-version-check-for-VA-API.patch | 62 - chromium-vaapi.patch | 232 ++-- chromium-webrtc-missing-header.patch | 10 chromium-widevine.patch | 44 chromium.install | 32 14 files changed, 581 insertions(+), 699 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:47:16 UTC (rev 347803) +++ PKGBUILD2019-03-12 19:47:34 UTC (rev 347804) @@ -1,248 +0,0 @@ -# Maintainer: Evangelos Foutras -# Contributor: Pierre Schmitz -# Contributor: Jan "heftig" Steffens -# Contributor: Daniel J Griffiths - -pkgname=chromium -pkgver=72.0.3626.121 -pkgrel=1 -_launcher_ver=6 -pkgdesc="A web browser built for speed, simplicity, and security" -arch=('x86_64') -url="https://www.chromium.org/Home"; -license=('BSD') -depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt' - 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'libva' - 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' - 'clang' 'lld' 'gn' 'java-runtime-headless') -optdepends=('pepper-flash: support for Flash content' -'kdialog: needed for file dialogs in KDE' -'gnome-keyring: for storing passwords in GNOME keyring' -'kwallet: for storing passwords in KWallet') -replaces=('chromium-vaapi' 'chromium-vaapi-bin') -install=chromium.install -source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz - chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz -chromium-drirc-disable-10bpc-color-configs.conf -chromium-system-icu.patch -chromium-webrtc-missing-header.patch -chromium-vaapi.patch -chromium-vaapi-relax-the-v
[arch-commits] Commit in haskell-yesod-persistent/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:23:03 Author: felixonmars Revision: 440727 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-persistent/repos/community-staging-x86_64/ haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 440726, haskell-yesod-persistent/trunk/PKGBUILD) --+ PKGBUILD | 45 + 1 file changed, 45 insertions(+) Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 440726, haskell-yesod-persistent/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:23:03 UTC (rev 440727) @@ -0,0 +1,45 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-persistent +pkgname=haskell-yesod-persistent +pkgver=1.6.0.1 +pkgrel=76 +pkgdesc="Some helpers for using Persistent from Yesod." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" "haskell-persistent" + "haskell-persistent-template" "haskell-resource-pool" "haskell-resourcet" + "haskell-yesod-core") +makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 'haskell-persistent-sqlite') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('da12967cef7660581eeea16c5f4a28675fdc1fd697b265e9eee9c462e26385870e894653eada6a02532655693d3b72f202fde445949d44324ebfab40c7f6b52d') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-persistent/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:22:48 Author: felixonmars Revision: 440726 upgpkg: haskell-yesod-persistent 1.6.0.1-76 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-persistent/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:22:00 UTC (rev 440725) +++ PKGBUILD2019-03-12 19:22:48 UTC (rev 440726) @@ -4,7 +4,7 @@ _hkgname=yesod-persistent pkgname=haskell-yesod-persistent pkgver=1.6.0.1 -pkgrel=75 +pkgrel=76 pkgdesc="Some helpers for using Persistent from Yesod." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod-default/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:22:00 Author: felixonmars Revision: 440725 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-default/repos/community-staging-x86_64/ haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 440724, haskell-yesod-default/trunk/PKGBUILD) --+ PKGBUILD | 38 ++ 1 file changed, 38 insertions(+) Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 440724, haskell-yesod-default/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:22:00 UTC (rev 440725) @@ -0,0 +1,38 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-default +pkgname=haskell-yesod-default +pkgver=1.2.0 +pkgrel=486 +pkgdesc="Default config and main functions for your yesod application (deprecated)" +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' "haskell-yesod-core") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-default/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:21:46 Author: felixonmars Revision: 440724 upgpkg: haskell-yesod-default 1.2.0-486 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-default/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:21:00 UTC (rev 440723) +++ PKGBUILD2019-03-12 19:21:46 UTC (rev 440724) @@ -4,7 +4,7 @@ _hkgname=yesod-default pkgname=haskell-yesod-default pkgver=1.2.0 -pkgrel=485 +pkgrel=486 pkgdesc="Default config and main functions for your yesod application (deprecated)" url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in haskell-yesod-core/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:21:00 Author: felixonmars Revision: 440723 archrelease: copy trunk to community-staging-x86_64 Added: haskell-yesod-core/repos/community-staging-x86_64/ haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 440722, haskell-yesod-core/trunk/PKGBUILD) --+ PKGBUILD | 50 ++ 1 file changed, 50 insertions(+) Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 440722, haskell-yesod-core/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:21:00 UTC (rev 440723) @@ -0,0 +1,50 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=yesod-core +pkgname=haskell-yesod-core +pkgver=1.6.12 +pkgrel=11 +pkgdesc="Creation of type-safe, RESTful web applications." +url="http://www.yesodweb.com/"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-byteable' 'haskell-case-insensitive' 'haskell-cereal' + 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cookie' + 'haskell-fast-logger' 'haskell-http-types' + 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 'haskell-primitive' + 'haskell-random' 'haskell-resourcet' 'haskell-rio' 'haskell-shakespeare' + 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-word8') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('d8473c22e4f54fd28fb5a47ad1d3297dc07593c254855b91b04479415a850ba19992af13fe1e903be554f439d0fe4b644594e719c64ebabf8c86f2ac8ce1fcbe') + +prepare() { +cd $_hkgname-$pkgver +sed -i '/semigroups/d' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in haskell-yesod-core/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:20:47 Author: felixonmars Revision: 440722 upgpkg: haskell-yesod-core 1.6.12-11 rebuild with conduit-extra 1.3.1.1 Modified: haskell-yesod-core/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:19:45 UTC (rev 440721) +++ PKGBUILD2019-03-12 19:20:47 UTC (rev 440722) @@ -4,7 +4,7 @@ _hkgname=yesod-core pkgname=haskell-yesod-core pkgver=1.6.12 -pkgrel=10 +pkgrel=11 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/"; license=("MIT")
[arch-commits] Commit in sddm-kcm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:19:21 Author: arojas Revision: 347800 archrelease: copy trunk to extra-x86_64 Added: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 347799, sddm-kcm/trunk/PKGBUILD) Deleted: sddm-kcm/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:19:07 UTC (rev 347799) +++ PKGBUILD2019-03-12 19:19:21 UTC (rev 347800) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=sddm-kcm -pkgver=5.15.2 -pkgrel=1 -pkgdesc='KDE Config Module for SDDM' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(GPL) -depends=(sddm libxcursor knewstuff) -makedepends=(extra-cmake-modules kdoctools) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('3ae1ff30f41a604fb80231da88b008ac8dc10f61a2b6a6c863f0607c275015d1' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} - Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 347799, sddm-kcm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:19:21 UTC (rev 347800) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=sddm-kcm +pkgver=5.15.3 +pkgrel=1 +pkgdesc='KDE Config Module for SDDM' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(GPL) +depends=(sddm libxcursor knewstuff) +makedepends=(extra-cmake-modules kdoctools) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('026a2ab9746d0705c5069b48d3bc6b641119a44f62fa68a0b155b334c34577d7' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} +
[arch-commits] Commit in haskell-dav/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:19:45 Author: felixonmars Revision: 440721 archrelease: copy trunk to community-staging-x86_64 Added: haskell-dav/repos/community-staging-x86_64/ haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 440720, haskell-dav/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 440720, haskell-dav/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:19:45 UTC (rev 440721) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=DAV +pkgname=haskell-dav +pkgver=1.3.3 +pkgrel=30 +pkgdesc="RFC 4918 WebDAV support" +url="http://floss.scru.org/hDAV"; +license=("GPL3") +arch=('x86_64') +depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" "haskell-exceptions" + "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" + "haskell-lens" "haskell-network" "haskell-network-uri" + "haskell-optparse-applicative" "haskell-transformers-base" "haskell-transformers-compat" + "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('bbc9a4d685e25ac763c05dd8dc72d7db39196dbbb0cd898b66f644abc8333cd82950439fd446770c5aae737fd863afe881129ce551dadf9d0f75ef52df738fae') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-fnetwork-uri -f-mtl-compat +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in user-manager/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:19:34 Author: arojas Revision: 347801 archrelease: copy trunk to extra-x86_64 Added: user-manager/repos/extra-x86_64/PKGBUILD (from rev 347800, user-manager/trunk/PKGBUILD) Deleted: user-manager/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:19:21 UTC (rev 347800) +++ PKGBUILD2019-03-12 19:19:34 UTC (rev 347801) @@ -1,37 +0,0 @@ -# Maintainer:Antonio Rojas - -pkgname=user-manager -pkgver=5.15.2 -pkgrel=1 -pkgdesc='A simple system settings module to manage the users of your system' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(accountsservice libpwquality kio) -makedepends=(extra-cmake-modules kcmutils) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('809a9f6dce41d47884b648d1098df9685f8041a448d71f744997a4a9dbb7b427' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 347800, user-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:19:34 UTC (rev 347801) @@ -0,0 +1,37 @@ +# Maintainer:Antonio Rojas + +pkgname=user-manager +pkgver=5.15.3 +pkgrel=1 +pkgdesc='A simple system settings module to manage the users of your system' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(accountsservice libpwquality kio) +makedepends=(extra-cmake-modules kcmutils) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('444b9a69f3347caa81ab1c1baaabb135a9cae783c1e91cc7e40c3626fb784ca1' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-dav/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:19:30 Author: felixonmars Revision: 440720 upgpkg: haskell-dav 1.3.3-30 rebuild with conduit-extra 1.3.1.1 Modified: haskell-dav/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:18:42 UTC (rev 440719) +++ PKGBUILD2019-03-12 19:19:30 UTC (rev 440720) @@ -4,7 +4,7 @@ _hkgname=DAV pkgname=haskell-dav pkgver=1.3.3 -pkgrel=29 +pkgrel=30 pkgdesc="RFC 4918 WebDAV support" url="http://floss.scru.org/hDAV"; license=("GPL3")
[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:19:47 Author: arojas Revision: 347802 archrelease: copy trunk to extra-x86_64 Added: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 347801, xdg-desktop-portal-kde/trunk/PKGBUILD) Deleted: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:19:34 UTC (rev 347801) +++ PKGBUILD2019-03-12 19:19:47 UTC (rev 347802) @@ -1,39 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=xdg-desktop-portal-kde -pkgver=5.15.2 -pkgrel=1 -pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(pipewire libepoxy kwayland kio) -makedepends=(extra-cmake-modules) -provides=(xdg-desktop-portal-impl) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('e4f6688c219d4be2a9ee9afd7f145514bd3ffad50bfaf4e1f887d9ff6800feff' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DCMAKE_INSTALL_LIBEXECDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 347801, xdg-desktop-portal-kde/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:19:47 UTC (rev 347802) @@ -0,0 +1,39 @@ +# Maintainer: Antonio Rojas + +pkgname=xdg-desktop-portal-kde +pkgver=5.15.3 +pkgrel=1 +pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(pipewire libepoxy kwayland kio) +makedepends=(extra-cmake-modules) +provides=(xdg-desktop-portal-impl) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('27aefac029f9d7fdc2ad18b7b0f68c2695074633fdb6bee2cb7c5a5224f19581' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DCMAKE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-xml-hamlet/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:18:42 Author: felixonmars Revision: 440719 archrelease: copy trunk to community-staging-x86_64 Added: haskell-xml-hamlet/repos/community-staging-x86_64/ haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 440718, haskell-xml-hamlet/trunk/PKGBUILD) --+ PKGBUILD | 39 +++ 1 file changed, 39 insertions(+) Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 440718, haskell-xml-hamlet/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:18:42 UTC (rev 440719) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=xml-hamlet +pkgname=haskell-xml-hamlet +pkgver=0.5.0 +pkgrel=100 +pkgdesc="Hamlet-style quasiquoter for XML content" +url="http://www.yesodweb.com/"; +license=("BSD") +arch=('x86_64') +depends=('ghc-libs' "haskell-shakespeare" + "haskell-xml-conduit") +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('6ab50b237e13f5d41f311fe30477c5ecef43af7400e6994652b384b8b91a0007facd7051d2651dac6836356fad6a764dfc2793338b7c0a8c20e83009a0a673ce') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +}
[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)
Date: Tuesday, March 12, 2019 @ 19:19:07 Author: arojas Revision: 347799 archrelease: copy trunk to extra-any Added: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 347798, plasma-workspace-wallpapers/trunk/PKGBUILD) Deleted: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:18:53 UTC (rev 347798) +++ PKGBUILD2019-03-12 19:19:07 UTC (rev 347799) @@ -1,37 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=plasma-workspace-wallpapers -pkgver=5.15.2 -pkgrel=1 -pkgdesc='Additional wallpapers for the Plasma Workspace' -arch=(any) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -makedepends=(extra-cmake-modules qt5-base) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5aefa25cb27d3052b2540aabcb774398fd395b158bc7ead466923dcac64a8101' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 347798, plasma-workspace-wallpapers/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:19:07 UTC (rev 347799) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=plasma-workspace-wallpapers +pkgver=5.15.3 +pkgrel=1 +pkgdesc='Additional wallpapers for the Plasma Workspace' +arch=(any) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +makedepends=(extra-cmake-modules qt5-base) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('043b459e801d33caad8743f1133eb27edebb42171b08393bda92ea69ccd6fa75' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in plasma-vault/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:18:53 Author: arojas Revision: 347798 archrelease: copy trunk to extra-x86_64 Added: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 347797, plasma-vault/trunk/PKGBUILD) Deleted: plasma-vault/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:18:40 UTC (rev 347797) +++ PKGBUILD2019-03-12 19:18:53 UTC (rev 347798) @@ -1,38 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=plasma-vault -pkgver=5.15.2 -pkgrel=1 -pkgdesc="Plasma applet and services for creating encrypted vaults" -arch=(x86_64) -url="https://www.kde.org/"; -license=(LGPL) -groups=(plasma) -depends=(plasma-workspace networkmanager-qt) -makedepends=(extra-cmake-modules) -optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for encryption') -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('97e668c756831e7ce94b625ed054e3cdf40a45eb502f30fbc2e2f89d3480ac3e' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 347797, plasma-vault/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:18:53 UTC (rev 347798) @@ -0,0 +1,38 @@ +# Maintainer: Antonio Rojas + +pkgname=plasma-vault +pkgver=5.15.3 +pkgrel=1 +pkgdesc="Plasma applet and services for creating encrypted vaults" +arch=(x86_64) +url="https://www.kde.org/"; +license=(LGPL) +groups=(plasma) +depends=(plasma-workspace networkmanager-qt) +makedepends=(extra-cmake-modules) +optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for encryption') +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('5e26547c97cfba5f209df239298869c24d2ba2bb0594e90eb0d985f0b16dc9d7' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in plasma-sdk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:18:40 Author: arojas Revision: 347797 archrelease: copy trunk to extra-x86_64 Added: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 347796, plasma-sdk/trunk/PKGBUILD) Deleted: plasma-sdk/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:18:24 UTC (rev 347796) +++ PKGBUILD2019-03-12 19:18:40 UTC (rev 347797) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=plasma-sdk -pkgver=5.15.2 -pkgrel=1 -pkgdesc="Applications useful for Plasma development" -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(plasma-framework) -makedepends=(extra-cmake-modules kdoctools ktexteditor) -optdepends=('kirigami2: for Look & Feel explorer') -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('f9a349ae5ae0b8a3df3f86d91bfe7432c8ede82656d7ef2a0bc185e7be80054f' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 347796, plasma-sdk/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:18:40 UTC (rev 347797) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas + +pkgname=plasma-sdk +pkgver=5.15.3 +pkgrel=1 +pkgdesc="Applications useful for Plasma development" +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(plasma-framework) +makedepends=(extra-cmake-modules kdoctools ktexteditor) +optdepends=('kirigami2: for Look & Feel explorer') +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('5ce9a20fada3a7789a6f7fbd45dd64cbcaeee886f0258a415187e24fbc07f0e3' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-xml-hamlet/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:18:29 Author: felixonmars Revision: 440718 upgpkg: haskell-xml-hamlet 0.5.0-100 rebuild with conduit-extra 1.3.1.1 Modified: haskell-xml-hamlet/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:17:49 UTC (rev 440717) +++ PKGBUILD2019-03-12 19:18:29 UTC (rev 440718) @@ -4,7 +4,7 @@ _hkgname=xml-hamlet pkgname=haskell-xml-hamlet pkgver=0.5.0 -pkgrel=99 +pkgrel=100 pkgdesc="Hamlet-style quasiquoter for XML content" url="http://www.yesodweb.com/"; license=("BSD")
[arch-commits] Commit in plasma-pa/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:18:24 Author: arojas Revision: 347796 archrelease: copy trunk to extra-x86_64 Added: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 347795, plasma-pa/trunk/PKGBUILD) Deleted: plasma-pa/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:18:11 UTC (rev 347795) +++ PKGBUILD2019-03-12 19:18:24 UTC (rev 347796) @@ -1,37 +0,0 @@ -# Maintainer:Antonio Rojas - -pkgname=plasma-pa -pkgver=5.15.2 -pkgrel=1 -pkgdesc='Plasma applet for audio volume management using PulseAudio' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(plasma-workspace libcanberra-pulse pulseaudio) -makedepends=(extra-cmake-modules kdoctools) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('03871b5e54b18bfc4b2f493da690f8c0c843bb41c95670bf335ed0ab096283b3' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 347795, plasma-pa/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:18:24 UTC (rev 347796) @@ -0,0 +1,37 @@ +# Maintainer:Antonio Rojas + +pkgname=plasma-pa +pkgver=5.15.3 +pkgrel=1 +pkgdesc='Plasma applet for audio volume management using PulseAudio' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(plasma-workspace libcanberra-pulse pulseaudio) +makedepends=(extra-cmake-modules kdoctools) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('450476c3eb8175e339615b93e0cf5cbc1dd7abdbe2b25e87b0b292555a8b70d2' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-authenticate/repos (2 files)
Date: Tuesday, March 12, 2019 @ 19:17:49 Author: felixonmars Revision: 440717 archrelease: copy trunk to community-staging-x86_64 Added: haskell-authenticate/repos/community-staging-x86_64/ haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 440716, haskell-authenticate/trunk/PKGBUILD) --+ PKGBUILD | 42 ++ 1 file changed, 42 insertions(+) Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 440716, haskell-authenticate/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2019-03-12 19:17:49 UTC (rev 440717) @@ -0,0 +1,42 @@ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=authenticate +pkgname=haskell-authenticate +pkgver=1.3.4 +pkgrel=251 +pkgdesc="Authentication methods for Haskell web applications." +url="https://github.com/yesodweb/authenticate"; +license=("MIT") +arch=('x86_64') +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' + 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 'haskell-http-types' + 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit' + 'haskell-unordered-containers' 'haskell-xml-conduit') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ +-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 +} + +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 plasma-desktop/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:17:58 Author: arojas Revision: 347794 archrelease: copy trunk to extra-x86_64 Added: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 347793, plasma-desktop/trunk/PKGBUILD) Deleted: plasma-desktop/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 120 ++--- 1 file changed, 60 insertions(+), 60 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:17:45 UTC (rev 347793) +++ PKGBUILD2019-03-12 19:17:58 UTC (rev 347794) @@ -1,60 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgbase=plasma-desktop -pkgname=(plasma-desktop knetattach) -pkgver=5.15.2 -pkgrel=1 -pkgdesc='KDE Plasma Desktop' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo) -makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel - libibus scim kdesignerplugin) -groups=(plasma) -sha256sums=('40576c38428c96903bf085e06729521bcce8ea0e498e40797a900df7aa9cb4ab' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DCMAKE_INSTALL_LIBEXECDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package_plasma-desktop() { - depends+=(knetattach) - optdepends=('plasma-nm: Network manager applet' - 'powerdevil: power management' - 'ibus: kimpanel IBUS support' - 'scim: kimpanel SCIM support' - 'discover: manage applications installation from the launcher') - - cd build - make DESTDIR="$pkgdir" install - -# Split knetattach - rm "$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop} -} - -package_knetattach() { - pkgdesc='Wizard which makes it easier to integrate network resources with the Plasma Desktop' - depends=(kdelibs4support) - - cd build/knetattach - make DESTDIR="$pkgdir" install -} Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 347793, plasma-desktop/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:17:58 UTC (rev 347794) @@ -0,0 +1,60 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=plasma-desktop +pkgname=(plasma-desktop knetattach) +pkgver=5.15.3 +pkgrel=1 +pkgdesc='KDE Plasma Desktop' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo) +makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel + libibus scim kdesignerplugin) +groups=(plasma) +sha256sums=('2f2fadbbded1fdb7d4bfa1d15a26cede373a5d4fae23720021fef3cc67ea3dcc' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DCMAKE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package_plasma-desktop() { + depends+=(knetattach) + optdepends=('plasma-nm: Network manager applet' + 'powerdevil: power management' + 'ibus: kimpanel IBUS support' + 'scim: kimpanel SCIM support' + 'discover: manage applications installation from the launcher') + + cd build + make DESTDIR="$pkgdir" install + +# Split knetattach + rm "$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop} +} + +package_knetattach() { + pkgdesc='Wizard which makes it easier to integrate network resources with the Plasma Desktop' + depends=(kdelibs4support) + + cd build/knetattach + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in plasma-nm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:18:11 Author: arojas Revision: 347795 archrelease: copy trunk to extra-x86_64 Added: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 347794, plasma-nm/trunk/PKGBUILD) Deleted: plasma-nm/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:17:58 UTC (rev 347794) +++ PKGBUILD2019-03-12 19:18:11 UTC (rev 347795) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=plasma-nm -pkgver=5.15.2 -pkgrel=1 -pkgdesc='Plasma applet written in QML for managing network connections' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(GPL2) -depends=(plasma-workspace modemmanager-qt networkmanager-qt qca mobile-broadband-provider-info) -makedepends=(extra-cmake-modules openconnect) -optdepends=('openconnect: Cisco AnyConnect VPN plugin') -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5d495058730df7156c8f6df5017d7db5d280d5d6f1df985e596892a2b186ca89' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 347794, plasma-nm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:18:11 UTC (rev 347795) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=plasma-nm +pkgver=5.15.3 +pkgrel=1 +pkgdesc='Plasma applet written in QML for managing network connections' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(GPL2) +depends=(plasma-workspace modemmanager-qt networkmanager-qt qca mobile-broadband-provider-info) +makedepends=(extra-cmake-modules openconnect) +optdepends=('openconnect: Cisco AnyConnect VPN plugin') +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7fe3d72bd81f57cf2df0fcb33e957355110efe31f4b1a71a4c0b6ca121813cd1' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in plasma-browser-integration/repos/extra-x86_64 (2 files)
Date: Tuesday, March 12, 2019 @ 19:17:45 Author: arojas Revision: 347793 archrelease: copy trunk to extra-x86_64 Added: plasma-browser-integration/repos/extra-x86_64/PKGBUILD (from rev 347792, plasma-browser-integration/trunk/PKGBUILD) Deleted: plasma-browser-integration/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:17:34 UTC (rev 347792) +++ PKGBUILD2019-03-12 19:17:45 UTC (rev 347793) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas - -pkgname=plasma-browser-integration -pkgver=5.15.2 -pkgrel=1 -pkgdesc='Components necessary to integrate browsers into the Plasma Desktop' -arch=(x86_64) -url='https://www.kde.org/plasma-desktop' -license=(GPL) -depends=(krunner) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('e9d8d14455cd6f7851e1e3e6cba46fa4705d152ad8971867e6e74b30393fb702' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DINSTALL_CHROME_MANIFEST=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-browser-integration/repos/extra-x86_64/PKGBUILD (from rev 347792, plasma-browser-integration/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:17:45 UTC (rev 347793) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas + +pkgname=plasma-browser-integration +pkgver=5.15.3 +pkgrel=1 +pkgdesc='Components necessary to integrate browsers into the Plasma Desktop' +arch=(x86_64) +url='https://www.kde.org/plasma-desktop' +license=(GPL) +depends=(krunner) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('59c984d174ab484899b9b1d7d4600f5be3152d8bbed2fb8f44cdbf617e510ad6' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DINSTALL_CHROME_MANIFEST=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in haskell-authenticate/trunk (PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:17:35 Author: felixonmars Revision: 440716 upgpkg: haskell-authenticate 1.3.4-251 rebuild with conduit-extra 1.3.1.1 Modified: haskell-authenticate/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-03-12 19:16:53 UTC (rev 440715) +++ PKGBUILD2019-03-12 19:17:35 UTC (rev 440716) @@ -4,7 +4,7 @@ _hkgname=authenticate pkgname=haskell-authenticate pkgver=1.3.4 -pkgrel=250 +pkgrel=251 pkgdesc="Authentication methods for Haskell web applications." url="https://github.com/yesodweb/authenticate"; license=("MIT")
[arch-commits] Commit in kwrited/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:17:34 Author: arojas Revision: 347792 archrelease: copy trunk to extra-x86_64 Added: kwrited/repos/extra-x86_64/PKGBUILD (from rev 347791, kwrited/trunk/PKGBUILD) Deleted: kwrited/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:17:22 UTC (rev 347791) +++ PKGBUILD2019-03-12 19:17:34 UTC (rev 347792) @@ -1,39 +0,0 @@ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=kwrited -pkgver=5.15.2 -pkgrel=1 -pkgdesc='KDE daemon listening for wall and write messages' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kpty knotifications kdbusaddons) -makedepends=(extra-cmake-modules kdoctools) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('1e16904abea59c663fea97d97866ce914334392b774cd0d48e435c617c0ed546' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 347791, kwrited/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:17:34 UTC (rev 347792) @@ -0,0 +1,39 @@ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=kwrited +pkgver=5.15.3 +pkgrel=1 +pkgdesc='KDE daemon listening for wall and write messages' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kpty knotifications kdbusaddons) +makedepends=(extra-cmake-modules kdoctools) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('fb3cd2b588f23ecd71d3ac476457cd1e0881172bda9879f4d465e43b9dad0d76' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in kwayland-integration/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 12, 2019 @ 19:17:22 Author: arojas Revision: 347791 archrelease: copy trunk to extra-x86_64 Added: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 347790, kwayland-integration/trunk/PKGBUILD) Deleted: kwayland-integration/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-12 19:17:10 UTC (rev 347790) +++ PKGBUILD2019-03-12 19:17:22 UTC (rev 347791) @@ -1,37 +0,0 @@ -# Maintainer:Antonio Rojas - -pkgname=kwayland-integration -pkgver=5.15.2 -pkgrel=1 -pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' -arch=(x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kwindowsystem kidletime kwayland) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5b55f8e8acf18998d3fa2cbf27c2c6686a82fd81bfce9bab0f35d4372b3507c8' -'SKIP') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 347790, kwayland-integration/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-12 19:17:22 UTC (rev 347791) @@ -0,0 +1,37 @@ +# Maintainer:Antonio Rojas + +pkgname=kwayland-integration +pkgver=5.15.3 +pkgrel=1 +pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' +arch=(x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kwindowsystem kidletime kwayland) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7000f3fc7802e8dc9cb0825fd2cc4c5e2619e80fa12536e4e7cfdd33ad4b2b3f' +'SKIP') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}